automake
[Top][All Lists]
Advanced

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

Help with @some_configure_var@ variables in automake files.


From: Iseri, Jerry
Subject: Help with @some_configure_var@ variables in automake files.
Date: Fri, 25 Oct 2002 12:35:55 -1000

Is there documentation on where configuration variables are 
allowed in automake files?

Here's a small example:

#Is this supported?
AM_CPPFLAGS = @MY_EXTRA_FLAGS@ 

noinst_PROGRAMS = foo
# This is documented as not allowed.
foo_SOURCES = @MY_SOURCES@
foo_LDADD = @HOW_ABOUT_THIS@

...

thanks for any help,
jerry




reply via email to

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