1#============================================================================== 2# Copyright (c) 2002 Joel de Guzman 3# http://spirit.sourceforge.net/ 4# 5# Use, modification and distribution is subject to the Boost Software 6# License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 7# http://www.boost.org/LICENSE_1_0.txt) 8#============================================================================== 9# 10# Phoenix examples boost-jam file 11# Joel de Guzman [Sept 27, 2002] 12# 13 14#unit-test sample1 15# : fundamental/sample1.cpp 16# : 17# : 18# ; 19 20unit-test sample2 21 : fundamental/sample2.cpp 22 : 23 : 24 ; 25 26unit-test sample3 27 : fundamental/sample3.cpp 28 : 29 : 30 ; 31 32unit-test sample4 33 : fundamental/sample4.cpp 34 : 35 : 36 ; 37 38unit-test sample5 39 : fundamental/sample5.cpp 40 : 41 : 42 ; 43 44unit-test sample6 45 : fundamental/sample6.cpp 46 : 47 : 48 ; 49 50unit-test sample7 51 : fundamental/sample7.cpp 52 : 53 : 54 ; 55 56unit-test sample8 57 : fundamental/sample8.cpp 58 : 59 : 60 ; 61 62unit-test sample9 63 : fundamental/sample9.cpp 64 : 65 : 66 ; 67 68unit-test sample10 69 : fundamental/sample10.cpp 70 : 71 : 72 ; 73 74unit-test closures 75 : fundamental/closures.cpp 76 : 77 : 78 ; 79 80