📄 makefile
字号:
C++ = /pub/hpcenterline/bin/CC -D__cfront21 -I. -I..C++FLAGS= .SUFFIXES: .tex .C .o.tex.o: -mv -f $*.C $*.C.bak tex2CC ../$*.tex > $*.C $(C++) $(C++FLAGS) -c $*.C#.C.o:# $(C++) $(C++FLAGS) -c $*.COBJS = \ editor.o\ List.o\ maze.o\ creational.o\ abfactory.o\ builder.o\ factorymeth.o\ prototype.o\ singleton.o\ adapter.o\ bridge.o\ decorator.o\ facade.o\ flyweight.o\ proxy.o\ chain.o\ command.o\ interpreter.o\ iterator.o\ mediator.o\ memento.o\ observer.o\ state.o\ strategy.o\ visitor.o target: $(OBJS)Foundation.H: ../../foundation.tex -/bin/rm Foundation.H tex2CC ../../foundation.tex > Foundation.Hscenario.o: scenario.C ../../scenario.tex tex2CC ../../scenario.tex > $*.C -$(C++) $(C++FLAGS) -c -DSpell1 $*.C -$(C++) $(C++FLAGS) -c $*.C foundation.o: ../../foundation.tex tex2CC ../../foundation.tex > $*.C tex2CC ../$*.tex > $*.C $(C++) $(C++FLAGS) -c $*.Cmaze.o: -$(C++) $(C++FLAGS) -c $*.C -$(C++) $(C++FLAGS) -DSingleton=1 -c $*.C creational.o: creational.C ../../creational.texabfactory.o: abfactory.C ../abfactory.texbuilder.o: builder.C ../builder.texfactorymeth.o: factorymeth.C ../factorymeth.tex -$(C++) $(C++FLAGS) -DImplementation1=1 -c $*.C -$(C++) $(C++FLAGS) -DImplementation2=1 -c $*.C -$(C++) $(C++FLAGS) -DImplementation3=1 -c $*.Cprototype.o: prototype.C ../prototype.tex -$(C++) $(C++FLAGS) -DSampleCode1=1 -c $*.C -$(C++) $(C++FLAGS) -DSampleCode2=1 -c $*.Csingleton.o: singleton.C ../singleton.tex -$(C++) $(C++FLAGS) -DImplementation1=1 -c $*.C -$(C++) $(C++FLAGS) -DImplementation2=1 -c $*.Cadapter.o: adapter.texcomposite.o: composite.C ../composite.texdecorator.o: decorator.C ../decorator.texfacade.o: facade.C ../facade.texflyweight.o: flyweight.C ../flyweight.texproxy.o: proxy.C ../proxy.tex -$(C++) $(C++FLAGS) -DImplementation=1 -c $*.C -$(C++) $(C++FLAGS) -DSampleCode=1 -c $*.Cchain.o: chain.C ../chain.tex -$(C++) $(C++FLAGS) -DImplementation=1 -c $*.C -$(C++) $(C++FLAGS) -DSampleCode=1 -c $*.Ccommand.o: command.C ../command.texinterpreter.o: interpreter.C ../interpreter.texiterator.o: iterator.C ../iterator.texmediator.o: mediator.C ../mediator.texmemento.o: memento.C ../memento.texobserver.o: observer.C ../observer.texstate.o: TCPClosed.C state.C ../state.texstrategy.o: strategy.C ../strategy.tex -$(C++) $(C++FLAGS) -DConsequences1=1 -c $*.C -$(C++) $(C++FLAGS) -DConsequences2=1 -c $*.C -$(C++) $(C++FLAGS) -DImplementation=1 -c $*.C -$(C++) $(C++FLAGS) -DSampleCode=1 -c $*.Cvisitor.o: visitor.C ../visitor.tex -$(C++) $(C++FLAGS) -DConsequences=1 -c $*.C -$(C++) $(C++FLAGS) -DImplementation=1 -c $*.C -$(C++) $(C++FLAGS) -DSampleCode=1 -c $*.Cdepend: makedepend *.C $(C++FLAGS)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -