Re: Include directive for all generated Makefile.in

2010-04-14 Thread Ralf Wildenhues
* Steffen Dettmer wrote on Wed, Apr 14, 2010 at 11:53:56AM CEST: > On Wed, Apr 14, 2010 at 7:53 AM, Ralf Wildenhues > wrote: > > > would it be a potential possibility instead to `overwrite and > > > specialize' some macro? > > > > With "some macro", you mean "some prepended or appended makefile.a

Re: Teaching automake about dll defs

2010-04-14 Thread NightStrike
On Sat, Apr 10, 2010 at 9:46 PM, NightStrike wrote: > On Sat, Apr 10, 2010 at 9:43 PM, NightStrike wrote: >> Would it be out of the question to teach automake how to handle a def >> file as a source file for a library?  On windows platforms, we >> typically do something like this after building t

Why no dependency tracking with preprocessed Fortran?

2010-04-14 Thread Daily, Jeff A
Why doesn't automake have dependency tracking for preprocessed Fortran? Wouldn't the following work? Note that there is a space before include so that automake doesn't process it, but rather it appears verbatim in the generated Makefile.in. F77DEPMODE = makedepend .F.o: $(AM_V_PPF77) \

Re: Include directive for all generated Makefile.in

2010-04-14 Thread Steffen Dettmer
On Wed, Apr 14, 2010 at 7:53 AM, Ralf Wildenhues wrote: > > would it be a potential possibility instead to `overwrite and > > specialize' some macro? > > With "some macro", you mean "some prepended or appended makefile.am > snippet" here, right? > > Well, my idea of the above would be that if you