/Src/Dependencies/Boost/libs/geometry/doc/src/examples/algorithms/Jamfile.v2

http://hadesmem.googlecode.com/ · text · 78 lines · 57 code · 21 blank · 0 comment · 0 complexity · f93b308a609f4e6041c8fc474edb2046 MD5 · raw file

  1. # Boost.Geometry (aka GGL, Generic Geometry Library)
  2. #
  3. # Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands.
  4. # Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
  5. # Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
  6. # Use, modification and distribution is subject to the Boost Software License,
  7. # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  8. # http://www.boost.org/LICENSE_1_0.txt)
  9. project boost-geometry-doc-example-algorithms
  10. : # requirements
  11. ;
  12. exe append : append.cpp ;
  13. exe area : area.cpp ;
  14. exe area_with_strategy : area_with_strategy.cpp ;
  15. exe assign : assign.cpp ;
  16. exe assign_2d_point : assign_2d_point.cpp ;
  17. exe assign_3d_point : assign_3d_point.cpp ;
  18. exe assign_inverse : assign_inverse.cpp ;
  19. exe assign_points : assign_points.cpp ;
  20. # exe assign_box_corners : assign_box_corners.cpp ;
  21. # exe assign_point_from_index : assign_point_from_index.cpp ;
  22. # exe assign_point_to_index : assign_point_to_index.cpp ;
  23. exe centroid : centroid.cpp ;
  24. exe clear : clear.cpp ;
  25. exe comparable_distance : comparable_distance.cpp ;
  26. exe convert : convert.cpp ;
  27. exe convex_hull : convex_hull.cpp ;
  28. exe correct : correct.cpp ;
  29. exe difference : difference.cpp ;
  30. exe distance : distance.cpp ;
  31. exe envelope : envelope.cpp ;
  32. exe equals : equals.cpp ;
  33. exe expand : expand.cpp ;
  34. exe for_each_point : for_each_point.cpp ;
  35. exe for_each_point_const : for_each_point_const.cpp ;
  36. exe for_each_segment_const : for_each_segment_const.cpp ;
  37. exe intersection_ls_ls_point : intersection_ls_ls_point.cpp ;
  38. exe intersection_segment : intersection_segment.cpp ;
  39. exe intersects_linestring : intersects_linestring.cpp ;
  40. exe length : length.cpp ;
  41. exe length_with_strategy : length_with_strategy.cpp ;
  42. exe make_2d_point : make_2d_point.cpp ;
  43. exe make_3d_point : make_3d_point.cpp ;
  44. exe make_inverse : make_inverse.cpp ;
  45. # exe make_with_range : make_with_range.cpp ;
  46. exe num_geometries : num_geometries.cpp ;
  47. exe num_interior_rings : num_interior_rings.cpp ;
  48. exe num_points : num_points.cpp ;
  49. exe return_envelope : return_envelope.cpp ;
  50. exe reverse : reverse.cpp ;
  51. exe simplify : length.cpp ;
  52. exe sym_difference : sym_difference.cpp ;
  53. exe transform : transform.cpp ;
  54. exe transform_with_strategy : transform_with_strategy.cpp ;
  55. exe union : union.cpp ;
  56. exe unique : unique.cpp ;
  57. exe within : within.cpp ;