make.inc

来自「贝尔实验室多年开发的矩阵计算程序库的说明文件」· INC 代码 · 共 35 行

INC
35
字号
#####################################################################  BLAS make include file.                                         ##  March 2007                                                      ######################################################################SHELL = /bin/sh##  The machine (platform) identifier to append to the library names#PLAT = _LINUX#  #  Modify the FORTRAN and OPTS definitions to refer to the#  compiler and desired compiler options for your machine.  NOOPT#  refers to the compiler options desired when NO OPTIMIZATION is#  selected.  Define LOADER and LOADOPTS to refer to the loader and #  desired load options for your machine.#FORTRAN  = g77 OPTS     = -O3DRVOPTS  = $(OPTS)NOOPT    =LOADER   = g77LOADOPTS =##  The archiver and the flag(s) to use when building archive (library)#  If you system has no ranlib, set RANLIB = echo.#ARCH     = arARCHFLAGS= crRANLIB   = ranlib##  The location and name of the Reference BLAS library.#BLASLIB      = blas$(PLAT).a

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?