# (C) Copyright Tobias Schwinger # # Use modification and distribution are subject to the boost Software License, # Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt). # Generates preprocessed files with wave. ECHO BOOST_ROOT=$(BOOST_ROOT) ; actions wave { $(>[1]) -S$(BOOST_ROOT) $(>[2]) -o $(<) } W = $(BOOST_ROOT)/tools/wave/build//wave ; make arity_loops : preprocess_arity_loops.cpp $(W) : wave : build/timestamps ; explicit arity_loops ;