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

Lines Matching defs:included

73    to new structures for included makefiles.  */
309 char *included = 0;
346 the `MAKEFILES' variable or an included makefile,
347 search the included makefile search path for this makefile. */
353 included = concat (include_directories[i], "/", filename);
354 ebuf.fp = fopen (included, "r");
357 filename = included;
360 free (included);
363 if (filename != included)
364 included = 0;
381 if (included)
382 free (included);
820 the included makefile with a clean slate. */
824 the default goal before those in the included makefile. */
827 /* Read each included makefile. */