Home | History | Annotate | Download | only in make

Lines Matching defs:targets

78  *			single string.  Used to implement the special targets
661 * perform them if so. Else take them to be targets and stuff them
828 if (strstr(mode, "randomize-targets") != NULL)
900 GNodeList targets = LST_INIT;
901 bool outOfDate; /* false if all targets up to date */
904 Parse_MainName(&targets);
906 Targ_FindList(&targets, &opts.create);
914 outOfDate = Make_MakeParallel(&targets);
916 Compat_MakeAll(&targets);
919 Lst_Done(&targets); /* Don't free the targets themselves. */
924 * Set up the .TARGETS variable to contain the list of targets to be created.
934 Global_Set(".TARGETS", "");
940 Global_Append(".TARGETS", name);
1092 opts.noRecursiveExecute = false; /* Execute all .MAKE targets */
1365 allPrecious = false; /* Remove targets when interrupted */
1548 * Make the targets, or print variables.
1549 * Return whether any of the targets is out-of-date.
1561 /* Clean up after making the targets. */