]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/spirit/example/qi/Jamfile
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / spirit / example / qi / Jamfile
1 #==============================================================================
2 # Copyright (c) 2001-2007 Joel de Guzman
3 #
4 # Distributed under the Boost Software License, Version 1.0. (See accompanying
5 # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6 #==============================================================================
7 project spirit-qi-example
8 : requirements
9 <toolset>gcc:<c++-template-depth>300
10 <toolset>darwin:<cxxflags>-ftemplate-depth-300
11 :
12 :
13 ;
14
15 exe actions_ : actions.cpp ;
16 exe sum : sum.cpp ;
17 exe complex_number : complex_number.cpp ;
18 exe employee : employee.cpp ;
19 exe roman : roman.cpp ;
20 exe reference : reference.cpp ;
21 exe mini_xml1 : mini_xml1.cpp ;
22 exe mini_xml2 : mini_xml2.cpp ;
23 exe mini_xml3 : mini_xml3.cpp ;
24 exe num_list1 : num_list1.cpp ;
25 exe num_list2 : num_list2.cpp ;
26 exe num_list3 : num_list3.cpp ;
27 exe num_list4 : num_list4.cpp ;
28 exe reorder_struct : reorder_struct.cpp ;
29 exe parse_date : parse_date.cpp ;
30
31 exe key_value_sequence : key_value_sequence.cpp ;
32 exe key_value_sequence_ordered : key_value_sequence_ordered.cpp ;
33 exe key_value_sequence_empty_value : key_value_sequence_empty_value.cpp ;
34
35 exe iter_pos_parser : iter_pos_parser.cpp ;
36 exe boost_array : boost_array.cpp ;
37 exe display_attribute_type : display_attribute_type.cpp ;
38 exe adapt_template_struct : adapt_template_struct.cpp ;
39
40 exe unescaped_string : unescaped_string.cpp ;
41
42 exe calc_utree_naive : calc_utree_naive.cpp ;
43 exe calc_utree_ast : calc_utree_ast.cpp ;
44 exe calc_utree : calc_utree.cpp ;
45
46 exe nabialek : nabialek.cpp ;
47 exe typeof : typeof.cpp ;
48