]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/log/example/Jamfile.v2
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / log / example / Jamfile.v2
1 #
2 # Copyright Andrey Semashev 2007 - 2015.
3 # Distributed under the Boost Software License, Version 1.0.
4 # (See accompanying file LICENSE_1_0.txt or copy at
5 # http://www.boost.org/LICENSE_1_0.txt)
6 #
7
8 build-project ./advanced_usage ;
9 build-project ./async_log ;
10 build-project ./bounded_async_log ;
11 build-project ./basic_usage ;
12 build-project ./event_log ;
13 build-project ./multiple_files ;
14 build-project ./multiple_threads ;
15 build-project ./rotating_file ;
16 build-project ./settings_file ;
17 build-project ./settings_file_custom_factories ;
18 build-project ./syslog ;
19 build-project ./native_syslog ;
20 build-project ./wide_char ;
21 build-project ./keywords ;
22 build-project ./trivial ;
23 build-project ./doc ;