+ somepath(S1 + S2, E), one possible result. |
+
+ somepath(S1 + S2, E), another possible result. |
+
+ allpaths(S1 + S2, E) |
+
| Code | +Target | +Kind | +
|---|---|---|
+ + genrule( + name = "a", + srcs = ["a.in"], + outs = ["a.out"], + cmd = "...", + ) ++ |
+ //p:a |
+ genrule rule | +
//p:a.in |
+ source file | +|
//p:a.out |
+ generated file | +|
//p:BUILD |
+ source file | +
+ + minrank + + 0 //c:c + 1 //b:b + 1 //a:a + 2 //b:b.cc + 2 //a:a.cc ++ |
+
+ + maxrank + + 0 //c:c + 1 //b:b + 2 //a:a + 2 //b:b.cc + 3 //a:a.cc ++ |
+