Last change
on this file since 804 was
779,
checked in by djay, 8 years ago
|
Fix location of the libzoo_service to the relative zoo-kernel directory from the services' Makefiles.
|
File size:
527 bytes
|
Rev | Line | |
---|
[284] | 1 | ZRPATH=../../.. |
---|
| 2 | include ${ZRPATH}/zoo-kernel/ZOOMakefile.opts |
---|
[743] | 3 | CFLAGS=-I${INST_INCLUDE} ${ZOO_CFLAGS} ${XML2CFLAGS} ${GDAL_CFLAGS} ${PYTHONCFLAGS} -DLINUX_FREE_ISSUE #-DDEBUG |
---|
[26] | 4 | |
---|
| 5 | cgi-env/wps_status.zo: service.c |
---|
[779] | 6 | g++ ${CFLAGS} -shared -fpic -o cgi-env/wps_status.zo ./service.c ${GDAL_LIBS} ${XML2LDFLAGS} ${MACOS_LD_FLAGS} ${ZOO_LDFLAGS} ${MACOS_LD_NET_FLAGS} ${XSLT_LDFLAGS} ${FCGI_LDFLAGS} -L${ZRPATH}/zoo-kernel/ -lzoo_service |
---|
[26] | 7 | |
---|
[522] | 8 | install: |
---|
| 9 | install -d ${CGI_DIR} |
---|
| 10 | install cgi-env/* ${CGI_DIR}/ |
---|
[26] | 11 | clean: |
---|
| 12 | rm -f cgi-env/wps_status.zo |
---|
Note: See
TracBrowser
for help on using the repository browser.