1#============================================================================== 2# Copyright (c) 2009 Chris Hoeppler 3# 4# Distributed under the Boost Software License, Version 1.0. (See accompanying 5# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 6#============================================================================== 7 8project spirit_v2_repository/example_karma 9 : requirements 10 <c++-template-depth>300 11 ; 12 13exe karma_confix : confix.cpp ; 14exe calc2_ast_dump_sr : calc2_ast_dump_sr.cpp ; 15exe mini_xml_karma_sr : mini_xml_karma_sr.cpp ; 16 17