📄 makefile
字号:
BASEDIR=..include ../larbin.makeFETCHEROBJ=hashTable.o checker.o file.o fetchOpen.o fetchPipe.oall: $(FETCHEROBJ)crash: CPPFLAGS += -DCRASHcrash: clean alldep: makedepend -I$(INCLDIR) -Y *.cc 2> /dev/nullclean: $(RM) *.o $(RM) *~ $(RM) *.bak# DO NOT DELETEchecker.o: ../../include/types.h ../../include/global.hchecker.o: ../../include/xfetcher/file.h ../../include/xutils/url.hchecker.o: ../../include/xutils/string.h ../../include/xutils/Vector.hchecker.o: ../../include/xfetcher/hashTable.hchecker.o: ../../include/xutils/GenericFifo.h ../../include/xinterf/output.hchecker.o: ../../include/xutils/ConstantSizedFifo.hchecker.o: ../../include/xutils/ConstantSizedFifoPriority.hchecker.o: ../../include/xutils/text.h ../../include/xutils/debug.hfetchOpen.o: ../../include/global.h ../../include/xfetcher/file.hfetchOpen.o: ../../include/types.h ../../include/xutils/url.hfetchOpen.o: ../../include/xutils/string.h ../../include/xutils/Vector.hfetchOpen.o: ../../include/xfetcher/hashTable.hfetchOpen.o: ../../include/xutils/GenericFifo.hfetchOpen.o: ../../include/xinterf/output.hfetchOpen.o: ../../include/xutils/ConstantSizedFifo.hfetchOpen.o: ../../include/xutils/ConstantSizedFifoPriority.hfetchOpen.o: ../../include/xutils/Site.h ../../include/xutils/Fifo.hfetchOpen.o: ../../include/xutils/debug.hfetchPipe.o: ../../include/types.h ../../include/global.hfetchPipe.o: ../../include/xfetcher/file.h ../../include/xutils/url.hfetchPipe.o: ../../include/xutils/string.h ../../include/xutils/Vector.hfetchPipe.o: ../../include/xfetcher/hashTable.hfetchPipe.o: ../../include/xutils/GenericFifo.hfetchPipe.o: ../../include/xinterf/output.hfetchPipe.o: ../../include/xutils/ConstantSizedFifo.hfetchPipe.o: ../../include/xutils/ConstantSizedFifoPriority.hfetchPipe.o: ../../include/xutils/text.h ../../include/xutils/Site.hfetchPipe.o: ../../include/xutils/connexion.h ../../include/xutils/debug.hfile.o: ../../include/types.h ../../include/global.hfile.o: ../../include/xfetcher/file.h ../../include/xutils/url.hfile.o: ../../include/xutils/string.h ../../include/xutils/Vector.hfile.o: ../../include/xfetcher/hashTable.h ../../include/xutils/GenericFifo.hfile.o: ../../include/xinterf/output.hfile.o: ../../include/xutils/ConstantSizedFifo.hfile.o: ../../include/xutils/ConstantSizedFifoPriority.hfile.o: ../../include/xfetcher/fetchOpen.h ../../include/xfetcher/checker.hfile.o: ../../include/xutils/text.h ../../include/xutils/Site.hfile.o: ../../include/xutils/debug.hhashTable.o: ../../include/types.h ../../include/xutils/url.hhashTable.o: ../../include/xutils/string.h ../../include/xutils/connexion.hhashTable.o: ../../include/xfetcher/hashTable.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -