?? base_variables
字號:
# $Id: base_variables,v 1.3.2.3 2002/04/27 15:39:00 erik Exp $ ## See the file build/base_variables.defs for a complete explanation of all these fields#LD = ld -64 AR = arAR_FLAGS = crRM = rm -fRANLIB = trueOMAKE = ${MAKE}SHELL = /bin/shSED = /bin/sed# ######################### C and Fortran compiler #########################C_CC = cc -64 -woff 1164 C_FC = f90 -64 -macro_expandC_FC_MOD = -IC_CLINKER_SLFLAG = -rpathC_FLINKER_SLFLAG = -rpathC_CLINKER = cc -64 -Wl,-woff,84,-woff,85,-woff,134 C_FLINKER = f90 -64 -Wl,-woff,84,-woff,85,-woff,134 C_CCV = cc -versionC_FCV = f90 -versionC_SYS_LIB = -lfpe -lfortran -lftn -lfastm -lmalloc # ---------------------------- BOPT - g options ----------------------------G_COPTFLAGS = -g G_FOPTFLAGS = -g # ----------------------------- BOPT - O options -----------------------------#O_COPTFLAGS = -Ofast=ip27O_COPTFLAGS = -O3#O_FOPTFLAGS = -Ofast=ip27 -IPA:cprop=OFF -OPT:IEEE_arithmetic=1O_FOPTFLAGS = -O3# ########################## C++ compiler ###################################CXX_CC = CC -64 -woff 1164CXX_FC = f90 -cpp -64 -macro_expandCXX_CLINKER_SLFLAG = -rpathCXX_FLINKER_SLFLAG = -rpathCXX_CLINKER = CC -64 -Wl,-woff,84,-woff,85,-woff,134CXX_FLINKER = CC -64 -Wl,-woff,84,-woff,85,-woff,134CXX_CCV = CC -versionCXX_SYS_LIB = -lfpe -lcomplex -lfortran -lftn -lfastm -lmalloc # ------------------------- BOPT - g_c++ options ------------------------------GCXX_COPTFLAGS = -gGCXX_FOPTFLAGS = -g# ------------------------- BOPT - O_c++ options ------------------------------OCXX_COPTFLAGS = -O3 OCXX_FOPTFLAGS = -O3# -------------------------- BOPT - g_complex options ------------------------GCOMP_COPTFLAGS = -g GCOMP_FOPTFLAGS = -g# --------------------------- BOPT - O_complex options -------------------------OCOMP_COPTFLAGS = -O3 OCOMP_FOPTFLAGS = -O3# ########################### Alice install options ################################################################################################################ Alice installers should very rarely ever need to edit anything below this ###################################################################################PARCH = IRIXinclude ${ESMF_DIR}/build/common_variables
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -