1# Boost string_algo library examples Jamfile --------------------------------- 2# 3# Copyright Pavol Droba 2002-2003. Use, modification and 4# distribution is subject to the Boost Software License, Version 5# 1.0. (See accompanying file LICENSE_1_0.txt or copy at 6# http://www.boost.org/LICENSE_1_0.txt) 7# 8# See http://www.boost.org for updates, documentation, and revision history. 9 10 11exe conv_example : conv_example.cpp ; 12exe predicate_example : predicate_example.cpp ; 13exe find_example : find_example.cpp ; 14exe replace_example : replace_example.cpp ; 15exe rle_example : rle_example.cpp ; 16exe trim_example : trim_example.cpp ; 17exe regex_example : regex_example.cpp /boost/regex//boost_regex ; 18exe split_example : split_example.cpp ;