Re: meaning of @variablename@

2007-02-20 Thread Tom Tromey
> "Arun" == Arun Jain <[EMAIL PROTECTED]> writes:

Arun> I am new to this utility (automake).  I am working on Linux
Arun> platform with KDE libraries.  I came across some variable names
Arun> in the makefile such as

For answers to this and other questions, read the Autoconf manual.
In particular read the node "Substitutions in Makefiles".

Tom




meaning of @variablename@

2007-02-20 Thread Arun Jain

Hello Group,

I am new to this utility (automake).  I am working on Linux platform with
KDE libraries.  I came across some variable names
in the makefile such as

@SET_MAKE@
srcdir = @srcdir <[EMAIL PROTECTED]>@
top_srdcdir = @top_srcdir@
etc.

My question is;

1.  Do the variable names under two @ signs have any special meaning in
automake.
2.  If not can I use two @ for any variable name.
3.  What does automake convey/mean when someone wraps a variable name in two
@.
4.  Are there some special variables like "SET_MAKE", which always have
special meaning.

Could someone help me.

Thanks.

nagrik