📄 axp.mk
字号:
#Compaq TRU64 Unix, 21164 (ev5),Vendor OpenGLSHELL=/bin/shoptions= -DUSE_PRAGMA_INLINE -Dfortran_ ############################################################################cc=ccccinc= -I/usr/local/includeccopt= -g3 -O2 -std1 -portable -warnprotos ############################################################################cxx=cxxcxxinc=cxxopt=-g3 -O2 -DKASKADE_LIB############################################################################fc=f77ffopt= -warn nounreachable -i4 -r8 -fast -O5 -tune host############################################################################## Make variables uses by pdelib make system:#arch_loadlibes=$(fortlibs) $(grlibs)arch_ldflags=-L$(LIBDIR) $(track)arch_shldflags=-shared -all -expect_unresolved '*' -set_version $(SHLIBREV) -soname $(SHLIBNAME)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=-ldxmlarch_lapack=-ldxmlarch_fortlibs=-lUfor -lfor -lFutil -lots arch_cxxlibs=-lcxx -lcxxstdarch_ranlib=truearch_grlibs=-l$(MESA)GL$(DEPRECATED) -l$(MESA)GLU$(DEPRECATED) -lXext -lX11 -lm############################################################################# COMPILER/LIBRARY SYSDEPS#---------------------------------------------------------------------------# -DNOPROTO : no protoyping# -DNOSTDARG : no /usr/include/stdarg.h# -DNOACPP : no ansi cpp (token pasting)# (these options can be combined)#---------------------------------------------------------------------------# -DBSD_TIMER : use rusage()# -DPOSIX_TIMER : use times()# -DANSI_TIMER : use clock() (default)# (these options cannot be combined)#---------------------------------------------------------------------------# How the fortran compiler generates external names to be called from C:# -DFORTRAN : CALL FOO(BAR) -> FOO(bar);# -DFORTRAN_ : CALL FOO(BAR) -> FOO_(bar);# -Dfortran : CALL FOO(BAR) -> foo(bar);# -Dfortran_ : CALL FOO(BAR) -> foo_(bar); (default)# (these options cannot be combined)#---------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -