1# Copyright Eric Niebler 2006 2 3# Use, modification, and distribution is subject to the Boost Software 4# License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 5# http://www.boost.org/LICENSE_1_0.txt) 6 7#project 8# : requirements <library>../../../../boost/libs/regex/build//boost_regex 9# ; 10 11BOOST_REGEX_SOURCES = 12 c_regex_traits 13 cpp_regex_traits 14 cregex 15 fileiter 16 icu 17 instances 18 posix_api 19 regex 20 regex_debug 21 regex_raw_buffer 22 regex_traits_defaults 23 static_mutex 24 w32_regex_traits 25 wc_regex_traits 26 wide_posix_api 27 winstances 28 usinstances ; 29 30exe xprperf 31 : 32 command_line.cpp 33 main.cpp 34 time_boost.cpp 35 time_dynamic_xpressive.cpp 36 time_static_xpressive.cpp 37 $(BOOST_ROOT)/libs/regex/src/$(BOOST_REGEX_SOURCES).cpp 38 : 39 <include>$(BOOST_ROOT) 40 <define>BOOST_REGEX_NO_LIB=1 41 <define>BOOST_REGEX_RECURSIVE 42 <define>BOOST_REGEX_USE_CPP_LOCALE 43 <define>BOOST_XPRESSIVE_USE_CPP_TRAITS 44 ; 45