]>
git.saurik.com Git - wxWidgets.git/blob - build/bakefiles/common_samples_outoftree.bkl
5 <!-- =============================================================== -->
6 <!-- Templates for out-of-tree Unix makefiles for wxWidgets samples: -->
7 <!-- =============================================================== -->
9 <include file=
"wxpresets/presets/wx.bkl"/>
11 <template id=
"wx_app_base" template=
"wx">
12 <include>$(SRCDIR)
</include>
15 <template id=
"wx_util" template=
"wx_app_base">
16 <app-type>gui
</app-type>
19 <template id=
"wx_util_console" template=
"wx_app_base">
20 <app-type>console
</app-type>
23 <template id=
"wx_sample" template=
"wx_util"/>
24 <template id=
"wx_sample_console" template=
"wx_util_console"/>
27 <define-rule name=
"wx-gui-plugin" extends=
"module">
28 <template template=
"wx_app_base"/>
32 <!-- empty stubs for things that don't make sense for makefile.unx: -->
33 <template id=
"wx_append"/>
34 <template id=
"wx_append_base"/>
36 <define-rule name=
"wx-data" pseudo=
"1">
37 <define-tag name=
"files"/>
38 <define-tag name=
"dstdir"/>
39 <define-tag name=
"srcdir"/>