pkgsrc/devel/makedepf90/DESCR
minskim 7e8a6df2db Import makedepf90 from pkgsrc-wip. Packaged by Emil Skoeldberg.
Makedepf90 is a program for automatic creation of Makefile dependency
lists for Fortran source code.  Makedepf90 supports MODULE:s,
INCLUDE:s, cpp #include:s, f90ppr $include:s and coco ??include:s and
set-files.
2006-04-13 16:40:59 +00:00

10 lines
315 B
Text

Makedepf90 is a program for automatic creation of Makefile dependency
lists for Fortran source code. Makedepf90 supports MODULE:s,
INCLUDE:s, cpp #include:s, f90ppr $include:s and coco ??include:s and
set-files.
The original idea was to provide the same functionality for Fortran as
gcc -MM *.c
does for C.