summaryrefslogtreecommitdiff
path: root/Jamfile
blob: 8e46a332f722f7e3f81261a66149c4a84e0f9553 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Boost.Build top level library build Jamfile

# See tools/build/index.html for documentation.

# This file tells the build system which subdirectories contain the detail Jamfiles
# which supply specifics for each Boost library needing to be built.

# For the top level regression test Jamfile, see the status sub-directory.

project-root ;

# Maintainers: please keep the following in alphabetic order.

# WARNING: SPACES ARE SIGNIFICANT!

#subinclude libs/python/build ;
subinclude libs/regex/build ;