Home | History | Annotate | Download | only in unit-tests

Lines Matching refs:rule

5 #  1) the implied source of a transformation rule,
6 # 2) the first prerequisite from the dependency line of an explicit rule, or
7 # 3) the first prerequisite of an explicit rule.
24 # (3) Making target1.z out of target1.y is done because of an inference rule.
27 # (2) This is an additional dependency on the inference rule .x.y.
28 # The dependency target1.x comes from the inference rule,
32 # (1) This is an explicit dependency, not an inference rule.
38 # (4) This is an explicit dependency, independent of any inference rule.
52 # (6) The explicit rule does not have associated commands.
53 # The value of $< might come from that rule,