📄 makefile
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -