Lines Matching defs:sources
832 * In a line like ".MAIN: source1 source2", add all sources to the list of
851 * For the sources of a .ORDER target, create predecessor/successor links
1086 * or its sources handled specially.
1190 * In a dependency line like 'targets: sources' or 'targets! sources', parse
1191 * the operator ':', '::' or '!' from between the targets and the sources.
1341 /* Handle a "dependency" line like '.SPECIAL:' without any sources. */
1390 * If the target was one that doesn't take files as its sources but takes
1559 * The targets take real sources, so we must beware of archive
1577 GNodeList sources = LST_INIT;
1578 if (!Arch_ParseArchive(&start, &sources,
1586 while (!Lst_IsEmpty(&sources)) {
1587 GNode *gn = Lst_Dequeue(&sources);
1591 Lst_Done(&sources);
1608 * From a dependency line like 'targets: sources', parse the sources.
1665 * operator, optionally followed by sources.
1667 * The nodes of the sources are linked as children to the nodes of the
1673 * The sources are parsed in much the same way as the targets, except
1678 * Certain targets and sources such as .PHONY or .PRECIOUS are handled
1692 GNodeType targetAttr; /* from special sources */