source:
trunk/zoo-services/gdal/grid/Makefile
@
80
Last change on this file since 80 was 1, checked in by djay, 15 years ago | |
---|---|
File size: 276 bytes |
Rev | Line | |
---|---|---|
[1] | 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.