Changeset 371 for trunk/zoo-project/zoo-services/gdal/profile/Makefile
- Timestamp:
- Oct 11, 2012, 11:45:00 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-services/gdal/profile/Makefile
r284 r371 4 4 CC=gcc 5 5 6 cgi-env/ gdal_profile_service.zo: service.c7 g++ -DZOO_SERVICE ${CFLAGS} -shared -fpic -o cgi-env/ gdal_profile_service.zo ./service.c ${GDAL_LIBS} ${MACOS_LD_FLAGS}6 cgi-env/profile_service.zo: service.c 7 g++ -DZOO_SERVICE ${CFLAGS} -shared -fpic -o cgi-env/profile_service.zo ./service.c ${GDAL_LIBS} ${MACOS_LD_FLAGS} 8 8 9 9 clean:
Note: See TracChangeset
for help on using the changeset viewer.