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]

Re: Conditional Library Compilation


>>> "sbd" == Drummonds, Scott B <scott.b.drummonds@intel.com> writes:

 >> That shouldn't matter: $(xxx) are not evaluated when they appear
 >> on the rhs of a `=', they are recursively expansed later when
 >> used in a rule.

 sbd> Are you sure this is right?

Yes, but only in normal conditions, when all variables
definitions occur before the rule definitions.  Automake ensures
this... provided it can recognize variable definitions (and as
you now know, 1.4 does not recognize indented variable
definitions).
-- 
Alexandre Duret-Lutz




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