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

makedepf90 for Windows

geoff_tolton
Beginner
683 Views
Hi
I have been using makedepf90 on my Unix box for sorting
out compilation order dependencies where modules are concerned. Does anyone have a version for Windows?

Many thanks

Geoff
0 Kudos
1 Reply
Jugoslav_Dujic
Valued Contributor II
683 Views
Don't know a straight answer for your question. If you're using CVF, it has built-in capability you need -- if you add all your files into a project workspace, do a Build/Update all dependencies, you can export a NMAKE-compatible makefile using Project/Export Makefile option. Since it's autogenerated, it may be uglier than you want but all the stuff is there.

Jugoslav
0 Kudos
Reply