makefile

来自「Larbin互联网蜘蛛索引系统」· 代码 · 共 31 行

TXT
31
字号
BASEDIR=..include ../larbin.makeSEQUENCEROBJ=sequencer.oall: $(SEQUENCEROBJ)crash: CPPFLAGS += -DCRASHcrash: clean alldep:	makedepend -I$(INCLDIR) -Y *.cc 2> /dev/nullclean:	$(RM) *.o	$(RM) *~	$(RM) *.bak# DO NOT DELETEsequencer.o: ../../include/global.h ../../include/xfetcher/file.hsequencer.o: ../../include/types.h ../../include/xutils/url.hsequencer.o: ../../include/xutils/string.h ../../include/xutils/Vector.hsequencer.o: ../../include/xfetcher/hashTable.hsequencer.o: ../../include/xutils/GenericFifo.hsequencer.o: ../../include/xinterf/output.hsequencer.o: ../../include/xutils/ConstantSizedFifo.hsequencer.o: ../../include/xutils/ConstantSizedFifoPriority.hsequencer.o: ../../include/xutils/Site.h ../../include/xutils/debug.h

⌨️ 快捷键说明

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