]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/format/benchmark/Jamfile
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / format / benchmark / Jamfile
1 # Boost.Bind Library test Jamfile
2 #
3 # Copyright (c) 2003 Samuel Krempp
4 #
5 # Distributed under the Boost Software License, Version 1.0.
6 # See www.boost.org/LICENSE_1_0.txt
7
8 exe bench_format_no_locale
9 : bench_format.cpp
10 : <define>BOOST_NO_STD_LOCALE <location-prefix>no_locale
11 ;
12
13 exe bench_format_normal
14 : bench_format.cpp
15 : <location-prefix>normal
16 ;
17
18 exe bench_format_no_reuse_stream
19 : bench_format.cpp
20 : <include>alts <define>BOOST_FORMAT_NO_OSS_MEMBER <location-prefix>no_reuse_stream
21 ;