forked from boostorg/regex
Use the import rule
[SVN r19968]
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
subproject libs/regex/build ;
|
subproject libs/regex/build ;
|
||||||
|
|
||||||
include $(BOOST_ROOT)/libs/regex/base.jam ;
|
import ../base ;
|
||||||
|
|
||||||
SOURCES = c_regex_traits c_regex_traits_common cpp_regex_traits
|
SOURCES = c_regex_traits c_regex_traits_common cpp_regex_traits
|
||||||
cregex fileiter posix_api regex regex_debug
|
cregex fileiter posix_api regex regex_debug
|
||||||
|
@ -3,9 +3,7 @@
|
|||||||
subproject libs/regex/example ;
|
subproject libs/regex/example ;
|
||||||
|
|
||||||
# bring in the rules for testing
|
# bring in the rules for testing
|
||||||
SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
|
import testing ../base ;
|
||||||
include testing.jam ;
|
|
||||||
include $(BOOST_ROOT)/libs/regex/base.jam ;
|
|
||||||
|
|
||||||
rule regex-test-run ( sources + : input * )
|
rule regex-test-run ( sources + : input * )
|
||||||
{
|
{
|
||||||
|
@ -3,10 +3,7 @@
|
|||||||
subproject libs/regex/test ;
|
subproject libs/regex/test ;
|
||||||
|
|
||||||
# bring in the rules for testing
|
# bring in the rules for testing
|
||||||
SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
|
import testing ../base ;
|
||||||
include testing.jam ;
|
|
||||||
|
|
||||||
include $(BOOST_ROOT)/libs/regex/base.jam ;
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# this template defines the options common to
|
# this template defines the options common to
|
||||||
|
Reference in New Issue
Block a user