]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/example/generate/REAME.txt
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / tools / build / example / generate / REAME.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 Boost.Build 'virtual targets', which is more flexible.
10
11 Please consult the docs for more explanations.