Lines Matching full:sources
214 On a dependency line, there are targets and sources, separated by a
216 The targets ``depend'' on the sources and are usually created from
221 Any number of targets and sources may be specified on a dependency line.
222 All the targets in the line are made to depend on all the sources.
223 Targets and sources need not be actual files, but every source must be
233 target is determined by the state of its sources, while another
234 specifies other files (the sources) that need to be dealt with before
237 out-of-date if it has no sources. These operations are represented by
247 any of the sources has been modified more recently than the target, or
259 but this will not happen until all of its sources have been examined
267 any of the sources has been modified more recently than the target, or
271 the target has no sources.
312 need to be created from which files (sources) \*- you should have no problems.
316 all right: the target is made to depend on all the sources mentioned
333 Both targets and sources may contain the standard C-Shell wildcard
412 respect to the sources on that line, according to the rules I gave
432 on the dependency line is out-of-date, not the sources.
688 and contain such things as the target's name, all of its sources (from
689 all its dependency lines), those sources that were out-of-date, etc.
699 The list of the sources for the target that were considered out-of-date.
705 The list of all sources for this target in the order in which they
729 Four of these variables may be used in sources as well as in shell
734 variables in the sources are expanded once for each target on the
1005 dependency line, usually by using the sources you've listed.
1078 Alternatively, if you like the idea of dynamic sources mentioned in
1483 and a list of zero or more sources. Sources may contain wildcards and
1546 may be used to specify ``dynamic sources.''
1601 known to PMake by placing them as sources on a dependency line whose
1744 sources for a target using transformation rules.
1757 dependency line with no sources) and redefine them in the order you
2011 sources. Like everything else PMake uses, these sources begin with a
2019 Any attributes given as sources for a transformation rule are applied
2079 sources, don't appear in the local variables of targets that depend on
2150 sources was out-of-date. In addition, the target's name,
2274 the other target acquires the commands, sources and attributes (except
2282 The typical .USE rule (as I call them) will use the sources of the
2361 The sources for this target are passed to the exportation system compiled
2362 into PMake. Some systems will use these sources to configure
2368 This target marks each of its sources with the
2370 attribute. If you don't give it any sources, then it is like
2379 The sources for this target are taken to be suffixes that indicate a
2438 PMake, it will take the sources of this target as the targets to
2461 If you give sources for this target, PMake will take them as
2463 directory. If you give no sources, it will clear out any directories
2486 sources, in which case the
2495 attribute to all its sources. It does nothing if you don't give it any sources.
2513 attribute to each of its sources. If there are no sources on the
2522 dependency line with no sources, PMake will forget about all the
2528 \fIattribute\fP : \fIsources\fP
2533 .I sources .
2740 allowing you to specify places to look for sources with
2742 targets in the makefile. The directories you give as sources for these
2744 as sources are actually sought on a search path, the assumption being
2814 for implicit sources, nor will they be found when PMake attempts to
3044 target (note that the sources for
3191 wish to use. These things are specified as the sources for the
3467 sources for each target are made in strict left-to-right order, etc.
3512 When PMake reads the makefile, it parses sources and targets into
3532 (mentioned earlier) to find any implicit sources for the node, and
3652 of which depends on its own list of sources.
3682 may be used on dependency lines to create ``dynamic sources.''
3705 the dependency line are usually created from the sources.