1# (C) Copyright 2010: Joachim Faulhaber 2# Distributed under the Boost Software License, Version 1.0. 3# (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 4 5exe custom_interval 6 : 7 custom_interval.cpp 8 : 9 <include>../../.. 10 <include>$(BOOST_ROOT) 11 ; 12