makefile.am

来自「inger小型c编译器源码」· AM 代码 · 共 37 行

AM
37
字号
####### kdevelop will overwrite this part!!! (begin)##########EXTRA_DIST = gentex.pl book.otx history.otx lexer.otx grammar.otx preprocessor.otx error.otx symboltable.otx requirements.otx software.otx lexerappendix.otx####### kdevelop will overwrite this part!!! (end)############all: gentex.pl book.otx history.otx lexer.otx grammar.otx preprocessor.otx error.otx symboltable.otx requirements.otx software.otx lexerappendix.otx	perl gentex.pl	# pdflatex book.tex	# pdflatex book.texdistclean:	rm -f book.aux	rm -f book.log	rm -f book.tex	rm -f book.toc	rm -f book.pdf	rm -f history.aux	rm -f history.tex	rm -f lexer.aux	rm -f lexer.tex	rm -f grammar.aux	rm -f grammar.tex	rm -f preprocessor.aux	rm -f preprocessor.tex	rm -f error.aux	rm -f error.tex	rm -f symboltable.aux	rm -f symboltable.tex	rm -f requirements.aux	rm -f requirements.tex	rm -f software.aux	rm -f software.tex	rm -f lexerappendix.aux	rm -f lexerappendix.tex

⌨️ 快捷键说明

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