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 end_of_month_day : ../build/boost_date_time gregorian/end_of_month_day.cpp : $(BOOST_ROOT) $(DATE_TIME_PROPERTIES) ; exe month_add : ../build/boost_date_time gregorian/month_add.cpp : $(BOOST_ROOT) $(DATE_TIME_PROPERTIES) ; exe localization : ../build/boost_date_time 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 ; # Copyright (c) 2002-2004 # CrystalClear Software, Inc. # Subject to the Boost Software License, Version 1.0. # (See accompanying file LICENSE-1.0 or # http://www.boost.org/LICENSE-1.0)