📄 makefile
字号:
BASEDIR=.include larbin.makeSUBDIR=xutils xinterf xsequencer xfetcherMAINOBJ=global.o main.oall clean dep crash: for d in $(SUBDIR); do make -C $$d $@; done make $@-hereall-here: $(MAINOBJ) $(CXX) -lpthread -o larbin $(MAINOBJ) */*.o ../adns/libadns.acrash-here: CPPFLAGS += -DCRASHcrash-here: clean-here all-heredep-here: makedepend -I$(INCLDIR) -Y *.cc 2> /dev/nullclean-here: $(RM) *~ $(RM) *.bak $(RM) *.o $(RM) core $(RM) larbin# DO NOT DELETEglobal.o: ./../include/types.h ./../include/global.hglobal.o: ./../include/xfetcher/file.h ./../include/xutils/url.hglobal.o: ./../include/xutils/string.h ./../include/xutils/Vector.hglobal.o: ./../include/xfetcher/hashTable.h ./../include/xutils/GenericFifo.hglobal.o: ./../include/xinterf/output.hglobal.o: ./../include/xutils/ConstantSizedFifo.hglobal.o: ./../include/xutils/ConstantSizedFifoPriority.hglobal.o: ./../include/xutils/text.h ./../include/xutils/Fifo.hglobal.o: ./../include/xutils/Site.h ./../include/xutils/debug.hglobal.o: ./../include/xutils/MaxedSizedFifo.hglobal.o: ./../include/xutils/PersistentFifo.hglobal.o: ./../include/xutils/connexion.hmain.o: ./../include/global.h ./../include/xfetcher/file.hmain.o: ./../include/types.h ./../include/xutils/url.hmain.o: ./../include/xutils/string.h ./../include/xutils/Vector.hmain.o: ./../include/xfetcher/hashTable.h ./../include/xutils/GenericFifo.hmain.o: ./../include/xinterf/output.h ./../include/xutils/ConstantSizedFifo.hmain.o: ./../include/xutils/ConstantSizedFifoPriority.hmain.o: ./../include/xutils/text.h ./../include/xutils/threads.hmain.o: ./../include/xfetcher/checker.h ./../include/xsequencer/sequencer.hmain.o: ./../include/xfetcher/fetchOpen.h ./../include/xfetcher/fetchPipe.hmain.o: ./../include/xinterf/input.h ./../include/xutils/debug.hmain.o: ./../include/xutils/webserver.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -