Lines Matching refs:condition
5913 condition. It contains two arguments, separated by a comma and surrounded
5929 ignored, according to the condition. This is why the larger syntactic
5985 of the makefile if the condition is true. If the condition is false, no
6012 clauses as necessary. Once a given condition is true,
6014 condition is true then @var{text-if-false} is used. The
6135 the condition is true, @code{make} reads the lines of the
6136 @var{text-if-true} as part of the makefile; if the condition is false,
6806 @item $(if @var{condition},@var{then-part}[,@var{else-part}])
6813 The first argument, @var{condition}, first has all preceding and
6815 non-empty string, then the condition is considered to be true. If it
6816 expands to an empty string, the condition is considered to be false.
6818 If the condition is true then the second argument, @var{then-part}, is
6822 If the condition is false then the third argument, @var{else-part}, is