automake
[Top][All Lists]
Advanced

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

Re: variable names and `include'


From: Stepan Kasal
Subject: Re: variable names and `include'
Date: Mon, 26 Jun 2006 18:44:23 +0200
User-agent: Mutt/1.4.2.1i

Hello,

On Sat, Jun 24, 2006 at 02:24:09PM +0200, Tom Bachmann wrote:
> a way to do this but $(eval include bar.mk),

Automake is not preprocessing the whole file, so there are easier
ways to fool it:

NULL =
$(NULL)include hoo

or

include = include
$(include) hoo

Have a nice day,
        Stepan




reply via email to

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