📄 karp2.make.alpha
字号:
############################################################################## Project GP dyck program using stack primitives# using Alpha cxx $Revision: 1.2 $ # # Author W.Langdon## Created 17 April 1997, based upon karp2.make Revision: 1.00# # Modifications: ## Module: karp2.make.alpha## Description: ## FLAGS: -DTWOD?# -DDEBUG, if debugging messages should pop up?## Notes ensure pch.h contain #define UNIX# chrome.h karp2.h #define MULTREE##############################################################################NB assumes KARP2 is definedNAME = GPkarp2OBJS = gp.o brack.o test.o stats.o pareto.o chrome.o primitiv.o Primitives.o selector.o stack_prim.oLIBS = -lmCC = cxxCOMPILE = $(CC) -c $(CFLAGS)CFLAGS = -O5#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 karp2.h primitiv.h Primitives.h gp.h test.h $(COMPILE) gp.ccbrack.o: brack.cc pch.h chrome.h selector.h karp2.h primitiv.h Primitives.h gp.h test.h stack_prim.h $(COMPILE) brack.cctest.o: test.cc pch.h chrome.h selector.h karp2.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 karp2.h gp.h $(COMPILE) stats.ccpareto.o: pareto.cc pch.h chrome.h selector.h karp2.h Primitives.h gp.h $(COMPILE) pareto.ccchrome.o: chrome.cxx pch.h chrome.h selector.h karp2.h $(COMPILE) chrome.cxxprimitiv.o: primitiv.cxx pch.h chrome.h selector.h karp2.h primitiv.h $(COMPILE) primitiv.cxxPrimitives.o: Primitives.cc pch.h chrome.h selector.h karp2.h Primitives.h gp.h $(COMPILE) Primitives.ccselector.o: selector.cxx pch.h selector.h $(COMPILE) selector.cxxstack_prim.o: stack_prim.cc pch.h chrome.h selector.h karp2.h stack_prim.h $(COMPILE) stack_prim.cc
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -