Imported Upstream version 1.51.0
[platform/upstream/boost.git] / libs / mpl / preprocessed / preprocess_list.py
1
2 # Copyright Aleksey Gurtovoy 2001-2006
3 #
4 # Distributed under the Boost Software License, Version 1.0. 
5 # (See accompanying file LICENSE_1_0.txt or copy at 
6 # http://www.boost.org/LICENSE_1_0.txt)
7 #
8 # See http://www.boost.org/libs/mpl for documentation.
9
10 # $Id: preprocess_list.py 49269 2008-10-11 06:30:50Z agurtovoy $
11 # $Date: 2008-10-10 23:30:50 -0700 (Fri, 10 Oct 2008) $
12 # $Revision: 49269 $
13
14 import preprocess
15 import os.path
16
17 preprocess.main(
18       [ "plain" ]
19     , "list"
20     , os.path.join( "boost", "mpl", "list", "aux_", "preprocessed" )
21     )