help-make
[Top][All Lists]
Advanced

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

can I create dynamic variables?


From: mickey n
Subject: can I create dynamic variables?
Date: Sat, 7 Apr 2007 11:02:47 +0300

Hi All,

I wish to create variables based on other variables which are given from an included file by pattern.
something like (lets assume VAR1 and VAR2 are included from a conf file):

VAR1 = A
VAR2 = B

VARS = VAR*


I expect VARS to contain 'A B'.

How can I assign VARS like this in valid gnumake syntax? (read the manual, couldn't find it)

Thanks,
Mickey


reply via email to

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