Home | History | Annotate | Download | only in dist

Lines Matching refs:Dependency

41   depmode     Dependency tracking mode.
45 depfile Dependency file to output.
79 # If no dependency file was actually created by the compiler invocation,
91 # If the compiler actually managed to produce a dependency file,
94 # Each line is of the form 'foo.o: dependency.h'.
96 # $object: dependency.h
98 # dependency.h:
169 # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information.
176 ## gcc 3 implements dependency tracking that does exactly what
205 ## There are various ways to get dependency output from gcc. Here's
232 ## is deleted, the dependency causes make to die (because there is
275 # dependency line.
355 # dummy dependency, to avoid the deleted-header problem.
569 # dependency tracking mechanisms from slower ones.
606 # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise.