Statistiques
| Révision :

root / src / blas / make.inc @ 8

Historique | Voir | Annoter | Télécharger (1,01 ko)

1
####################################################################
2
#  BLAS make include file.                                         #
3
#  March 2007                                                      #
4
####################################################################
5
#
6
SHELL = /bin/sh
7
#
8
#  The machine (platform) identifier to append to the library names
9
#
10
PLAT = _LINUX
11
#  
12
#  Modify the FORTRAN and OPTS definitions to refer to the
13
#  compiler and desired compiler options for your machine.  NOOPT
14
#  refers to the compiler options desired when NO OPTIMIZATION is
15
#  selected.  Define LOADER and LOADOPTS to refer to the loader and 
16
#  desired load options for your machine.
17
#
18
FORTRAN  = g77 
19
OPTS     = -O3
20
DRVOPTS  = $(OPTS)
21
NOOPT    =
22
LOADER   = g77
23
LOADOPTS =
24
#
25
#  The archiver and the flag(s) to use when building archive (library)
26
#  If you system has no ranlib, set RANLIB = echo.
27
#
28
ARCH     = ar
29
ARCHFLAGS= cr
30
RANLIB   = ranlib
31
#
32
#  The location and name of the Reference BLAS library.
33
#
34
BLASLIB      = blas$(PLAT).a