ant.make.alpha

来自「标准的GP源代码,由Andy Singleton维护」· ALPHA 代码 · 共 60 行

ALPHA
60
字号
##############################################################################       Project		GP intergrated ant program using MODIFIED gpquick-2.1,# 			using DEC Alpha C/Unix/etc $Revision: 1.1 $ #	    #       Author		W.B.Langdon##	Created		7 Feb 1997, based upon max.make.alpha Revision: 1.1# 									   #	Modifications:  ##	Module:         ant.make.alpha##	Description:          ##	Notes		ensure pch.h contain #define UNIX#			#define MULTREE#############################################################################NAME 	= GPantOBJS 	= gp.o  ant.o antprob.o  stats.o chrome.o   primitiv.o   selector.oLIBS 	= -lmCC 	= cxxCOMPILE = $(CC) -c $(CFLAGS)CFLAGS 	= -O5#CFLAGS = -g3 -Wall -check -pgLINK 	= $(CC) -o LDFLAGS =  -g$(NAME):$(OBJS) 	$(LINK) $(NAME) $(LDFLAGS) $(OBJS) $(LIBS)#C++ source filesgp.o:	gp.cc pch.h chrome.h selector.h ant.h primitiv.h Primitives.h time.h gp.h trace.h test.h	$(COMPILE) gp.ccant.o:	ant.cc pch.h chrome.h antprob.h selector.h primitiv.h test.h	$(COMPILE) ant.ccantprob.o:	antprob.cxx pch.h chrome.h ant.h selector.h primitiv.h gp.h test.h	$(COMPILE) antprob.cxxstats.o:	stats.cc pch.h chrome.h selector.h ant.h gp.h trace.h	$(COMPILE) stats.cc#time.o:		time.cc pch.h chrome.h selector.h ant.h time.h list.h Primitives.h gp.h trace.h #	$(COMPILE) time.ccchrome.o:	chrome.cxx pch.h chrome.h selector.h ant.h	$(COMPILE) chrome.cxxprimitiv.o:	primitiv.cxx pch.h chrome.h selector.h ant.h time.h primitiv.h	$(COMPILE) primitiv.cxxselector.o:	selector.cxx pch.h selector.h	$(COMPILE) selector.cxx

⌨️ 快捷键说明

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