1
0
Fork 0
arangodb/3rdParty/boost/1.69.0/tools/build/example/generate
Jan fa7de56cf8
upgrade to boost 1.69.0 (#7910)
2019-01-09 17:17:33 +01:00
..
README.txt upgrade to boost 1.69.0 (#7910) 2019-01-09 17:17:33 +01:00
a.cpp upgrade to boost 1.69.0 (#7910) 2019-01-09 17:17:33 +01:00
gen.jam upgrade to boost 1.69.0 (#7910) 2019-01-09 17:17:33 +01:00
gen.py upgrade to boost 1.69.0 (#7910) 2019-01-09 17:17:33 +01:00
jamroot.jam upgrade to boost 1.69.0 (#7910) 2019-01-09 17:17:33 +01:00

README.txt

# Copyright 2007 Vladimir Prus
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)

This example shows the 'generate' rule, that allows you to construct target
using any arbitrary set of transformation and commands.

The rule is similar to 'make' and 'notfile', but unlike those, you can operate
in terms of Boost.Build 'virtual targets', which is more flexible.

Please consult the docs for more explanations.