2006-07-16 15:42:19 +00:00
|
|
|
# copyright John Maddock 2005
|
|
|
|
# Use, modification and distribution are subject to the
|
|
|
|
# Boost Software License, Version 1.0. (See accompanying file
|
|
|
|
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
2003-08-17 12:03:01 +00:00
|
|
|
#
|
|
|
|
# locate all the header dependencies:
|
|
|
|
header=""
|
|
|
|
#
|
|
|
|
# locate all the source files:
|
|
|
|
src=link_test.cpp
|
|
|
|
|
2006-07-16 15:42:19 +00:00
|
|
|
boost_version=$(grep 'define.*BOOST_LIB_VERSION' ../../../../boost/version.hpp | sed 's/.*"\([^"]*\)".*/\1/')
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-11-02 11:45:25 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
2003-08-17 12:03:01 +00:00
|
|
|
|