############################################################################## # (c) Copyright Andreas Huber Doenni 2004-2005 # Distributed under the Boost Software License, Version 1.0. (See accompany- # ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ############################################################################## subproject libs/fsm/example ; local no-of-bits-list = 1 2 3 4 ; template fsm-common-options : : $(BOOST_ROOT) # The library ensures that all state destructors are only invoked on # the most-derived type, therefore state destructors do not need to # be virtual <*>-Wno-non-virtual-dtor <*>-Wno-non-virtual-dtor <*>-Wno-non-virtual-dtor <*>-Wno-non-virtual-dtor <*>-Wno-non-virtual-dtor ; rule fsm-st-example-build ( target-name : directory : sources + : additional-options * ) { exe $(target-name) : $(directory)/$(sources).cpp