📄 sgi.mk
字号:
#SHELL=/bin/shoptions=-Dfortran_ ############################################################################# -O3 does IPA wich has long compile time!cc=ccccinc=ccopt0=$(BITS) -O2 -OPT:IEEE_arithmetic=3,roundoff=3 -SWP:=ON -LNO:opt=1ccopt=-xansi -fullwarn -woff 1174 $(ccopt0) ## 1174: declared but never used# 1692: K&R style definitions#############################################################################cxx=CCcxxinc=cxxopt= $(BITS) -g -exceptions -DKASKADE_LIB -LANG: exceptions=ON -DPRAGMA_DEFINE_TEMPLATE -DNO_COMPLEX_TEMPLATE -DSGI $(ccopt0)############################################################################fc=f77ffopt= $(BITS) -i4 -r8 $(ccopt0) ############################################################################## Make variables uses by pdelib make system:#arch_loadlibes=$(fortlibs) $(grlibs)arch_ldflags= $(BITS) -mp -L$(LIBDIR) $(track)arch_shldflags=$(BITS) -shared -all arch_cflags=$(options) $(ccinc) $(ccopt)arch_cxxflags=$(options) $(cxxinc) $(cxxopt)arch_fflags=$(ffopt)arch_cxx=$(cxx)arch_cc=$(cc)arch_fc=$(fc)arch_termcap=-ltermcaparch_blas=-lcomplib.sgimatharch_lapack=-lcomplib.sgimatharch_fortlibs= -lftn arch_grlibs=-l$(MESA)GL -l$(MESA)GLU -lXext -lX11 -lmarch_ranlib=true
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -