1# ----------------------------------------------------------- 2# Copyright (c) 2002 Gennaro Prota 3# 4# Distributed under the Boost Software License, Version 1.0. 5# (See accompanying file LICENSE_1_0.txt or copy at 6# http://www.boost.org/LICENSE_1_0.txt) 7# 8# ----------------------------------------------------------- 9 10exe timing_tests 11 : timing_tests.cpp 12 ../../timer/build//boost_timer 13 ; 14 15exe example1 16 : example1.cpp 17 ; 18 19exe example2 20 : example2.cpp 21 ; 22 23exe example3 24 : example3.cpp 25 ; 26 27