File: samples.bkl

package info (click to toggle)
wxpython4.0 4.2.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 221,752 kB
  • sloc: cpp: 962,555; python: 230,573; ansic: 170,731; makefile: 51,756; sh: 9,342; perl: 1,564; javascript: 584; php: 326; xml: 200
file content (111 lines) | stat: -rw-r--r-- 4,909 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<?xml version="1.0" ?>
<makefile>

    <include file="../build/bakefiles/config.bkl"/>

    <template id="optsub">
        <dir>$(id)</dir>
    </template>

    <template id="sub" template="optsub">
        <dependency-of>all</dependency-of>
    </template>

    <!-- all samples are enumerated here: -->
    <subproject id="access" template="sub"/>
    <subproject id="animate" template="sub"/>
    <subproject id="archive" template="sub"/>
    <subproject id="artprov" template="sub"/>
    <subproject id="aui" template="sub" cond="USE_HTML=='1'"/>
    <subproject id="calendar" template="sub"/>
    <subproject id="caret" template="sub"/>
    <subproject id="clipboard" template="sub"/>
    <subproject id="collpane" template="sub"/>
    <subproject id="combo" template="sub"/>
    <subproject id="config" template="sub"/>
    <subproject id="console" template="sub"/>
    <subproject id="dataview" template="sub"/>
    <subproject id="dialogs" template="sub"/>
    <subproject id="dialup" template="sub"/>
    <subproject id="display" template="sub"/>
    <subproject id="dll" template="sub"/>
    <subproject id="dnd" template="sub"/>
    <subproject id="docview" template="sub"/>
    <subproject id="dragimag" template="sub"/>
    <subproject id="drawing" template="sub"/>
    <subproject id="erase" template="sub"/>
    <subproject id="event" template="sub"/>
    <subproject id="except" template="sub" cond="USE_EXCEPTIONS=='1'"/>
    <subproject id="exec" template="sub"/>
    <subproject id="font" template="sub"/>
    <subproject id="grid" template="sub"/>
    <subproject id="help" template="sub" cond="USE_HTML=='1'"/>
    <subproject id="htlbox" template="sub" cond="USE_HTML=='1'"/>
    <subproject id="html" template="sub" cond="USE_HTML=='1'"/>
    <subproject id="image" template="sub"/>
    <subproject id="internat" template="sub"/>
    <subproject id="ipc" template="sub"/>
    <subproject id="joytest" template="sub"/>
    <subproject id="keyboard" template="sub"/>
    <subproject id="layout" template="sub"/>
    <subproject id="listctrl" template="sub"/>
    <subproject id="mdi" template="sub"/>
    <subproject id="mediaplayer" template="sub" cond="USE_MEDIA=='1'"/>
    <subproject id="menu" template="sub"/>
    <subproject id="minimal" template="sub"/>
    <subproject id="nativdlg" template="sub"/>
    <subproject id="notebook" template="sub"/>
    <subproject id="oleauto" template="sub"/>
    <subproject id="opengl" template="sub"/>
    <subproject id="ownerdrw" template="sub"/>
    <subproject id="popup" template="sub"/>
    <subproject id="power" template="sub"/>
    <subproject id="preferences" template="sub"/>
    <subproject id="printing" template="sub"/>
    <subproject id="propgrid" template="sub" cond="USE_PROPGRID=='1'"/>
    <subproject id="regtest" template="sub"/>
    <subproject id="render" template="sub"/>
    <subproject id="ribbon" template="sub" cond="USE_RIBBON=='1'"/>
    <subproject id="richtext" template="sub" cond="USE_HTML=='1' and USE_RICHTEXT=='1'"/>
    <subproject id="sashtest" template="sub"/>
    <subproject id="scroll" template="sub"/>
    <subproject id="secretstore" template="sub"/>
    <subproject id="shaped" template="sub"/>
    <subproject id="sockets" template="sub"/>
    <subproject id="sound" template="sub"/>
    <subproject id="splash" template="sub" cond="USE_MEDIA=='1'"/>
    <subproject id="splitter" template="sub"/>
    <subproject id="statbar" template="sub"/>
    <subproject id="stc" template="sub" cond="USE_STC=='1'"/>
    <subproject id="svg" template="sub"/>
    <subproject id="taborder" template="sub"/>
    <subproject id="taskbar" template="sub"/>
    <subproject id="text" template="sub"/>
    <subproject id="thread" template="sub"/>
    <subproject id="toolbar" template="sub"/>
    <subproject id="treelist" template="sub"/>
    <subproject id="treectrl" template="sub"/>
    <subproject id="typetest" template="sub"/>
    <subproject id="uiaction" template="sub"/>
    <subproject id="validate" template="sub"/>
    <subproject id="vscroll" template="sub"/>
    <subproject id="webview" template="sub" cond="USE_STC=='1'"/>
    <subproject id="webrequest" template="sub"/>
    <subproject id="widgets" template="sub"/>
    <subproject id="wizard" template="sub"/>
    <subproject id="wrapsizer" template="sub"/>
    <subproject id="xrc" template="sub" cond="USE_HTML=='1' and USE_RIBBON=='1'"/>

    <!--
        These samples don't always build (they need non-default wxWidgets
        configuration or some 3rd party library being installed) so don't build
        them by default by using "optsub" template instead of "sub" one and
        some of them also require MSVC compiler so don't use them with the
        other ones.
     -->
    <if cond="FORMAT[:3] == 'msv'">
        <subproject id="mfc" template="optsub"/>
    </if>
    <subproject id="memcheck" template="optsub"/>

</makefile>