1999-10-13 22:59:19 +00:00
|
|
|
--- make.inc.orig Mon Jun 28 10:29:38 1999
|
|
|
|
+++ make.inc Wed Oct 6 11:12:08 1999
|
1999-09-22 22:05:24 +00:00
|
|
|
@@ -8,7 +8,7 @@
|
|
|
|
#
|
|
|
|
# The machine (platform) identifier to append to the library names
|
|
|
|
#
|
|
|
|
-PLAT = _SUN4SOL2
|
|
|
|
+#PLAT = _SUN4SOL2
|
|
|
|
#
|
|
|
|
# Modify the FORTRAN and OPTS definitions to refer to the
|
|
|
|
# compiler and desired compiler options for your machine. NOOPT
|
1999-10-13 22:59:19 +00:00
|
|
|
@@ -16,16 +16,18 @@
|
|
|
|
# selected. Define LOADER and LOADOPTS to refer to the loader and
|
|
|
|
# desired load options for your machine.
|
|
|
|
#
|
|
|
|
-FORTRAN = f77
|
|
|
|
+FORTRAN = $(FC)
|
1999-09-22 22:05:24 +00:00
|
|
|
#OPTS = -O4 -u -f -mt
|
1999-10-13 22:59:19 +00:00
|
|
|
+#OPTS = -O4 -u -f -mt
|
|
|
|
+#OPTS = -u -f -dalign -native -xO5 -xarch=v8plusa
|
1999-09-22 22:05:24 +00:00
|
|
|
#OPTS = -u -f -dalign -native -xO5 -xarch=v8plusa
|
|
|
|
-OPTS = -u -f -dalign -native -xO5 -xarch=v8plusa
|
1999-10-13 22:59:19 +00:00
|
|
|
+OPTS = $(FFLAGS)
|
1999-09-22 22:05:24 +00:00
|
|
|
DRVOPTS = $(OPTS)
|
|
|
|
-NOOPT = -u -f
|
|
|
|
+#NOOPT = -u -f
|
|
|
|
#NOOPT = -u -f -mt
|
1999-10-13 22:59:19 +00:00
|
|
|
-LOADER = f77
|
|
|
|
+LOADER = $(FC)
|
1999-09-22 22:05:24 +00:00
|
|
|
#LOADOPTS = -mt
|
|
|
|
-LOADOPTS = -f -dalign -native -xO5 -xarch=v8plusa
|
|
|
|
+#LOADOPTS = -f -dalign -native -xO5 -xarch=v8plusa
|
|
|
|
#
|
|
|
|
# The archiver and the flag(s) to use when building archive (library)
|
|
|
|
# If you system has no ranlib, set RANLIB = echo.
|
1999-10-13 22:59:19 +00:00
|
|
|
@@ -40,8 +42,9 @@
|
1999-09-22 22:05:24 +00:00
|
|
|
#
|
|
|
|
#BLASLIB = ../../blas$(PLAT).a
|
|
|
|
#BLASLIB = -xlic_lib=sunperf_mt
|
|
|
|
-BLASLIB = -xlic_lib=sunperf
|
|
|
|
-LAPACKLIB = lapack$(PLAT).a
|
1999-10-13 22:59:19 +00:00
|
|
|
-TMGLIB = tmglib$(PLAT).a
|
1999-09-22 22:05:24 +00:00
|
|
|
+BLASLIB =../../BLAS/SRC/libblas.a
|
|
|
|
+LAPACKLIB = SRC/liblapack.a
|
1999-10-13 22:59:19 +00:00
|
|
|
+TMGLIB = TESTING/MATGEN/libtmg.a
|
1999-09-22 22:05:24 +00:00
|
|
|
EIGSRCLIB = eigsrc$(PLAT).a
|
|
|
|
LINSRCLIB = linsrc$(PLAT).a
|
1999-10-13 22:59:19 +00:00
|
|
|
+FPMCLR = ../../fpmclr_.o
|