This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Help with @some_configure_var@ variables in automake files.


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]