Last change
on this file since 768 was
743,
checked in by djay, 9 years ago
|
Add WCPS-Proxy, data-api proxy and update Makefile for dealing with specific location of fastcgi. Add status update for contour lines computation.
|
File size:
466 bytes
|
Line | |
---|
1 | ZRPATH=../../.. |
---|
2 | include ${ZRPATH}/zoo-kernel/ZOOMakefile.opts |
---|
3 | CFLAGS=-DZOO_SERVICE -I${INST_INCLUDE} ${ZOO_CFLAGS} ${XML2CFLAGS} ${GDAL_CFLAGS} ${PYTHONCFLAGS} -DLINUX_FREE_ISSUE #-DDEBUG |
---|
4 | CC=gcc |
---|
5 | |
---|
6 | cgi-env/dem_service.zo: service.c |
---|
7 | g++ ${CFLAGS} -shared -fpic -o cgi-env/dem_service.zo ./service.c ${GDAL_LIBS} ${MACOS_LD_FLAGS} -L${INST_LIB} -lzoo_service |
---|
8 | |
---|
9 | install: |
---|
10 | install -d ${CGI_DIR}/gdal/dem |
---|
11 | install cgi-env/* ${CGI_DIR}/gdal/dem |
---|
12 | |
---|
13 | |
---|
14 | clean: |
---|
15 | rm -f cgi-env/*.zo |
---|
Note: See
TracBrowser
for help on using the repository browser.