Modified jamfiles to work with new updated build system

[SVN r12952]
This commit is contained in:
John Maddock
2002-02-27 12:37:28 +00:00
parent e18c474222
commit 9ef4719dff
2 changed files with 22 additions and 20 deletions
+15 -14
View File
@@ -2,7 +2,7 @@ subproject libs/regex/example ;
unit-test timer : timer/regex_timer.cpp
<lib>../build/libboost_regex$(SUFLIB)
<lib>../build/boost_regex$(SUFLIB)
:
<include>../../../
<define>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
<lib>../build/libboost_regex$(SUFLIB)
<lib>../build/boost_regex$(SUFLIB)
:
<include>../../../
<define>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
<lib>../build/libboost_regex$(SUFLIB)
<lib>../build/boost_regex$(SUFLIB)
:
<include>../../../
<define>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
<lib>../build/libboost_regex$(SUFLIB)
<lib>../build/boost_regex$(SUFLIB)
:
<include>../../../
<define>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
<lib>../build/libboost_regex$(SUFLIB)
<lib>../build/boost_regex$(SUFLIB)
:
<include>../../../
<define>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
<lib>../build/libboost_regex$(SUFLIB)
<lib>../build/boost_regex$(SUFLIB)
:
<include>../../../
<define>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
<lib>../build/libboost_regex$(SUFLIB)
<lib>../build/boost_regex$(SUFLIB)
:
<include>../../../
<define>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
<lib>../build/libboost_regex$(SUFLIB)
<lib>../build/boost_regex$(SUFLIB)
:
<include>../../../
<define>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
<lib>../build/libboost_regex$(SUFLIB)
<lib>../build/boost_regex$(SUFLIB)
:
<include>../../../
<define>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
<lib>../build/libboost_regex$(SUFLIB)
<lib>../build/boost_regex$(SUFLIB)
:
<include>../../../
<define>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
<lib>../build/libboost_regex$(SUFLIB)
<lib>../build/boost_regex$(SUFLIB)
:
<include>../../../
<define>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
<lib>../build/libboost_regex$(SUFLIB)
<lib>../build/boost_regex$(SUFLIB)
:
<include>../../../
<define>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
<lib>../build/libboost_regex$(SUFLIB)
<lib>../build/boost_regex$(SUFLIB)
:
<include>../../../
<define>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
<lib>../build/libboost_regex$(SUFLIB)
<lib>../build/boost_regex$(SUFLIB)
:
<include>../../../
<define>BOOST_REGEX_NO_LIB=1
@@ -175,3 +175,4 @@ unit-test regex_split_example_2 : snippets/regex_split_example_2.cpp
+7 -6
View File
@@ -8,7 +8,7 @@ local test-files = $(test-dir)tests.txt
;
unit-test regress : regress/parse.cpp regress/regress.cpp regress/tests.cpp
<lib>../build/libboost_regex$(SUFLIB)
<lib>../build/boost_regex$(SUFLIB)
:
<include>../../../
<define>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
<lib>../build/libboost_regex$(SUFLIB)
<lib>../build/boost_regex$(SUFLIB)
:
<include>../../../
<define>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
<lib>../build/libboost_regex$(SUFLIB)
<lib>../build/boost_regex$(SUFLIB)
:
<include>../../../
<define>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
<lib>../build/libboost_regex$(SUFLIB)
<lib>../build/boost_regex$(SUFLIB)
:
<include>../../../
<define>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
<lib>../build/libboost_regex$(SUFLIB)
<lib>../build/boost_regex$(SUFLIB)
:
<include>../../../
<define>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
<lib>../build/libboost_regex$(SUFLIB)
<lib>../build/boost_regex$(SUFLIB)
:
<include>../../../
<define>BOOST_REGEX_NO_LIB=1
@@ -84,3 +84,4 @@ unit-test wide_posix_api_check : c_compiler_checks/wide_posix_api_check.cpp