Files
function_types/build/Jamfile
Daniel James 1f2bc4d8d3 Function types: Merge from trunk.
- [49980] adds tests with const result
- [53619] Cleanup function_types Jamfile. Fixes #1653 (maybe).
- [62827] Update Borland workarounds.  Fixes #3162.
- [70856] Rebuild documentation


[SVN r70861]
2011-04-02 17:20:34 +00:00

31 lines
627 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.
actions wave
{
$(>[1]) -S../../.. $(>[2]) -o $(<)
}
W = ../../../tools/wave/build//wave ;
make arity_loops
: preprocess_arity_loops.cpp $(W) : wave : <location>build/timestamps
;
make encoding
: preprocess_encoding.cpp $(W) : wave : <location>build/timestamps
;
make cc_names
: preprocess_cc_names.cpp $(W) : wave : <location>build/timestamps
;
explicit arity_loops encoding cc_names ;