Last change
on this file since 894 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:
423 bytes
|
Rev | Line | |
---|
[385] | 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 |
---|
[385] | 4 | CC=gcc |
---|
| 5 | |
---|
| 6 | cgi-env/qrencode.zo: qrenc-service.c |
---|
[743] | 7 | g++ -DZOO_SERVICE_PROVIDER ${CFLAGS} -shared -fpic -o cgi-env/qrencode.zo ./qrenc-service.c -lqrencode ${GDAL_LIBS} -lpng ${MACOS_LD_FLAGS} -L${INST_LIB} -lzoo_service |
---|
[385] | 8 | |
---|
| 9 | clean: |
---|
| 10 | rm -f cgi-env/*.zo |
---|
Note: See
TracBrowser
for help on using the repository browser.