added re9_subst() and sample for it
[libre9.git] / src / Jamfile
blob0bdc92420d9a9ffe4aa6dd1209133734fe563535
1 SubDir TOP src ;
4 rule Re9Main {
5   Main $(1) : $(2) : $(3) ;
6   LinkLibraries $(1) : libre9.a $(4) ;
10 Re9Main test : test.c ;
11 Re9Main test1 : test1.c ;
12 Re9Main test2 : test2.c ;
13 Re9Main test3 : test3.c ;
14 #Re9Main test4 : test4.c ;
15 Re9Main test5 : test5.c ;
16 Re9Main test6 : test6.c ;
19 SubInclude TOP src libre9 ;