]> git.proxmox.com Git - ceph.git/blob - 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
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
6 project
7 : source-location ../../src
8 ;
9
10 EX_SOURCES =
11 posix_api.cpp
12 regex.cpp
13 regex_debug.cpp
14 static_mutex.cpp
15 wide_posix_api.cpp ;
16
17 lib boost_regex_extra : $(EX_SOURCES) ../../build//icu_options
18 :
19 <define>BOOST_REGEX_MATCH_EXTRA=1
20 <link>shared:<define>BOOST_REGEX_DYN_LINK=1
21 :
22 ;
23
24
25
26