Re: Why no dependency tracking with preprocessed Fortran?

2010-06-25 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Thu, Jun 24, 2010 at 08:04:34PM CEST: > Fortran modules are another matter. From what I have understood so far: > > Fortran files may define modules and use other modules. In the most > general case, one Fortran source file can define an arbitrary set of > modules, and

RE: Why no dependency tracking with preprocessed Fortran?

2010-06-25 Thread Daily, Jeff A
> So one complication with Fortran modules is that we don't know the > order > in which we need to compile files for the first time. If you want to > allow file edits to arbitrarily change where modules are defined in, > then this is true for rebuilds as well. So module dependency tracking > need