• Home
Name Date Size #Lines LOC

..--

README.txtD12-May-2024493 128

a.cppD12-May-2024194 113

gen.jamD12-May-2024845 2622

gen.pyD12-May-2024475 177

jamroot.jamD12-May-2024271 106

README.txt

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