?? ant.make.alpha
字號:
############################################################################## 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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -