automake: Compiling Fortran 77 Files

1 
1 8.14.2 Compiling Fortran 77 Files
1 ---------------------------------
1 
1 ‘N.o’ is made automatically from ‘N.f’, ‘N.F’ or ‘N.r’ by running the
1 Fortran 77 compiler.  The precise command used is as follows:
1 
1 ‘.f’
1      ‘$(F77) -c $(AM_FFLAGS) $(FFLAGS)’
1 
1 ‘.F’
1      ‘$(F77) -c $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS)
1      $(AM_FFLAGS) $(FFLAGS)’
1 
1 ‘.r’
1      ‘$(F77) -c $(AM_FFLAGS) $(FFLAGS) $(AM_RFLAGS) $(RFLAGS)’
1