Changeset 779 for trunk/zoo-project/zoo-services/gdal/contour/Makefile
- Timestamp:
- Jun 14, 2016, 8:41:18 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-services/gdal/contour/Makefile
r743 r779 5 5 6 6 cgi-env/contour_service.zo: service.c 7 g++ ${CFLAGS} -shared -fpic -o cgi-env/contour_service.zo ./service.c ${GDAL_LIBS} ${MACOS_LD_FLAGS} -L${ INST_LIB}-lzoo_service ${FCGI_LDFLAGS}7 g++ ${CFLAGS} -shared -fpic -o cgi-env/contour_service.zo ./service.c ${GDAL_LIBS} ${MACOS_LD_FLAGS} -L${ZRPATH}/zoo-kernel/ -lzoo_service ${FCGI_LDFLAGS} 8 8 install: 9 9 install -d ${CGI_DIR}/gdal/contour
Note: See TracChangeset
for help on using the changeset viewer.