2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-11 11:42:14 +00:00

Clarify dependent/dependency

[SVN r31081]
This commit is contained in:
Dave Abrahams
2005-09-22 16:39:36 +00:00
parent a95a91eb87
commit 4f2b49237f

View File

@@ -318,10 +318,13 @@ build-project app ;
<title>Dependent Targets</title>
<para>
Targets that are &#x201C;needed&#x201D; by other targets are called
<firstterm>dependencies</firstterm> of those other targets. The
targets that need the other targets are called
<firstterm>dependent</firstterm> targets.
When a building a target <filename>X</filename> depends on first
building another target <filename>Y</filename> (such as a
library that must be linked with <firstterm>X</firstterm>),
<filename>Y</filename> is called a
<firstterm>dependency</firstterm> of <filename>X</filename> and
<filename>X</filename> is termed a
<firstterm>dependent</firstterm> of <filename>Y</filename>.
</para>
<para>To get a feeling of target dependencies, let's continue the