Update of /cvsroot/boost/boost/libs/function_types/build
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv19945

Added Files:
        Jamfile 
Removed Files:
        Jamfile.v2 
Log Message:
Jamfile.v2 --> Jamfile


--- NEW FILE: Jamfile ---

# (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
{
  chdir $(BOOST_ROOT)/libs/function_types/build 
  $(BOOST_ROOT)/dist/bin/wave -S$(BOOST_ROOT) $(>) -o $(<)
}

make $(BOOST_ROOT)/libs/function_types/build/timestamps/arity_loops
  : preprocess_arity_loops.cpp : wave ;

make $(BOOST_ROOT)/libs/function_types/build/timestamps/encoding
  : preprocess_encoding.cpp : wave ;

make $(BOOST_ROOT)/libs/function_types/build/timestamps/cc_names
  : preprocess_cc_names.cpp : wave ;


--- Jamfile.v2 DELETED ---


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to