common.sh 436 B

12345678910111213141516171819
  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:
  7. header=""
  8. #
  9. # locate all the source files:
  10. src=link_test.cpp
  11. boost_version=$(grep 'define.*BOOST_LIB_VERSION' ../../../../boost/version.hpp | sed 's/.*"\([^"]*\)".*/\1/')