automake
[Top][All Lists]
Advanced

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

Re: Using Variables in *_SOURCES


From: Stepan Kasal
Subject: Re: Using Variables in *_SOURCES
Date: Thu, 20 Oct 2005 08:06:20 +0200
User-agent: Mutt/1.4.1i

Hello,

On Wed, Oct 19, 2005 at 09:14:19PM +0000, Seth Greenfield wrote:
> Hello,
>       I understand that you cannot place any type of
> variable in a _SOURCES variable.

I think you can:

COMMON = ...
foo_SOURCES = $(COMMON) foo.c
bar_SOURCES = $(COMMON) bar.c

HTH,
        Stepan Kasal




reply via email to

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