DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(automk14.info.gz) Compiling Fortran 77 Files

Info Catalog (automk14.info.gz) Preprocessing Fortran 77 (automk14.info.gz) Fortran 77 Support (automk14.info.gz) Mixing Fortran 77 With C and C++
 
 7.8.2 Compiling Fortran 77 Files
 --------------------------------
 
 `N.o' is made automatically from `N.f', `N.F' or `N.r' by running the
 Fortran 77 compiler.  The precise command used is as follows:
 
 `.f'
      `$(F77) -c $(AM_FFLAGS) $(FFLAGS)'
 
 `.F'
      `$(F77) -c $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS)
      $(AM_FFLAGS) $(FFLAGS)'
 
 `.r'
      `$(F77) -c $(AM_FFLAGS) $(FFLAGS) $(AM_RFLAGS) $(RFLAGS)'
 
 
Info Catalog (automk14.info.gz) Preprocessing Fortran 77 (automk14.info.gz) Fortran 77 Support (automk14.info.gz) Mixing Fortran 77 With C and C++
automatically generated byinfo2html