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