base_variables

来自「CCSM Research Tools: Community Atmospher」· 代码 · 共 67 行

TXT
67
字号
# $Id: base_variables,v 1.2.2.2 2002/04/27 15:39:03 erik Exp $ ##     See the file build/base_variables.defs for a complete explanation of all these fields#AR		   = arAR_FLAGS	   = crRM		   = rm -fOMAKE		   = ${MAKE}RANLIB		   = ranlibSHELL		   = /bin/shSED		   = /bin/sedSH_LD		   = gcc# ######################### C and Fortran compiler #########################C_CC		   = gcc C_FC		   = pgf90 C_FC_MOD           = -IC_CLINKER_SLFLAG   = -Wl,-rpath,C_FLINKER_SLFLAG   = -Wl,-rpath,C_CLINKER	   = gccC_FLINKER	   = pgf90C_CCV		   = ${C_CC} --versionC_FCV              = pgf90 C_SYS_LIB	   = -ldl -lc -lg2c -lm#C_SYS_LIB	   = -ldl -lc -lf2c -lm#C_SYS_LIB	   = -ldl -lc /usr/lib/libf2c.a -lm  #Use /usr/lib/libf2c.a if that's what your f77 uses.# ---------------------------- BOPT - g options ----------------------------G_COPTFLAGS	   = -g G_FOPTFLAGS	   = -g# ----------------------------- BOPT - O options -----------------------------O_COPTFLAGS	   = -O O_FOPTFLAGS	   = -O# ########################## C++ compiler ###################################CXX_CC		   = g++CXX_FC		   = pgf90 CXX_CLINKER_SLFLAG = -Wl,-rpath,CXX_FLINKER_SLFLAG = -Wl,-rpath,CXX_CLINKER	   = g++CXX_FLINKER	   = g++CXX_CCV		   = ${CXX_CC} --version#CXX_SYS_LIB	   = -ldl -lc -lf2c -lmCXX_SYS_LIB	   = -ldl -lc -lg2c -lm#CXX_SYS_LIB	   = -ldl -lc /usr/lib/libf2c.a -lm# ------------------------- BOPT - g_c++ options ------------------------------GCXX_COPTFLAGS	   = -g GCXX_FOPTFLAGS	   = -g# ------------------------- BOPT - O_c++ options ------------------------------OCXX_COPTFLAGS	   = -O OCXX_FOPTFLAGS	   = -O# -------------------------- BOPT - g_complex options ------------------------GCOMP_COPTFLAGS	   = -gGCOMP_FOPTFLAGS	   = -g# --------------------------- BOPT - O_complex options -------------------------OCOMP_COPTFLAGS	   = -OOCOMP_FOPTFLAGS	   = -O####################################################################################   ALICE installers should very rarely ever need to edit anything below this ###################################################################################PARCH		   = linux_gnupgf90include ${ESMF_DIR}/build/common_variables

⌨️ 快捷键说明

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