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