Is there an option for automatic dependency generation for INTEL Fortran Compiler, like the "-MM" option of c/c++ compiler, we can use in makefile?
Asked
Active
Viewed 1,258 times
1 Answers
3
-gen-dep
does this, but I have problems to make it work when preprocessor is used.
But it is easier to use Scons
or waf
than make
anyway. At least Scons does this totally automatically independently of the compiler.
Otherwise see http://lagrange.mechse.illinois.edu/mwest/f90_mod_deps/

Vladimir F Героям слава
- 57,977
- 4
- 76
- 119