📄 makefile
字号:
ifeq ($(SRCDIR)x,x) SRCDIR = $(CURDIR)/../../../.. BUILDDIR = $(SRCDIR)endifSUBDIR = converter/other/jpeg2000/libjasperVPATH=.:$(SRCDIR)/$(SUBDIR)include $(BUILDDIR)/Makefile.configSUBDIRS = base jp2 jpcall: libjasper.ainclude $(SRCDIR)/$(SUBDIR)/Makefile.common# We cheat a bit here -- the real dependencies are all the .o files listed# in the part list, but since we don't know what those are, we just do a# 'make all' in each subdirectory to get them built. That means it always# looks like dependencies were rebuilt and libjasper.a gets rebuilt every# time.libjasper.a: $(SUBDIRS:%=%/all) partlist ar rc $@ `cat partlist` $(RANLIB) $@
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -