Last change
on this file since 917 was
884,
checked in by djay, 6 years ago
|
Add OGR tindex ZOO-Service
|
-
Property svn:keywords set to
Id
|
File size:
488 bytes
|
Line | |
---|
1 | ZRPATH=../../.. |
---|
2 | include ${ZRPATH}/zoo-kernel/ZOOMakefile.opts |
---|
3 | CFLAGS=-DZOO_SERVICE ${ZOO_CFLAGS} ${XML2CFLAGS} ${GDAL_CFLAGS} ${PYTHONCFLAGS} -DLINUX_FREE_ISSUE #-DDEBUG |
---|
4 | CC=gcc |
---|
5 | |
---|
6 | cgi-env/ogrtindex_service.zo: service.c $(DEP_LIBS) |
---|
7 | g++ $(CFLAGS) $(CPPFLAGS) -shared -fpic $< -o $@ ${GDAL_LIBS} -L${ZRPATH}/zoo-kernel/ -lzoo_service -lfcgi -L/usr/local/Cellar/gettext/0.19.8.1/lib/ -lintl |
---|
8 | |
---|
9 | install: |
---|
10 | install -d ${CGI_DIR}/ogr/ |
---|
11 | install cgi-env/* ${CGI_DIR}/ogr/ |
---|
12 | |
---|
13 | clean: |
---|
14 | rm -f cgi-env/*zo |
---|
Note: See
TracBrowser
for help on using the repository browser.