1# copyright John Maddock 2005 2# Use, modification and distribution are subject to the 3# Boost Software License, Version 1.0. (See accompanying file 4# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 5# 6# locate all the header dependencies: 7header="" 8# 9# locate all the source files: 10src=link_test.cpp 11 12boost_version=$(grep 'define.*BOOST_LIB_VERSION' ../../../../boost/version.hpp | sed 's/.*"\([^"]*\)".*/\1/') 13 14 15 16 17 18 19 20