Lines Matching defs:makefiles
115 unsigned int no_makefile:1; /* Don't propagate when remaking makefiles. */
213 /* List of makefiles given with -f switches. */
215 static struct stringlist *makefiles = 0;
277 /* If nonzero, we're in the "try to rebuild makefiles" phase. */
307 Environment variables override makefiles.\n"),
317 Search DIRECTORY for included makefiles.\n"),
376 { 'f', string, (char *) &makefiles, 0, 0, 0, 0, 0, "file" },
482 This is zero if the makefiles do not define .DEFAULT. */
563 for names read from makefiles. It is here for names passed
1455 /* Read any stdin makefiles into temporary files. */
1457 if (makefiles != 0)
1460 for (i = 0; i < makefiles->idx; ++i)
1461 if (makefiles->list[i][0] == '-' && makefiles->list[i][1] == '\0')
1464 and thus re-read the makefiles, we read standard input
1521 makefiles->list[i] = xstrdup (stdin_nm);
1538 reading in the makefiles so that `shell' function calls will work.
1573 makefiles, it results in the built-in pattern rules taking precedence
1583 so makefiles can look at them. */
1597 /* Read all the makefiles. */
1600 = read_all_makefiles (makefiles == 0 ? (char **) 0 : makefiles->list);
1603 /* look one last time after reading all Makefiles */
1770 This used to be done before reading the makefiles.
1812 /* Update any makefiles if necessary. */
1824 DB (DB_BASIC, (_("Updating makefiles....\n")));
1826 /* Remove any makefiles we don't want to try to update.
1844 your makefiles are written exceptionally
1846 you write your makefiles.) */
1877 /* Set up `MAKEFLAGS' specially while remaking makefiles. */
1888 * for one of the makefiles to be remade as a target on the command
1927 from the MAKEFILES variable, so we care. */
1979 if (makefiles != 0)
1988 argv[++i] = makefiles->list[j];
1990 argv[i] = concat ("-f", makefiles->list[j], "");
2913 makefile defined MAKEFLAGS. Makefiles set
2922 after reading makefiles which might have done `unexport MAKEFLAGS'. */