Home | History | Annotate | Download | only in make-3.81

Lines Matching defs:deps

36    after modifying FILE to contain the appropriate commands and deps,
188 FILE. If a rule is found, the appropriate commands and deps are put in FILE
222 struct idep* deps = 0;
312 /* If the pattern rule has deps but no commands, ignore it.
314 if (rule->deps != 0 && rule->cmds == 0)
403 if (rule->deps == 0 && rule->cmds == 0)
439 and chain them in DEPS. */
490 for (dep = rule->deps; dep != 0; dep = dep->next)
594 id_ptr = &deps;
658 for (d = deps; d != 0; d = d->next)
687 for (expl_d = file->deps; expl_d != 0; expl_d = expl_d->next)
773 free_idep_chain (deps);
774 deps = 0;
805 Convert them into entries on the deps-chain of FILE. */
812 dep = file->deps;
819 file->deps = 0;
822 expl_d = file->deps; /* We will add them at the end. */
823 d_ptr = &file->deps;
825 for (d = deps; d != 0; d = d->next)
835 a target; therefore we can assume that the deps and cmds
849 f->deps = imf->deps;
864 for (dep = f->deps; dep != 0; dep = dep->next)
980 free_idep_chain (deps);