F77SPLIT is an executable C program that reads a FORTRAN77 source code, and writes each module to a separate file. A module is considered to be a FORTRAN BLOCKDATA, FUNCTION, MODULE, PROGRAM or SUBROUTINE.
EXTRACT is an executable FORTRAN90 program which extracts a subroutine, function or module by name from a FORTRAN file.
F90SPLIT is an executable FORTRAN90 program which can split a FORTRAN90 file, assigning each subroutine or function to a separate file.
FIXCON is an executable FORTRAN90 program which reads a FORTRAN file using FORTRAN77 continuation statements, and makes a copy that uses FORTRAN90 continuation instead.
HTMLINDEX is an executable C++ program which reads a C, C++, FORTRAN77, or FORTRAN90 file and writes a skeleton HTML page describing it, assuming that each subroutine includes a '!!' or 'cc' description line.
INCLUDE_FILES reads a FORTRAN program with INCLUDE statements, and makes a copy with the indicated files included.
INDEX reads a FORTRAN program and prints every line that begins with a special index tag of '!!' or 'cc'.
You can go up one level to the C source codes.