$(FCFLAGS_f90) so the tests can pass on AIX.
+2005-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * tests/fcdemo/Makefile.am (suffix rules): Explicitly add
+ $(FCFLAGS_f90) so the tests can pass on AIX.
+
2005-08-24 Peter O'Gorman <peter@pogma.com>
* libltdl/config/ltmain.m4sh (inherited_linker_flags): Work when
$(OBJECTS): libtool
libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck
+
+# work around Automake bug not providing FCFLAGS_f90:
+.f90.o:
+ $(FCCOMPILE) -c -o $@ $(FCFLAGS_f90) $<
+
+.f90.obj:
+ $(FCCOMPILE) -c -o $@ $(FCFLAGS_f90) `$(CYGPATH_W) '$<'`
+
+.f90.lo:
+ $(LTFCCOMPILE) -c -o $@ $(FCFLAGS_f90) $<