Last change
on this file since 522 was
522,
checked in by david, 10 years ago
|
- Add install target, and fix cflags
|
File size:
437 bytes
|
Rev | Line | |
---|
[369] | 1 | ZRPATH=../../.. |
---|
| 2 | include ${ZRPATH}/zoo-kernel/ZOOMakefile.opts |
---|
| 3 | CFLAGS=${ZOO_CFLAGS} ${XML2CFLAGS} ${GDAL_CFLAGS} ${PYTHONCFLAGS} -DLINUX_FREE_ISSUE #-DDEBUG |
---|
| 4 | CC=gcc |
---|
| 5 | |
---|
| 6 | cgi-env/warp_service.zo: service.c |
---|
| 7 | g++ ${CFLAGS} -shared -fpic -o cgi-env/warp_service.zo ./service.c ${GDAL_LIBS} ${MACOS_LD_FLAGS} |
---|
| 8 | |
---|
[522] | 9 | |
---|
| 10 | install: |
---|
| 11 | install -d ${CGI_DIR}/gdal/warp |
---|
| 12 | install cgi-env/* ${CGI_DIR}/gdal/warp |
---|
| 13 | |
---|
| 14 | |
---|
[369] | 15 | clean: |
---|
| 16 | rm -f cgi-env/warp_service.* |
---|
Note: See
TracBrowser
for help on using the repository browser.