makefile.sun4sol2
来自「基本的C语言线性代数函数库,在linux下可直接编译;在windows下要显示地」· SUN4SOL2 代码 · 共 53 行
SUN4SOL2
53 行
## Makefile.SUN4SOL2### If you compile, change the name to Makefile.in.## #-----------------------------------------------------------------------------# Shell#-----------------------------------------------------------------------------SHELL = /bin/sh#-----------------------------------------------------------------------------# Platform#-----------------------------------------------------------------------------PLAT = SUN4SOL2#-----------------------------------------------------------------------------# Libraries and includs#----------------------------------------------------------------------------- BLLIB = libblas.aCBDIR = $(HOME/CBLASCBLIBDIR = $(CBDIR)/lib/$(PLAT)CBLIB = $(CBLIBDIR)/cblas_$(PLAT).a#-----------------------------------------------------------------------------# Compilers#-----------------------------------------------------------------------------CC = gccFC = f77LOADER = $(FC)#-----------------------------------------------------------------------------# Flags for Compilers#-----------------------------------------------------------------------------CFLAGS = -g -DADD_ -ansi -pedantic -WallFFLAGS = -g -uLOADFLAGS = #-----------------------------------------------------------------------------# Archive programs and flags#-----------------------------------------------------------------------------ARCH = arARCHFLAGS = rRANLIB = echo
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?