1# Copyright 2007 Vladimir Prus 2# Distributed under the Boost Software License, Version 1.0. 3# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) 4 5This example shows the 'generate' rule, that allows you to construct target 6using any arbitrary set of transformation and commands. 7 8The rule is similar to 'make' and 'notfile', but unlike those, you can operate 9in terms of B2 'virtual targets', which is more flexible. 10 11Please consult the docs for more explanations. 12