source:
branches/branch-1.4/zoo-project/zoo-services/ogr/ogr2ogr/Makefile
Last change on this file was 522, checked in by david, 11 years ago | |
---|---|
File size: 393 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/ogr2ogr_service.zo: service.c $(DEP_LIBS) |
7 | g++ $(CFLAGS) $(CPPFLAGS) -shared -fpic $< -o $@ |
8 | |
9 | install: |
10 | install -d ${CGI_DIR}/ogr/ogr2ogr |
11 | install cgi-env/* ${CGI_DIR}/ogr/ogr2ogr |
12 | |
13 | clean: |
14 | rm -f cgi-env/*zo |
Note: See TracBrowser
for help on using the repository browser.