repo.or.cz
/
WRF.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated top-level README and version_decl for V4.5 (#1847)
[WRF.git]
/
var
/
external
/
bufr
/
Makefile
blob
4998affcf772b1fd0a5a293171216bf37006d2d3
1
.SUFFIXES
:
.c .f .for .o
2
3
include
make.filelist
4
5
AR
=
ar
6
ARFLAGS
=
cr
7
TARGET
=
libbufr.a
8
9
library
:$(
OBJ
)
10
$(
AR
) $(
ARFLAGS
) $(
TARGET
) $(
OBJ
)
11
$(
RANLIB
) $(
TARGET
)
12
13
.c.o
:
14
$(
RM
) $
@
15
$(
CC
) -
o
$
@
-
c
$(
CFLAGS
) -
DUNDERSCORE
$*
.c
16
17
.f.o
:
18
$(
FC
) -
c
$(
FFLAGS
) $<
19
20
.for.o
:
21
.
/
preproc.sh
$*
.for
22
$(
FC
) -
c
$(
FFLAGS
) $*
.f
23
24
clean
:
25
@
rm
-
f
$(
OBJ
) $(
TARGET
)
irev.f wrdlen.f
26
27
superclean
:
clean