[Top][All Lists]
[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
- Conditional append, Shaun Jackman, 2005/01/06
- Re: Conditional append,
Alexandre Duret-Lutz <=