2003-12-13 12:28:48 +00:00
|
|
|
# copyright John Maddock 2003
|
|
|
|
|
|
|
|
subproject libs/regex/test/captures ;
|
|
|
|
|
2005-01-13 17:06:21 +00:00
|
|
|
EX_SOURCES =
|
|
|
|
c_regex_traits.cpp
|
|
|
|
cpp_regex_traits.cpp
|
|
|
|
cregex.cpp
|
|
|
|
fileiter.cpp
|
|
|
|
instances.cpp
|
|
|
|
posix_api.cpp
|
|
|
|
regex.cpp
|
|
|
|
regex_debug.cpp
|
|
|
|
regex_raw_buffer.cpp
|
|
|
|
regex_traits_defaults.cpp
|
|
|
|
static_mutex.cpp
|
|
|
|
w32_regex_traits.cpp
|
|
|
|
wc_regex_traits.cpp
|
|
|
|
wide_posix_api.cpp
|
|
|
|
winstances.cpp
|
|
|
|
usinstances.cpp ;
|
2003-12-13 12:28:48 +00:00
|
|
|
|
2005-01-13 17:06:21 +00:00
|
|
|
lib boost_regex_extra : ../../src/$(EX_SOURCES) <template>../../build/regex-options
|
2003-12-13 12:28:48 +00:00
|
|
|
:
|
|
|
|
<define>BOOST_REGEX_MATCH_EXTRA=1
|
|
|
|
:
|
|
|
|
;
|
|
|
|
|
|
|
|
|
|
|
|
|