]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/date_time/example/posix_time/Jamfile.v2
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / date_time / example / posix_time / Jamfile.v2
1 # Copyright (c) 2002-2005 CrystalClear Software, Inc.
2 # Use, modification and distribution is subject to the
3 # Boost Software License, Version 1.0. (See accompanying
4 # file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
5
6 project
7 : requirements <library>../../build/boost_date_time
8 ;
9
10 exe time_math : time_math.cpp ;
11 exe local_utc_conversion : local_utc_conversion.cpp ;
12 exe print_hours : print_hours.cpp ;
13 exe time_periods : time_periods.cpp ;