automake
[Top][All Lists]
Advanced

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

automake error


From: Bob Lockie
Subject: automake error
Date: Sun, 02 May 2004 23:54:02 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a) Gecko/20040425

U_HEADERS = \
a.h

noinst_HEADERS = \
$(U_HEADERS) \
b.h


The manual says I can do that
When examining a variable definition, Automake will recursively examine variables referenced in the definition. For example, if Automake is looking at the content of foo_SOURCES in this snippet

     xs = a.c b.c
     foo_SOURCES = c.c $(xs)

but I get an ": invalid variable `U_HEADERS'" error.

$ automake --version
automake (GNU automake) 1.6.3




reply via email to

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