Package SCons :: Package Scanner :: Module Fortran
[hide private]
[frames] | no frames]

Module Fortran

source code

SCons.Scanner.Fortran

This module implements the dependency scanner for Fortran code.

Classes [hide private]
  F90Scanner
A Classic Scanner subclass for Fortran source files which takes into account both USE and INCLUDE statements. This scanner will work for both F77 and F90 (and beyond) compilers.
Functions [hide private]
 
FortranScan(path_variable='FORTRANPATH')
Return a prototype Scanner instance for scanning source files for Fortran USE & INCLUDE statements
source code
Variables [hide private]
  __revision__ = 'src/engine/SCons/Scanner/Fortran.py 2013/03/0...
  __package__ = 'SCons.Scanner'
Variables Details [hide private]

__revision__

Value:
'src/engine/SCons/Scanner/Fortran.py  2013/03/03 09:48:35 garyo'