diff --git a/example/Jamfile b/example/Jamfile index ce32ebe0..46fed427 100644 --- a/example/Jamfile +++ b/example/Jamfile @@ -2,7 +2,7 @@ subproject libs/regex/example ; unit-test timer : timer/regex_timer.cpp - ../build/libboost_regex$(SUFLIB) + ../build/boost_regex$(SUFLIB) : ../../../ BOOST_REGEX_NO_LIB=1 @@ -14,7 +14,7 @@ unit-test timer : timer/regex_timer.cpp ; unit-test jgrep : jgrep/jgrep.cpp jgrep/main.cpp - ../build/libboost_regex$(SUFLIB) + ../build/boost_regex$(SUFLIB) : ../../../ BOOST_REGEX_NO_LIB=1 @@ -26,7 +26,7 @@ unit-test jgrep : jgrep/jgrep.cpp jgrep/main.cpp ; unit-test credit_card_example : snippets/credit_card_example.cpp - ../build/libboost_regex$(SUFLIB) + ../build/boost_regex$(SUFLIB) : ../../../ BOOST_REGEX_NO_LIB=1 @@ -37,7 +37,7 @@ unit-test credit_card_example : snippets/credit_card_example.cpp unit-test partial_regex_grep : snippets/partial_regex_grep.cpp - ../build/libboost_regex$(SUFLIB) + ../build/boost_regex$(SUFLIB) : ../../../ BOOST_REGEX_NO_LIB=1 @@ -49,7 +49,7 @@ unit-test partial_regex_grep : snippets/partial_regex_grep.cpp ; unit-test partial_regex_match : snippets/partial_regex_match.cpp - ../build/libboost_regex$(SUFLIB) + ../build/boost_regex$(SUFLIB) : ../../../ BOOST_REGEX_NO_LIB=1 @@ -61,7 +61,7 @@ unit-test partial_regex_match : snippets/partial_regex_match.cpp ; unit-test regex_grep_example_1 : snippets/regex_grep_example_1.cpp - ../build/libboost_regex$(SUFLIB) + ../build/boost_regex$(SUFLIB) : ../../../ BOOST_REGEX_NO_LIB=1 @@ -73,7 +73,7 @@ unit-test regex_grep_example_1 : snippets/regex_grep_example_1.cpp ; unit-test regex_grep_example_2 : snippets/regex_grep_example_2.cpp - ../build/libboost_regex$(SUFLIB) + ../build/boost_regex$(SUFLIB) : ../../../ BOOST_REGEX_NO_LIB=1 @@ -85,7 +85,7 @@ unit-test regex_grep_example_2 : snippets/regex_grep_example_2.cpp ; unit-test regex_grep_example_3 : snippets/regex_grep_example_3.cpp - ../build/libboost_regex$(SUFLIB) + ../build/boost_regex$(SUFLIB) : ../../../ BOOST_REGEX_NO_LIB=1 @@ -97,7 +97,7 @@ unit-test regex_grep_example_3 : snippets/regex_grep_example_3.cpp ; unit-test regex_grep_example_4 : snippets/regex_grep_example_4.cpp - ../build/libboost_regex$(SUFLIB) + ../build/boost_regex$(SUFLIB) : ../../../ BOOST_REGEX_NO_LIB=1 @@ -109,7 +109,7 @@ unit-test regex_grep_example_4 : snippets/regex_grep_example_4.cpp ; unit-test regex_match_example : snippets/regex_match_example.cpp - ../build/libboost_regex$(SUFLIB) + ../build/boost_regex$(SUFLIB) : ../../../ BOOST_REGEX_NO_LIB=1 @@ -121,7 +121,7 @@ unit-test regex_match_example : snippets/regex_match_example.cpp ; unit-test regex_merge_example : snippets/regex_merge_example.cpp - ../build/libboost_regex$(SUFLIB) + ../build/boost_regex$(SUFLIB) : ../../../ BOOST_REGEX_NO_LIB=1 @@ -133,7 +133,7 @@ unit-test regex_merge_example : snippets/regex_merge_example.cpp ; unit-test regex_search_example : snippets/regex_search_example.cpp - ../build/libboost_regex$(SUFLIB) + ../build/boost_regex$(SUFLIB) : ../../../ BOOST_REGEX_NO_LIB=1 @@ -145,7 +145,7 @@ unit-test regex_search_example : snippets/regex_search_example.cpp ; unit-test regex_split_example_1 : snippets/regex_split_example_1.cpp - ../build/libboost_regex$(SUFLIB) + ../build/boost_regex$(SUFLIB) : ../../../ BOOST_REGEX_NO_LIB=1 @@ -157,7 +157,7 @@ unit-test regex_split_example_1 : snippets/regex_split_example_1.cpp ; unit-test regex_split_example_2 : snippets/regex_split_example_2.cpp - ../build/libboost_regex$(SUFLIB) + ../build/boost_regex$(SUFLIB) : ../../../ BOOST_REGEX_NO_LIB=1 @@ -175,3 +175,4 @@ unit-test regex_split_example_2 : snippets/regex_split_example_2.cpp + diff --git a/test/Jamfile b/test/Jamfile index d5ef3300..6f0a0689 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -8,7 +8,7 @@ local test-files = $(test-dir)tests.txt ; unit-test regress : regress/parse.cpp regress/regress.cpp regress/tests.cpp - ../build/libboost_regex$(SUFLIB) + ../build/boost_regex$(SUFLIB) : ../../../ BOOST_REGEX_NO_LIB=1 @@ -20,7 +20,7 @@ unit-test regress : regress/parse.cpp regress/regress.cpp regress/tests.cpp ; unit-test wregress : regress/parse.cpp regress/regress.cpp regress/tests.cpp - ../build/libboost_regex$(SUFLIB) + ../build/boost_regex$(SUFLIB) : ../../../ BOOST_REGEX_NO_LIB=1 @@ -33,7 +33,7 @@ unit-test wregress : regress/parse.cpp regress/regress.cpp regress/tests.cpp ; unit-test posix_api_check_c : c_compiler_checks/posix_api_check.c - ../build/libboost_regex$(SUFLIB) + ../build/boost_regex$(SUFLIB) : ../../../ BOOST_REGEX_NO_LIB=1 @@ -44,7 +44,7 @@ unit-test posix_api_check_c : c_compiler_checks/posix_api_check.c ; unit-test wide_posix_api_check_c : c_compiler_checks/wide_posix_api_check.c - ../build/libboost_regex$(SUFLIB) + ../build/boost_regex$(SUFLIB) : ../../../ BOOST_REGEX_NO_LIB=1 @@ -55,7 +55,7 @@ unit-test wide_posix_api_check_c : c_compiler_checks/wide_posix_api_check.c ; unit-test posix_api_check : c_compiler_checks/posix_api_check.cpp - ../build/libboost_regex$(SUFLIB) + ../build/boost_regex$(SUFLIB) : ../../../ BOOST_REGEX_NO_LIB=1 @@ -66,7 +66,7 @@ unit-test posix_api_check : c_compiler_checks/posix_api_check.cpp ; unit-test wide_posix_api_check : c_compiler_checks/wide_posix_api_check.cpp - ../build/libboost_regex$(SUFLIB) + ../build/boost_regex$(SUFLIB) : ../../../ BOOST_REGEX_NO_LIB=1 @@ -84,3 +84,4 @@ unit-test wide_posix_api_check : c_compiler_checks/wide_posix_api_check.cpp +