|
Boost-Commit : |
From: ghost_at_[hidden]
Date: 2007-08-08 15:37:02
Author: vladimir_prus
Date: 2007-08-08 15:37:00 EDT (Wed, 08 Aug 2007)
New Revision: 38527
URL: http://svn.boost.org/trac/boost/changeset/38527
Log:
Update to V2
Text files modified:
trunk/libs/spirit/example/Jamfile | 56 ----------------------------------------
1 files changed, 0 insertions(+), 56 deletions(-)
Modified: trunk/libs/spirit/example/Jamfile
==============================================================================
--- trunk/libs/spirit/example/Jamfile (original)
+++ trunk/libs/spirit/example/Jamfile 2007-08-08 15:37:00 EDT (Wed, 08 Aug 2007)
@@ -15,221 +15,183 @@
# Joel de Guzman [Jul 29, 2004] : added calc_debug.cpp
#
-subproject libs/spirit/example ;
-
exe ast_calc
: fundamental/ast_calc.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe "bind"
: fundamental/bind.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe boiler_plate
: fundamental/boiler_plate.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe calc_plain
: fundamental/calc_plain.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe calc_debug
: fundamental/calc_debug.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe comments
: fundamental/comments.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe complex_number
: fundamental/complex_number.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe error_handling
: fundamental/error_handling.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe error_reporting
: fundamental/error_reporting.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe file_parser
: fundamental/file_parser.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe full_calc
: fundamental/full_calc.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe functor_parser
: fundamental/functor_parser.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe list_parser
: fundamental/list_parser.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe matching_tags
: fundamental/matching_tags.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe no_actions
: fundamental/no_actions.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe number_list
: fundamental/number_list.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe parse_tree_calc1
: fundamental/parse_tree_calc1.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe parser_context
: fundamental/parser_context.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe phoenix_calc
: fundamental/phoenix_calc.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe position_iterator
: fundamental/position_iterator/position_iterator.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe refactoring
: fundamental/refactoring.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe regular_expression
: fundamental/regular_expression.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe roman_numerals
: fundamental/roman_numerals.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe stuff_vector
: fundamental/stuff_vector.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe stuff_vector2
: fundamental/stuff_vector2.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe subrule_calc
: fundamental/subrule_calc.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe sum
: fundamental/sum.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe thousand_separated
: fundamental/thousand_separated.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe ast_calc2
: fundamental/more_calculators/ast_calc2.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe calc_with_variables
: fundamental/more_calculators/calc_with_variables.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe phoenix_subrule_calc
: fundamental/more_calculators/phoenix_subrule_calc.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe primitive_calc
: fundamental/more_calculators/primitive_calc.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe rpn_calc
: fundamental/more_calculators/rpn_calc.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe vmachine_calc
: fundamental/more_calculators/vmachine_calc.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe distinct_parser
: fundamental/distinct/distinct_parser.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe distinct_parser_dynamic
: fundamental/distinct/distinct_parser_dynamic.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
@@ -237,31 +199,26 @@
exe ipv4
: intermediate/ipv4.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe ipv4_opt
: intermediate/ipv4_opt.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe lazy_parser
: intermediate/lazy_parser.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe parameters
: intermediate/parameters.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe regex_convert
: intermediate/regex_convert.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
@@ -269,79 +226,66 @@
exe dynamic_rule
: techniques/dynamic_rule.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe epsilon
: techniques/epsilon.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe multiple_scanners
: techniques/multiple_scanners.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe nabialek
: techniques/nabialek.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe no_rule1
: techniques/no_rules/no_rule1.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe no_rule2
: techniques/no_rules/no_rule2.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe no_rule3
: techniques/no_rules/no_rule3.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe typeof
: techniques/typeof.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe rule_parser_1_1
: techniques/no_rules_with_typeof/rule_parser_1_1.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe rule_parser_1_2
: techniques/no_rules_with_typeof/rule_parser_1_2.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe rule_parser_2_1
: techniques/no_rules_with_typeof/rule_parser_2_1.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe rule_parser_2_2
: techniques/no_rules_with_typeof/rule_parser_2_2.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
exe opaque_rule_parser
: techniques/no_rules_with_typeof/opaque_rule_parser.cpp
- : <sysinclude>$(BOOST_ROOT)
:
;
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk