This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: ideas for speeding up compile mode
- From: Ralf Corsepius <rc040203 at freenet dot de>
- To: Ralf Wildenhues <Ralf dot Wildenhues at gmx dot de>
- Cc: libtool-patches at gnu dot org, Automake List <automake at gnu dot org>
- Date: Sun, 15 May 2005 07:44:40 +0200
- Subject: Re: ideas for speeding up compile mode
- References: <20050513150612.GA23392@iam.uni-bonn.de>
On Fri, 2005-05-13 at 17:06 +0200, Ralf Wildenhues wrote:
> [ CC to automake because it is involved -- see below ]
> 3) Fold compile mode completely into Automake snippets/the resulting
> Makefile. I wonder why this has not been done before, at least for the
> default rules (per-target rules could lead to a large blowup of the
> resulting Makefile.in).
Such kind of proposal had popped up several before.
IIRC, the argument had been that the libtool folks had wanted to "keep
libtool outside of automake" because libtool is/had been supposed to be
a tool independent of the make infrastructure being used (automake is
just one of them).
Ralf