Fortran Wiki
fake

fake is a shell script written by Andrew Baldwin that creates a Makefile for the compilation of Fortran code. A main feature of the generated Makefiles is that they avoid recompilation cascades that result when a module file is incorrectly assumed to have changed.

See Also