|
Last change
on this file since 917 was
779,
checked in by djay, 10 years ago
|
|
Fix location of the libzoo_service to the relative zoo-kernel directory from the services' Makefiles.
|
|
File size:
462 bytes
|
| Rev | Line | |
|---|
| [522] | 1 | ZRPATH=../../.. |
|---|
| 2 | include ${ZRPATH}/zoo-kernel/ZOOMakefile.opts |
|---|
| [743] | 3 | CFLAGS=-DZOO_SERVICE -I${INST_INCLUDE} ${ZOO_CFLAGS} ${XML2CFLAGS} ${GDAL_CFLAGS} ${PYTHONCFLAGS} -DLINUX_FREE_ISSUE #-DDEBUG |
|---|
| [522] | 4 | CC=gcc |
|---|
| [1] | 5 | |
|---|
| [522] | 6 | cgi-env/ogr2ogr_service.zo: service.c $(DEP_LIBS) |
|---|
| [779] | 7 | g++ $(CFLAGS) $(CPPFLAGS) -shared -fpic $< -o $@ ${GDAL_LIBS} -L${ZRPATH}/zoo-kernel/ -lzoo_service |
|---|
| [1] | 8 | |
|---|
| [522] | 9 | install: |
|---|
| 10 | install -d ${CGI_DIR}/ogr/ogr2ogr |
|---|
| 11 | install cgi-env/* ${CGI_DIR}/ogr/ogr2ogr |
|---|
| [38] | 12 | |
|---|
| [1] | 13 | clean: |
|---|
| [38] | 14 | rm -f cgi-env/*zo |
|---|
Note: See
TracBrowser
for help on using the repository browser.