Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Automake-like utility

Intel_C_Intel
Employee
532 Views

Hi!

Is there something like automake or makedepf90 that is distributed with Intel Visual Fortran Compiler? Maybe a compiler option like-MM in gcc? Not the export makefile capability from VS, in fact I'm running ifort from the command line, no VS installation. Thanks in advance,

Bernhard.

0 Kudos
2 Replies
Steven_L_Intel1
Employee
532 Views

No, there isn't. We have on our "wish list" an -MM-like feature, it has been requested before. VS no longer has the "export makefile" feature, by the way.

0 Kudos
jimdempseyatthecove
Honored Contributor III
532 Views

Would be nice to have.

As it is now we can do a rebuild all then heavily edit the build log into a make file. It is hard to get the dependencies this way. Brute force.

Jim

0 Kudos
Reply