From 6362c4e4eda8340eedc73dfdbf6b92b281ccbadd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 10 Mar 2017 11:51:24 +0200 Subject: Implement support for wildcard patterns --- build2/target | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'build2/target') diff --git a/build2/target b/build2/target index b5a8f78..ef1e34d 100644 --- a/build2/target +++ b/build2/target @@ -1602,6 +1602,10 @@ namespace build2 optional target_extension_fix (const target_key&, const scope&, bool); + template + bool + target_pattern_fix (const target_type&, const scope&, string&, bool); + // Get the extension from the variable or use the default if none set. If // the default is NULL, then return NULL. // @@ -1609,6 +1613,10 @@ namespace build2 optional target_extension_var (const target_key&, const scope&, bool); + template + bool + target_pattern_var (const target_type&, const scope&, string&, bool); + // Always return NULL extension. // optional -- cgit v1.1