6 <include file=
"common.bkl"/>
8 <!-- =============================================================== -->
9 <!-- Template for wxWidgets samples: -->
10 <!-- =============================================================== -->
12 <set var=
"WX_ENABLE_PRECOMP_HEADERS">0</set>
15 <if cond=
"SHARED=='1'">WXUSINGDLL
</if>
18 <template id=
"wx_util_b" template=
"wx">
19 <include>$(SRCDIR)
</include>
20 <define>$(DLLFLAG)
</define>
23 <template id=
"wx_util" template=
"wx_util_b">
24 <app-type>gui
</app-type>
25 <!-- resource files includes: -->
26 <include>$(SRCDIR)/$(WXTOPDIR)samples
</include>
27 <!-- this include is not added via <include> for autoconf, see
29 <if cond=
"FORMAT=='autoconf'">
30 <res-include>$(RCDEFDIR)
</res-include>
31 <res-include>$(TOP_SRCDIR)include
</res-include>
34 <win32-res>$(WXTOPDIR)samples/sample.rc
</win32-res>
35 <if cond=
"FORMAT=='autoconf'">
36 <wx-os2-lib-resource/>
39 <!-- FIXME: temporary, until bakefile can reuse existing pch files -->
40 <if cond=
"FORMAT!='autoconf'">
41 <if cond=
"WX_ENABLE_PRECOMP_HEADERS=='0'">
42 <define>NOPCH
</define>
47 <template id=
"wx_util_console" template=
"wx_util_b">
48 <app-type>console
</app-type>
49 <define>wxUSE_GUI=
0</define>
52 <template id=
"wx_sample" template=
"wx_util">
53 <if cond=
"FORMAT=='autoconf'">
55 <ldflags>$(SAMPLES_RPATH_FLAG)
</ldflags>
56 <postlink-command>$(SAMPLES_RPATH_POSTLINK)
</postlink-command>
59 <template id=
"wx_sample_console" template=
"wx_util_console">
60 <if cond=
"FORMAT=='autoconf'">
61 <ldflags>$(SAMPLES_RPATH_FLAG)
</ldflags>
62 <postlink-command>$(SAMPLES_RPATH_POSTLINK)
</postlink-command>
67 <!-- =============================================================== -->
68 <!-- Support for samples data files: -->
69 <!-- =============================================================== -->
71 <if cond=
"FORMAT_SUPPORTS_ACTIONS=='1'">
72 <define-rule name=
"wx-data" extends=
"copy-files">
74 <dependency-of>all
</dependency-of>
75 <dstdir>$(BUILDDIR)
</dstdir>
76 <srcdir>$(SRCDIR)
</srcdir>
81 Don't clean the files because it would wipe out sources files if
82 BUILDDIR==SRCDIR. This is same behaviour as in the old build system,
83 but it would be better to delete the files during "make clean" if
86 <define-tag name="files">
88 $(' '.join(['$(BUILDDIR)$(DIRSEP)%s'%x for x in value.split()]))
94 <if cond=
"FORMAT_SUPPORTS_ACTIONS=='0'">
95 <!-- empty stub for project-files formats which don't support <command> -->
96 <define-rule name=
"wx-data" extends=
"action">
97 <define-tag name=
"dstdir"/>
98 <define-tag name=
"srcdir"/>
99 <define-tag name=
"files"/>
104 <!-- =============================================================== -->
105 <!-- Misc platform specialities: -->
106 <!-- =============================================================== -->
108 <if cond=
"FORMAT=='autoconf'">
109 <include file=
"mac_bundles.bkl"/>
112 A hack to include precompiled OS/2 resource file in apps instead of
113 compiling it from .rc file (gcc on OS/2 doesn't ship with resource
116 <define-tag name=
"wx-os2-lib-resource" rules=
"exe">
117 <set var=
"os2_lib_res">
118 <if cond=
"PLATFORM_OS2=='1'">
119 $(TOP_SRCDIR)include/wx/os2/wx.res
122 <set var=
"__objects" append=
"1">$(os2_lib_res)
</set>