Renamed all f90 files to F90.

This commit is contained in:
Paul Romano 2011-12-08 15:52:51 -05:00
parent b87d062a0d
commit 287d492396
38 changed files with 2 additions and 2 deletions

View file

@ -165,10 +165,10 @@ neat:
# Rules
#===============================================================================
.SUFFIXES: .f90 .o
.SUFFIXES: .F90 .o
.PHONY: all xml-fortran clean neat distclean
%.o: %.f90
%.o: %.F90
$(F90) -Ixml-fortran -Ixml-fortran/templates $(F90FLAGS) -c $<
#===============================================================================