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

Lines Matching defs:deps

99       for (dep = rule->deps; dep != 0; dep = dep->next)
134 /* In the deps of an implicit rule the `changed' flag
161 If SOURCE is nil, it means there should be no deps. */
168 struct dep *deps;
199 deps = 0;
207 deps = alloc_dep ();
208 deps->name = depname;
211 create_pattern_rule (names, percents, 0, deps, cmds, 0);
229 for (d = suffix_file->deps; d != 0; d = d->next)
238 for (d = suffix_file->deps; d != 0; d = d->next)
240 /* Make a rule that is just the suffix, with no deps or commands.
252 for (d2 = suffix_file->deps; d2 != 0; d2 = d2->next)
310 for (d = rule->deps, d2 = r->deps;
390 r->deps = (struct dep *) multi_glob (parse_file_seq (&ptr, '\0',
422 dep = rule->deps;
467 The new rule has dependencies DEPS and commands from COMMANDS.
477 int terminal, struct dep *deps,
484 r->deps = deps;
539 for (d = r->deps; d != 0; d = d->next)