Lines Matching refs:deps
103 self.deps = []
125 deps = [dep.output for dep in target.deps]
126 libs = [dep.output for dep in target.deps if dep.kind == LIB]
133 implicit=deps)
146 # Include deps.
147 for dep in target.deps:
192 depfile='$out.d', deps='gcc')
232 targets[i].deps = [t for t in targets[0:i] if random.random() < 0.05]
235 last_target.deps = targets[:]