]>
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 \ | |
27 | common/intl.cpp \ | |
d18ed59a RR |
28 | common/ipcbase.cpp \ |
29 | common/layout.cpp \ | |
30 | common/list.cpp \ | |
31 | common/log.cpp \ | |
32 | common/matrix.cpp \ | |
33 | common/memory.cpp \ | |
34 | common/module.cpp \ | |
35 | common/object.cpp \ | |
36 | common/postscrp.cpp \ | |
37 | common/prntbase.cpp \ | |
38 | common/resource.cpp \ | |
39 | common/serbase.cpp \ | |
40 | common/string.cpp \ | |
41 | common/textfile.cpp \ | |
f6c6dd8c RR |
42 | common/tbarbase.cpp \ |
43 | common/tbarsmpl.cpp \ | |
d18ed59a RR |
44 | common/time.cpp \ |
45 | common/timercmn.cpp \ | |
46 | common/utilscmn.cpp \ | |
47 | common/wincmn.cpp \ | |
48 | common/framecmn.cpp \ | |
49 | common/stream.cpp \ | |
50 | common/datstrm.cpp \ | |
25331334 | 51 | common/wfstream.cpp \ |
d18ed59a RR |
52 | common/mstream.cpp \ |
53 | common/zstream.cpp \ | |
54 | common/objstrm.cpp \ | |
55 | common/sckstrm.cpp \ | |
56 | common/validate.cpp \ | |
57 | common/valtext.cpp \ | |
58 | common/variant.cpp \ | |
59 | common/wxexpr.cpp \ | |
60 | common/socket.cpp \ | |
61 | common/sckaddr.cpp \ | |
62 | common/sckipc.cpp \ | |
63 | common/protocol.cpp \ | |
64 | common/ftp.cpp \ | |
65 | common/http.cpp \ | |
66 | common/url.cpp \ | |
67 | common/tokenzr.cpp \ | |
68 | \ | |
69 | motif/accel.cpp \ | |
70 | motif/app.cpp \ | |
71 | motif/bitmap.cpp \ | |
72 | motif/bmpbuttn.cpp \ | |
73 | motif/brush.cpp \ | |
74 | motif/button.cpp \ | |
75 | motif/checkbox.cpp \ | |
d18ed59a | 76 | motif/choice.cpp \ |
f6c6dd8c | 77 | motif/clipbrd.cpp \ |
d18ed59a | 78 | motif/colour.cpp \ |
f6c6dd8c | 79 | motif/colordlg.cpp \ |
d18ed59a RR |
80 | motif/control.cpp \ |
81 | motif/combobox.cpp \ | |
82 | motif/cursor.cpp \ | |
83 | motif/data.cpp \ | |
84 | motif/dc.cpp \ | |
85 | motif/dcclient.cpp \ | |
86 | motif/dcmemory.cpp \ | |
87 | motif/dcscreen.cpp \ | |
d18ed59a | 88 | motif/dialog.cpp \ |
f6c6dd8c RR |
89 | motif/dirdlg.cpp \ |
90 | motif/dnd.cpp \ | |
d18ed59a RR |
91 | motif/filedlg.cpp \ |
92 | motif/font.cpp \ | |
93 | motif/fontdlg.cpp \ | |
94 | motif/frame.cpp \ | |
95 | motif/gauge.cpp \ | |
96 | motif/gdiobj.cpp \ | |
f6c6dd8c | 97 | motif/helpxxxx.cpp \ |
d18ed59a RR |
98 | motif/icon.cpp \ |
99 | motif/listbox.cpp \ | |
f6c6dd8c | 100 | motif/joystick.cpp \ |
d18ed59a RR |
101 | motif/main.cpp \ |
102 | motif/mdi.cpp \ | |
103 | motif/menu.cpp \ | |
104 | motif/menuitem.cpp \ | |
f6c6dd8c RR |
105 | motif/metafile.cpp \ |
106 | motif/minifram.cpp \ | |
d18ed59a | 107 | motif/msgdlg.cpp \ |
d18ed59a RR |
108 | motif/palette.cpp \ |
109 | motif/pen.cpp \ | |
110 | motif/print.cpp \ | |
d18ed59a RR |
111 | motif/radiobox.cpp \ |
112 | motif/radiobut.cpp \ | |
113 | motif/region.cpp \ | |
114 | motif/scrolbar.cpp \ | |
115 | motif/settings.cpp \ | |
d18ed59a | 116 | motif/slider.cpp \ |
f6c6dd8c | 117 | motif/spinbutt.cpp \ |
d18ed59a RR |
118 | motif/statbox.cpp \ |
119 | motif/statbmp.cpp \ | |
120 | motif/stattext.cpp \ | |
f6c6dd8c | 121 | motif/taskbar.cpp \ |
d18ed59a | 122 | motif/textctrl.cpp \ |
f6c6dd8c | 123 | motif/thread.cpp \ |
d18ed59a | 124 | motif/timer.cpp \ |
f6c6dd8c | 125 | motif/toolbar.cpp \ |
d18ed59a RR |
126 | motif/utils.cpp \ |
127 | motif/utilsexc.cpp \ | |
f6c6dd8c | 128 | motif/wave.cpp \ |
d18ed59a RR |
129 | motif/window.cpp \ |
130 | \ | |
131 | generic/choicdgg.cpp \ | |
132 | generic/colrdlgg.cpp \ | |
133 | generic/fontdlgg.cpp \ | |
134 | generic/gridg.cpp \ | |
55acd85e | 135 | generic/helpext.cpp \ |
d18ed59a RR |
136 | generic/imaglist.cpp \ |
137 | generic/listctrl.cpp \ | |
138 | generic/laywin.cpp \ | |
139 | generic/msgdlgg.cpp \ | |
aaa38880 | 140 | generic/notebook.cpp \ |
d18ed59a RR |
141 | generic/panelg.cpp \ |
142 | generic/printps.cpp \ | |
143 | generic/prntdlgg.cpp \ | |
8710cf5c RR |
144 | generic/prop.cpp \ |
145 | generic/propform.cpp \ | |
146 | generic/proplist.cpp \ | |
d18ed59a RR |
147 | generic/sashwin.cpp \ |
148 | generic/scrolwin.cpp \ | |
149 | generic/splitter.cpp \ | |
150 | generic/statusbr.cpp \ | |
151 | generic/tabg.cpp \ | |
152 | generic/textdlgg.cpp \ | |
153 | generic/treectrl.cpp | |
154 | ||
a1a2adef | 155 | LIB_C_SRC=\ |
76153302 RR |
156 | \ |
157 | motif/xmcombo/xmcombo.c \ | |
158 | \ | |
d18ed59a | 159 | common/extended.c \ |
a1a2adef RR |
160 | \ |
161 | png/png.c \ | |
162 | png/pngset.c \ | |
163 | png/pngget.c \ | |
164 | png/pngrutil.c \ | |
165 | png/pngtrans.c \ | |
166 | png/pngwutil.c \ | |
167 | png/pngread.c \ | |
168 | png/pngrio.c \ | |
169 | png/pngwio.c \ | |
170 | png/pngwrite.c \ | |
171 | png/pngrtran.c \ | |
172 | png/pngwtran.c \ | |
173 | png/pngmem.c \ | |
174 | png/pngerror.c \ | |
175 | png/pngpread.c \ | |
176 | \ | |
177 | zlib/adler32.c \ | |
178 | zlib/compress.c \ | |
179 | zlib/crc32.c \ | |
180 | zlib/gzio.c \ | |
181 | zlib/uncompr.c \ | |
182 | zlib/deflate.c \ | |
183 | zlib/trees.c \ | |
184 | zlib/zutil.c \ | |
185 | zlib/inflate.c \ | |
186 | zlib/infblock.c \ | |
187 | zlib/inftrees.c \ | |
188 | zlib/infcodes.c \ | |
189 | zlib/infutil.c \ | |
190 | zlib/inffast.c \ |