automake: Fortran 9x Support

1 
1 8.15 Fortran 9x Support
1 =======================
1 
1 Automake includes support for Fortran 9x.
1 
1    Any package including Fortran 9x code must define the output variable
1 ‘FC’ in ‘configure.ac’; the simplest way to do this is to use the
11 ‘AC_PROG_FC’ macro (⇒Particular Program Checks
 (autoconf)Particular Programs.).
1 
1    A few additional variables are defined when a Fortran 9x source file
1 is seen:
1 
1 ‘FC’
1      The name of the Fortran 9x compiler.
1 
1 ‘FCFLAGS’
1      Any flags to pass to the Fortran 9x compiler.
1 
1 ‘AM_FCFLAGS’
1      The maintainer’s variant of ‘FCFLAGS’.
1 
1 ‘FCCOMPILE’
1      The command used to actually compile a Fortran 9x source file.  The
1      file name is appended to form the complete command line.
1 
1 ‘FCLINK’
1      The command used to actually link a pure Fortran 9x program or
1      shared library.
1 

Menu