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 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 # CrystalClear Software, Inc. # # Permission to use, copy, modify, distribute and sell this software # and its documentation for any purpose is hereby granted without fee, # provided that the above copyright notice appear in all copies and # that both that copyright notice and this permission notice appear # in supporting documentation. CrystalClear Software makes no # representations about the suitability of this software for any # purpose. It is provided "as is" without express or implied warranty.