source:
trunk/zoo-services/ogr/base-vect-ops/Makefile
@
1
| Last change on this file since 1 was 1, checked in by djay, 16 years ago | |
|---|---|
| File size: 298 bytes | |
| Line | |
|---|---|
| 1 | CFLAGS=-I../../zoo-kernel/ -I./ `xml2-config --cflags` `python-config --cflags` `gdal-config --cflags` -DLINUX_FREE_ISSUE #-DDEBUG |
| 2 | CC=gcc |
| 3 | |
| 4 | cgi-env/service.zo: service.c |
| 5 | g++ ${CFLAGS} -shared -fpic -o cgi-env/ogr_service.zo ./service.c `gdal-config --libs` |
| 6 | |
| 7 | clean: |
| 8 | rm -f cgi-env/ogr_service.zo |
Note: See TracBrowser
for help on using the repository browser.













