?? base_variables
字號:
# $Id: base_variables,v 1.3.2.1 2001/11/09 18:44:24 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 = gccC_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 -Wall -Wshadow -fomit-frame-pointerO_FOPTFLAGS = -O# ########################## C++ compiler ###################################CXX_CC = g++ -fPICCXX_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 install options ############################G_ALICEFLAGS = -DMF_DEBUG -DMF_USE_LOG -DMF_USE_BOPT_g \ -DMF_USE_STACKO_ALICEFLAGS = -DUSE_FOR_KERNELS -DMF_USE_LOG -DMF_DEBUG \ -DMF_USE_BOPT_OGCXX_ALICEFLAGS = -DMF_DEBUG -DMF_USE_LOG -DMF_USE_BOPT_g \ -DMF_USE_STACK OCXX_ALICEFLAGS = -DMF_DEBUG -DMF_USE_LOG -DMF_USE_BOPT_OGCOMP_ALICEFLAGS = -DMF_DEBUG -DMF_USE_LOG -DMF_USE_BOPT_g \ -DMF_USE_STACK -DMF_USE_COMPLEXOCOMP_ALICEFLAGS = -DMF_DEBUG -DMF_USE_LOG -DMF_USE_BOPT_O \ -DMF_USE_COMPLEX#################################################################################### ALICE installers should very rarely ever need to edit anything below this ###################################################################################PARCH = linuxinclude ${MF_DIR}/build/common_variables
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -