⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gnumakefile

📁 GIS系统支持库Geospatial Data Abstraction Library代码.GDAL is a translator library for raster geospatial dat
💻
字号:
GDAL_ROOT	=	../../..include $(GDAL_ROOT)/GDALmake.optOBJ	= \	xtiff.o \	geo_free.o \	geo_get.o \	geo_names.o \	geo_new.o \	geo_print.o \	geo_set.o \	geo_tiffp.o \	geo_write.o \	geo_normalize.o \	geotiff_proj4.o \	geo_extra.o \	geo_trans.oO_OBJ	=	$(foreach file,$(OBJ),../../o/$(file))ALL_C_FLAGS	=	$(CFLAGS)ifeq ($(TIFF_SETTING),internal)ALL_C_FLAGS	:=	-I../libtiff $(ALL_C_FLAGS)endifdefault:	$(OBJ)clean:	rm -f $(O_OBJ) *.o *.ainstall-obj:	$(O_OBJ)../../o/%.o:	%.c	$(CC) -c -I$(GDAL_ROOT)/port $(ALL_C_FLAGS) $< -o $@## Updating to the latest libgeotiff involves copying all matching source# except for a few files that hook to GDALs own CPL services.#import:	@if test ! -d ~/geotiff ; then \	  echo reimport requires libgeotiff checked out ~/geotiff ; \	  exit 1; \	fi	rm -rf safe	mkdir safe	mv cpl_serv.h geo_config.h safe	copymatch.sh ~/geotiff/libgeotiff *.cpp *.c *.h *.inc	copymatch.sh ~/geotiff/libgeotiff/libxtiff xtiff*.c xtiffio.h	mv safe/* .	rm -rf safe	@echo	@echo 'Now do something like:'	@echo '% cvs commit -m "updated to libgeotiff 1.1.x"'	@echo

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -