automake
[Top][All Lists]
Advanced

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

Re: Conditional append


From: Alexandre Duret-Lutz
Subject: Re: Conditional append
Date: Thu, 13 Jan 2005 21:31:03 +0100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

>>> "Stepan" == Stepan Kasal <address@hidden> writes:

 Stepan> Hi,
 Stepan> On Thu, Jan 06, 2005 at 09:26:04AM -0800, Shaun Jackman wrote:
 >> bin_PROGRAMS=hello
 >> CLEANFILES=something
 >> include $(top_srcdir)/extra.am
 >> 
 >> or simply
 >> 
 >> bin_PROGRAMS=goodbye
 >> include $(top_srcdir)/extra.am
 >> 
 >> and extra.am needs to add one file to CLEANFILES in both cases.

 Stepan> well, I see two ways:

A third one is

  AC_SUBST([CLEANFILES], [''])

and both fragments should work without modification.
-- 
Alexandre Duret-Lutz





reply via email to

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