2003-06-23 15:50:43 -04:00
|
|
|
<?xml version="1.0" ?>
|
2003-07-06 17:51:34 -04:00
|
|
|
<!-- $Id$ -->
|
|
|
|
|
2003-06-23 15:50:43 -04:00
|
|
|
<makefile>
|
|
|
|
|
2003-07-06 17:51:34 -04:00
|
|
|
<set var="file_common_samples_included">1</set>
|
2003-06-23 15:50:43 -04:00
|
|
|
|
2006-10-10 06:04:10 -04:00
|
|
|
<if cond="not isdefined('OUT_OF_TREE_MAKEFILES')">
|
|
|
|
<set var="OUT_OF_TREE_MAKEFILES">0</set>
|
2003-06-23 15:50:43 -04:00
|
|
|
</if>
|
2003-06-27 15:22:12 -04:00
|
|
|
|
2006-10-10 06:04:10 -04:00
|
|
|
<if cond="OUT_OF_TREE_MAKEFILES=='1'">
|
|
|
|
<include file="common_samples_outoftree.bkl"/>
|
|
|
|
</if>
|
|
|
|
<if cond="OUT_OF_TREE_MAKEFILES=='0'">
|
|
|
|
<include file="common_samples_intree.bkl"/>
|
2003-08-10 17:21:23 -04:00
|
|
|
</if>
|
|
|
|
|
2003-06-23 15:50:43 -04:00
|
|
|
</makefile>
|