Last change
on this file since 284 was
284,
checked in by djay, 13 years ago
|
Add the ZOOMakefile.opts file used from service providers' Makefiles.
|
File size:
485 bytes
|
Rev | Line | |
---|
[284] | 1 | ZRPATH=../../.. |
---|
| 2 | include ${ZRPATH}/zoo-kernel/ZOOMakefile.opts |
---|
| 3 | CFLAGS=${ZOO_CFLAGS} ${JSCFLAGS} ${XML2CFLAGS} ${GDAL_CFLAGS} `geos-config --cflags` -DLINUX_FREE_ISSUE #-DDEBUG |
---|
[1] | 4 | |
---|
[26] | 5 | cgi-env/ogr_service.zo: service.c |
---|
[284] | 6 | g++ ${CFLAGS} -shared -fpic -o cgi-env/ogr_service.zo ./service.c ../../../zoo-kernel/service_internal.o ${JS_LDFLAGS} ${JSLDFLAGS} ${GDAL_LIBS} ${XML2LDFLAGS} ${MACOS_LD_FLAGS} ${ZOO_LDFLAGS} ${MACOS_LD_NET_FLAGS} `geos-config --libs` |
---|
[1] | 7 | |
---|
| 8 | clean: |
---|
| 9 | rm -f cgi-env/ogr_service.zo |
---|
Note: See
TracBrowser
for help on using the repository browser.