Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
f2cl
f2cl
Commits
7dcdc7e1
Commit
7dcdc7e1
authored
Jun 11, 2011
by
Raymond Toy
Browse files
Makefile for building Fortran version of colnew and tests.
parent
267972a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/colnew/Makefile
0 → 100644
View file @
7dcdc7e1
FFLAGS
=
-g
SRC
=
approx.f
\
appsln.f
\
colnew.f
\
consts.f
\
contrl.f
\
daxpy.f
\
ddot.f
\
dgefa.f
\
dgesl.f
\
dmzsol.f
\
dscal.f
\
errchk.f
\
factrb.f
\
fcblok.f
\
gblock.f
\
gderiv.f
\
horder.f
\
idamax.f
\
lsyslv.f
\
newmsh.f
\
rkbas.f
\
sbblok.f
\
shiftb.f
\
skale.f
\
subbak.f
\
subfor.f
\
vmonde.f
\
vwblok.f
libcolnew.a
:
$(SRC:f=o)
$(AR)
$(ARFLAGS)
-cr
$@
$^
prob1
:
libcolnew.a
cd
problem-1
;
$(MAKE)
prob2
:
libcolnew.a
cd
problem-2
;
$(MAKE)
prob3
:
libcolnew.a
cd
problem-3
;
$(MAKE)
tests
:
prob1 prob2 prob3
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment