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>
|
2004-09-26 04:46:55 -04:00
|
|
|
<install-to>$(INCLUDEDIR)/wx-$(WX_RELEASE)$(WX_FLAVOUR)</install-to>
|
2003-09-10 16:53:01 -04:00
|
|
|
</template>
|
2005-08-08 09:08:45 -04:00
|
|
|
|
|
|
|
<!-- Link against one contrib library. Value must be literal! -->
|
|
|
|
<define-tag name="contrib-lib" rules="exe,dll,module">
|
|
|
|
<sys-lib>$(wxwin.libToLink(value))</sys-lib>
|
|
|
|
<ldlibs>$(wxwin.extraLdflags(value))</ldlibs>
|
|
|
|
<if cond="IS_MSVC_PRJ=='1' and MONOLITHIC=='0'">
|
|
|
|
<depends-on-dsp>
|
|
|
|
$(wxwin.makeContribDspDependency(value))
|
|
|
|
</depends-on-dsp>
|
|
|
|
</if>
|
|
|
|
</define-tag>
|
|
|
|
|
2003-06-25 07:00:44 -04:00
|
|
|
</makefile>
|