Last change
on this file since 1 was
1,
checked in by djay, 15 years ago
|
Initial ZOO SVN Repository Import.
|
File size:
363 bytes
|
Line | |
---|
1 | GDAL_SRC=/var/tmp/portage/sci-libs/gdal-1.6.1/work/gdal-1.6.1/ogr/ |
---|
2 | CFLAGS=-I$(GDAL_SRC) -I../../../zoo-kernel-svn/ -I./ `xml2-config --cflags` `python-config --cflags` -DLINUX_FREE_ISSUE #-DDEBUG |
---|
3 | CC=gcc |
---|
4 | |
---|
5 | cgi-env/ogr2ogr_service.zo: service.c |
---|
6 | g++ -DZOO_SERVICE ${CFLAGS} -shared -fpic -o cgi-env/ogr2ogr_service.zo ./service.c -lgdal |
---|
7 | |
---|
8 | clean: |
---|
9 | rm -f cgi-env/*.zo |
---|
Note: See
TracBrowser
for help on using the repository browser.