Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r66821 - in sandbox/geometry/libs/geometry/example/extensions: . gis gis/latlong gis/projections gis/projections/data
From: barend.gehrels_at_[hidden]
Date: 2010-11-28 09:51:43


Author: barendgehrels
Date: 2010-11-28 09:51:41 EST (Sun, 28 Nov 2010)
New Revision: 66821
URL: http://svn.boost.org/trac/boost/changeset/66821

Log:
Updated jamfiles for examples/extensions
Removed:
   sandbox/geometry/libs/geometry/example/extensions/gis/projections/data/
Text files modified:
   sandbox/geometry/libs/geometry/example/extensions/Jamfile.v2 | 2 +-
   sandbox/geometry/libs/geometry/example/extensions/gis/Jamfile.v2 | 27 ---------------------------
   sandbox/geometry/libs/geometry/example/extensions/gis/latlong/Jamfile.v2 | 14 ++++++++++++++
   sandbox/geometry/libs/geometry/example/extensions/gis/projections/Jamfile.v2 | 15 +++++++++++++++
   4 files changed, 30 insertions(+), 28 deletions(-)

Modified: sandbox/geometry/libs/geometry/example/extensions/Jamfile.v2
==============================================================================
--- sandbox/geometry/libs/geometry/example/extensions/Jamfile.v2 (original)
+++ sandbox/geometry/libs/geometry/example/extensions/Jamfile.v2 2010-11-28 09:51:41 EST (Sun, 28 Nov 2010)
@@ -5,7 +5,7 @@
 # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 # http://www.boost.org/LICENSE_1_0.txt)
 
-project boost-geometry-extensions-examples
+project boost-geometry-examples-extensions
     : # requirements
     ;
 

Modified: sandbox/geometry/libs/geometry/example/extensions/gis/Jamfile.v2
==============================================================================
--- sandbox/geometry/libs/geometry/example/extensions/gis/Jamfile.v2 (original)
+++ sandbox/geometry/libs/geometry/example/extensions/gis/Jamfile.v2 2010-11-28 09:51:41 EST (Sun, 28 Nov 2010)
@@ -5,27 +5,6 @@
 # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 # http://www.boost.org/LICENSE_1_0.txt)
 
-import os ;
-
-# Setting Shapelib paths
-# Below, example paths point to Shapelib installation by OSGeo4W package
-# available at http://trac.osgeo.org/osgeo4w
-switch [ os.name ]
-{
- case NT :
- {
- lib shp : : <file>C:/OSGeo4W/lib/shapelib_i.lib ;
- LIBSHP_INCLUDE = <include>C:/OSGeo4W/include ;
- }
- case * :
- {
- lib shp : :
- <name>shp
- <search>/usr/lib
- <search>/usr/local/lib ;
- }
-}
-
 project boost-geometry-extensions-gis-examples
     :
     requirements
@@ -34,12 +13,6 @@
         <toolset>gcc:<cxxflags>-pedantic
     ;
 
-exe x01_shapelib_example
- : # sources and dependencies
- x01_shapelib_example.cpp shp
- : # requirements
- $(LIBSHP_INCLUDE)
- ;
 
 build-project latlong ;
 build-project projections ;

Modified: sandbox/geometry/libs/geometry/example/extensions/gis/latlong/Jamfile.v2
==============================================================================
--- sandbox/geometry/libs/geometry/example/extensions/gis/latlong/Jamfile.v2 (original)
+++ sandbox/geometry/libs/geometry/example/extensions/gis/latlong/Jamfile.v2 2010-11-28 09:51:41 EST (Sun, 28 Nov 2010)
@@ -0,0 +1,14 @@
+# example/Jamfile.v2 controls building of Generic Geometry Library examples
+#
+# Copyright Barend Gehrels, Geodan Holding B.V. Amsterdam, the Netherlands.
+# Use, modification and distribution is subject to the Boost Software License,
+# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+# http://www.boost.org/LICENSE_1_0.txt)
+
+
+project boost-geometry-example-extensions-gis-projections
+ : # requirements
+ ;
+
+exe distance_example : distance_example.cpp ;
+exe point_ll_example : point_ll_example.cpp ;

Modified: sandbox/geometry/libs/geometry/example/extensions/gis/projections/Jamfile.v2
==============================================================================
--- sandbox/geometry/libs/geometry/example/extensions/gis/projections/Jamfile.v2 (original)
+++ sandbox/geometry/libs/geometry/example/extensions/gis/projections/Jamfile.v2 2010-11-28 09:51:41 EST (Sun, 28 Nov 2010)
@@ -0,0 +1,15 @@
+# example/Jamfile.v2 controls building of Generic Geometry Library examples
+#
+# Copyright Barend Gehrels, Geodan Holding B.V. Amsterdam, the Netherlands.
+# Use, modification and distribution is subject to the Boost Software License,
+# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+# http://www.boost.org/LICENSE_1_0.txt)
+
+
+project boost-geometry-example-extensions-gis-latlong
+ : # requirements
+ ;
+
+exe p01_projection_example : p01_projection_example.cpp ;
+exe p02_projfactory_example : p02_projfactory_example.cpp ;
+exe p03_projmap_example : p03_projmap_example.cpp ;


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