Changeset 522 for trunk/zoo-project/zoo-services/gdal/warp
- Timestamp:
- Oct 31, 2014, 6:00:05 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-services/gdal/warp/Makefile
r369 r522 7 7 g++ ${CFLAGS} -shared -fpic -o cgi-env/warp_service.zo ./service.c ${GDAL_LIBS} ${MACOS_LD_FLAGS} 8 8 9 10 install: 11 install -d ${CGI_DIR}/gdal/warp 12 install cgi-env/* ${CGI_DIR}/gdal/warp 13 14 9 15 clean: 10 16 rm -f cgi-env/warp_service.*
Note: See TracChangeset
for help on using the changeset viewer.