|
Last change
on this file since 491 was
491,
checked in by djay, 12 years ago
|
|
Update ogr base-vector-ops services suite. Fixing issue #100.
|
|
File size:
601 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 | |
|---|
| [491] | 5 | ifneq ($(MS_FILE),) |
|---|
| 6 | MS_FILES=${ZRPATH}/zoo-kernel/${MS_FILE} -lmapserver |
|---|
| 7 | else |
|---|
| 8 | MS_FILES= |
|---|
| 9 | endif |
|---|
| 10 | |
|---|
| [26] | 11 | cgi-env/ogr_service.zo: service.c |
|---|
| [491] | 12 | 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` ${MS_FILES} -lfcgi |
|---|
| [1] | 13 | |
|---|
| 14 | clean: |
|---|
| 15 | rm -f cgi-env/ogr_service.zo |
|---|
Note: See
TracBrowser
for help on using the repository browser.