Changeset 115 for trunk/zoo-services/cgal/Makefile
- Timestamp:
- Feb 16, 2011, 2:11:07 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-services/cgal/Makefile
r1 r115 1 CFLAGS=-I../../zoo-kernel -svn/ -I./ `xml2-config --cflags` `python-config --cflags` -DLINUX_FREE_ISSUE #-DDEBUG1 CFLAGS=-I../../zoo-kernel/ -I./ `xml2-config --cflags` `python-config --cflags` -DLINUX_FREE_ISSUE #-DDEBUG 2 2 CC=gcc 3 3 4 cgi-env/ service.zo: service.c5 g++ ${CFLAGS} -shared -fpic -o cgi-env/ service.zo ./service.c -lgdal4 cgi-env/cgal_service.zo: service.c 5 g++ ${CFLAGS} -shared -fpic -o cgi-env/cgal_service.zo ./service.c -lgdal -lCGAL 6 6 7 7 clean:
Note: See TracChangeset
for help on using the changeset viewer.