]>
Commit | Line | Data |
---|---|---|
a1a2adef RR |
1 | # needed for unactivated |
2 | NONE = | |
3 | ||
4 | # define library name | |
8710cf5c | 5 | LIB_TARGET=wx_motif2 |
a1a2adef RR |
6 | LIB_MAJOR=0 |
7 | LIB_MINOR=1 | |
8 | ||
9 | # define library sources | |
10 | ||
11 | LIB_CPP_SRC=\ | |
12 | \ | |
d18ed59a RR |
13 | common/cmndata.cpp \ |
14 | common/config.cpp \ | |
15 | common/date.cpp \ | |
16 | common/docmdi.cpp \ | |
17 | common/docview.cpp \ | |
18 | common/dynarray.cpp \ | |
19 | common/dynlib.cpp \ | |
20 | common/event.cpp \ | |
21 | common/file.cpp \ | |
22 | common/fileconf.cpp \ | |
23 | common/filefn.cpp \ | |
24 | common/gdicmn.cpp \ | |
25 | common/hash.cpp \ | |
26 | common/helpbase.cpp \ | |
b75867a6 | 27 | common/image.cpp \ |
d18ed59a | 28 | common/intl.cpp \ |
d18ed59a RR |
29 | common/ipcbase.cpp \ |
30 | common/layout.cpp \ | |
31 | common/list.cpp \ | |
32 | common/log.cpp \ | |
33 | common/matrix.cpp \ | |
34 | common/memory.cpp \ | |
2a847583 | 35 | common/mimetype.cpp \ |
d18ed59a RR |
36 | common/module.cpp \ |
37 | common/object.cpp \ | |
d18ed59a RR |
38 | common/prntbase.cpp \ |
39 | common/resource.cpp \ | |
40 | common/serbase.cpp \ | |
41 | common/string.cpp \ | |
42 | common/textfile.cpp \ | |
f6c6dd8c RR |
43 | common/tbarbase.cpp \ |
44 | common/tbarsmpl.cpp \ | |
d18ed59a RR |
45 | common/time.cpp \ |
46 | common/timercmn.cpp \ | |
47 | common/utilscmn.cpp \ | |
48 | common/wincmn.cpp \ | |
49 | common/framecmn.cpp \ | |
50 | common/stream.cpp \ | |
51 | common/datstrm.cpp \ | |
25331334 | 52 | common/wfstream.cpp \ |
d18ed59a RR |
53 | common/mstream.cpp \ |
54 | common/zstream.cpp \ | |
55 | common/objstrm.cpp \ | |
56 | common/sckstrm.cpp \ | |
57 | common/validate.cpp \ | |
89c684ef | 58 | common/valgen.cpp \ |
d18ed59a RR |
59 | common/valtext.cpp \ |
60 | common/variant.cpp \ | |
61 | common/wxexpr.cpp \ | |
62 | common/socket.cpp \ | |
63 | common/sckaddr.cpp \ | |
64 | common/sckipc.cpp \ | |
65 | common/protocol.cpp \ | |
66 | common/ftp.cpp \ | |
67 | common/http.cpp \ | |
68 | common/url.cpp \ | |
69 | common/tokenzr.cpp \ | |
70 | \ | |
71 | motif/accel.cpp \ | |
72 | motif/app.cpp \ | |
73 | motif/bitmap.cpp \ | |
74 | motif/bmpbuttn.cpp \ | |
75 | motif/brush.cpp \ | |
76 | motif/button.cpp \ | |
77 | motif/checkbox.cpp \ | |
d18ed59a | 78 | motif/choice.cpp \ |
f6c6dd8c | 79 | motif/clipbrd.cpp \ |
d18ed59a | 80 | motif/colour.cpp \ |
f6c6dd8c | 81 | motif/colordlg.cpp \ |
d18ed59a RR |
82 | motif/control.cpp \ |
83 | motif/combobox.cpp \ | |
84 | motif/cursor.cpp \ | |
85 | motif/data.cpp \ | |
aed0ed3c | 86 | motif/dataobj.cpp \ |
d18ed59a RR |
87 | motif/dc.cpp \ |
88 | motif/dcclient.cpp \ | |
89 | motif/dcmemory.cpp \ | |
90 | motif/dcscreen.cpp \ | |
d18ed59a | 91 | motif/dialog.cpp \ |
f6c6dd8c | 92 | motif/dnd.cpp \ |
d18ed59a RR |
93 | motif/filedlg.cpp \ |
94 | motif/font.cpp \ | |
95 | motif/fontdlg.cpp \ | |
96 | motif/frame.cpp \ | |
97 | motif/gauge.cpp \ | |
98 | motif/gdiobj.cpp \ | |
f6c6dd8c | 99 | motif/helpxxxx.cpp \ |
d18ed59a RR |
100 | motif/icon.cpp \ |
101 | motif/listbox.cpp \ | |
f6c6dd8c | 102 | motif/joystick.cpp \ |
d18ed59a RR |
103 | motif/main.cpp \ |
104 | motif/mdi.cpp \ | |
105 | motif/menu.cpp \ | |
106 | motif/menuitem.cpp \ | |
f6c6dd8c RR |
107 | motif/metafile.cpp \ |
108 | motif/minifram.cpp \ | |
d18ed59a | 109 | motif/msgdlg.cpp \ |
d18ed59a RR |
110 | motif/palette.cpp \ |
111 | motif/pen.cpp \ | |
d18ed59a RR |
112 | motif/radiobox.cpp \ |
113 | motif/radiobut.cpp \ | |
114 | motif/region.cpp \ | |
115 | motif/scrolbar.cpp \ | |
116 | motif/settings.cpp \ | |
d18ed59a | 117 | motif/slider.cpp \ |
f6c6dd8c | 118 | motif/spinbutt.cpp \ |
d18ed59a RR |
119 | motif/statbox.cpp \ |
120 | motif/statbmp.cpp \ | |
121 | motif/stattext.cpp \ | |
f6c6dd8c | 122 | motif/taskbar.cpp \ |
d18ed59a | 123 | motif/textctrl.cpp \ |
f6c6dd8c | 124 | motif/thread.cpp \ |
d18ed59a | 125 | motif/timer.cpp \ |
f6c6dd8c | 126 | motif/toolbar.cpp \ |
d18ed59a RR |
127 | motif/utils.cpp \ |
128 | motif/utilsexc.cpp \ | |
f6c6dd8c | 129 | motif/wave.cpp \ |
d18ed59a RR |
130 | motif/window.cpp \ |
131 | \ | |
132 | generic/choicdgg.cpp \ | |
133 | generic/colrdlgg.cpp \ | |
bf38cbff | 134 | generic/dcpsg.cpp \ |
36b3b54a | 135 | generic/dirdlgg.cpp \ |
d18ed59a RR |
136 | generic/fontdlgg.cpp \ |
137 | generic/gridg.cpp \ | |
55acd85e | 138 | generic/helpext.cpp \ |
afcaf277 | 139 | generic/helphtml.cpp \ |
d18ed59a RR |
140 | generic/imaglist.cpp \ |
141 | generic/listctrl.cpp \ | |
142 | generic/laywin.cpp \ | |
143 | generic/msgdlgg.cpp \ | |
aaa38880 | 144 | generic/notebook.cpp \ |
d18ed59a RR |
145 | generic/panelg.cpp \ |
146 | generic/printps.cpp \ | |
147 | generic/prntdlgg.cpp \ | |
8710cf5c RR |
148 | generic/prop.cpp \ |
149 | generic/propform.cpp \ | |
150 | generic/proplist.cpp \ | |
d18ed59a RR |
151 | generic/sashwin.cpp \ |
152 | generic/scrolwin.cpp \ | |
153 | generic/splitter.cpp \ | |
154 | generic/statusbr.cpp \ | |
155 | generic/tabg.cpp \ | |
156 | generic/textdlgg.cpp \ | |
157 | generic/treectrl.cpp | |
158 | ||
a1a2adef | 159 | LIB_C_SRC=\ |
76153302 RR |
160 | \ |
161 | motif/xmcombo/xmcombo.c \ | |
162 | \ | |
afcaf277 | 163 | common/extended.c |