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: Tom Tromey <tromey at redhat dot com>
- To: Ralf Corsepius <corsepiu at faw dot uni-ulm dot de>
- Cc: "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: 06 Jul 2002 14:05:53 -0600
- Subject: Re: auto-regenerating Makefile.in and Makefile files
- References: <ji4rfh3r3m.fsf@lli.liebherr.com><1025706261.8743.7636.camel@mccallum>
- Reply-to: tromey at redhat dot com
>>>>> "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.
Tom