Use the import rule

[SVN r19968]
This commit is contained in:
Dave Abrahams
2003-09-08 17:38:49 +00:00
parent 567d76e8e4
commit 3b27d5a38e
3 changed files with 3 additions and 8 deletions

View File

@ -2,7 +2,7 @@
subproject libs/regex/build ;
include $(BOOST_ROOT)/libs/regex/base.jam ;
import ../base ;
SOURCES = c_regex_traits c_regex_traits_common cpp_regex_traits
cregex fileiter posix_api regex regex_debug

View File

@ -3,9 +3,7 @@
subproject libs/regex/example ;
# bring in the rules for testing
SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
include testing.jam ;
include $(BOOST_ROOT)/libs/regex/base.jam ;
import testing ../base ;
rule regex-test-run ( sources + : input * )
{

View File

@ -3,10 +3,7 @@
subproject libs/regex/test ;
# bring in the rules for testing
SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
include testing.jam ;
include $(BOOST_ROOT)/libs/regex/base.jam ;
import testing ../base ;
#
# this template defines the options common to