Lines Matching full:sources

268 On a dependency line, there are targets and sources, separated by a
270 The targets ``depend'' on the sources and are usually created from
275 Any number of targets and sources may be specified on a dependency line.
276 All the targets in the line are made to depend on all the sources.
277 Targets and sources need not be actual files, but every source must be
287 target is determined by the state of its sources, while another
288 specifies other files (the sources) that need to be dealt with before
291 out-of-date if it has no sources. These operations are represented by
301 any of the sources has been modified more recently than the target, or
313 but this will not happen until all of its sources have been examined
321 any of the sources has been modified more recently than the target, or
325 the target has no sources.
366 need to be created from which files (sources) \*- you should have no problems.
370 all right: the target is made to depend on all the sources mentioned
387 Both targets and sources may contain the standard C-Shell wildcard
466 respect to the sources on that line, according to the rules I gave
486 on the dependency line is out-of-date, not the sources.
742 and contain such things as the target's name, all of its sources (from
743 all its dependency lines), those sources that were out-of-date, etc.
753 The list of the sources for the target that were considered out-of-date.
759 The list of all sources for this target in the order in which they
783 Four of these variables may be used in sources as well as in shell
788 variables in the sources are expanded once for each target on the
1059 dependency line, usually by using the sources you've listed.
1132 Alternatively, if you like the idea of dynamic sources mentioned in
1537 and a list of zero or more sources. Sources may contain wildcards and
1600 may be used to specify ``dynamic sources.''
1655 known to PMake by placing them as sources on a dependency line whose
1798 sources for a target using transformation rules.
1811 dependency line with no sources) and redefine them in the order you
2065 sources. Like everything else PMake uses, these sources begin with a
2073 Any attributes given as sources for a transformation rule are applied
2133 sources, don't appear in the local variables of targets that depend on
2204 sources was out-of-date. In addition, the target's name,
2328 the other target acquires the commands, sources and attributes (except
2336 The typical .USE rule (as I call them) will use the sources of the
2415 The sources for this target are passed to the exportation system compiled
2416 into PMake. Some systems will use these sources to configure
2422 This target marks each of its sources with the
2424 attribute. If you don't give it any sources, then it is like
2433 The sources for this target are taken to be suffixes that indicate a
2492 PMake, it will take the sources of this target as the targets to
2515 If you give sources for this target, PMake will take them as
2517 directory. If you give no sources, it will clear out any directories
2540 sources, in which case the
2549 attribute to all its sources. It does nothing if you don't give it any sources.
2567 attribute to each of its sources. If there are no sources on the
2576 dependency line with no sources, PMake will forget about all the
2582 \fIattribute\fP : \fIsources\fP
2587 .I sources .
2794 allowing you to specify places to look for sources with
2796 targets in the makefile. The directories you give as sources for these
2798 as sources are actually sought on a search path, the assumption being
2868 for implicit sources, nor will they be found when PMake attempts to
3098 target (note that the sources for
3245 wish to use. These things are specified as the sources for the
3521 sources for each target are made in strict left-to-right order, etc.
3566 When PMake reads the makefile, it parses sources and targets into
3586 (mentioned earlier) to find any implicit sources for the node, and
3706 of which depends on its own list of sources.
3736 may be used on dependency lines to create ``dynamic sources.''
3759 the dependency line are usually created from the sources.