subproject libs/date_time/example ; local DATE_TIME_PROPERTIES = BOOST_DATE_TIME_STATIC_LINK ; exe dates_as_strings : ../build/boost_date_time gregorian/dates_as_strings.cpp : $(BOOST_ROOT) $(DATE_TIME_PROPERTIES) ; exe days_alive : ../build/boost_date_time gregorian/days_alive.cpp : $(BOOST_ROOT) $(DATE_TIME_PROPERTIES) ; exe days_till_new_year : ../build/boost_date_time gregorian/days_till_new_year.cpp : $(BOOST_ROOT) $(DATE_TIME_PROPERTIES) ; exe days_between_new_years : ../build/boost_date_time gregorian/days_between_new_years.cpp : $(BOOST_ROOT) $(DATE_TIME_PROPERTIES) ; exe find_last_day_of_months : ../build/boost_date_time gregorian/find_last_day_of_months.cpp : $(BOOST_ROOT) $(DATE_TIME_PROPERTIES) ; exe month_add : ../build/boost_date_time gregorian/month_add.cpp : $(BOOST_ROOT) $(DATE_TIME_PROPERTIES) ; exe localization : gregorian/localization.cpp : $(BOOST_ROOT) $(DATE_TIME_PROPERTIES) ; exe print_holidays : ../build/boost_date_time gregorian/print_holidays.cpp : $(BOOST_ROOT) $(DATE_TIME_PROPERTIES) ; exe print_month : ../build/boost_date_time gregorian/print_month.cpp : $(BOOST_ROOT) $(DATE_TIME_PROPERTIES) ; exe period_calc : ../build/boost_date_time gregorian/period_calc.cpp : $(BOOST_ROOT) $(DATE_TIME_PROPERTIES) ; exe days_since_year_start : ../build/boost_date_time gregorian/days_since_year_start.cpp : $(BOOST_ROOT) $(DATE_TIME_PROPERTIES) ; exe local_utc_conversion : ../build/boost_date_time posix_time/local_utc_conversion.cpp : $(BOOST_ROOT) $(DATE_TIME_PROPERTIES) BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ; exe print_hours : ../build/boost_date_time posix_time/print_hours.cpp : $(BOOST_ROOT) $(DATE_TIME_PROPERTIES) BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ; exe time_math : ../build/boost_date_time posix_time/time_math.cpp : $(BOOST_ROOT) $(DATE_TIME_PROPERTIES) BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ; exe time_periods : ../build/boost_date_time posix_time/time_periods.cpp : $(BOOST_ROOT) $(DATE_TIME_PROPERTIES) BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ; exe simple_time_zone : ../build/boost_date_time local_time/simple_time_zone.cpp : $(BOOST_ROOT) $(DATE_TIME_PROPERTIES) ; exe calc_rules : ../build/boost_date_time local_time/calc_rules.cpp : $(BOOST_ROOT) $(DATE_TIME_PROPERTIES) ; exe seconds_since_epoch : ../build/boost_date_time local_time/seconds_since_epoch.cpp : $(BOOST_ROOT) $(DATE_TIME_PROPERTIES) ; exe flight : ../build/boost_date_time local_time/flight.cpp : $(BOOST_ROOT) $(DATE_TIME_PROPERTIES) ; exe io_tutorial : tutorial/io_tutorial.cpp : $(BOOST_ROOT) ; # Copyright (c) 2002-2005 # CrystalClear Software, Inc. # Subject to the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or # http://www.boost.org/LICENSE_1_0.txt)