fort_depend.py
fort_depend.py copied to clipboard
Fiished the multidirectory dependencies
If module file not found in the same directory, script will look recursively into all file located in root_dir (specified as input parameter -r) and try to find the module definition there. Once found it will add it into the dependency file with the relative path. Needed update - at the moment all files which are searched are .f90 file, should be case insensitive and possibly f03 and f08 too