|
Last change
on this file since 919 was
907,
checked in by djay, 7 years ago
|
|
Fix typo. Define StdErr? from FinalizeHPC1 service. make sure to call removeShmLock in case it has been created by the GetStatus? service.
|
-
Property svn:keywords set to
Id
|
|
File size:
622 bytes
|
| Line | |
|---|
| 1 | ZRPATH=../../.. |
|---|
| 2 | include ${ZRPATH}/zoo-kernel/ZOOMakefile.opts |
|---|
| 3 | CFLAGS=-I${INST_INCLUDE} ${ZOO_CFLAGS} ${XML2CFLAGS} ${GDAL_CFLAGS} ${PYTHONCFLAGS} -DLINUX_FREE_ISSUE #-DDEBUG |
|---|
| 4 | |
|---|
| 5 | cgi-env/wps_hpc.zo: service.c service2.c |
|---|
| 6 | g++ ${CFLAGS} -shared -fpic -o cgi-env/wps_hpc.zo service.c service2.c ${GDAL_LIBS} ${XML2LDFLAGS} ${MACOS_LD_FLAGS} ${ZOO_LDFLAGS} ${MACOS_LD_NET_FLAGS} ${XSLT_LDFLAGS} ${FCGI_LDFLAGS} -L${ZRPATH}/zoo-kernel/ -lzoo_service ${ZRPATH}/zoo-kernel/sshapi.o ${HPCLDFLAGS} |
|---|
| 7 | |
|---|
| 8 | install: |
|---|
| 9 | install -d ${CGI_DIR} |
|---|
| 10 | install cgi-env/*.zcfg ${CGI_DIR}/ |
|---|
| 11 | install cgi-env/*.zo ${CGI_DIR}/ |
|---|
| 12 | |
|---|
| 13 | clean: |
|---|
| 14 | rm -f cgi-env/wps_hpc.zo |
|---|
Note: See
TracBrowser
for help on using the repository browser.