makefile

来自「JAVA在编译原理上的应用。」· 代码 · 共 42 行

TXT
42
字号
all=Test$C TypicalCompilerScannerByLolo$C TypicalCompilerScannerByOOlex$C TypicalCompilerScannerByJLex$C TimeUtil$C PrintTypicalCompilerSymbols$Cp=lolo.testprint=falseinclude ../../make/Makefile.$(OSTYPE)CLASSPATH=../..:oolex.jarJLEXJAR=JLex.jarclean::		rm -f *.ser input x* java.hprof.txt lolo jlex oolex TypicalCompilerScannerByJLex$Jtest2:	all	$(JAVA) $p.Testtest::	testLolo testOOlex testJLexPROPSLOLO=-DTypicalCompilerScannerByLolo.bufferSize=4096 \	-DPrintTypicalCompilerSymbols.print=$(print) \	#-DTypicalCompilerScannerByLolo.unicode=testLolo:	all input	ls -l input	time $(JAVA) $(PROPSLOLO) $p.TypicalCompilerScannerByLolo input >loloPROPSOOLEX=-DTypicalCompilerScannerByOOlex.front=4096 \	-DTypicalCompilerScannerByOOlex.rear=4096 \	-DPrintTypicalCompilerSymbols.print=$(print)testOOlex:	all input	ls -l input	time $(JAVA) $(PROPSOOLEX) $p.TypicalCompilerScannerByOOlex input >oolexPROPSJLEX=-DPrintTypicalCompilerSymbols.print=$(print)testJLex:	all input	ls -l input	time $(JAVA) $(PROPSJLEX) $p.TypicalCompilerScannerByJLex input >jlexinput:		find .. -name '*.java' -exec cat {} {} {} {} {} {} {} {} {} {} {} {} {} {} {} {} {} {} {} {} {} {} {} {} {} {} {} {} \; > input	ls -l input

⌨️ 快捷键说明

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