1# (C) Copyright 2012: Eric Niebler 2# Distributed under the Boost Software License, Version 1.0. 3# (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 4 5# Generates preprocessed files with wave. 6 7project : requirements <link>static <variant>release ; 8 9actions wave 10{ 11 $(>[2]) -o- -DBOOST_PROTO_MAX_ARITY=10 --config-file wave.cfg $(>[1]) 12} 13 14W = /boost/libs/wave/tool//wave ; 15 16make preprocess_proto 17 : preprocess_proto.cpp $(W) : wave : <dependency>wave.cfg 18 ; 19