aboutsummaryrefslogtreecommitdiff
path: root/build2/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-02-29 10:57:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-02-29 10:57:40 +0200
commit3cf3b73ffc6881d5428a735736a347f6e143b366 (patch)
tree3559fa9d2d44cc11e07987752027f7c2a9e3e23e /build2/buildfile
parent2a4f52c46f2081aaeb2664e8026d3d067142e3d5 (diff)
Implement auxiliary dependency database (.d files), use in cxx.compile
This is part of the "High Fidelity Build" work.
Diffstat (limited to 'build2/buildfile')
-rw-r--r--build2/buildfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/build2/buildfile b/build2/buildfile
index 9321026..785a359 100644
--- a/build2/buildfile
+++ b/build2/buildfile
@@ -9,6 +9,7 @@ exe{b}: \
{ cxx}{ b } \
{hxx ixx cxx}{ b-options } \
{hxx txx cxx}{ context } \
+ {hxx cxx}{ depdb } \
{hxx cxx}{ diagnostics } \
{hxx cxx}{ dump } \
{hxx ixx cxx}{ file } \
@@ -28,7 +29,7 @@ exe{b}: \
{hxx }{ target-type } \
{hxx cxx}{ token } \
{hxx }{ types } \
- {hxx cxx}{ utility } \
+ {hxx ixx cxx}{ utility } \
{hxx ixx txx cxx}{ variable } \
{hxx }{ version } \
bin/{hxx cxx}{ module } \
@@ -39,7 +40,7 @@ exe{b}: \
cli/{hxx cxx}{ target } \
config/{hxx cxx}{ module } \
config/{hxx cxx}{ operation } \
- config/{hxx ixx txx cxx}{ utility } \
+ config/{hxx txx cxx}{ utility } \
cxx/{hxx cxx}{ compile } \
cxx/{hxx cxx}{ install } \
cxx/{hxx cxx}{ link } \