makefile.sun4
来自「基本的C语言线性代数函数库,在linux下可直接编译;在windows下要显示地」· SUN4 代码 · 共 53 行
SUN4
53 行
## Makefile.SUN4### If you compile, change the name to Makefile.in.## #-----------------------------------------------------------------------------# Shell#-----------------------------------------------------------------------------SHELL = /bin/sh#-----------------------------------------------------------------------------# Platform#-----------------------------------------------------------------------------PLAT = SUN4#-----------------------------------------------------------------------------# 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_FFLAGS = -g -uLOADFLAGS =#-----------------------------------------------------------------------------# Archive programs and flags#-----------------------------------------------------------------------------ARCH = arARCHFLAGS = rRANLIB = ranlib
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?