Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.txt | D | 12-May-2024 | 493 | 12 | 8 | |
a.cpp | D | 12-May-2024 | 194 | 11 | 3 | |
gen.jam | D | 12-May-2024 | 845 | 26 | 22 | |
gen.py | D | 12-May-2024 | 475 | 17 | 7 | |
jamroot.jam | D | 12-May-2024 | 271 | 10 | 6 |
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