1999-12-23 19:30:26 +00:00
|
|
|
--- make.inc.orig Fri Aug 6 15:10:24 1999
|
|
|
|
+++ make.inc Thu Dec 16 04:00:37 1999
|
|
|
|
@@ -16,14 +16,14 @@
|
1999-05-09 16:53:50 +00:00
|
|
|
#
|
|
|
|
# The machine (platform) identifier to append to the library names
|
|
|
|
#
|
|
|
|
-PLAT = _solaris
|
|
|
|
+#PLAT =
|
|
|
|
|
|
|
|
#
|
|
|
|
# The name of the libraries to be created/linked to
|
|
|
|
#
|
|
|
|
TMGLIB = tmglib$(PLAT).a
|
|
|
|
-SUPERLULIB = superlu$(PLAT).a
|
|
|
|
-BLASLIB = ../blas$(PLAT).a
|
|
|
|
+SUPERLULIB = libsuperlu$(PLAT).a
|
1999-12-23 19:30:26 +00:00
|
|
|
+BLASLIB = ${LOCALBASE}/lib/libblas$(PLAT).a
|
1999-05-09 16:53:50 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# The archiver and the flag(s) to use when building archive (library)
|
1999-12-23 19:30:26 +00:00
|
|
|
@@ -33,12 +33,12 @@
|
1999-05-09 16:53:50 +00:00
|
|
|
ARCHFLAGS = cr
|
|
|
|
RANLIB = ranlib
|
|
|
|
|
1999-12-23 19:30:26 +00:00
|
|
|
-CC = gcc
|
|
|
|
+CC ?= gcc
|
|
|
|
#CFLAGS = -xO3 -xcg92
|
|
|
|
-CFLAGS = -Wall -O2
|
|
|
|
-FORTRAN = f77
|
|
|
|
-FFLAGS = -O
|
|
|
|
-LOADER = gcc
|
|
|
|
+CFLAGS ?= -Wall -O2
|
|
|
|
+FORTRAN = ${FC}
|
|
|
|
+FFLAGS ?= -O
|
|
|
|
+LOADER = ${CC}
|
|
|
|
LOADOPTS = #-xO3
|
1999-05-09 16:53:50 +00:00
|
|
|
|
|
|
|
#
|
1999-12-23 19:30:26 +00:00
|
|
|
@@ -48,4 +48,4 @@
|
1999-05-09 16:53:50 +00:00
|
|
|
#
|
|
|
|
# The directory in which Matlab is installed
|
|
|
|
#
|
|
|
|
-MATLAB = /usr/sww/matlab
|
1999-12-23 19:30:26 +00:00
|
|
|
+MATLAB = ${LOCALBASE}/matlab
|