Lines 25-31
Link Here
|
25 |
# | other than your home directory. | |
25 |
# | other than your home directory. | |
26 |
# %--------------------------------------% |
26 |
# %--------------------------------------% |
27 |
# |
27 |
# |
28 |
home = $(HOME)/ARPACK |
28 |
home = $(S) |
29 |
# |
29 |
# |
30 |
# %--------------------------------------% |
30 |
# %--------------------------------------% |
31 |
# | The platform identifier to suffix to | |
31 |
# | The platform identifier to suffix to | |
Lines 57-63
Link Here
|
57 |
# | The name of the libraries to be created/linked to | |
57 |
# | The name of the libraries to be created/linked to | |
58 |
# %---------------------------------------------------% |
58 |
# %---------------------------------------------------% |
59 |
# |
59 |
# |
60 |
ARPACKLIB = $(home)/libarpack_$(PLAT).a |
60 |
ARPACKLIB = $(S)/libarpack.a |
61 |
LAPACKLIB = |
61 |
LAPACKLIB = |
62 |
BLASLIB = |
62 |
BLASLIB = |
63 |
# |
63 |
# |
Lines 101-108
Link Here
|
101 |
# | for your system. | |
101 |
# | for your system. | |
102 |
# %-----------------------------------------% |
102 |
# %-----------------------------------------% |
103 |
# |
103 |
# |
104 |
FC = f77 |
104 |
FC = g77 |
105 |
FFLAGS = -O -cg89 |
105 |
FFLAGS = $(CFLAGS) |
106 |
|
106 |
|
107 |
LDFLAGS = |
107 |
LDFLAGS = |
108 |
CD = cd |
108 |
CD = cd |
Lines 112-118
Link Here
|
112 |
LN = ln |
112 |
LN = ln |
113 |
LNFLAGS = -s |
113 |
LNFLAGS = -s |
114 |
|
114 |
|
115 |
MAKE = /bin/make |
115 |
MAKE = /usr/bin/make |
116 |
|
116 |
|
117 |
RM = rm |
117 |
RM = rm |
118 |
RMFLAGS = -f |
118 |
RMFLAGS = -f |