automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Overriding all commands in Makefile.am


From: NightStrike
Subject: Re: Overriding all commands in Makefile.am
Date: Sat, 11 Aug 2007 10:50:21 -0400

Updates..

On 8/11/07, NightStrike <address@hidden> wrote:
> On 8/10/07, Ralf Wildenhues <address@hidden> wrote:
> > * NightStrike wrote on Fri, Aug 10, 2007 at 12:00:21AM CEST:
> > > On 8/9/07, Ralf Wildenhues <address@hidden> wrote:
> > > > * NightStrike wrote on Thu, Aug 09, 2007 at 04:49:00PM CEST:
> "Since automake appears in the AC_OUTPUT macro, a target for it is
> automatically generated, and it is also automatically cleaned (despite
> the fact it's a script)."
> This implies that I should put crt1.o, etc in AC_OUTPUT to force
> automake to handle more of the work?  I'm a little confused on that.

Update: It would appear that the automake manual needs to be updated,
as the described AC_OUTPUT usage is deprecated.  How do we get the
manual updated?

> Using the _SCRIPTS primary, I would replace CC in the above with
> COMPILE, replace ALL_CFLAGS with AM_CPPFLAGS, and list all four
> objects in lib_SCRIPTS.

Update: It looks like $(COMPILE) already includes $(AM_CPPFLAGS) and
other things, so its usage is redundant.  I like this $(COMPILE).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]