aboutsummaryrefslogtreecommitdiff
path: root/build2/target.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/target.hxx')
-rw-r--r--build2/target.hxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/build2/target.hxx b/build2/target.hxx
index cc9c9bd..ca93b24 100644
--- a/build2/target.hxx
+++ b/build2/target.hxx
@@ -1668,6 +1668,17 @@ namespace build2
template <typename K>
static const target*
search_implied (const scope&, const K&, tracer&);
+
+ // Return true if the implied buildfile is plausible for the specified
+ // directory, that is, there is a buildfile in at least one of its
+ // subdirectories. Note that the directory must exist.
+ //
+ static bool
+ check_implied (const dir_path&);
+
+ private:
+ static prerequisites_type
+ collect_implied (const scope&);
};
// While a filesystem directory is mtime-based, the semantics is not very