source:
branches/branch-1.3/zoo-project/zoo-services/arithmetics/Makefile
@
666
Last change on this file since 666 was 1, checked in by djay, 15 years ago | |
---|---|
File size: 294 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/test_service.zo: test_service.c |
5 | g++ ${CFLAGS} -shared -fpic -o cgi-env/test_service.zo ./test_service.c |
6 | |
7 | clean: |
8 | rm -f cgi-env/test_service.zo |
Note: See TracBrowser
for help on using the repository browser.