Last change
on this file since 469 was
469,
checked in by djay, 11 years ago
|
Support metapath embedded in service name. Add support for accessing ZOO-Kernel path subdirectories for full list of available services. Fix issue #98.
|
File size:
540 bytes
|
Rev | Line | |
---|
[469] | 1 | ZRPATH=../.. |
---|
[284] | 2 | include ${ZRPATH}/zoo-kernel/ZOOMakefile.opts |
---|
| 3 | CFLAGS=${ZOO_CFLAGS} ${XML2CFLAGS} ${GDAL_CFLAGS} ${PYTHONCFLAGS} -DLINUX_FREE_ISSUE #-DDEBUG |
---|
[1] | 4 | CC=gcc |
---|
| 5 | |
---|
[469] | 6 | cgi-env/cgal_service.zo: delaunay.c voronoi.c cgal_service.o |
---|
| 7 | g++ ${CFLAGS} -c ./delaunay.c |
---|
| 8 | g++ ${CFLAGS} -c ./voronoi.c |
---|
| 9 | g++ ${CFLAGS} -shared -fpic -o cgi-env/cgal_service.zo ./delaunay.o ./voronoi.o ./cgal_service.o ${GDAL_LIBS} ${MACOS_LD_FLAGS} -lCGAL -lgmp |
---|
[1] | 10 | |
---|
[469] | 11 | cgal_service.o: cgal_service.c cgal_service.h |
---|
| 12 | g++ ${CFLAGS} -c ./cgal_service.c |
---|
| 13 | |
---|
| 14 | |
---|
[1] | 15 | clean: |
---|
[469] | 16 | rm -f cgi-env/*.zo *.o |
---|
Note: See
TracBrowser
for help on using the repository browser.