Skip to content

Makevars and Makeconf sequencing

2 messages · Ross Boylan, Simon Urbanek

#
http://cran.r-project.org/doc/manuals/R-exts.html#Configure-and-cleanup
near the start of 1.2.1 Using Makevars says
I'm confused.  If Makeconf is included after Makevars, then how can
Makevars use macros defined in Makeconf?

Or is the meaning only that a variable definition in Makeconf can be
overridden in Makevars?

Ross Boylan
#
On Aug 23, 2013, at 7:53 PM, Ross Boylan <ross at biostat.ucsf.edu> wrote:

            
Because regular (recursively expanded) variables in makefiles are evaluated lazily (i.e., when substituted).