Lines Matching defs:objdir
132 static bool enterFlagObj; /* -w and objdir != srcdir */
142 static char objdir[MAXPATHLEN + 1]; /* where we chdir'ed to */
753 snprintf(objdir, sizeof objdir, "%s", path);
754 Global_Set(".OBJDIR", objdir);
755 setenv("PWD", objdir, 1);
758 if (opts.enterFlag && strcmp(objdir, curdir) != 0)
1527 printf("%s: Entering directory `%s'\n", progname, objdir);
1601 printf("%s: Leaving directory `%s'\n", progname, objdir);
1662 if (strcmp(curdir, objdir) != 0 && *fname != '/') {
1671 /* If curdir failed, try objdir (ala .depend) */
1672 path = str_concat3(objdir, "/", fname);