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

Lines Matching full:stem

466   char *file_stem = f->stem;
503 for the file. Since the stem for static pattern rules comes from
504 individual dep lines, we will temporarily set f->stem to d->stem.
512 if (d->stem != 0)
513 f->stem = d->stem;
519 if (d->stem != 0)
520 f->stem = file_stem;
543 if (d->stem[0] == '\0')
548 char *o = patsubst_expand (buffer, d->stem, pattern,
920 if (f->stem != 0)
921 printf (_("# Implicit/static pattern stem: `%s'\n"), f->stem);