Lines Matching refs:subst
3050 generate text.g -$(subst output,,$@@) > $@@
3053 @findex subst
3070 for an explanation of the @code{subst} function.
5215 For example, using the @code{subst} function
5222 y = $(subst 1,2,$(x))
5232 @samp{$($(subst 1,2,$(x)))}. This gets the value @samp{variable1} from
6243 @w{@samp{$(subst a,b,$(x))}}, not @w{@samp{$(subst a,b,$@{x@})}}. This
6265 bar:= $(subst $(space),$(comma),$(foo))
6271 Here the @code{subst} function replaces each space with a comma, through
6281 @item $(subst @var{from},@var{to},@var{text})
6282 @findex subst
6288 $(subst ee,EE,feet on the street)
6586 Here is a realistic example of the use of @code{subst} and
6596 such as @samp{src:../headers}. First, the @code{subst} function is used to
6600 $(subst :, ,$(VPATH))
6610 override CFLAGS += $(patsubst %,-I%,$(subst :, ,$(VPATH)))
6998 pathsearch = $(firstword $(wildcard $(addsuffix /$(1),$(subst :, ,$(PATH)))))
10379 @item $(subst @var{from},@var{to},@var{text})