Lines Matching defs:targets
72 * Examination of targets and their suitability for creation.
76 * Make the targets in parallel mode.
271 * Certain types of targets needn't even be sought as their datedness
368 * modification time. Note that targets that appear to be out-of-date
1228 /* Expand .USE nodes and create a new targets list. */
1230 Make_ExpandUse(GNodeList *targets)
1232 GNodeList examine = LST_INIT; /* Queue of targets to examine */
1233 Lst_AppendAll(&examine, targets);
1321 Make_ProcessWait(GNodeList *targets)
1340 for (ln = targets->first; ln != NULL; ln = ln->next) {
1384 Make_MakeParallel(GNodeList *targets)
1390 Make_ExpandUse(targets);
1391 Make_ProcessWait(targets);
1411 MakePrintStatusList(targets, &errors);