diff --git a/build.jam b/build.jam index c76c3d536..0ef57f79f 100644 --- a/build.jam +++ b/build.jam @@ -14,37 +14,39 @@ if ! [ feature.valid known-warnings ] { local 9.0-14.0 = 9.0 10.0 11.0 12.0 14.0 ; +constant boost_dependencies : + /boost/array//boost_array + /boost/assert//boost_assert + /boost/config//boost_config + /boost/core//boost_core + /boost/endian//boost_endian + /boost/function//boost_function + /boost/function_types//boost_function_types + /boost/fusion//boost_fusion + /boost/integer//boost_integer + /boost/io//boost_io + /boost/iterator//boost_iterator + /boost/move//boost_move + /boost/mpl//boost_mpl + /boost/optional//boost_optional + /boost/phoenix//boost_phoenix + /boost/pool//boost_pool + /boost/preprocessor//boost_preprocessor + /boost/proto//boost_proto + /boost/range//boost_range + /boost/regex//boost_regex + /boost/smart_ptr//boost_smart_ptr + /boost/static_assert//boost_static_assert + /boost/thread//boost_thread + /boost/throw_exception//boost_throw_exception + /boost/type_traits//boost_type_traits + /boost/typeof//boost_typeof + /boost/unordered//boost_unordered + /boost/utility//boost_utility + /boost/variant//boost_variant ; + project /boost/spirit : common-requirements - /boost/array//boost_array - /boost/assert//boost_assert - /boost/config//boost_config - /boost/core//boost_core - /boost/endian//boost_endian - /boost/function//boost_function - /boost/function_types//boost_function_types - /boost/fusion//boost_fusion - /boost/integer//boost_integer - /boost/io//boost_io - /boost/iterator//boost_iterator - /boost/move//boost_move - /boost/mpl//boost_mpl - /boost/optional//boost_optional - /boost/phoenix//boost_phoenix - /boost/pool//boost_pool - /boost/preprocessor//boost_preprocessor - /boost/proto//boost_proto - /boost/range//boost_range - /boost/regex//boost_regex - /boost/smart_ptr//boost_smart_ptr - /boost/static_assert//boost_static_assert - /boost/thread//boost_thread - /boost/throw_exception//boost_throw_exception - /boost/type_traits//boost_type_traits - /boost/typeof//boost_typeof - /boost/unordered//boost_unordered - /boost/utility//boost_utility - /boost/variant//boost_variant include : requirements # Warnings that we have not managed to fix yet @@ -67,9 +69,10 @@ project /boost/spirit ; explicit - [ alias boost_spirit ] + [ alias boost_spirit : : : : $(boost_dependencies) ] [ alias all : boost_spirit example test ] ; call-if : boost-library spirit ; +