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

📄 makefile

📁 linux下将各类格式图片转换工具
💻
字号:
ifeq ($(SRCDIR)x,x)  SRCDIR = $(CURDIR)/../../../../..  BUILDDIR = $(SRCDIR)endifSUBDIR = converter/other/jpeg2000/libjasper/baseVPATH=.:$(SRCDIR)/$(SUBDIR)JASPERSRCDIR=$(SRCDIR)/$(SUBDIR)/..include $(BUILDDIR)/Makefile.configLIB_OBJECTS = jas_debug.o jas_getopt.o jas_image.o jas_init.o \	      jas_malloc.o jas_seq.o jas_stream.o jas_string.o \	      jas_tvp.o jas_version.oall: partlist $(LIB_OBJECTS)include $(JASPERSRCDIR)/Makefile.common

⌨️ 快捷键说明

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