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