mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 09:58:24 -04:00
11 lines
315 B
Plaintext
11 lines
315 B
Plaintext
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.
|