2 # Macros, these should be generic for all machines
11 .SUFFIXES: .c .f .F .o
13 # There is probably no reason to modify these rules
17 $(CC) $(CPPFLAGS) $(CFLAGS) -c $<
21 $(FC) $(F77FLAGS) $(FCCOMPAT) -c $< $(WRF_INCLUDE)
25 $(CPP) $(CPPFLAGS) $(FDEFS) $(WRF_INCLUDE) $< > $*.f90
26 $(FC) $(FFLAGS) $(FCCOMPAT) -c $*.f90 $(WRF_INCLUDE)