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

📄 gnumakefile

📁 GIS系统支持库Geospatial Data Abstraction Library代码.GDAL is a translator library for raster geospatial dat
💻
字号:
GDAL_ROOT	=	../../..include $(GDAL_ROOT)/GDALmake.optOBJ	= \	tif_aux.o \	tif_close.o \	tif_codec.o \	tif_color.o \	tif_compress.o \	tif_dir.o \	tif_dirinfo.o \	tif_dirread.o \	tif_dirwrite.o \	tif_dumpmode.o \	tif_error.o \	tif_extension.o \	tif_fax3.o \	tif_fax3sm.o \	tif_getimage.o \	tif_jpeg.o \	tif_flush.o \	tif_luv.o \	tif_lzw.o \	tif_next.o \	tif_open.o \	tif_packbits.o \	tif_pixarlog.o \	tif_predict.o \	tif_print.o \	tif_read.o \	tif_swab.o \	tif_strip.o \	tif_thunder.o \	tif_tile.o \	tif_vsi.o \	tif_version.o \	tif_warning.o \	tif_write.o \	tif_zip.oO_OBJ	=	$(foreach file,$(OBJ),../../o/$(file))ALL_C_FLAGS =	$(CFLAGS) $(CPPFLAGS) \		-DZIP_SUPPORT -DPIXARLOG_SUPPORT -I../../zlibifneq ($(JPEG_SETTING),no)ALL_C_FLAGS 	:=	$(ALL_C_FLAGS) -DJPEG_SUPPORTendififeq ($(JPEG_SETTING),internal)ALL_C_FLAGS 	:=	$(ALL_C_FLAGS) -I../../jpeg/libjpegendifdefault:	$(OBJ)clean:	rm -f $(O_OBJ) *.o *.aimport:	@if test ! -d ~/libtiff ; then \	  echo reimport requires libtiff checked out ~/libtiff ; \	  exit 1; \	fi	mv tif_config.h tif_config_safe.h	copymatch.sh ~/libtiff/libtiff *.c *.h	mv tif_config_safe.h tif_config.h	@echo	@echo 'Now do something like:'	@echo '% cvs commit -m "updated to libtiff 3.6.0"'	@echoinstall-obj:	$(O_OBJ)../../o/%.o:	%.c	$(CC) -c -I$(GDAL_ROOT)/port $(ALL_C_FLAGS) $< -o $@

⌨️ 快捷键说明

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