--- trunk/libf/GNUmakefile 2013/07/08 18:12:18 71 +++ trunk/libf/GNUmakefile 2013/11/15 17:48:30 73 @@ -40,7 +40,9 @@ SHELL = bash # Extend known suffixes: + COMPILE.f90 = $(FC) $(F90FLAGS) $(TARGET_ARCH) -c + %.o: %.f90 $(COMPILE.f90) $(OUTPUT_OPTION) $< @@ -74,6 +76,6 @@ # Dependencies among object files: include ${src_root}/depend.mk -# Other rules, optionnally: +# Other rules, optionally: -include grep.mk -include nag_rules.mk