HWRF-20151113-h216-prep-control: tagging HWRF for running the control run of H215...
[WPS.git] / arch / postamble
blobc5dae242d691b45008cb1b8d56b71bae660e7e2b
2 #       Macros, these should be generic for all machines
4 LN              =       ln -sf
5 MAKE            =       make -i -r
6 RM              =       /bin/rm -f
7 CP              =       /bin/cp
8 AR              =       ar ru
10 .IGNORE:
11 .SUFFIXES: .c .f .F .o
13 #       There is probably no reason to modify these rules
15 .c.o:
16         $(RM) $@
17         $(CC) $(CPPFLAGS) $(CFLAGS) -c $<       
19 .f.o:
20         $(RM) $@ $*.mod
21         $(FC) $(F77FLAGS) -c $< $(WRF_INCLUDE)
23 .F.o:
24         $(RM) $@ $*.mod
25         $(CPP) $(CPPFLAGS) $(FDEFS) $(WRF_INCLUDE) $< > $*.f90
26         $(FC) $(FFLAGS) -c $*.f90 $(WRF_INCLUDE)
27 #       $(RM) $*.f90