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