repo.or.cz
/
maxima.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
In ASDF configuration file, move module numerical-functions below algebraic-database,
[maxima.git]
/
share
/
colnew
/
ex2
/
Makefile
blob
3708014789806db1453e81d07f174b343a5cf112
1
SRCS
=
dfsub.f \
2
dgsub.f \
3
solutn.f \
4
fsub.f \
5
gsub.f \
6
prob2.f
7
8
prob2
: $(
SRCS
:
.f
=
.o
)
9
(
cd ..
/
fortran
; $(
MAKE
))
10
$(
FC
) -
o
$
@
$(
LDFLAGS
) $
^ ..
/
fortran
/
libcolnew.a