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