]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/geometry/example/Jamfile.v2
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / geometry / example / Jamfile.v2
1 # Boost.Geometry (aka GGL, Generic Geometry Library)
2 # Controls building of Boost.Geometry examples
3 #
4 # Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands.
5 # Copyright (c) 2008-2012 Bruno Lalande, Paris, France.
6 # Copyright (c) 2009-2012 Mateusz Loskot, London, UK.
7
8 # Use, modification and distribution is subject to the Boost Software License,
9 # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
10 # http://www.boost.org/LICENSE_1_0.txt)
11
12
13 project boost-geometry-example
14 : # requirements
15 ;
16
17 exe 01_point_example : 01_point_example.cpp ;
18 exe 02_linestring_example : 02_linestring_example.cpp ;
19 exe 03_polygon_example : 03_polygon_example.cpp ;
20 exe 05_a_overlay_polygon_example : 05_a_overlay_polygon_example.cpp ;
21 exe 05_b_overlay_linestring_polygon_example : 05_b_overlay_linestring_polygon_example.cpp ;
22 exe 06_a_transformation_example : 06_a_transformation_example.cpp ;
23 exe 06_b_transformation_example : 06_b_transformation_example.cpp ;
24 exe 07_a_graph_route_example : 07_a_graph_route_example.cpp ;
25 exe 07_b_graph_route_example : 07_b_graph_route_example.cpp ;
26
27 exe c01_custom_point_example : c01_custom_point_example.cpp ;
28 exe c02_custom_box_example : c02_custom_box_example.cpp ;
29 exe c03_custom_linestring_example : c03_custom_linestring_example.cpp ;
30 exe c04_a_custom_triangle_example : c04_a_custom_triangle_example.cpp ;
31 exe c04_b_custom_triangle_example : c04_b_custom_triangle_example.cpp ;
32 exe c05_custom_point_pointer_example : c05_custom_point_pointer_example.cpp ;
33 exe c06_custom_polygon_example : c06_custom_polygon_example.cpp ;
34 exe c07_custom_ring_pointer_example : c07_custom_ring_pointer_example.cpp ;
35 exe c08_custom_non_std_example : c08_custom_non_std_example.cpp ;
36 exe c09_custom_fusion_example : c09_custom_fusion_example.cpp ;
37 exe c10_custom_cs_example : c10_custom_cs_example.cpp ;
38 exe c11_custom_cs_transform_example : c11_custom_cs_transform_example.cpp ;