Lines Matching refs:condition
4853 condition. It contains two arguments, separated by a comma and
4870 ignored, according to the condition. This is why the larger syntactic
4914 the makefile if the condition is true. If the condition is false, no
4936 necessary. Once a given condition is true, TEXT-IF-TRUE is used and no
4937 other clause is used; if no condition is true then TEXT-IF-FALSE is
5044 condition is true, `make' reads the lines of the TEXT-IF-TRUE as part
5045 of the makefile; if the condition is false, `make' ignores those lines
5554 any non-empty string, then the condition is considered to be true.
5555 If it expands to an empty string, the condition is considered to
5558 If the condition is true then the second argument, THEN-PART, is
5562 If the condition is false then the third argument, ELSE-PART, is