aboutsummaryrefslogtreecommitdiff
path: root/build2/algorithm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/algorithm.hxx')
-rw-r--r--build2/algorithm.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/build2/algorithm.hxx b/build2/algorithm.hxx
index 36e5a92..d002e23 100644
--- a/build2/algorithm.hxx
+++ b/build2/algorithm.hxx
@@ -120,6 +120,14 @@ namespace build2
target_lock
lock (action, const target&);
+ // Add an ad hoc member. If the suffix is specified, it is added (as an
+ // extension) to the member's target name. Return the locked member target.
+ //
+ target_lock
+ add_adhoc_member (action, target&,
+ const target_type&,
+ const char* suffix = nullptr);
+
// Match and apply a rule to the action/target with ambiguity detection.
// Increment the target's dependents count, which means that you should call
// this function with the intent to also call execute(). Return the target