makedepf90
Fortran-90 dependency processor for Makefiles
Install
- All systems
-
curl cmd.cat/makedepf90.sh
- Debian
-
apt-get install makedepf90
- Ubuntu
-
apt-get install makedepf90
- Kali Linux
-
apt-get install makedepf90
- Fedora
-
dnf install makedepf90
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install makedepf90
- Raspbian
-
apt-get install makedepf90
- Dockerfile
- dockerfile.run/makedepf90
makedepf90
Fortran-90 dependency processor for Makefiles
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.