Lines Matching defs:INDIRECT
195 # After the assignment to 'LATER', evaluating the variable 'INDIRECT'
199 INDIRECT:= ${LATER:S,value,replaced,}
200 .if ${INDIRECT} != ""
204 .if ${INDIRECT} != "late-replaced"
210 # evaluating the variable 'INDIRECT'. Nothing surprising here.
213 INDIRECT:= ${LATER:S,value,replaced,}
214 .if ${INDIRECT:tl} != ""
219 .if ${INDIRECT:tl} != "uppercase-replaced"
226 # be the lowercase version of the variable 'INDIRECT'.
228 # The assignment operator ':=' for the variable 'INDIRECT' could be a '=' as
244 # indirect:= ${INDIRECT:tl}
246 # Since INDIRECT is defined, expand it, remembering that the modifier
271 INDIRECT:= ${LATER:S,value,replaced,} OK ${LATER:value=sysv}
272 indirect:= ${INDIRECT:tl}