aboutsummaryrefslogtreecommitdiff
path: root/Makefile.SUN4SOL2
diff options
context:
space:
mode:
authorTim Murray <timmurray@google.com>2015-02-17 11:29:36 -0800
committerTim Murray <timmurray@google.com>2015-02-17 13:04:10 -0800
commit81253e9afbc34b99e9adc22ddf33a1bfac56c697 (patch)
tree5c09d2b29298f5a52eadbc110c26c0dceeddac5a /Makefile.SUN4SOL2
parent3fc7142964e5daf9046253892e681d146a65cc2a (diff)
downloadcblas-81253e9afbc34b99e9adc22ddf33a1bfac56c697.tar.gz
Add CBLAS library.
Change-Id: I6d5c0ea5eb350f1d35637d8963a78811a4e015d8
Diffstat (limited to 'Makefile.SUN4SOL2')
-rw-r--r--Makefile.SUN4SOL250
1 files changed, 50 insertions, 0 deletions
diff --git a/Makefile.SUN4SOL2 b/Makefile.SUN4SOL2
new file mode 100644
index 0000000..9897233
--- /dev/null
+++ b/Makefile.SUN4SOL2
@@ -0,0 +1,50 @@
+#
+# Makefile.SUN4SOL2
+#
+#
+# If you compile, change the name to Makefile.in.
+#
+#
+
+#-----------------------------------------------------------------------------
+# Shell
+#-----------------------------------------------------------------------------
+
+SHELL = /bin/sh
+
+#-----------------------------------------------------------------------------
+# Platform
+#-----------------------------------------------------------------------------
+
+PLAT = SUN4SOL2
+
+#-----------------------------------------------------------------------------
+# Libraries and includs
+#-----------------------------------------------------------------------------
+
+BLLIB = libblas.a
+CBLIB = ../lib/cblas_$(PLAT).a
+
+#-----------------------------------------------------------------------------
+# Compilers
+#-----------------------------------------------------------------------------
+
+CC = gcc
+FC = f77
+LOADER = $(FC)
+
+#-----------------------------------------------------------------------------
+# Flags for Compilers
+#-----------------------------------------------------------------------------
+
+CFLAGS = -g -DADD_ -ansi -pedantic -Wall
+FFLAGS = -g -u
+LOADFLAGS =
+
+#-----------------------------------------------------------------------------
+# Archive programs and flags
+#-----------------------------------------------------------------------------
+
+ARCH = ar
+ARCHFLAGS = r
+RANLIB = echo