Statistiques
| Révision :

root / src / blas / make.inc @ 10

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

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