📄 makefile
字号:
## This file was generated from Makefile.in on Sun Nov 18 18:56:51 CET 2001#DOXYGEN = /root/src/doxygen/package/workTMAKEPATH = /root/src/doxygen/package/work/tmake/lib/linux-g++ENV = env TMAKEPATH=$(TMAKEPATH)TMAKE = /root/src/doxygen/package/work/tmake/bin/tmakeMAKE = /usr/bin/makePERL = /usr/bin/perlRM = rm -fCP = cpVERSION = 1.2.12INSTALL = /usrINSTTOOL = /usr/bin/ginstallDOXYDOCS = ..DOCDIR = /usr/share/doc/packages/doxygenHAVE_DOT = /usr/local/bin/dotall: class/html/index.html \ define/html/index.html \ enum/html/index.html \ file/html/index.html \ func/html/index.html \ page/html/index.html \ relates/html/index.html \ author/html/index.html \ par/html/index.html \ overload/html/index.html \ example/html/index.html \ include/html/index.html \ qtstyle/html/index.html \ jdstyle/html/index.html \ structcmd/html/index.html \ autolink/html/index.html \ restypedef/html/index.html \ afterdoc/html/index.html \ template/html/index.html \ tag/html/index.html \ group/html/index.html \ diagrams/html/index.html \ memgrp/html/index.htmlclean: rm -rf class define enum file func page relates author \ par overload example include qtstyle jdstyle structcmd \ autolink tag restypedef afterdoc template tag group diagrams \ memgrpclass/html/index.html: class.h class.cfg $(DOXYGEN)/bin/doxygen class.cfgdefine/html/index.html: define.h define.cfg $(DOXYGEN)/bin/doxygen define.cfgenum/html/index.html: enum.h enum.cfg $(DOXYGEN)/bin/doxygen enum.cfgfile/html/index.html: file.h file.cfg $(DOXYGEN)/bin/doxygen file.cfgfunc/html/index.html: func.h func.cfg $(DOXYGEN)/bin/doxygen func.cfgpage/html/index.html: page.doc page.cfg $(DOXYGEN)/bin/doxygen page.cfgrelates/html/index.html: relates.cpp relates.cfg $(DOXYGEN)/bin/doxygen relates.cfgauthor/html/index.html: author.cpp author.cfg $(DOXYGEN)/bin/doxygen author.cfgpar/html/index.html: par.cpp par.cfg $(DOXYGEN)/bin/doxygen par.cfgoverload/html/index.html: overload.cpp overload.cfg $(DOXYGEN)/bin/doxygen overload.cfgexample/html/index.html: example.cpp example_test.cpp example.cfg $(DOXYGEN)/bin/doxygen example.cfginclude/html/index.html: include.cpp example_test.cpp include.cfg $(DOXYGEN)/bin/doxygen include.cfgqtstyle/html/index.html: qtstyle.cpp qtstyle.cfg $(DOXYGEN)/bin/doxygen qtstyle.cfgjdstyle/html/index.html: jdstyle.cpp jdstyle.cfg $(DOXYGEN)/bin/doxygen jdstyle.cfgstructcmd/html/index.html: structcmd.h structcmd.cfg $(DOXYGEN)/bin/doxygen structcmd.cfgautolink/html/index.html: autolink.cpp autolink.cfg $(DOXYGEN)/bin/doxygen autolink.cfgtag/html/index.html: tag.cpp tag.cfg example/html/index.html $(DOXYGEN)/bin/doxygen tag.cfg# sed -e "1,1s#perl#$(PERL)#g" tag/html/installdox >tag/html/installdox.perl# cd tag/html ; $(PERL) installdox.perl -lexample.tag@../../example/htmlrestypedef/html/index.html: restypedef.cpp restypedef.cfg $(DOXYGEN)/bin/doxygen restypedef.cfgafterdoc/html/index.html: afterdoc.h afterdoc.cfg $(DOXYGEN)/bin/doxygen afterdoc.cfgtemplate/html/index.html: templ.cpp templ.cfg $(DOXYGEN)/bin/doxygen templ.cfggroup/html/index.html: group.cpp group.cfg $(DOXYGEN)/bin/doxygen group.cfgmemgrp/html/index.html: memgrp.cpp memgrp.cfg $(DOXYGEN)/bin/doxygen memgrp.cfgdiagrams/html/index.html: diagrams_a.h diagrams_b.h diagrams_c.h diagrams_d.h diagrams_e.h diagrams.cfgifneq ($(HAVE_DOT),) $(DOXYGEN)/bin/doxygen diagrams.cfgendif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -