]>
Commit | Line | Data |
---|---|---|
1 | <?xml version="1.0" ?> | |
2 | ||
3 | <makefile> | |
4 | ||
5 | <if cond="not isdefined('OUT_OF_TREE_MAKEFILES')"> | |
6 | <set var="OUT_OF_TREE_MAKEFILES">0</set> | |
7 | </if> | |
8 | ||
9 | <if cond="OUT_OF_TREE_MAKEFILES=='1'"> | |
10 | <include file="common_samples_outoftree.bkl"/> | |
11 | </if> | |
12 | <if cond="OUT_OF_TREE_MAKEFILES=='0'"> | |
13 | <include file="common_samples_intree.bkl"/> | |
14 | </if> | |
15 | ||
16 | </makefile> |