Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Search
Context Navigation
Back to Higgs
Higgs
: makefile
File makefile,
186 bytes
(added by
trac
,
13 years ago
)
Line
1
F77
=
f77
2
FFLAGS
=
-O
-ffixed-line-length-132
3
#FFLAGS= -O
4
5
REWRITE
=
rewrite.o
6
7
8
.f.o
:
;
$(
F77
)
$(
FFLAGS
)
-
c
$*.
f
9
10
11
rewrite
:
$(
REWRITE
)
makefile
12
$(
F77
)
$(
FFLAGS
)
-o
rewrite
$(
REWRITE
)
Download in other formats:
Original Format