Lines Matching full:variable
46 """Add a variable definition or include.
65 """Retrieve makefile variable.
68 identifier: name of variable to retrieve
77 """Retrieve makefile variable.
79 If variable value refers to another variable, recursively expand it to
83 identifier: name of variable to retrieve
96 raise RuntimeError('recursive loop found for makefile variable %s'
100 logger.SilentLog('Found variable ref %s for identifier %s'
109 """Check variable is included in makefile.
112 identifer: name of variable to check