]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/spirit/example/Jamfile
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / spirit / example / Jamfile
CommitLineData
7c673cae
FG
1#==============================================================================
2# Copyright (c) 2010 Gevorg Voskanyan
3# Copyright (c) 2001-2010 Joel de Guzman
4# Copyright (c) 2001-2010 Hartmut Kaiser
5#
6# Distributed under the Boost Software License, Version 1.0. (See accompanying
7# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
8#==============================================================================
9
10# build all examples
11
12local examples = [ glob-tree [jJ]amfile [jJ]amfile.v2 ] ;
13
14for local ex in $(examples) {
15 local dir = $(ex:P) ;
16 if $(dir) != "" && $(dir) != "." {
17 build-project $(dir) ;
18 }
19}
20