]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/regex/test/captures/Jamfile.v2
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / regex / test / captures / Jamfile.v2
CommitLineData
7c673cae
FG
1# copyright John Maddock 2003
2# Distributed under the Boost Software License, Version 1.0.
3# (See accompanying file LICENSE_1_0.txt or copy at
4# http://www.boost.org/LICENSE_1_0.txt.
5
6project
7 : source-location ../../src
8 ;
9
10EX_SOURCES =
7c673cae
FG
11 posix_api.cpp
12 regex.cpp
13 regex_debug.cpp
7c673cae 14 static_mutex.cpp
1e59de90 15 wide_posix_api.cpp ;
7c673cae 16
b32b8144 17lib boost_regex_extra : $(EX_SOURCES) ../../build//icu_options
7c673cae
FG
18 :
19 <define>BOOST_REGEX_MATCH_EXTRA=1
b32b8144 20 <link>shared:<define>BOOST_REGEX_DYN_LINK=1
7c673cae
FG
21 :
22 ;
23
24
25
26