📄 max.make.alpha
字号:
############################################################################## Project GP calc program using MODIFIED gpquick-2.1,# using DEC Alpha C/Unix/etc $Revision: 1.2 $ # # Author W.B.Langdon## Created 13 Dec 1996, based upon calc.make Revision: 1.1# # Modifications: ## Module: max.make## Description: ## FLAGS: -DTWOD?# -DDEBUG, if debugging messages should pop up?## Notes ensure pch.h contain #define UNIX# #define MULTREE#############################################################################NAME = GPmaxOBJS = gp.o max.o stats.o time.o chrome.o primitiv.o Primitives.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 max.h primitiv.h Primitives.h time.h gp.h test.h $(COMPILE) gp.ccmax.o: max.cc pch.h chrome.h selector.h max.h primitiv.h time.h Primitives.h gp.h test.h $(COMPILE) max.ccstats.o: stats.cc pch.h chrome.h selector.h max.h gp.h $(COMPILE) stats.cctime.o: time.cc pch.h chrome.h selector.h max.h time.h Primitives.h gp.h $(COMPILE) time.ccchrome.o: chrome.cxx pch.h chrome.h selector.h max.h $(COMPILE) chrome.cxxprimitiv.o: primitiv.cxx pch.h chrome.h selector.h max.h time.h primitiv.h $(COMPILE) primitiv.cxxPrimitives.o: Primitives.cc pch.h chrome.h selector.h max.h time.h Primitives.h gp.h $(COMPILE) Primitives.ccselector.o: selector.cxx pch.h selector.h $(COMPILE) selector.cxx
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -