Hi . The title pretty much says it all... Does the Absoft compiler family have an application that will parse Fortran source code to create makefile dependencies? In some unix-varients it's "mkdepend" (e.g., the SGI-Irix worked great for C, C++ and Fortran), or "makedepend", which in Linux appears to only work for languages other than Fortran, although the GCC folks say the current gfortran development version, 4.6 will support this.
I'm currently running (command-line driven) Absoft 32-bit F95 11.0.4 under Fedora 12 Linux on a 686 workstation with 4 GB of memory.
As things stand now, running makedepend will clear out all the source code dependencies in my makefiles, causing me to have to re-do them by hand or to recover them from backups.
Thanks in advance.
Skip Kovacs
I'm a newbie poster but have been programming in Fortran since the mid-1970's, first on HP machines, then Vax/VMS, then SGI-Iris, and now Linux.