?? gnumakefile
字號(hào):
include ../../../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 = $(CPPFLAGS) $(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../../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
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -