Skip to content
  • Kitware Robot's avatar
    Rename Fortran parser infrastructure to drop "Depends" prefix · 98b9645b
    Kitware Robot authored and Brad King's avatar Brad King committed
    The parser can be re-used outside cmDependsFortran or the cmDepends
    class hierarchy so drop the "Depends" from its name:
    
     rename 's/DependsFortran([A-Za-z0-9_])/Fortran$1/' Source/*.*
     sed -i 's/DependsFortran\([A-Za-z0-9_]\)/Fortran\1/g' Source/*.*
     sed -i 's/FortranInternals/DependsFortranInternals/g' Source/*.*
    
    Also manually fix Source/CMakeLists.txt source file ordering.
    98b9645b