Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r63692 - trunk/libs/spirit/example
From: hartmut.kaiser_at_[hidden]
Date: 2010-07-06 08:54:36


Author: hkaiser
Date: 2010-07-06 08:54:35 EDT (Tue, 06 Jul 2010)
New Revision: 63692
URL: http://svn.boost.org/trac/boost/changeset/63692

Log:
Spirit: Added global Jamfile for examples
Added:
   trunk/libs/spirit/example/Jamfile (contents, props changed)

Added: trunk/libs/spirit/example/Jamfile
==============================================================================
--- (empty file)
+++ trunk/libs/spirit/example/Jamfile 2010-07-06 08:54:35 EDT (Tue, 06 Jul 2010)
@@ -0,0 +1,20 @@
+#==============================================================================
+# Copyright (c) 2010 Gevorg Voskanyan
+# Copyright (c) 2001-2010 Joel de Guzman
+# Copyright (c) 2001-2010 Hartmut Kaiser
+#
+# Distributed under 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)
+#==============================================================================
+
+# build all examples
+
+local examples = [ glob-tree [jJ]amfile [jJ]amfile.v2 ] ;
+
+for local ex in $(examples) {
+ local dir = $(ex:P) ;
+ if $(dir) != "" && $(dir) != "." {
+ build-project $(dir) ;
+ }
+}
+


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