1# Boost.Minmax Library Example Jamfile 2# 3# Copyright (C) 2002--2004, Herve Bronnimann 4# 5# Use, modification, and distribution is subject to the Boost Software 6# License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 7# http://www.boost.org/LICENSE_1_0.txt) 8# 9 10exe minmax_ex : minmax_ex.cpp ; 11exe minmax_timer : minmax_timer.cpp ; 12 13