• 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 
5 This example shows the 'generate' rule, that allows you to construct target
6 using any arbitrary set of transformation and commands.
7 
8 The rule is similar to 'make' and 'notfile', but unlike those, you can operate
9 in terms of B2 'virtual targets', which is more flexible.
10 
11 Please consult the docs for more explanations.
12