]>
Commit | Line | Data |
---|---|---|
8e907a13 | 1 | # This file was automatically generated by tmake at 09:19, 2000/03/15 |
48fe8374 VZ |
2 | # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE BASE.T! |
3 | ALL_SOURCES = \ | |
4 | common/init.cpp \ | |
5 | common/appcmn.cpp \ | |
6 | common/cmdline.cpp \ | |
7 | common/config.cpp \ | |
8 | common/datetime.cpp \ | |
9 | common/datstrm.cpp \ | |
10 | common/dynarray.cpp \ | |
11 | common/dynlib.cpp \ | |
12 | common/event.cpp \ | |
13 | common/extended.c \ | |
14 | common/ffile.cpp \ | |
15 | common/file.cpp \ | |
16 | common/fileconf.cpp \ | |
17 | common/filefn.cpp \ | |
18 | common/filesys.cpp \ | |
c07c37d7 VS |
19 | common/fs_inet.cpp \ |
20 | common/fs_mem.cpp \ | |
21 | common/fs_zip.cpp \ | |
8e907a13 | 22 | common/ftp.cpp \ |
48fe8374 | 23 | common/hash.cpp \ |
8e907a13 | 24 | common/http.cpp \ |
48fe8374 VZ |
25 | common/intl.cpp \ |
26 | common/list.cpp \ | |
27 | common/log.cpp \ | |
28 | common/longlong.cpp \ | |
29 | common/mimecmn.cpp \ | |
30 | common/module.cpp \ | |
c07c37d7 | 31 | common/mstream.cpp \ |
48fe8374 VZ |
32 | common/object.cpp \ |
33 | common/objstrm.cpp \ | |
34 | common/process.cpp \ | |
8e907a13 VZ |
35 | common/protocol.cpp \ |
36 | common/sckaddr.cpp \ | |
37 | common/sckfile.cpp \ | |
38 | common/sckipc.cpp \ | |
39 | common/sckstrm.cpp \ | |
48fe8374 | 40 | common/serbase.cpp \ |
8e907a13 | 41 | common/socket.cpp \ |
48fe8374 VZ |
42 | common/strconv.cpp \ |
43 | common/stream.cpp \ | |
44 | common/string.cpp \ | |
45 | common/textfile.cpp \ | |
46 | common/timercmn.cpp \ | |
47 | common/tokenzr.cpp \ | |
48 | common/txtstrm.cpp \ | |
c07c37d7 | 49 | common/unzip.c \ |
8e907a13 | 50 | common/url.cpp \ |
48fe8374 VZ |
51 | common/utilscmn.cpp \ |
52 | common/variant.cpp \ | |
53 | common/wfstream.cpp \ | |
54 | common/wxchar.cpp \ | |
c07c37d7 VS |
55 | common/zipstrm.cpp \ |
56 | common/zstream.cpp \ | |
48fe8374 VZ |
57 | unix/dir.cpp \ |
58 | unix/mimetype.cpp \ | |
59 | unix/threadpsx.cpp \ | |
60 | unix/utilsunx.cpp | |
61 | ||
62 | ALL_HEADERS = \ | |
63 | app.h \ | |
64 | arrimpl.cpp \ | |
65 | buffer.h \ | |
66 | cmdline.h \ | |
67 | confbase.h \ | |
68 | config.h \ | |
69 | date.h \ | |
70 | datetime.h \ | |
71 | datetime.inl \ | |
72 | datstrm.h \ | |
73 | debug.h \ | |
74 | defs.h \ | |
75 | dir.h \ | |
76 | dynarray.h \ | |
77 | dynlib.h \ | |
78 | event.h \ | |
79 | ffile.h \ | |
80 | file.h \ | |
81 | fileconf.h \ | |
82 | filefn.h \ | |
83 | filesys.h \ | |
c07c37d7 VS |
84 | fs_inet.h \ |
85 | fs_mem.h \ | |
86 | fs_zip.h \ | |
48fe8374 VZ |
87 | hash.h \ |
88 | intl.h \ | |
89 | ioswrap.h \ | |
90 | list.h \ | |
91 | listimpl.cpp \ | |
92 | log.h \ | |
93 | longlong.h \ | |
94 | memconf.h \ | |
95 | memory.h \ | |
96 | mimetype.h \ | |
97 | module.h \ | |
c07c37d7 | 98 | mstream.h \ |
48fe8374 VZ |
99 | object.h \ |
100 | objstrm.h \ | |
101 | process.h \ | |
102 | serbase.h \ | |
07eb77a6 | 103 | setup.h \ |
48fe8374 VZ |
104 | strconv.h \ |
105 | stream.h \ | |
106 | string.h \ | |
107 | textfile.h \ | |
108 | thread.h \ | |
109 | time.h \ | |
110 | timer.h \ | |
111 | tokenzr.h \ | |
112 | txtstrm.h \ | |
113 | url.h \ | |
114 | utils.h \ | |
115 | variant.h \ | |
116 | version.h \ | |
117 | wfstream.h \ | |
118 | wx.h \ | |
119 | wxchar.h \ | |
120 | wxprec.h \ | |
c07c37d7 VS |
121 | zipstrm.h \ |
122 | zstream.h \ | |
48fe8374 VZ |
123 | unix/mimetype.h \ |
124 | protocol/file.h \ | |
125 | protocol/ftp.h \ | |
126 | protocol/http.h \ | |
127 | protocol/protocol.h | |
128 | ||
129 | BASE_OBJS = \ | |
8e907a13 VZ |
130 | ipcbase.o \ |
131 | gsocket.o \ | |
48fe8374 VZ |
132 | init.o \ |
133 | appcmn.o \ | |
134 | cmdline.o \ | |
135 | config.o \ | |
136 | datetime.o \ | |
137 | datstrm.o \ | |
138 | dynarray.o \ | |
139 | dynlib.o \ | |
140 | event.o \ | |
141 | extended.o \ | |
142 | ffile.o \ | |
143 | file.o \ | |
144 | fileconf.o \ | |
145 | filefn.o \ | |
146 | filesys.o \ | |
c07c37d7 VS |
147 | fs_inet.o \ |
148 | fs_mem.o \ | |
149 | fs_zip.o \ | |
8e907a13 | 150 | ftp.o \ |
48fe8374 | 151 | hash.o \ |
8e907a13 | 152 | http.o \ |
48fe8374 VZ |
153 | intl.o \ |
154 | list.o \ | |
155 | log.o \ | |
156 | longlong.o \ | |
157 | mimecmn.o \ | |
158 | module.o \ | |
c07c37d7 | 159 | mstream.o \ |
48fe8374 VZ |
160 | object.o \ |
161 | objstrm.o \ | |
162 | process.o \ | |
8e907a13 VZ |
163 | protocol.o \ |
164 | sckaddr.o \ | |
165 | sckfile.o \ | |
166 | sckipc.o \ | |
167 | sckstrm.o \ | |
48fe8374 | 168 | serbase.o \ |
8e907a13 | 169 | socket.o \ |
48fe8374 VZ |
170 | strconv.o \ |
171 | stream.o \ | |
172 | string.o \ | |
173 | textfile.o \ | |
174 | timercmn.o \ | |
175 | tokenzr.o \ | |
176 | txtstrm.o \ | |
c07c37d7 | 177 | unzip.o \ |
8e907a13 | 178 | url.o \ |
48fe8374 VZ |
179 | utilscmn.o \ |
180 | variant.o \ | |
181 | wfstream.o \ | |
c07c37d7 VS |
182 | wxchar.o \ |
183 | zipstrm.o \ | |
184 | zstream.o | |
48fe8374 VZ |
185 | |
186 | BASE_DEPS = \ | |
187 | init.d \ | |
188 | appcmn.d \ | |
189 | cmdline.d \ | |
190 | config.d \ | |
191 | datetime.d \ | |
192 | datstrm.d \ | |
193 | dynarray.d \ | |
194 | dynlib.d \ | |
195 | event.d \ | |
196 | extended.d \ | |
197 | ffile.d \ | |
198 | file.d \ | |
199 | fileconf.d \ | |
200 | filefn.d \ | |
201 | filesys.d \ | |
c07c37d7 VS |
202 | fs_inet.d \ |
203 | fs_mem.d \ | |
204 | fs_zip.d \ | |
8e907a13 | 205 | ftp.d \ |
48fe8374 | 206 | hash.d \ |
8e907a13 | 207 | http.d \ |
48fe8374 VZ |
208 | intl.d \ |
209 | list.d \ | |
210 | log.d \ | |
211 | longlong.d \ | |
212 | mimecmn.d \ | |
213 | module.d \ | |
c07c37d7 | 214 | mstream.d \ |
48fe8374 VZ |
215 | object.d \ |
216 | objstrm.d \ | |
217 | process.d \ | |
8e907a13 VZ |
218 | protocol.d \ |
219 | sckaddr.d \ | |
220 | sckfile.d \ | |
221 | sckipc.d \ | |
222 | sckstrm.d \ | |
48fe8374 | 223 | serbase.d \ |
8e907a13 | 224 | socket.d \ |
48fe8374 VZ |
225 | strconv.d \ |
226 | stream.d \ | |
227 | string.d \ | |
228 | textfile.d \ | |
229 | timercmn.d \ | |
230 | tokenzr.d \ | |
231 | txtstrm.d \ | |
c07c37d7 | 232 | unzip.d \ |
8e907a13 | 233 | url.d \ |
48fe8374 VZ |
234 | utilscmn.d \ |
235 | variant.d \ | |
236 | wfstream.d \ | |
c07c37d7 VS |
237 | wxchar.d \ |
238 | zipstrm.d \ | |
239 | zstream.d | |
48fe8374 VZ |
240 | |
241 | BASE_UNIX_OBJS = \ | |
242 | dir.o \ | |
243 | mimetype.o \ | |
244 | threadpsx.o \ | |
245 | utilsunx.o | |
246 | ||
247 | BASE_DEPS = \ | |
248 | init.d \ | |
249 | appcmn.d \ | |
250 | cmdline.d \ | |
251 | config.d \ | |
252 | datetime.d \ | |
253 | datstrm.d \ | |
254 | dynarray.d \ | |
255 | dynlib.d \ | |
256 | event.d \ | |
257 | extended.d \ | |
258 | ffile.d \ | |
259 | file.d \ | |
260 | fileconf.d \ | |
261 | filefn.d \ | |
262 | filesys.d \ | |
c07c37d7 VS |
263 | fs_inet.d \ |
264 | fs_mem.d \ | |
265 | fs_zip.d \ | |
8e907a13 | 266 | ftp.d \ |
48fe8374 | 267 | hash.d \ |
8e907a13 | 268 | http.d \ |
48fe8374 VZ |
269 | intl.d \ |
270 | list.d \ | |
271 | log.d \ | |
272 | longlong.d \ | |
273 | mimecmn.d \ | |
274 | module.d \ | |
c07c37d7 | 275 | mstream.d \ |
48fe8374 VZ |
276 | object.d \ |
277 | objstrm.d \ | |
278 | process.d \ | |
8e907a13 VZ |
279 | protocol.d \ |
280 | sckaddr.d \ | |
281 | sckfile.d \ | |
282 | sckipc.d \ | |
283 | sckstrm.d \ | |
48fe8374 | 284 | serbase.d \ |
8e907a13 | 285 | socket.d \ |
48fe8374 VZ |
286 | strconv.d \ |
287 | stream.d \ | |
288 | string.d \ | |
289 | textfile.d \ | |
290 | timercmn.d \ | |
291 | tokenzr.d \ | |
292 | txtstrm.d \ | |
c07c37d7 | 293 | unzip.d \ |
8e907a13 | 294 | url.d \ |
48fe8374 VZ |
295 | utilscmn.d \ |
296 | variant.d \ | |
297 | wfstream.d \ | |
c07c37d7 VS |
298 | wxchar.d \ |
299 | zipstrm.d \ | |
300 | zstream.d |