This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: auto-regenerating Makefile.in and Makefile files


Tom Tromey wrote:
> 
> >>>>> "Ralf" == Ralf Corsepius <corsepiu@faw.uni-ulm.de> writes:
> 
> Ralf> This works perfectly well unless the structure of the configured
> Ralf> source-tree changes (adding/removing Makefile.ams) or if the
> Ralf> source-tree contains conditionally configured sub-directories
> Ralf> (eg. CONFIG_SUBDIRS which get condistionally excluded/included
> Ralf> from building).
> 
> I've always wanted to make adding a new Makefile.am work.
> There's never seemed to be a particularly good implementation though.
> 

Wouldn't this work anyway because you had to change the top-level
Makefile.am or configure.in to include the new SUBDIR?  I.E.:
Makefile.in : Makefile.am configure.in

Earnie.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]