Lines Matching full:makefile
45 /* A 'struct ebuffer' controls the origin of the makefile we are currently
59 /* Types of "words" that can be read in a makefile. */
68 all the active conditionals in a makefile.
71 information for the current makefile. It is initialized from
118 makefile currently being read in. */
225 { "makefile.vms", "gnumakefile.", "makefile.", 0 };
228 { "GNUmakefile", "Makefile", "SMakefile", 0 };
230 { "GNUmakefile", "makefile", "Makefile", 0 };
244 /* No default makefile was found. Add the default makefiles to the
318 printf (_("Reading makefile `%s'"), filename);
345 /* If the makefile wasn't found and it's either a makefile from
346 the `MAKEFILES' variable or an included makefile,
347 search the included makefile search path for this makefile. */
384 /* If the makefile can't be found at all, give up entirely. */
395 /* Add this makefile to the list. */
399 /* Evaluate the makefile */
452 /* Read file FILENAME as a makefile and add its contents to the data base.
794 makefile to be read at this point. */
820 the included makefile with a clean slate. */
824 the default goal before those in the included makefile. */
827 /* Read each included makefile. */
1428 current makefile. They are used for error messages.
2043 appears in makefile order. */
2658 /* Parse the next "makefile word" from the input buffer, and return info
2661 A "makefile word" is one of:
2673 makefile. Don't use it where special rules hold sway (RHS of a variable,