mirror of
https://github.com/boostorg/function_types.git
synced 2026-01-28 07:12:12 +00:00
37 lines
836 B
Plaintext
37 lines
836 B
Plaintext
|
|
# (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.
|
|
|
|
rule wave
|
|
{
|
|
Depends $1 : $2 ;
|
|
}
|
|
|
|
actions wave
|
|
{
|
|
../../../dist/bin/wave -S../../.. $(>) -o $(<)
|
|
}
|
|
|
|
make ../../../libs/function_types/build/timestamps/arity_loops
|
|
: preprocess_arity_loops.cpp : wave
|
|
;
|
|
|
|
explicit ../../../libs/function_types/build/timestamps/arity_loops ;
|
|
|
|
make ../../../libs/function_types/build/timestamps/encoding
|
|
: preprocess_encoding.cpp : wave
|
|
;
|
|
|
|
explicit ../../../libs/function_types/build/timestamps/encoding ;
|
|
|
|
make ../../../libs/function_types/build/timestamps/cc_names
|
|
: preprocess_cc_names.cpp : wave
|
|
;
|
|
|
|
explicit ../../../libs/function_types/build/timestamps/cc_names ;
|
|
|