?? makefile.g++
字號:
# A makefile generated by Makemake.# For use with g++ compiler.compiler=g++lflags=-funsigned-char -O2 -wcflags=$(lflags) -cobjfiles=dolphin.o dolphout.o parser.o process.o codegen.o tables.o expand.o serialize.o nfa.o dfa.o nfa-to-dfa.o time.o lookahead.o variables.o utilities.o alphabet.oheaders=dolphin.h dolphout.h parser.h assert.h process.h codegen.h tables.h expand.h serialize.h stl.h nfa.h dfa.h nfa-to-dfa.h time.h lookahead.h variables.h utilities.h variable.h intervals.h alphabet.h dummy_limits.hdolphin: $(objfiles) $(compiler) $(lflags) $(objfiles) -o dolphindolphout.cpp: dolphout.dlp dolphin dolphout.dlpdolphout.h: dolphout.dlp dolphin dolphout.dlpparser.cpp: parser.whl whale parser.whlparser.h: parser.whl whale parser.whldolphin.o: dolphin.cpp $(headers) $(compiler) $(cflags) dolphin.cppdolphout.o: dolphout.cpp $(headers) $(compiler) $(cflags) dolphout.cppparser.o: parser.cpp $(headers) $(compiler) $(cflags) parser.cppprocess.o: process.cpp $(headers) $(compiler) $(cflags) process.cppcodegen.o: codegen.cpp $(headers) $(compiler) $(cflags) codegen.cpptables.o: tables.cpp $(headers) $(compiler) $(cflags) tables.cppexpand.o: expand.cpp $(headers) $(compiler) $(cflags) expand.cppserialize.o: serialize.cpp $(headers) $(compiler) $(cflags) serialize.cppnfa.o: nfa.cpp $(headers) $(compiler) $(cflags) nfa.cppdfa.o: dfa.cpp $(headers) $(compiler) $(cflags) dfa.cppnfa-to-dfa.o: nfa-to-dfa.cpp $(headers) $(compiler) $(cflags) nfa-to-dfa.cpptime.o: time.cpp $(headers) $(compiler) $(cflags) time.cpplookahead.o: lookahead.cpp $(headers) $(compiler) $(cflags) lookahead.cppvariables.o: variables.cpp $(headers) $(compiler) $(cflags) variables.cpputilities.o: utilities.cpp $(headers) $(compiler) $(cflags) utilities.cppalphabet.o: alphabet.cpp $(headers) $(compiler) $(cflags) alphabet.cpp
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -