From 3cf3b73ffc6881d5428a735736a347f6e143b366 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 29 Feb 2016 10:57:40 +0200 Subject: Implement auxiliary dependency database (.d files), use in cxx.compile This is part of the "High Fidelity Build" work. --- build2/buildfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'build2/buildfile') 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 } \ -- cgit v1.1