source:
branches/branch-1.2/zoo-services/gdal/profile/Makefile
@
433
Last change on this file since 433 was 301, checked in by djay, 13 years ago | |
---|---|
|
|
File size: 357 bytes |
Rev | Line | |
---|---|---|
[301] | 1 | ZRPATH=../../.. |
2 | include ${ZRPATH}/zoo-kernel/ZOOMakefile.opts | |
3 | CFLAGS=${ZOO_CFLAGS} ${XML2CFLAGS} ${GDAL_CFLAGS} ${PYTHONCFLAGS} -DLINUX_FREE_ISSUE #-DDEBUG | |
[50] | 4 | CC=gcc |
5 | ||
6 | cgi-env/gdal_profile_service.zo: service.c | |
[301] | 7 | g++ -DZOO_SERVICE ${CFLAGS} -shared -fpic -o cgi-env/gdal_profile_service.zo ./service.c ${GDAL_LIBS} ${MACOS_LD_FLAGS} |
[50] | 8 | |
9 | clean: | |
10 | rm -f cgi-env/*.zo |
Note: See TracBrowser
for help on using the repository browser.