Last change
on this file since 676 was
676,
checked in by djay, 10 years ago
|
Move createRegistry function to server_internal. Add the utils/registry service.
|
-
Property svn:keywords set to
Id
|
File size:
947 bytes
|
Rev | Line | |
---|
[676] | 1 | ZRPATH=../../.. |
---|
| 2 | include ${ZRPATH}/zoo-kernel/ZOOMakefile.opts |
---|
| 3 | CFLAGS=${ZOO_CFLAGS} ${XML2CFLAGS} ${GDAL_CFLAGS} ${PYTHONCFLAGS} -DLINUX_FREE_ISSUE #-DDEBUG |
---|
| 4 | |
---|
| 5 | YAML_FILES="" |
---|
| 6 | ifeq ("${YAML_FILE}","") |
---|
| 7 | else |
---|
| 8 | YAML_FILES="${ZRPATH}/zoo-kernel/${YAML_FILE}" |
---|
| 9 | endif |
---|
| 10 | |
---|
| 11 | MS_FILES="" |
---|
| 12 | ifeq ("${MS_FILE}","") |
---|
| 13 | else |
---|
| 14 | MS_FILES="${ZRPATH}/zoo-kernel/${MS_FILE}" |
---|
| 15 | endif |
---|
| 16 | |
---|
| 17 | cgi-env/wps_registry.zo: service.c |
---|
| 18 | g++ ${CFLAGS} -shared -fpic -o cgi-env/wps_registry.zo ./service.c ${GDAL_LIBS} ${XML2LDFLAGS} ${MACOS_LD_FLAGS} ${ZOO_LDFLAGS} ${MACOS_LD_NET_FLAGS} ${XSLT_LDFLAGS} -lfcgi -lzoo_service ${ZRPATH}/zoo-kernel/server_internal.o ${ZRPATH}/zoo-kernel/lex.cr.o ${ZRPATH}/zoo-kernel/lex.sr.o ${ZRPATH}/zoo-kernel/service_conf.tab.o ${ZRPATH}/zoo-kernel/main_conf_read.tab.o ${ZRPATH}/zoo-kernel/response_print.o ${YAML_FILES} ${MS_FILES} ${MS_LDFLAGS} ${YAML_LDFLAGS} |
---|
| 19 | |
---|
| 20 | install: |
---|
| 21 | install -d ${CGI_DIR} |
---|
| 22 | install cgi-env/* ${CGI_DIR}/ |
---|
| 23 | clean: |
---|
| 24 | rm -f cgi-env/wps_registry.zo |
---|
Note: See
TracBrowser
for help on using the repository browser.