• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 =
11   c_regex_traits.cpp
12   cpp_regex_traits.cpp
13   cregex.cpp
14   fileiter.cpp
15   icu.cpp
16   instances.cpp
17   posix_api.cpp
18   regex.cpp
19   regex_debug.cpp
20   regex_raw_buffer.cpp
21   regex_traits_defaults.cpp
22   static_mutex.cpp
23   w32_regex_traits.cpp
24   wc_regex_traits.cpp
25   wide_posix_api.cpp
26   winstances.cpp
27   usinstances.cpp ;
28
29lib boost_regex_extra : $(EX_SOURCES) ../../build//icu_options
30    :
31        <define>BOOST_REGEX_MATCH_EXTRA=1
32	<link>shared:<define>BOOST_REGEX_DYN_LINK=1
33    :
34    ;
35
36
37
38
39