2003-06-25 07:00:44 -04:00
|
|
|
<?xml version="1.0" ?>
|
2003-07-06 18:47:37 -04:00
|
|
|
<!-- $Id$ -->
|
|
|
|
|
2003-06-25 07:00:44 -04:00
|
|
|
<makefile>
|
|
|
|
|
2003-07-06 18:47:37 -04:00
|
|
|
<if cond="not isdefined('file_common_samples_included')">
|
|
|
|
<include file="common.bkl"/>
|
|
|
|
</if>
|
2003-06-25 07:00:44 -04:00
|
|
|
|
2003-08-03 16:21:15 -04:00
|
|
|
<set var="CONTRIB_HDR_DIR" overwrite="0">$(SRCDIR)/../../include</set>
|
2003-06-25 07:00:44 -04:00
|
|
|
|
|
|
|
<!-- =============================================================== -->
|
|
|
|
<!-- Contrib lib helpers: -->
|
|
|
|
<!-- =============================================================== -->
|
|
|
|
|
|
|
|
<template id="wx_contrib_lib" template="wx_lib_b">
|
|
|
|
<include>$(CONTRIB_HDR_DIR)</include>
|
|
|
|
</template>
|
|
|
|
|
2003-07-06 18:47:37 -04:00
|
|
|
<if cond="isdefined('file_common_samples_included')">
|
|
|
|
<template id="wx_contrib_sample" template="wx_sample">
|
|
|
|
<include>$(CONTRIB_HDR_DIR)</include>
|
|
|
|
</template>
|
2003-09-11 11:26:34 -04:00
|
|
|
<template id="wx_contrib_util" template="wx_util">
|
|
|
|
<include>$(CONTRIB_HDR_DIR)</include>
|
|
|
|
</template>
|
2003-07-06 18:47:37 -04:00
|
|
|
</if>
|
|
|
|
|
2003-06-25 07:00:44 -04:00
|
|
|
<template id="wx_contrib_dll"
|
|
|
|
template="wx_dll_b" template_append="wx_append">
|
|
|
|
<include>$(CONTRIB_HDR_DIR)</include>
|
|
|
|
</template>
|
2003-07-06 18:47:37 -04:00
|
|
|
|
2003-06-25 07:00:44 -04:00
|
|
|
<template id="wx_contrib_headers">
|
|
|
|
<srcdir>$(CONTRIB_HDR_DIR)</srcdir>
|
2003-09-10 16:53:01 -04:00
|
|
|
</template>
|
2003-06-25 07:00:44 -04:00
|
|
|
</makefile>
|