Lines Matching refs:Dependency
41 depmode Dependency tracking mode.
45 depfile Dependency file to output.
77 # If no dependency file was actually created by the compiler invocation,
89 # If the compiler actually managed to produce a dependency file,
92 # Each line is of the form 'foo.o: dependency.h'.
94 # $object: dependency.h
96 # dependency.h:
168 # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information.
175 ## gcc 3 implements dependency tracking that does exactly what
204 ## There are various ways to get dependency output from gcc. Here's
231 ## is deleted, the dependency causes make to die (because there is
274 # dependency line.
354 # dummy dependency, to avoid the deleted-header problem.
568 # dependency tracking mechanisms from slower ones.
605 # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise.