# (C) Copyright 2010: Joachim Faulhaber
# 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)

exe custom_interval
    :
        custom_interval.cpp
    :
        <include>../../..
        <include>$(BOOST_ROOT)
    ;