This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: auto-regenerating Makefile.in and Makefile files
- From: Earnie Boyd <earnie_boyd at yahoo dot com>
- To: tromey at redhat dot com
- Cc: Ralf Corsepius <corsepiu at faw dot uni-ulm dot de>, "Schleicher Ralph (LLI)" <ralph dot schleicher at lli dot liebherr dot com>, Autoconf List <autoconf at gnu dot org>, Automake List <automake at gnu dot org>
- Date: Mon, 08 Jul 2002 08:36:10 -0400
- Subject: Re: auto-regenerating Makefile.in and Makefile files
- References: <ji4rfh3r3m.fsf@lli.liebherr.com> <1025706261.8743.7636.camel@mccallum> <87vg7sfwpq.fsf@fleche.redhat.com>
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.