blob: b3ceb9bc1ef293b840a4f1645659e5826ea9c430 [file] [log] [blame]
Tim Murray81253e92015-02-17 11:29:36 -08001#
2# Makefile.ALPHA
3#
4#
5# If you compile, change the name to Makefile.in.
6#
7#
8
9#-----------------------------------------------------------------------------
10# Shell
11#-----------------------------------------------------------------------------
12
13SHELL = /bin/sh
14
15#-----------------------------------------------------------------------------
16# Platform
17#-----------------------------------------------------------------------------
18
19PLAT = HPPA
20
21#-----------------------------------------------------------------------------
22# Libraries and includs
23#-----------------------------------------------------------------------------
24
25BLLIB = libblas.a
26CBLIB = ../lib/cblas_$(PLAT).a
27
28#-----------------------------------------------------------------------------
29# Compilers
30#-----------------------------------------------------------------------------
31
32CC = cc
33FC = f77
34LOADER = $(FC)
35
36#-----------------------------------------------------------------------------
37# Flags for Compilers
38#-----------------------------------------------------------------------------
39
40CFLAGS = +O4 -Aa -DNOCHANGE +e
41FFLAGS = +O4
42LOADFLAGS =
43
44#-----------------------------------------------------------------------------
45# Archive programs and flags
46#-----------------------------------------------------------------------------
47
48ARCH = ar
49ARCHFLAGS = r
50RANLIB = echo