On 23 January 2008 19:19, Marcus Banda wrote:

> Hello,
> I'm currently writing a make file for a the compilation of several fortran
> and c-header files. My problem consists firstly of the fortran modules,
> which need to be built before and secondly some Fortran files depend on
> C-header files. How can I include those dependencies? I didn't find the
> makedepend nor the sfmakedepend command in my folders. Can anyone help me ?
> Thanks    
> Marcus

  Gcc can output dependencies for you, replacing the need for makedepend, but
I think only for the C-like languages; take a look at the -M... options in the
manual.


    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....



_______________________________________________
Make-w32 mailing list
Make-w32@gnu.org
http://lists.gnu.org/mailman/listinfo/make-w32

Reply via email to