]>
Commit | Line | Data |
---|---|---|
a1a2adef RR |
1 | # needed for unactivated |
2 | NONE = | |
3 | ||
4 | # define library name | |
5 | LIB_TARGET=wx_motif | |
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 \ | |
28 | common/image.cpp \ | |
29 | common/ipcbase.cpp \ | |
30 | common/layout.cpp \ | |
31 | common/list.cpp \ | |
32 | common/log.cpp \ | |
33 | common/matrix.cpp \ | |
34 | common/memory.cpp \ | |
35 | common/module.cpp \ | |
36 | common/object.cpp \ | |
37 | common/postscrp.cpp \ | |
38 | common/prntbase.cpp \ | |
39 | common/resource.cpp \ | |
40 | common/serbase.cpp \ | |
41 | common/string.cpp \ | |
76153302 | 42 | common/tbarbase.cpp \ |
d18ed59a RR |
43 | common/textfile.cpp \ |
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 \ |
d18ed59a RR |
77 | motif/colordlg.cpp \ |
78 | motif/colour.cpp \ | |
79 | motif/control.cpp \ | |
80 | motif/combobox.cpp \ | |
81 | motif/cursor.cpp \ | |
82 | motif/data.cpp \ | |
83 | motif/dc.cpp \ | |
84 | motif/dcclient.cpp \ | |
85 | motif/dcmemory.cpp \ | |
86 | motif/dcscreen.cpp \ | |
d18ed59a RR |
87 | motif/dialog.cpp \ |
88 | motif/filedlg.cpp \ | |
89 | motif/font.cpp \ | |
90 | motif/fontdlg.cpp \ | |
91 | motif/frame.cpp \ | |
92 | motif/gauge.cpp \ | |
93 | motif/gdiobj.cpp \ | |
94 | motif/icon.cpp \ | |
95 | motif/listbox.cpp \ | |
96 | motif/main.cpp \ | |
97 | motif/mdi.cpp \ | |
98 | motif/menu.cpp \ | |
99 | motif/menuitem.cpp \ | |
100 | motif/msgdlg.cpp \ | |
101 | motif/notebook.cpp \ | |
102 | motif/palette.cpp \ | |
103 | motif/pen.cpp \ | |
104 | motif/print.cpp \ | |
105 | motif/printdlg.cpp \ | |
106 | motif/radiobox.cpp \ | |
107 | motif/radiobut.cpp \ | |
108 | motif/region.cpp \ | |
109 | motif/scrolbar.cpp \ | |
110 | motif/settings.cpp \ | |
111 | motif/spinbutt.cpp \ | |
112 | motif/slider.cpp \ | |
113 | motif/statbox.cpp \ | |
114 | motif/statbmp.cpp \ | |
115 | motif/stattext.cpp \ | |
116 | motif/toolbar.cpp \ | |
117 | motif/textctrl.cpp \ | |
118 | motif/timer.cpp \ | |
119 | motif/utils.cpp \ | |
120 | motif/utilsexc.cpp \ | |
121 | motif/window.cpp \ | |
122 | \ | |
123 | generic/choicdgg.cpp \ | |
124 | generic/colrdlgg.cpp \ | |
125 | generic/fontdlgg.cpp \ | |
126 | generic/gridg.cpp \ | |
55acd85e | 127 | generic/helpext.cpp \ |
d18ed59a RR |
128 | generic/imaglist.cpp \ |
129 | generic/listctrl.cpp \ | |
130 | generic/laywin.cpp \ | |
131 | generic/msgdlgg.cpp \ | |
132 | generic/panelg.cpp \ | |
133 | generic/printps.cpp \ | |
134 | generic/prntdlgg.cpp \ | |
135 | generic/sashwin.cpp \ | |
136 | generic/scrolwin.cpp \ | |
137 | generic/splitter.cpp \ | |
138 | generic/statusbr.cpp \ | |
139 | generic/tabg.cpp \ | |
140 | generic/textdlgg.cpp \ | |
141 | generic/treectrl.cpp | |
142 | ||
a1a2adef | 143 | LIB_C_SRC=\ |
76153302 RR |
144 | \ |
145 | motif/xmcombo/xmcombo.c \ | |
146 | \ | |
d18ed59a | 147 | common/extended.c \ |
a1a2adef RR |
148 | \ |
149 | png/png.c \ | |
150 | png/pngset.c \ | |
151 | png/pngget.c \ | |
152 | png/pngrutil.c \ | |
153 | png/pngtrans.c \ | |
154 | png/pngwutil.c \ | |
155 | png/pngread.c \ | |
156 | png/pngrio.c \ | |
157 | png/pngwio.c \ | |
158 | png/pngwrite.c \ | |
159 | png/pngrtran.c \ | |
160 | png/pngwtran.c \ | |
161 | png/pngmem.c \ | |
162 | png/pngerror.c \ | |
163 | png/pngpread.c \ | |
164 | \ | |
165 | zlib/adler32.c \ | |
166 | zlib/compress.c \ | |
167 | zlib/crc32.c \ | |
168 | zlib/gzio.c \ | |
169 | zlib/uncompr.c \ | |
170 | zlib/deflate.c \ | |
171 | zlib/trees.c \ | |
172 | zlib/zutil.c \ | |
173 | zlib/inflate.c \ | |
174 | zlib/infblock.c \ | |
175 | zlib/inftrees.c \ | |
176 | zlib/infcodes.c \ | |
177 | zlib/infutil.c \ | |
178 | zlib/inffast.c \ |