📄 calc2.make.alpha
字号:
############################################################################## Project GP calc program using stack primitives# using DEC Alpha C++ $Revision: 1.1 $ # # Author W.B.Langdon## Created 18 April 1997, based upon calc2.make Revision: 1.2# # Modifications: ## Module: calc2.make.alpha## Description: ## FLAGS: -DTWOD?# -DDEBUG, if debugging messages should pop up?## Notes ensure pch.h contain #define UNIX# calc2.h #define MULTREE#############################################################################NAME = GPcalc2OBJS = gp.o calc.o test.o stats.o pareto.o time.o chrome.o primitiv.o Primitives.o stack_prim.o selector.oLIBS = -lmCC = cxxCOMPILE = $(CC) -c $(CFLAGS)CFLAGS = -05#CFLAGS = -ansi -O2 -Wno-import -W -Wimplicit -Wreturn-type -Wunused\#-Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts \#-Wuninitialized -Wparentheses -Wtemplate-debugging\#-Winline #CFLAGS = -pg -O2 -fkeep-inline-functions -ansi -g -WallLINK = $(CC) -o LDFLAGS = -Wall -g#LDFLAGS = -pg -g -static$(NAME):$(OBJS) $(LINK) $(NAME) $(LDFLAGS) $(OBJS) $(LIBS)#C++ source filesgp.o: gp.cc pch.h chrome.h selector.h calc2.h primitiv.h Primitives.h time.h gp.h test.h $(COMPILE) gp.cccalc.o: calc.cc pch.h chrome.h selector.h calc2.h primitiv.h time.h Primitives.h gp.h test.h stack_prim.h $(COMPILE) calc.cctest.o: test.cc pch.h chrome.h selector.h calc2.h time.h test.h Primitives.h gp.h test.run.cc test.fitness.cc stack_prim.h $(COMPILE) test.ccstats.o: stats.cc pch.h chrome.h selector.h calc2.h gp.h $(COMPILE) stats.ccpareto.o: pareto.cc pch.h chrome.h selector.h calc2.h Primitives.h time.h gp.h $(COMPILE) pareto.cctime.o: time.cc pch.h chrome.h selector.h calc2.h time.h gp.h $(COMPILE) time.ccchrome.o: chrome.cxx pch.h chrome.h selector.h calc2.h $(COMPILE) chrome.cxxprimitiv.o: primitiv.cxx pch.h chrome.h selector.h calc2.h time.h primitiv.h $(COMPILE) primitiv.cxxPrimitives.o: Primitives.cc pch.h chrome.h selector.h calc2.h time.h Primitives.h gp.h $(COMPILE) Primitives.ccstack_prim.o: stack_prim.cc pch.h chrome.h selector.h calc2.h stack_prim.h $(COMPILE) stack_prim.ccselector.o: selector.cxx pch.h selector.h $(COMPILE) selector.cxx
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -