]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/date_time/example/Jamfile
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / date_time / example / Jamfile
CommitLineData
7c673cae
FG
1project libs/date_time/example
2 : requirements
11fdf7f2 3 <library>../build//boost_date_time/<link>static
7c673cae
FG
4 ;
5
6exe dates_as_strings : gregorian/dates_as_strings.cpp ;
7exe days_alive : gregorian/days_alive.cpp ;
8exe days_till_new_year : gregorian/days_till_new_year.cpp ;
9
10exe days_between_new_years : gregorian/days_between_new_years.cpp ;
11exe find_last_day_of_months : gregorian/find_last_day_of_months.cpp ;
12
13exe month_add : gregorian/month_add.cpp ;
14
15exe localization : gregorian/localization.cpp ;
16exe print_holidays : gregorian/print_holidays.cpp ;
17exe print_month : gregorian/print_month.cpp ;
18exe period_calc : gregorian/period_calc.cpp ;
19
20exe days_since_year_start : gregorian/days_since_year_start.cpp ;
21
22exe local_utc_conversion : posix_time/local_utc_conversion.cpp
23 : <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
24 ;
25
26exe print_hours : posix_time/print_hours.cpp
27 : <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
28 ;
29
30exe time_math : posix_time/time_math.cpp
31 : <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
32 ;
33
34exe time_periods : posix_time/time_periods.cpp
35 : <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
36 ;
37
38exe simple_time_zone : local_time/simple_time_zone.cpp ;
39exe calc_rules : local_time/calc_rules.cpp ;
40exe seconds_since_epoch : local_time/seconds_since_epoch.cpp ;
41exe flight : local_time/flight.cpp ;
42exe io_tutorial : tutorial/io_tutorial.cpp ;
43
44# Copyright (c) 2002-2005
45# CrystalClear Software, Inc.
46# Subject to the Boost Software License, Version 1.0.
47# (See accompanying file LICENSE_1_0.txt or
48# http://www.boost.org/LICENSE_1_0.txt)
49