Lines Matching defs:sources
781 * In a line like ".MAIN: source1 source2", add all sources to the list of
800 * For the sources of a .ORDER target, create predecessor/successor links
1035 * or its sources handled specially.
1139 * In a dependency line like 'targets: sources' or 'targets! sources', parse
1140 * the operator ':', '::' or '!' from between the targets and the sources.
1290 /* Handle a "dependency" line like '.SPECIAL:' without any sources. */
1338 * If the target was one that doesn't take files as its sources but takes
1506 * The targets take real sources, so we must beware of archive
1524 GNodeList sources = LST_INIT;
1525 if (!Arch_ParseArchive(&start, &sources,
1533 while (!Lst_IsEmpty(&sources)) {
1534 GNode *gn = Lst_Dequeue(&sources);
1538 Lst_Done(&sources);
1555 * From a dependency line like 'targets: sources', parse the sources.
1612 * operator, optionally followed by sources.
1614 * The nodes of the sources are linked as children to the nodes of the
1620 * The sources are parsed in much the same way as the targets, except
1625 * Certain targets and sources such as .PHONY or .PRECIOUS are handled
1639 GNodeType targetAttr; /* from special sources */