1#============================================================================== 2# Copyright (c) 2001-2011 Joel de Guzman 3# Copyright (c) 2001-2011 Hartmut Kaiser 4# Copyright (C) 2011 Bryce Lelbach 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#============================================================================== 9project spirit-support-example 10 : requirements <toolset>gcc:<c++-template-depth>300 11 : 12 : 13 ; 14 15exe multi_pass : multi_pass.cpp ; 16exe parse_sexpr : utree/parse_sexpr.cpp ; 17