1#============================================================================== 2# Copyright (c) 2001-2009 Joel de Guzman 3# Copyright (c) 2001-2009 Hartmut Kaiser 4# 5# Distributed under the Boost Software License, Version 1.0. (See accompanying 6# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 7#============================================================================== 8 9project spirit_v2_repository/example_qi 10 : requirements 11 <c++-template-depth>300 12 ; 13 14exe qi_confix : confix.cpp ; 15exe qi_distinct : distinct.cpp ; 16exe flush_multi_pass : flush_multi_pass.cpp ; 17exe calc1_sr : calc1_sr.cpp ; 18exe mini_xml2_sr : mini_xml2_sr.cpp ; 19exe advance : advance.cpp ; 20exe keywords : keywords.cpp ; 21exe derived : derived.cpp ; 22exe options : options.cpp ; 23exe seek : seek.cpp ; 24