blob: 1db931f4c7c62eaca3f874107c371ce62b770169 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
*** make.inc.old Fri Sep 23 18:09:30 1994
--- make.inc Mon Jul 3 03:37:56 1995
***************
*** 6,12 ****
#
# The machine (platform) identifier to append to the library names
#
! PLAT = _sun4
#
# Modify the FORTRAN and OPTS definitions to refer to the
# compiler and desired compiler options for your machine. NOOPT
--- 6,12 ----
#
# The machine (platform) identifier to append to the library names
#
! #PLAT = _sun4
#
# Modify the FORTRAN and OPTS definitions to refer to the
# compiler and desired compiler options for your machine. NOOPT
***************
*** 15,22 ****
# desired load options for your machine.
#
FORTRAN = f77
! OPTS = -O -u
! NOOPT = -u
LOADER = f77
LOADOPTS =
#
--- 15,22 ----
# desired load options for your machine.
#
FORTRAN = f77
! #OPTS = -O2
! #NOOPT = -u
LOADER = f77
LOADOPTS =
#
***************
*** 31,38 ****
# machine-specific, optimized BLAS library should be used whenever
# possible.)
#
! BLASLIB = ../../blas$(PLAT).a
#BLASLIB = -lblas
! LAPACKLIB = lapack$(PLAT).a
TMGLIB = tmglib$(PLAT).a
EIGSRCLIB = eigsrc$(PLAT).a
--- 31,38 ----
# machine-specific, optimized BLAS library should be used whenever
# possible.)
#
! BLASLIB = ../../BLAS/SRC/libblas.a
#BLASLIB = -lblas
! LAPACKLIB = SRC/liblapack.a
TMGLIB = tmglib$(PLAT).a
EIGSRCLIB = eigsrc$(PLAT).a
|