aboutsummaryrefslogtreecommitdiff
path: root/build/install/rule
diff options
context:
space:
mode:
Diffstat (limited to 'build/install/rule')
-rw-r--r--build/install/rule12
1 files changed, 11 insertions, 1 deletions
diff --git a/build/install/rule b/build/install/rule
index bed0836..af38587 100644
--- a/build/install/rule
+++ b/build/install/rule
@@ -14,7 +14,17 @@ namespace build
{
namespace install
{
- class rule: public build::rule
+ class alias_rule: public rule
+ {
+ public:
+ virtual match_result
+ match (action, target&, const std::string&) const;
+
+ virtual recipe
+ apply (action, target&, const match_result&) const;
+ };
+
+ class file_rule: public rule
{
public:
virtual bool