makefile

来自「openmp版的banchmark」· 代码 · 共 22 行

TXT
22
字号
include ../config/make.def# Note that COMPILE is also defined in make.common and should# be the same. We can't include make.common because it has a lot# of other garbage. FCOMPILE = $(F77) -c $(F_INC) $(FFLAGS)all: setparams # setparams creates an npbparam.h file for each benchmark # configuration. npbparams.h also contains info about how a benchmark# was compiled and linkedsetparams: setparams.c ../config/make.def	$(UCC) -o setparams setparams.cclean: 	-rm -f setparams setparams.h npbparams.h	-rm -f *~ *.o

⌨️ 快捷键说明

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