# Copyright David Abrahams 2004. Distributed under 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)
import modules ;
import os ;
import path ;

import mtl4 ;

path-constant mtl4-css : default.css ;

.bootstrap-file = [ path.make [ modules.peek : .bootstrap-file ] ] ;
.boost = $(.bootstrap-file) ;
for local x in 1 2 3 4 5
{
    .boost = [ path.parent $(.boost) ] ;
}
.boost = [ path.native $(.boost) ] ;

project mtl4 : requirements <include>. <include>$(.boost) ;

# .my-dir = [ modules.binding $(__name__) ] ;

# modules.poke : BOOST_BUILD_PATH 
#   :  $(.my-dir:D)
#     [ modules.peek : BOOST_BUILD_PATH ] ;
   
build-project libs/numeric/mtl/doc ;
build-project libs/sequence/doc ;
use-project /boost : $(.boost) ;

