source:
branches/branch-1.2/zoo-services/gdal/grid/Makefile
@
226
Last change on this file since 226 was 1, checked in by djay, 15 years ago | |
---|---|
File size: 276 bytes |
Line | |
---|---|
1 | CFLAGS=-I../../../zoo-kernel-svn/ -I./ `xml2-config --cflags` `python-config --cflags` -DLINUX_FREE_ISSUE #-DDEBUG |
2 | CC=gcc |
3 | |
4 | cgi-env/service.zo: service.c |
5 | g++ -DZOO_SERVICE ${CFLAGS} -shared -fpic -o cgi-env/gdal_grid_service.zo ./service.c -lgdal |
6 | |
7 | clean: |
8 | rm -f cgi-env/*.zo |
Note: See TracBrowser
for help on using the repository browser.