Lines Matching refs:origin
5070 (@pxref{Origin Function, ,The @code{origin} Function}):
5073 ifeq ($(origin FOO), undefined)
5418 (@pxref{Origin Function, ,The @code{origin} Function}):
5428 ifeq ($(origin FOO), undefined)
7016 such as @code{origin}, to multiple values in one step:
7019 o = $(call map,origin,o map MAKE)
7145 @section The @code{origin} Function
7146 @findex origin
7147 @cindex variables, origin of
7148 @cindex origin of variable
7150 The @code{origin} function is unlike most other functions in that it does
7154 The syntax of the @code{origin} function is:
7157 $(origin @var{variable})
7177 Note that if you have redefined a default variable, the @code{origin}
7178 function will return the origin of the later definition.
7227 ifeq "$(origin bletch)" "environment"
7243 ifneq "$(findstring environment,$(origin bletch))" ""
7249 Here the redefinition takes place if @samp{$(origin bletch)} returns either
7260 @code{origin} function) in that it does not operate on the values of
10408 Extract the @var{n}th word (one-origin) of @var{text}.@*
10488 @item $(origin @var{variable})
10492 @xref{Origin Function, , The @code{origin} Function}.