Last change
on this file since 440 was
440,
checked in by djay, 11 years ago
|
Add message in complement to percentCompleted value.
|
File size:
516 bytes
|
Rev | Line | |
---|
[284] | 1 | ZRPATH=../../.. |
---|
| 2 | include ${ZRPATH}/zoo-kernel/ZOOMakefile.opts |
---|
| 3 | CFLAGS=${ZOO_CFLAGS} ${XML2CFLAGS} ${GDAL_CFLAGS} ${PYTHONCFLAGS} -DLINUX_FREE_ISSUE #-DDEBUG |
---|
[26] | 4 | |
---|
| 5 | cgi-env/wps_status.zo: service.c |
---|
[440] | 6 | g++ ${CFLAGS} -shared -fpic -o cgi-env/wps_status.zo ./service.c ../../../zoo-kernel/service_internal.o ${ZRPATH}/zoo-kernel/${MS_FILE} ${MS_LDFLAGS} ${JS_LDFLAGS} ${JSLDFLAGS} ${GDAL_LIBS} ${XML2LDFLAGS} ${MACOS_LD_FLAGS} ${ZOO_LDFLAGS} ${MACOS_LD_NET_FLAGS} `xslt-config --libs` -lfcgi |
---|
[26] | 7 | |
---|
| 8 | clean: |
---|
| 9 | rm -f cgi-env/wps_status.zo |
---|
Note: See
TracBrowser
for help on using the repository browser.