El Domingo 05 Octubre 2008ES 11:23:40 Ralf Wildenhues escribió:
> Before you implement manual dependency tracking in your own project:
> how about implementing it in Automake, so that all Fortran projects can
> benefit?
>
> I've been wanting to do that for quite a while, but I don't have the
> time to pursue this.  If you are interested, I can provide a couple
> of pointers.

Although I'm a automake newbie, I am interested. I'd be grateful if you gave 
me those pointers.

> BTW, is this header dependencies for preprocessed Fortran, or Fortran 90
> module dependencies?

This project has only f90 module dependencies, although I also have other 
older f77 projects that use include files, so I could test both. My idea was 
to program a Perl script that could find what source files contain which 
modules and then, in a second pass, write the dependencies of every file 
given the modules they use. At a later stage, that Perl script could be 
converted to a shell + sed script if it is needed.

Regards,

Alberto


Reply via email to