1#============================================================================== 2# Copyright (c) 2001-2009 Hartmut Kaiser 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-static-lexer-example ; 9 10exe word_count_generate : word_count_generate.cpp ; 11exe word_count_static : word_count_static.cpp ; 12 13exe word_count_lexer_generate : word_count_lexer_generate.cpp ; 14exe word_count_lexer_static : word_count_lexer_static.cpp ; 15 16