makefile

来自「一百个病毒的源代码 包括熊猫烧香等 极其具有研究价值」· 代码 · 共 39 行

TXT
39
字号
BASEDIR=..include ../larbin.makeINTERFOBJ=input.o output.oall: $(INTERFOBJ)crash: CPPFLAGS += -DCRASHcrash: clean alldep:	makedepend -I$(INCLDIR) -Y *.cc 2> /dev/nullclean:	$(RM) *.o	$(RM) *~	$(RM) *.bak# DO NOT DELETEinput.o: ../../include/types.h ../../include/xutils/text.hinput.o: ../../include/xutils/string.h ../../include/xinterf/input.hinput.o: ../../include/global.h ../../include/xfetcher/file.hinput.o: ../../include/xutils/url.h ../../include/xutils/Vector.hinput.o: ../../include/xfetcher/hashTable.hinput.o: ../../include/xutils/GenericFifo.h ../../include/xinterf/output.hinput.o: ../../include/xutils/ConstantSizedFifo.hinput.o: ../../include/xutils/ConstantSizedFifoPriority.hinput.o: ../../include/xutils/debug.houtput.o: ../../include/types.h ../../include/global.houtput.o: ../../include/xfetcher/file.h ../../include/xutils/url.houtput.o: ../../include/xutils/string.h ../../include/xutils/Vector.houtput.o: ../../include/xfetcher/hashTable.houtput.o: ../../include/xutils/GenericFifo.h ../../include/xinterf/output.houtput.o: ../../include/xutils/ConstantSizedFifo.houtput.o: ../../include/xutils/ConstantSizedFifoPriority.houtput.o: ../../include/xutils/debug.h

⌨️ 快捷键说明

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