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
