Last change
on this file since 296 was
284,
checked in by djay, 13 years ago
|
Add the ZOOMakefile.opts file used from service providers' Makefiles.
|
File size:
333 bytes
|
Rev | Line | |
---|
[284] | 1 | ZRPATH=../../.. |
---|
| 2 | include ${ZRPATH}/zoo-kernel/ZOOMakefile.opts |
---|
| 3 | CFLAGS=${ZOO_CFLAGS} ${XML2CFLAGS} ${GDAL_CFLAGS} ${PYTHONCFLAGS} -DLINUX_FREE_ISSUE #-DDEBUG |
---|
[1] | 4 | CC=gcc |
---|
| 5 | |
---|
[115] | 6 | cgi-env/cgal_service.zo: service.c |
---|
[284] | 7 | g++ ${CFLAGS} -shared -fpic -o cgi-env/cgal_service.zo ./service.c ${GDAL_LIBS} ${MACOS_LD_FLAGS} -lCGAL |
---|
[1] | 8 | |
---|
| 9 | clean: |
---|
[284] | 10 | rm -f cgi-env/*.zo |
---|
Note: See
TracBrowser
for help on using the repository browser.