| 1 | subproject libs/date_time/example ; |
|---|
| 2 | |
|---|
| 3 | local DATE_TIME_PROPERTIES = <define>BOOST_DATE_TIME_STATIC_LINK ; |
|---|
| 4 | |
|---|
| 5 | |
|---|
| 6 | exe dates_as_strings : <lib>../build/boost_date_time |
|---|
| 7 | gregorian/dates_as_strings.cpp |
|---|
| 8 | : <include>$(BOOST_ROOT) $(DATE_TIME_PROPERTIES) |
|---|
| 9 | ; |
|---|
| 10 | |
|---|
| 11 | exe days_alive : <lib>../build/boost_date_time |
|---|
| 12 | gregorian/days_alive.cpp |
|---|
| 13 | : <include>$(BOOST_ROOT) $(DATE_TIME_PROPERTIES) |
|---|
| 14 | ; |
|---|
| 15 | |
|---|
| 16 | exe days_till_new_year : <lib>../build/boost_date_time |
|---|
| 17 | gregorian/days_till_new_year.cpp |
|---|
| 18 | : <include>$(BOOST_ROOT) $(DATE_TIME_PROPERTIES) |
|---|
| 19 | ; |
|---|
| 20 | |
|---|
| 21 | exe days_between_new_years : <lib>../build/boost_date_time |
|---|
| 22 | gregorian/days_between_new_years.cpp |
|---|
| 23 | : <include>$(BOOST_ROOT) $(DATE_TIME_PROPERTIES) |
|---|
| 24 | ; |
|---|
| 25 | |
|---|
| 26 | exe find_last_day_of_months : <lib>../build/boost_date_time |
|---|
| 27 | gregorian/find_last_day_of_months.cpp |
|---|
| 28 | : <include>$(BOOST_ROOT) $(DATE_TIME_PROPERTIES) |
|---|
| 29 | ; |
|---|
| 30 | |
|---|
| 31 | exe month_add : <lib>../build/boost_date_time |
|---|
| 32 | gregorian/month_add.cpp |
|---|
| 33 | : <include>$(BOOST_ROOT) $(DATE_TIME_PROPERTIES) |
|---|
| 34 | ; |
|---|
| 35 | |
|---|
| 36 | exe localization : gregorian/localization.cpp |
|---|
| 37 | : <include>$(BOOST_ROOT) $(DATE_TIME_PROPERTIES) |
|---|
| 38 | ; |
|---|
| 39 | |
|---|
| 40 | exe print_holidays : <lib>../build/boost_date_time |
|---|
| 41 | gregorian/print_holidays.cpp |
|---|
| 42 | : <include>$(BOOST_ROOT) $(DATE_TIME_PROPERTIES) |
|---|
| 43 | ; |
|---|
| 44 | |
|---|
| 45 | exe print_month : <lib>../build/boost_date_time |
|---|
| 46 | gregorian/print_month.cpp |
|---|
| 47 | : <include>$(BOOST_ROOT) $(DATE_TIME_PROPERTIES) |
|---|
| 48 | ; |
|---|
| 49 | |
|---|
| 50 | exe period_calc : <lib>../build/boost_date_time |
|---|
| 51 | gregorian/period_calc.cpp |
|---|
| 52 | : <include>$(BOOST_ROOT) $(DATE_TIME_PROPERTIES) |
|---|
| 53 | ; |
|---|
| 54 | |
|---|
| 55 | exe days_since_year_start : <lib>../build/boost_date_time |
|---|
| 56 | gregorian/days_since_year_start.cpp |
|---|
| 57 | : <include>$(BOOST_ROOT) $(DATE_TIME_PROPERTIES) |
|---|
| 58 | ; |
|---|
| 59 | |
|---|
| 60 | exe local_utc_conversion : <lib>../build/boost_date_time |
|---|
| 61 | posix_time/local_utc_conversion.cpp |
|---|
| 62 | : <include>$(BOOST_ROOT) $(DATE_TIME_PROPERTIES) <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG |
|---|
| 63 | ; |
|---|
| 64 | |
|---|
| 65 | exe print_hours : <lib>../build/boost_date_time |
|---|
| 66 | posix_time/print_hours.cpp |
|---|
| 67 | : <include>$(BOOST_ROOT) $(DATE_TIME_PROPERTIES) <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG |
|---|
| 68 | ; |
|---|
| 69 | |
|---|
| 70 | exe time_math : <lib>../build/boost_date_time |
|---|
| 71 | posix_time/time_math.cpp |
|---|
| 72 | : <include>$(BOOST_ROOT) $(DATE_TIME_PROPERTIES) <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG |
|---|
| 73 | ; |
|---|
| 74 | |
|---|
| 75 | exe time_periods : <lib>../build/boost_date_time |
|---|
| 76 | posix_time/time_periods.cpp |
|---|
| 77 | : <include>$(BOOST_ROOT) $(DATE_TIME_PROPERTIES) <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG |
|---|
| 78 | ; |
|---|
| 79 | |
|---|
| 80 | exe simple_time_zone : <lib>../build/boost_date_time |
|---|
| 81 | local_time/simple_time_zone.cpp |
|---|
| 82 | : <include>$(BOOST_ROOT) $(DATE_TIME_PROPERTIES) |
|---|
| 83 | ; |
|---|
| 84 | |
|---|
| 85 | exe calc_rules : <lib>../build/boost_date_time |
|---|
| 86 | local_time/calc_rules.cpp |
|---|
| 87 | : <include>$(BOOST_ROOT) $(DATE_TIME_PROPERTIES) |
|---|
| 88 | ; |
|---|
| 89 | |
|---|
| 90 | exe seconds_since_epoch : <lib>../build/boost_date_time |
|---|
| 91 | local_time/seconds_since_epoch.cpp |
|---|
| 92 | : <include>$(BOOST_ROOT) $(DATE_TIME_PROPERTIES) |
|---|
| 93 | ; |
|---|
| 94 | |
|---|
| 95 | exe flight : <lib>../build/boost_date_time |
|---|
| 96 | local_time/flight.cpp |
|---|
| 97 | : <include>$(BOOST_ROOT) $(DATE_TIME_PROPERTIES) |
|---|
| 98 | ; |
|---|
| 99 | |
|---|
| 100 | exe io_tutorial : tutorial/io_tutorial.cpp |
|---|
| 101 | : <include>$(BOOST_ROOT) |
|---|
| 102 | ; |
|---|
| 103 | |
|---|
| 104 | # Copyright (c) 2002-2005 |
|---|
| 105 | # CrystalClear Software, Inc. |
|---|
| 106 | # Subject to the Boost Software License, Version 1.0. |
|---|
| 107 | # (See accompanying file LICENSE-1.0 or |
|---|
| 108 | # http://www.boost.org/LICENSE-1.0) |
|---|
| 109 | |
|---|