]>
Commit | Line | Data |
---|---|---|
1 | <?xml version="1.0" ?> | |
2 | <!-- $Id$ --> | |
3 | <makefile> | |
4 | ||
5 | <!-- | |
6 | ||
7 | IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! | |
8 | ||
9 | --> | |
10 | ||
11 | ||
12 | <!-- ====================================================================== | |
13 | FILES | |
14 | ||
15 | Files are listed in variables according to this scheme: | |
16 | * each group has _SRC and _HDR variable, for sources and headers | |
17 | respectively | |
18 | * file groups are: | |
19 | ||
20 | BASE_CMN common base files (all platforms) | |
21 | GUI_CMN common GUI files (all platforms) | |
22 | BASE_AND_GUI_CMN_SRC files that must be compiled both into GUI | |
23 | and base library (all platforms) | |
24 | ||
25 | BASE_$(platform) base files used on platform | |
26 | BASE_AND_GUI_$(platform)_SRC base & gui files used on platform | |
27 | ||
28 | $(port)LOWLEVEL low-level GUI classes | |
29 | $(port) high-level files for a port | |
30 | XWIN_LOWLEVEL low-level classes for X Window System | |
31 | ports (wxGTK, wxMotif, wxX11) | |
32 | ||
33 | MSW_DESKTOP files used only on desktop Windows | |
34 | versions and not under Windows CE | |
35 | ||
36 | xxx_NATIVE native files not used by wxUniv (used as | |
37 | complement of LOWLEVEL when most of the | |
38 | files are lowlevel and only few are native) | |
39 | ||
40 | HTML wxHTML files | |
41 | XRC wxXRC files | |
42 | ||
43 | * one file may be listed in several groups | |
44 | ||
45 | ====================================================================== --> | |
46 | ||
47 | ||
48 | ||
49 | <!-- ====================================================================== --> | |
50 | <!-- wxBase --> | |
51 | <!-- ====================================================================== --> | |
52 | ||
53 | <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- --> | |
54 | <!-- UNIX --> | |
55 | <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- --> | |
56 | <set var="BASE_UNIX_SRC" hints="files"> | |
57 | src/unix/baseunix.cpp | |
58 | src/unix/dir.cpp | |
59 | src/unix/dlunix.cpp | |
60 | src/unix/mimetype.cpp | |
61 | src/unix/snglinst.cpp | |
62 | src/unix/stackwalk.cpp | |
63 | src/unix/stdpaths.cpp | |
64 | src/unix/threadpsx.cpp | |
65 | </set> | |
66 | <set var="BASE_AND_GUI_UNIX_SRC" hints="files"> | |
67 | src/unix/utilsunx.cpp | |
68 | </set> | |
69 | <set var="BASE_UNIX_HDR" hints="files"> | |
70 | wx/unix/apptbase.h | |
71 | wx/unix/apptrait.h | |
72 | wx/unix/execute.h | |
73 | wx/unix/mimetype.h | |
74 | wx/unix/pipe.h | |
75 | wx/unix/private.h | |
76 | wx/unix/stackwalk.h | |
77 | wx/unix/stdpaths.h | |
78 | </set> | |
79 | ||
80 | <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- --> | |
81 | <!-- Windows --> | |
82 | <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- --> | |
83 | <set var="BASE_WIN32_SRC" hints="files"> | |
84 | src/msw/basemsw.cpp | |
85 | src/msw/crashrpt.cpp | |
86 | src/msw/debughlp.cpp | |
87 | src/msw/dde.cpp | |
88 | src/msw/dir.cpp | |
89 | src/msw/dlmsw.cpp | |
90 | src/msw/mimetype.cpp | |
91 | src/msw/regconf.cpp | |
92 | src/msw/registry.cpp | |
93 | src/msw/snglinst.cpp | |
94 | src/msw/stackwalk.cpp | |
95 | src/msw/stdpaths.cpp | |
96 | src/msw/thread.cpp | |
97 | src/msw/utils.cpp | |
98 | src/msw/utilsexc.cpp | |
99 | </set> | |
100 | <set var="BASE_AND_GUI_WIN32_SRC" hints="files"> | |
101 | src/msw/main.cpp | |
102 | src/msw/mslu.cpp | |
103 | src/msw/volume.cpp | |
104 | </set> | |
105 | <set var="BASE_WINCE_SRC" hints="files"> | |
106 | <if cond="TOOLKIT=='WINCE'">src/msw/wince/time.cpp</if> | |
107 | </set> | |
108 | <set var="BASE_WIN32_HDR" hints="files"> | |
109 | wx/msw/apptrait.h | |
110 | wx/msw/apptbase.h | |
111 | wx/msw/chkconf.h | |
112 | wx/msw/crashrpt.h | |
113 | wx/msw/dde.h | |
114 | wx/msw/debughlp.h | |
115 | wx/msw/gccpriv.h | |
116 | wx/msw/mimetype.h | |
117 | wx/msw/stackwalk.h | |
118 | wx/msw/stdpaths.h | |
119 | wx/msw/winundef.h | |
120 | wx/msw/wrapcctl.h | |
121 | wx/msw/wrapcdlg.h | |
122 | wx/msw/wrapwin.h | |
123 | </set> | |
124 | <set var="BASE_WINCE_HDR" hints="files"> | |
125 | <if cond="TOOLKIT=='WINCE'"> | |
126 | wx/msw/wince/time.h | |
127 | wx/msw/wince/chkconf.h | |
128 | </if> | |
129 | </set> | |
130 | ||
131 | <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- --> | |
132 | <!-- Mac --> | |
133 | <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- --> | |
134 | ||
135 | <!-- Used on Mac OS CarbonLib, Mac OS X wxMac base, and Mac OS X darwin base --> | |
136 | <set var="BASE_COREFOUNDATION_SRC" hints="files"> | |
137 | src/mac/corefoundation/cfstring.cpp | |
138 | src/mac/corefoundation/stdpaths_cf.cpp | |
139 | src/mac/corefoundation/utilsexc_base.cpp | |
140 | </set> | |
141 | <set var="BASE_COREFOUNDATION_HDR" hints="files"> | |
142 | wx/mac/corefoundation/cfstring.h | |
143 | wx/mac/corefoundation/hid.h | |
144 | wx/mac/corefoundation/stdpaths.h | |
145 | </set> | |
146 | ||
147 | <!-- Base files used by Carbon on OS X and CarbonLib (not true Classic) --> | |
148 | <!-- FIXME: Maybe this ought to be named BASE_MAC_CARBON_SRC --> | |
149 | <set var="BASE_MAC_SRC" hints="files"> | |
150 | src/mac/carbon/dirmac.cpp | |
151 | src/mac/carbon/mimetmac.cpp | |
152 | src/mac/carbon/utilsexc.cpp | |
153 | src/mac/carbon/thread.cpp | |
154 | src/mac/carbon/macnotfy.cpp | |
155 | <!-- One would think MoreFilesX is only for OS X but it seems to | |
156 | apply to CarbonLib as well (FSRefMakeFSSpec) --> | |
157 | src/mac/carbon/morefilex/MoreFilesX.c | |
158 | $(BASE_COREFOUNDATION_SRC) | |
159 | </set> | |
160 | <set var="BASE_MAC_HDR" hints="files"> | |
161 | $(BASE_COREFOUNDATION_HDR) | |
162 | </set> | |
163 | <!-- Base and GUI files used by both OS X and CarbonLib --> | |
164 | <set var="BASE_AND_GUI_MAC_SRC" hints="files"> | |
165 | src/mac/carbon/utils.cpp | |
166 | src/mac/carbon/uma.cpp | |
167 | </set> | |
168 | ||
169 | <!-- Base files used by Classic (not CarbonLib or OS X builds) --> | |
170 | <!-- set var="BASE_MAC_CLASSIC_SRC"> | |
171 | </set --> | |
172 | <!-- set var="BASE_MAC_CLASSIC_HDR"> | |
173 | </set --> | |
174 | ||
175 | <!-- Base files used only by CarbonLib builds (not Classic or OS X) --> | |
176 | <set var="BASE_MAC_CARBONLIB_SRC" hints="files"> | |
177 | src/mac/carbon/morefile/DirectoryCopy.c | |
178 | src/mac/carbon/morefile/FSpCompat.c | |
179 | src/mac/carbon/morefile/FileCopy.c | |
180 | src/mac/carbon/morefile/FullPath.c | |
181 | src/mac/carbon/morefile/IterateDirectory.c | |
182 | src/mac/carbon/morefile/MoreDesktopMgr.c | |
183 | src/mac/carbon/morefile/MoreFiles.c | |
184 | src/mac/carbon/morefile/MoreFilesExtras.c | |
185 | src/mac/carbon/morefile/Search.c | |
186 | </set> | |
187 | <!-- set var="BASE_MAC_CARBONLIB_HDR" hints="files"> | |
188 | </set --> | |
189 | ||
190 | <!-- Base files used only by OS X builds (not CarbonLib or Classic) --> | |
191 | <set var="BASE_MACOSX_WXMAC_SRC" hints="files"> | |
192 | $(BASE_MAC_SRC) | |
193 | src/unix/baseunix.cpp | |
194 | src/unix/dlunix.cpp | |
195 | src/unix/stdpaths.cpp | |
196 | </set> | |
197 | <set var="BASE_MACOSX_WXMAC_HDR" hints="files"> | |
198 | $(BASE_MAC_HDR) | |
199 | wx/unix/apptbase.h | |
200 | wx/unix/apptrait.h | |
201 | wx/unix/stdpaths.h | |
202 | </set> | |
203 | ||
204 | <!-- Base files used by non-wxMac OS X builds --> | |
205 | <set var="BASE_MACOSX_NOTWXMAC_SRC" hints="files"> | |
206 | $(BASE_UNIX_SRC) | |
207 | $(BASE_COREFOUNDATION_SRC) | |
208 | </set> | |
209 | <set var="BASE_MACOSX_NOTWXMAC_HDR" hints="files"> | |
210 | $(BASE_UNIX_HDR) | |
211 | $(BASE_COREFOUNDATION_HDR) | |
212 | </set> | |
213 | ||
214 | <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- --> | |
215 | <!-- OS/2 --> | |
216 | <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- --> | |
217 | ||
218 | <set var="BASE_OS2_SRC" hints="files"> | |
219 | src/os2/dir.cpp | |
220 | src/os2/mimetype.cpp | |
221 | src/os2/stdpaths.cpp | |
222 | src/os2/thread.cpp | |
223 | src/os2/utils.cpp | |
224 | src/os2/utilsexc.cpp | |
225 | </set> | |
226 | <set var="BASE_AND_GUI_OS2_SRC" hints="files"> | |
227 | </set> | |
228 | <set var="BASE_OS2_HDR" hints="files"> | |
229 | wx/os2/apptbase.h | |
230 | wx/os2/apptrait.h | |
231 | wx/os2/mimetype.h | |
232 | wx/os2/stdpaths.h | |
233 | </set> | |
234 | ||
235 | <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- --> | |
236 | <!-- PalmOS --> | |
237 | <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- --> | |
238 | ||
239 | <set var="BASE_PALMOS_SRC" hints="files"> | |
240 | src/palmos/base.cpp | |
241 | src/palmos/dir.cpp | |
242 | src/palmos/prefconf.cpp | |
243 | src/palmos/snglinst.cpp | |
244 | src/palmos/thread.cpp | |
245 | src/palmos/utils.cpp | |
246 | src/palmos/utilsexc.cpp | |
247 | </set> | |
248 | ||
249 | <set var="BASE_AND_GUI_PALMOS_SRC" hints="files"> | |
250 | src/palmos/main.cpp | |
251 | src/palmos/volume.cpp | |
252 | </set> | |
253 | ||
254 | <set var="BASE_PALMOS_HDR" hints="files"> | |
255 | wx/palmos/apptbase.h | |
256 | wx/palmos/apptrait.h | |
257 | wx/palmos/chkconf.h | |
258 | wx/palmos/mimetype.h | |
259 | wx/palmos/stdpaths.h | |
260 | </set> | |
261 | ||
262 | <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- --> | |
263 | <!-- MSDOS --> | |
264 | <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- --> | |
265 | ||
266 | <set var="BASE_MSDOS_SRC" hints="files"> | |
267 | src/msdos/dir.cpp | |
268 | src/msdos/mimetype.cpp | |
269 | src/msdos/utilsdos.cpp | |
270 | </set> | |
271 | <set var="BASE_AND_GUI_MSDOS_SRC" hints="files"> | |
272 | </set> | |
273 | <set var="BASE_MSDOS_HDR" hints="files"> | |
274 | wx/msdos/mimetype.h | |
275 | </set> | |
276 | ||
277 | <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- --> | |
278 | <!-- Common --> | |
279 | <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- --> | |
280 | <set var="BASE_CMN_SRC" hints="files"> | |
281 | src/common/appbase.cpp | |
282 | src/common/archive.cpp | |
283 | src/common/clntdata.cpp | |
284 | src/common/cmdline.cpp | |
285 | src/common/config.cpp | |
286 | src/common/datetime.cpp | |
287 | src/common/datstrm.cpp | |
288 | src/common/dircmn.cpp | |
289 | src/common/dynarray.cpp | |
290 | src/common/dynlib.cpp | |
291 | src/common/dynload.cpp | |
292 | src/common/encconv.cpp | |
293 | src/common/extended.c | |
294 | src/common/ffile.cpp | |
295 | src/common/file.cpp | |
296 | src/common/fileconf.cpp | |
297 | src/common/filefn.cpp | |
298 | src/common/filename.cpp | |
299 | src/common/filesys.cpp | |
300 | src/common/fmapbase.cpp | |
301 | src/common/fs_zip.cpp | |
302 | src/common/hash.cpp | |
303 | src/common/hashmap.cpp | |
304 | src/common/init.cpp | |
305 | src/common/intl.cpp | |
306 | src/common/ipcbase.cpp | |
307 | src/common/list.cpp | |
308 | src/common/log.cpp | |
309 | src/common/longlong.cpp | |
310 | src/common/memory.cpp | |
311 | src/common/mimecmn.cpp | |
312 | src/common/module.cpp | |
313 | src/common/mstream.cpp | |
314 | src/common/object.cpp | |
315 | src/common/process.cpp | |
316 | src/common/regex.cpp | |
317 | src/common/stdpbase.cpp | |
318 | src/common/sstream.cpp | |
319 | src/common/stopwatch.cpp | |
320 | src/common/strconv.cpp | |
321 | src/common/stream.cpp | |
322 | src/common/string.cpp | |
323 | src/common/sysopt.cpp | |
324 | src/common/textbuf.cpp | |
325 | src/common/textfile.cpp | |
326 | src/common/tokenzr.cpp | |
327 | src/common/txtstrm.cpp | |
328 | src/common/uri.cpp | |
329 | src/common/variant.cpp | |
330 | src/common/wfstream.cpp | |
331 | src/common/wxchar.cpp | |
332 | src/common/xti.cpp | |
333 | src/common/xtistrm.cpp | |
334 | src/common/zipstrm.cpp | |
335 | src/common/zstream.cpp | |
336 | </set> | |
337 | <set var="BASE_AND_GUI_CMN_SRC" hints="files"> | |
338 | src/common/event.cpp | |
339 | src/common/fs_mem.cpp | |
340 | src/common/msgout.cpp | |
341 | src/common/utilscmn.cpp | |
342 | </set> | |
343 | <set var="BASE_CMN_HDR" hints="files"> | |
344 | wx/afterstd.h | |
345 | wx/app.h | |
346 | wx/apptrait.h | |
347 | wx/archive.h | |
348 | wx/arrimpl.cpp | |
349 | wx/arrstr.h | |
350 | wx/beforestd.h | |
351 | wx/buffer.h | |
352 | wx/build.h | |
353 | wx/chkconf.h | |
354 | wx/clntdata.h | |
355 | wx/cmdline.h | |
356 | wx/confbase.h | |
357 | wx/config.h | |
358 | wx/containr.h | |
359 | wx/datetime.h | |
360 | wx/datstrm.h | |
361 | wx/dde.h | |
362 | wx/debug.h | |
363 | wx/defs.h | |
364 | wx/dir.h | |
365 | wx/dlimpexp.h | |
366 | wx/dynarray.h | |
367 | wx/dynlib.h | |
368 | wx/dynload.h | |
369 | wx/encconv.h | |
370 | wx/event.h | |
371 | wx/except.h | |
372 | wx/features.h | |
373 | wx/ffile.h | |
374 | wx/file.h | |
375 | wx/fileconf.h | |
376 | wx/filefn.h | |
377 | wx/filename.h | |
378 | wx/filesys.h | |
379 | wx/fontenc.h | |
380 | wx/fontmap.h | |
381 | wx/fs_mem.h | |
382 | wx/fs_zip.h | |
383 | wx/hash.h | |
384 | wx/hashmap.h | |
385 | wx/hashset.h | |
386 | wx/html/forcelnk.h | |
387 | wx/iconloc.h | |
388 | wx/init.h | |
389 | wx/intl.h | |
390 | wx/iosfwrap.h | |
391 | wx/ioswrap.h | |
392 | wx/ipc.h | |
393 | wx/ipcbase.h | |
394 | wx/isql.h | |
395 | wx/isqlext.h | |
396 | wx/link.h | |
397 | wx/list.h | |
398 | wx/listimpl.cpp | |
399 | wx/log.h | |
400 | wx/longlong.h | |
401 | wx/math.h | |
402 | wx/memconf.h | |
403 | wx/memory.h | |
404 | wx/memtext.h | |
405 | wx/mimetype.h | |
406 | wx/module.h | |
407 | wx/msgout.h | |
408 | wx/mstream.h | |
409 | wx/object.h | |
410 | wx/platform.h | |
411 | wx/process.h | |
412 | wx/ptr_scpd.h | |
413 | wx/recguard.h | |
414 | wx/regex.h | |
415 | wx/scopeguard.h | |
416 | wx/snglinst.h | |
417 | wx/sstream.h | |
418 | wx/stack.h | |
419 | wx/stackwalk.h | |
420 | wx/stdpaths.h | |
421 | wx/stockitem.h | |
422 | wx/stopwatch.h | |
423 | wx/strconv.h | |
424 | wx/stream.h | |
425 | wx/string.h | |
426 | wx/sysopt.h | |
427 | wx/textbuf.h | |
428 | wx/textfile.h | |
429 | wx/thread.h | |
430 | wx/thrimpl.cpp | |
431 | wx/timer.h | |
432 | wx/tokenzr.h | |
433 | wx/txtstrm.h | |
434 | wx/types.h | |
435 | wx/uri.h | |
436 | wx/utils.h | |
437 | wx/variant.h | |
438 | wx/vector.h | |
439 | wx/version.h | |
440 | wx/volume.h | |
441 | wx/wfstream.h | |
442 | wx/wx.h | |
443 | wx/wxchar.h | |
444 | wx/wxprec.h | |
445 | wx/xti.h | |
446 | wx/xtistrm.h | |
447 | wx/zipstrm.h | |
448 | wx/zstream.h | |
449 | </set> | |
450 | ||
451 | ||
452 | <!-- ====================================================================== --> | |
453 | <!-- wxNet (part of wxBase) --> | |
454 | <!-- ====================================================================== --> | |
455 | ||
456 | <set var="NET_UNIX_SRC" hints="files"> | |
457 | src/unix/gsocket.cpp | |
458 | </set> | |
459 | <set var="NET_UNIX_HDR" hints="files"> | |
460 | wx/unix/gsockunx.h | |
461 | </set> | |
462 | ||
463 | <set var="NET_WIN32_SRC" hints="files"> | |
464 | src/msw/gsocket.cpp | |
465 | src/msw/urlmsw.cpp | |
466 | </set> | |
467 | <set var="NET_WIN32_HDR" hints="files"> | |
468 | wx/msw/gsockmsw.h | |
469 | </set> | |
470 | ||
471 | <set var="NET_WINCE_SRC" hints="files"> | |
472 | <if cond="TOOLKIT=='WINCE'">src/msw/wince/net.cpp</if> | |
473 | </set> | |
474 | <set var="NET_WINCE_HDR" hints="files"> | |
475 | <if cond="TOOLKIT=='WINCE'">wx/msw/wince/net.h</if> | |
476 | </set> | |
477 | ||
478 | <set var="NET_OS2_SRC" hints="files"> | |
479 | src/unix/gsocket.cpp | |
480 | </set> | |
481 | <set var="NET_OS2_HDR" hints="files"> | |
482 | wx/unix/gsockunx.h | |
483 | </set> | |
484 | <!-- Net files used only by CarbonLib (not Classic or OS X) --> | |
485 | <set var="NET_MAC_CARBONLIB_SRC" hints="files"> | |
486 | src/mac/carbon/gsocket.cpp | |
487 | </set> | |
488 | <set var="NET_MAC_CARBONLIB_HDR" hints="files"> | |
489 | wx/mac/carbon/gsockmac.h | |
490 | </set> | |
491 | ||
492 | <set var="NET_CMN_SRC" hints="files"> | |
493 | src/common/fs_inet.cpp | |
494 | src/common/ftp.cpp | |
495 | src/common/http.cpp | |
496 | src/common/protocol.cpp | |
497 | src/common/sckaddr.cpp | |
498 | src/common/sckfile.cpp | |
499 | src/common/sckipc.cpp | |
500 | src/common/sckstrm.cpp | |
501 | src/common/socket.cpp | |
502 | src/common/url.cpp | |
503 | </set> | |
504 | <set var="NET_CMN_HDR" hints="files"> | |
505 | wx/fs_inet.h | |
506 | wx/gsocket.h | |
507 | wx/protocol/file.h | |
508 | wx/protocol/ftp.h | |
509 | wx/protocol/http.h | |
510 | wx/protocol/protocol.h | |
511 | wx/sckaddr.h | |
512 | wx/sckipc.h | |
513 | wx/sckstrm.h | |
514 | wx/socket.h | |
515 | wx/url.h | |
516 | </set> | |
517 | ||
518 | <!-- ====================================================================== --> | |
519 | <!-- wxQA (non GUI library) --> | |
520 | <!-- ====================================================================== --> | |
521 | ||
522 | <set var="QA_SRC" hints="files"> | |
523 | src/common/debugrpt.cpp | |
524 | src/generic/dbgrptg.cpp | |
525 | </set> | |
526 | ||
527 | <set var="QA_HDR" hints="files"> | |
528 | wx/debugrpt.h | |
529 | </set> | |
530 | ||
531 | <!-- ====================================================================== --> | |
532 | <!-- Common GUI files --> | |
533 | <!-- ====================================================================== --> | |
534 | ||
535 | <set var="GUI_CMN_SRC" hints="files"> | |
536 | src/common/accesscmn.cpp | |
537 | src/common/appcmn.cpp | |
538 | src/common/artprov.cpp | |
539 | src/common/artstd.cpp | |
540 | src/common/bmpbase.cpp | |
541 | src/common/bookctrl.cpp | |
542 | src/common/choiccmn.cpp | |
543 | src/common/clipcmn.cpp | |
544 | src/common/cmdproc.cpp | |
545 | src/common/cmndata.cpp | |
546 | src/common/containr.cpp | |
547 | src/common/cshelp.cpp | |
548 | src/common/ctrlcmn.cpp | |
549 | src/common/ctrlsub.cpp | |
550 | src/common/datacmn.cpp | |
551 | src/common/dcbase.cpp | |
552 | src/common/dlgcmn.cpp | |
553 | src/common/dndcmn.cpp | |
554 | src/common/dobjcmn.cpp | |
555 | src/common/docmdi.cpp | |
556 | src/common/docview.cpp | |
557 | src/common/dpycmn.cpp | |
558 | src/common/dseldlg.cpp | |
559 | src/common/effects.cpp | |
560 | src/common/fddlgcmn.cpp | |
561 | src/common/fldlgcmn.cpp | |
562 | src/common/fontcmn.cpp | |
563 | src/common/fontmap.cpp | |
564 | src/common/framecmn.cpp | |
565 | src/common/gaugecmn.cpp | |
566 | src/common/gbsizer.cpp | |
567 | src/common/gdicmn.cpp | |
568 | src/common/geometry.cpp | |
569 | src/common/gifdecod.cpp | |
570 | src/common/helpbase.cpp | |
571 | src/common/iconbndl.cpp | |
572 | src/common/imagall.cpp | |
573 | src/common/imagbmp.cpp | |
574 | src/common/image.cpp | |
575 | src/common/imagfill.cpp | |
576 | src/common/imaggif.cpp | |
577 | src/common/imagiff.cpp | |
578 | src/common/imagjpeg.cpp | |
579 | src/common/imagpcx.cpp | |
580 | src/common/imagpng.cpp | |
581 | src/common/imagpnm.cpp | |
582 | src/common/imagtiff.cpp | |
583 | src/common/imagxpm.cpp | |
584 | src/common/layout.cpp | |
585 | src/common/lboxcmn.cpp | |
586 | src/common/matrix.cpp | |
587 | src/common/menucmn.cpp | |
588 | src/common/nbkbase.cpp | |
589 | src/common/paper.cpp | |
590 | src/common/popupcmn.cpp | |
591 | src/common/prntbase.cpp | |
592 | src/common/quantize.cpp | |
593 | src/common/radiocmn.cpp | |
594 | src/common/rendcmn.cpp | |
595 | src/common/rgncmn.cpp | |
596 | src/common/settcmn.cpp | |
597 | src/common/sizer.cpp | |
598 | src/common/statbar.cpp | |
599 | src/common/stockitem.cpp | |
600 | src/common/tbarbase.cpp | |
601 | src/common/textcmn.cpp | |
602 | src/common/timercmn.cpp | |
603 | src/common/toplvcmn.cpp | |
604 | src/common/treebase.cpp | |
605 | src/common/valgen.cpp | |
606 | src/common/validate.cpp | |
607 | src/common/valtext.cpp | |
608 | src/common/wincmn.cpp | |
609 | src/common/xpmdecod.cpp | |
610 | src/generic/busyinfo.cpp | |
611 | src/generic/choicdgg.cpp | |
612 | src/generic/choicbkg.cpp | |
613 | src/generic/dcpsg.cpp | |
614 | src/generic/dirctrlg.cpp | |
615 | src/generic/dragimgg.cpp | |
616 | src/generic/listbkg.cpp | |
617 | src/generic/logg.cpp | |
618 | src/generic/numdlgg.cpp | |
619 | src/generic/panelg.cpp | |
620 | src/generic/progdlgg.cpp | |
621 | src/generic/printps.cpp | |
622 | src/generic/renderg.cpp | |
623 | src/generic/scrlwing.cpp | |
624 | src/generic/selstore.cpp | |
625 | src/generic/spinctlg.cpp | |
626 | src/generic/splitter.cpp | |
627 | src/generic/textdlgg.cpp | |
628 | src/generic/tipwin.cpp | |
629 | src/generic/treectlg.cpp | |
630 | src/generic/treebkg.cpp | |
631 | src/generic/vlbox.cpp | |
632 | src/generic/vscroll.cpp | |
633 | </set> | |
634 | <set var="GUI_CMN_HDR" hints="files"> | |
635 | wx/bmpbuttn.h | |
636 | wx/brush.h | |
637 | wx/button.h | |
638 | wx/checkbox.h | |
639 | wx/checklst.h | |
640 | wx/choicdlg.h | |
641 | wx/choice.h | |
642 | wx/cmndata.h | |
643 | wx/combobox.h | |
644 | wx/control.h | |
645 | wx/ctrlsub.h | |
646 | wx/cursor.h | |
647 | wx/dc.h | |
648 | wx/dcclient.h | |
649 | wx/dcmemory.h | |
650 | wx/dcprint.h | |
651 | wx/dcscreen.h | |
652 | wx/dialog.h | |
653 | wx/dirdlg.h | |
654 | wx/dragimag.h | |
655 | wx/encinfo.h | |
656 | wx/filedlg.h | |
657 | wx/frame.h | |
658 | wx/gauge.h | |
659 | wx/gbsizer.h | |
660 | wx/gdicmn.h | |
661 | wx/generic/accel.h | |
662 | wx/generic/choicdgg.h | |
663 | wx/generic/colrdlgg.h | |
664 | wx/generic/dcpsg.h | |
665 | wx/generic/dirctrlg.h | |
666 | wx/generic/dragimgg.h | |
667 | wx/generic/filedlgg.h | |
668 | wx/generic/fontdlgg.h | |
669 | wx/generic/imaglist.h | |
670 | wx/generic/logg.h | |
671 | wx/generic/msgdlgg.h | |
672 | wx/generic/numdlgg.h | |
673 | wx/generic/notebook.h | |
674 | wx/generic/panelg.h | |
675 | wx/generic/prntdlgg.h | |
676 | wx/generic/printps.h | |
677 | wx/generic/progdlgg.h | |
678 | wx/generic/scrolwin.h | |
679 | wx/generic/spinctlg.h | |
680 | wx/generic/splitter.h | |
681 | wx/generic/textdlgg.h | |
682 | wx/generic/timer.h | |
683 | wx/generic/treectlg.h | |
684 | wx/helphtml.h | |
685 | wx/icon.h | |
686 | wx/layout.h | |
687 | wx/listbox.h | |
688 | wx/mdi.h | |
689 | wx/menu.h | |
690 | wx/msgdlg.h | |
691 | wx/numdlg.h | |
692 | wx/palette.h | |
693 | wx/panel.h | |
694 | wx/pen.h | |
695 | wx/radiobox.h | |
696 | wx/radiobut.h | |
697 | wx/renderer.h | |
698 | wx/scrolbar.h | |
699 | wx/scrolbar.h | |
700 | wx/scrolwin.h | |
701 | wx/selstore.h | |
702 | wx/settings.h | |
703 | wx/sizer.h | |
704 | wx/slider.h | |
705 | wx/statbmp.h | |
706 | wx/statbox.h | |
707 | wx/stattext.h | |
708 | wx/statusbr.h | |
709 | wx/textctrl.h | |
710 | wx/textdlg.h | |
711 | wx/toolbar.h | |
712 | wx/validate.h | |
713 | wx/valtext.h | |
714 | wx/window.h | |
715 | ||
716 | wx/accel.h | |
717 | wx/access.h | |
718 | wx/artprov.h | |
719 | wx/bitmap.h | |
720 | wx/bookctrl.h | |
721 | wx/busyinfo.h | |
722 | wx/caret.h | |
723 | wx/choicebk.h | |
724 | wx/clipbrd.h | |
725 | wx/cmdproc.h | |
726 | wx/colordlg.h | |
727 | wx/colour.h | |
728 | wx/cshelp.h | |
729 | wx/dataobj.h | |
730 | wx/dcmirror.h | |
731 | wx/dcps.h | |
732 | wx/dialup.h | |
733 | wx/dirctrl.h | |
734 | wx/display.h | |
735 | wx/dnd.h | |
736 | wx/docmdi.h | |
737 | wx/docview.h | |
738 | wx/effects.h | |
739 | wx/evtloop.h | |
740 | wx/fdrepdlg.h | |
741 | wx/fmappriv.h | |
742 | wx/font.h | |
743 | wx/fontdlg.h | |
744 | wx/fontenum.h | |
745 | wx/fontutil.h | |
746 | wx/gdiobj.h | |
747 | wx/geometry.h | |
748 | wx/gifdecod.h | |
749 | wx/glcanvas.h | |
750 | wx/help.h | |
751 | wx/helpbase.h | |
752 | wx/helpwin.h | |
753 | wx/iconbndl.h | |
754 | wx/imagbmp.h | |
755 | wx/image.h | |
756 | wx/imaggif.h | |
757 | wx/imagiff.h | |
758 | wx/imagjpeg.h | |
759 | wx/imaglist.h | |
760 | wx/imagpcx.h | |
761 | wx/imagpng.h | |
762 | wx/imagpnm.h | |
763 | wx/imagtiff.h | |
764 | wx/imagxpm.h | |
765 | wx/listbase.h | |
766 | wx/listbook.h | |
767 | wx/listctrl.h | |
768 | wx/matrix.h | |
769 | wx/menuitem.h | |
770 | wx/metafile.h | |
771 | wx/minifram.h | |
772 | wx/notebook.h | |
773 | wx/ownerdrw.h | |
774 | wx/paper.h | |
775 | wx/popupwin.h | |
776 | wx/print.h | |
777 | wx/printdlg.h | |
778 | wx/prntbase.h | |
779 | wx/progdlg.h | |
780 | wx/ptr_scpd.h | |
781 | wx/quantize.h | |
782 | wx/rawbmp.h | |
783 | wx/region.h | |
784 | wx/scopeguard.h | |
785 | wx/spinbutt.h | |
786 | wx/spinctrl.h | |
787 | wx/splitter.h | |
788 | wx/statline.h | |
789 | wx/tab.h | |
790 | wx/tabctrl.h | |
791 | wx/tbarbase.h | |
792 | wx/tglbtn.h | |
793 | wx/tipwin.h | |
794 | wx/tooltip.h | |
795 | wx/toplevel.h | |
796 | wx/treebase.h | |
797 | wx/treebook.h | |
798 | wx/treectrl.h | |
799 | wx/valgen.h | |
800 | wx/vidmode.h | |
801 | wx/vlbox.h | |
802 | wx/vms_x_fix.h | |
803 | wx/vscroll.h | |
804 | wx/xpmdecod.h | |
805 | wx/xpmhand.h | |
806 | </set> | |
807 | ||
808 | ||
809 | <!-- ====================================================================== --> | |
810 | <!-- Common X11 code: --> | |
811 | <!-- ====================================================================== --> | |
812 | ||
813 | <set var="XWIN_LOWLEVEL_SRC" hints="files"> | |
814 | src/generic/caret.cpp | |
815 | src/unix/dialup.cpp | |
816 | src/unix/fontenum.cpp | |
817 | src/unix/fontutil.cpp | |
818 | src/unix/utilsx11.cpp | |
819 | src/unix/displayx11.cpp | |
820 | </set> | |
821 | <set var="XWIN_LOWLEVEL_HDR" hints="files"> | |
822 | wx/generic/caret.h | |
823 | wx/unix/fontutil.h | |
824 | wx/unix/utilsx11.h | |
825 | wx/unix/displayx11.h | |
826 | </set> | |
827 | ||
828 | ||
829 | <!-- ====================================================================== --> | |
830 | <!-- wxGTK --> | |
831 | <!-- ====================================================================== --> | |
832 | ||
833 | <set var="GTK_LOWLEVEL_SRC" hints="files"> | |
834 | $(XWIN_LOWLEVEL_SRC) | |
835 | src/generic/paletteg.cpp | |
836 | src/gtk/app.cpp | |
837 | src/gtk/bitmap.cpp | |
838 | src/gtk/brush.cpp | |
839 | src/gtk/clipbrd.cpp | |
840 | src/gtk/colour.cpp | |
841 | src/gtk/cursor.cpp | |
842 | src/gtk/data.cpp | |
843 | src/gtk/dataobj.cpp | |
844 | src/gtk/dc.cpp | |
845 | src/gtk/dcclient.cpp | |
846 | src/gtk/dcmemory.cpp | |
847 | src/gtk/dcscreen.cpp | |
848 | src/gtk/dnd.cpp | |
849 | src/gtk/evtloop.cpp | |
850 | src/gtk/font.cpp | |
851 | src/gtk/gdiobj.cpp | |
852 | src/gtk/gsockgtk.cpp | |
853 | src/gtk/icon.cpp | |
854 | src/gtk/main.cpp | |
855 | src/gtk/minifram.cpp | |
856 | src/gtk/pen.cpp | |
857 | src/gtk/popupwin.cpp | |
858 | src/gtk/region.cpp | |
859 | src/gtk/renderer.cpp | |
860 | src/gtk/settings.cpp | |
861 | src/gtk/timer.cpp | |
862 | src/gtk/tooltip.cpp | |
863 | src/gtk/toplevel.cpp | |
864 | src/gtk/utilsgtk.cpp | |
865 | src/gtk/win_gtk.c | |
866 | src/gtk/window.cpp | |
867 | </set> | |
868 | <set var="GTK_LOWLEVEL_HDR" hints="files"> | |
869 | $(XWIN_LOWLEVEL_HDR) | |
870 | wx/generic/paletteg.h | |
871 | wx/gtk/app.h | |
872 | wx/gtk/bitmap.h | |
873 | wx/gtk/brush.h | |
874 | wx/gtk/clipbrd.h | |
875 | wx/gtk/colour.h | |
876 | wx/gtk/cursor.h | |
877 | wx/gtk/dataform.h | |
878 | wx/gtk/dataobj.h | |
879 | wx/gtk/dataobj2.h | |
880 | wx/gtk/dc.h | |
881 | wx/gtk/dcclient.h | |
882 | wx/gtk/dcmemory.h | |
883 | wx/gtk/dcscreen.h | |
884 | wx/gtk/dnd.h | |
885 | wx/gtk/font.h | |
886 | wx/gtk/gdiobj.h | |
887 | wx/gtk/icon.h | |
888 | wx/gtk/minifram.h | |
889 | wx/gtk/pen.h | |
890 | wx/gtk/popupwin.h | |
891 | wx/gtk/region.h | |
892 | wx/gtk/timer.h | |
893 | wx/gtk/tooltip.h | |
894 | wx/gtk/toplevel.h | |
895 | wx/gtk/win_gtk.h | |
896 | wx/gtk/window.h | |
897 | </set> | |
898 | <set var="GTK_SRC" hints="files"> | |
899 | <!-- Generic implementations used by wxGTK: --> | |
900 | src/generic/accel.cpp | |
901 | src/generic/colrdlgg.cpp | |
902 | src/generic/dirdlgg.cpp | |
903 | src/generic/fdrepdlg.cpp | |
904 | src/generic/filedlgg.cpp | |
905 | src/generic/imaglist.cpp | |
906 | src/generic/listctrl.cpp | |
907 | src/generic/msgdlgg.cpp | |
908 | src/generic/prntdlgg.cpp | |
909 | src/generic/statusbr.cpp | |
910 | src/generic/tabg.cpp | |
911 | <!-- Generic implementations used by wxGPE: --> | |
912 | src/generic/fontdlgg.cpp | |
913 | <!-- GTK+ specific files: --> | |
914 | src/gtk/artgtk.cpp | |
915 | src/gtk/bmpbuttn.cpp | |
916 | src/gtk/button.cpp | |
917 | src/gtk/checkbox.cpp | |
918 | src/gtk/checklst.cpp | |
919 | src/gtk/choice.cpp | |
920 | src/gtk/colordlg.cpp | |
921 | src/gtk/combobox.cpp | |
922 | src/gtk/control.cpp | |
923 | src/gtk/dialog.cpp | |
924 | src/gtk/filedlg.cpp | |
925 | src/gtk/fontdlg.cpp | |
926 | src/gtk/frame.cpp | |
927 | src/gtk/gauge.cpp | |
928 | src/gtk/gnome/gprint.cpp | |
929 | src/gtk/listbox.cpp | |
930 | src/gtk/mdi.cpp | |
931 | src/gtk/menu.cpp | |
932 | src/gtk/msgdlg.cpp | |
933 | src/gtk/notebook.cpp | |
934 | src/gtk/radiobox.cpp | |
935 | src/gtk/radiobut.cpp | |
936 | src/gtk/scrolbar.cpp | |
937 | src/gtk/scrolwin.cpp | |
938 | src/gtk/slider.cpp | |
939 | src/gtk/spinbutt.cpp | |
940 | src/gtk/spinctrl.cpp | |
941 | src/gtk/statbmp.cpp | |
942 | src/gtk/statbox.cpp | |
943 | src/gtk/statline.cpp | |
944 | src/gtk/stattext.cpp | |
945 | src/gtk/tbargtk.cpp | |
946 | src/gtk/textctrl.cpp | |
947 | src/gtk/tglbtn.cpp | |
948 | src/gtk/utilsres.cpp | |
949 | </set> | |
950 | <set var="GTK_HDR" hints="files"> | |
951 | wx/generic/colrdlgg.h | |
952 | wx/generic/dirdlgg.h | |
953 | wx/generic/fdrepdlg.h | |
954 | wx/generic/listctrl.h | |
955 | wx/generic/statusbr.h | |
956 | wx/generic/tabg.h | |
957 | wx/gtk/accel.h | |
958 | wx/gtk/bmpbuttn.h | |
959 | wx/gtk/button.h | |
960 | wx/gtk/checkbox.h | |
961 | wx/gtk/checklst.h | |
962 | wx/gtk/colordlg.h | |
963 | wx/gtk/choice.h | |
964 | wx/gtk/combobox.h | |
965 | wx/gtk/control.h | |
966 | wx/gtk/dialog.h | |
967 | wx/gtk/filedlg.h | |
968 | wx/gtk/fontdlg.h | |
969 | wx/gtk/frame.h | |
970 | wx/gtk/gauge.h | |
971 | wx/gtk/gnome/gprint.h | |
972 | wx/gtk/listbox.h | |
973 | wx/gtk/mdi.h | |
974 | wx/gtk/menu.h | |
975 | wx/gtk/menuitem.h | |
976 | wx/gtk/msgdlg.h | |
977 | wx/gtk/notebook.h | |
978 | wx/gtk/radiobox.h | |
979 | wx/gtk/radiobut.h | |
980 | wx/gtk/scrolbar.h | |
981 | wx/gtk/scrolwin.h | |
982 | wx/gtk/slider.h | |
983 | wx/gtk/spinbutt.h | |
984 | wx/gtk/spinctrl.h | |
985 | wx/gtk/statbmp.h | |
986 | wx/gtk/statbox.h | |
987 | wx/gtk/statline.h | |
988 | wx/gtk/stattext.h | |
989 | wx/gtk/tbargtk.h | |
990 | wx/gtk/textctrl.h | |
991 | wx/gtk/tglbtn.h | |
992 | wx/gtk/treectrl.h | |
993 | </set> | |
994 | ||
995 | ||
996 | <!-- ====================================================================== --> | |
997 | <!-- wxMotif --> | |
998 | <!-- ====================================================================== --> | |
999 | ||
1000 | <set var="MOTIF_LOWLEVEL_SRC" hints="files"> | |
1001 | $(XWIN_LOWLEVEL_SRC) | |
1002 | src/x11/bitmap.cpp | |
1003 | src/x11/brush.cpp | |
1004 | src/x11/pen.cpp | |
1005 | src/x11/region.cpp | |
1006 | src/x11/utilsx.cpp | |
1007 | </set> | |
1008 | <set var="MOTIF_LOWLEVEL_HDR" hints="files"> | |
1009 | $(XWIN_LOWLEVEL_HDR) | |
1010 | wx/x11/bitmap.h | |
1011 | wx/x11/brush.h | |
1012 | wx/x11/pen.h | |
1013 | wx/x11/region.h | |
1014 | </set> | |
1015 | <set var="MOTIF_SRC" hints="files"> | |
1016 | src/motif/accel.cpp | |
1017 | src/motif/app.cpp | |
1018 | src/motif/bmpbuttn.cpp | |
1019 | src/motif/bmpmotif.cpp | |
1020 | src/motif/button.cpp | |
1021 | src/motif/checkbox.cpp | |
1022 | src/motif/checklst.cpp | |
1023 | src/motif/choice.cpp | |
1024 | src/motif/clipbrd.cpp | |
1025 | src/motif/colour.cpp | |
1026 | src/motif/combobox.cpp | |
1027 | src/motif/combobox_native.cpp | |
1028 | src/motif/control.cpp | |
1029 | src/motif/cursor.cpp | |
1030 | src/motif/data.cpp | |
1031 | src/motif/dataobj.cpp | |
1032 | src/motif/dc.cpp | |
1033 | src/motif/dcclient.cpp | |
1034 | src/motif/dcmemory.cpp | |
1035 | src/motif/dcscreen.cpp | |
1036 | src/motif/dialog.cpp | |
1037 | src/motif/evtloop.cpp | |
1038 | src/motif/filedlg.cpp | |
1039 | src/motif/font.cpp | |
1040 | src/motif/frame.cpp | |
1041 | src/motif/gauge.cpp | |
1042 | src/motif/gdiobj.cpp | |
1043 | src/motif/gsockmot.cpp | |
1044 | src/motif/icon.cpp | |
1045 | src/motif/listbox.cpp | |
1046 | src/motif/main.cpp | |
1047 | src/motif/mdi.cpp | |
1048 | src/motif/menu.cpp | |
1049 | src/motif/menuitem.cpp | |
1050 | src/motif/minifram.cpp | |
1051 | src/motif/msgdlg.cpp | |
1052 | src/motif/palette.cpp | |
1053 | src/motif/popupwin.cpp | |
1054 | src/motif/radiobox.cpp | |
1055 | src/motif/radiobut.cpp | |
1056 | src/motif/scrolbar.cpp | |
1057 | src/motif/settings.cpp | |
1058 | src/motif/slider.cpp | |
1059 | src/motif/spinbutt.cpp | |
1060 | src/motif/statbmp.cpp | |
1061 | src/motif/statbox.cpp | |
1062 | src/motif/stattext.cpp | |
1063 | src/motif/textctrl.cpp | |
1064 | src/motif/timer.cpp | |
1065 | src/motif/toolbar.cpp | |
1066 | src/motif/toplevel.cpp | |
1067 | src/motif/utils.cpp | |
1068 | src/motif/window.cpp | |
1069 | src/motif/xmcombo/xmcombo.c | |
1070 | <!-- Generic files used by wxMotif: --> | |
1071 | src/generic/colrdlgg.cpp | |
1072 | src/generic/dirdlgg.cpp | |
1073 | src/generic/fdrepdlg.cpp | |
1074 | src/generic/fontdlgg.cpp | |
1075 | src/generic/imaglist.cpp | |
1076 | src/generic/listctrl.cpp | |
1077 | src/generic/notebook.cpp | |
1078 | src/generic/prntdlgg.cpp | |
1079 | src/generic/statline.cpp | |
1080 | src/generic/statusbr.cpp | |
1081 | src/generic/tabg.cpp | |
1082 | </set> | |
1083 | <set var="MOTIF_HDR" hints="files"> | |
1084 | wx/generic/colrdlgg.h | |
1085 | wx/generic/dirdlgg.h | |
1086 | wx/generic/fdrepdlg.h | |
1087 | wx/generic/fontdlgg.h | |
1088 | wx/generic/imaglist.h | |
1089 | wx/generic/listctrl.h | |
1090 | wx/generic/notebook.h | |
1091 | wx/generic/prntdlgg.h | |
1092 | wx/generic/statline.h | |
1093 | wx/generic/statusbr.h | |
1094 | wx/generic/tabg.h | |
1095 | wx/motif/accel.h | |
1096 | wx/motif/app.h | |
1097 | wx/motif/bmpbuttn.h | |
1098 | wx/motif/bmpmotif.h | |
1099 | wx/motif/button.h | |
1100 | wx/motif/checkbox.h | |
1101 | wx/motif/checklst.h | |
1102 | wx/motif/chkconf.h | |
1103 | wx/motif/choice.h | |
1104 | wx/motif/clipbrd.h | |
1105 | wx/motif/colour.h | |
1106 | wx/motif/combobox.h | |
1107 | wx/motif/control.h | |
1108 | wx/motif/cursor.h | |
1109 | wx/motif/dataform.h | |
1110 | wx/motif/dataobj.h | |
1111 | wx/motif/dataobj2.h | |
1112 | wx/motif/dc.h | |
1113 | wx/motif/dcclient.h | |
1114 | wx/motif/dcmemory.h | |
1115 | wx/motif/dcprint.h | |
1116 | wx/motif/dcscreen.h | |
1117 | wx/motif/dialog.h | |
1118 | wx/motif/dnd.h | |
1119 | wx/motif/filedlg.h | |
1120 | wx/motif/font.h | |
1121 | wx/motif/frame.h | |
1122 | wx/motif/gauge.h | |
1123 | wx/motif/gdiobj.h | |
1124 | wx/motif/icon.h | |
1125 | wx/motif/listbox.h | |
1126 | wx/motif/mdi.h | |
1127 | wx/motif/menu.h | |
1128 | wx/motif/menuitem.h | |
1129 | wx/motif/minifram.h | |
1130 | wx/motif/msgdlg.h | |
1131 | wx/motif/palette.h | |
1132 | wx/motif/popupwin.h | |
1133 | wx/motif/print.h | |
1134 | wx/motif/private.h | |
1135 | wx/motif/radiobox.h | |
1136 | wx/motif/radiobut.h | |
1137 | wx/motif/scrolbar.h | |
1138 | wx/motif/slider.h | |
1139 | wx/motif/spinbutt.h | |
1140 | wx/motif/statbmp.h | |
1141 | wx/motif/statbox.h | |
1142 | wx/motif/stattext.h | |
1143 | wx/motif/textctrl.h | |
1144 | wx/motif/tglbtn.h | |
1145 | wx/motif/timer.h | |
1146 | wx/motif/toolbar.h | |
1147 | wx/motif/toplevel.h | |
1148 | wx/motif/window.h | |
1149 | </set> | |
1150 | ||
1151 | ||
1152 | <!-- ====================================================================== --> | |
1153 | <!-- wxX11 --> | |
1154 | <!-- ====================================================================== --> | |
1155 | ||
1156 | ||
1157 | <set var="X11_LOWLEVEL_SRC" hints="files"> | |
1158 | $(XWIN_LOWLEVEL_SRC) | |
1159 | src/generic/timer.cpp | |
1160 | src/x11/app.cpp | |
1161 | src/x11/bitmap.cpp | |
1162 | src/x11/brush.cpp | |
1163 | src/x11/clipbrd.cpp | |
1164 | src/x11/colour.cpp | |
1165 | src/x11/cursor.cpp | |
1166 | src/x11/data.cpp | |
1167 | src/x11/dataobj.cpp | |
1168 | src/x11/dc.cpp | |
1169 | src/x11/dcclient.cpp | |
1170 | src/x11/dcmemory.cpp | |
1171 | src/x11/dcscreen.cpp | |
1172 | src/x11/evtloop.cpp | |
1173 | src/x11/font.cpp | |
1174 | src/x11/gdiobj.cpp | |
1175 | src/x11/gsockx11.cpp | |
1176 | src/x11/icon.cpp | |
1177 | src/x11/main.cpp | |
1178 | src/x11/minifram.cpp | |
1179 | src/x11/nanox.c | |
1180 | src/x11/palette.cpp | |
1181 | src/x11/pen.cpp | |
1182 | src/x11/popupwin.cpp | |
1183 | src/x11/region.cpp | |
1184 | src/x11/reparent.cpp | |
1185 | src/x11/settings.cpp | |
1186 | src/x11/toplevel.cpp | |
1187 | src/x11/utils.cpp | |
1188 | src/x11/utilsx.cpp | |
1189 | src/x11/window.cpp | |
1190 | </set> | |
1191 | <set var="X11_LOWLEVEL_HDR" hints="files"> | |
1192 | $(XWIN_LOWLEVEL_HDR) | |
1193 | wx/x11/app.h | |
1194 | wx/x11/bitmap.h | |
1195 | wx/x11/brush.h | |
1196 | wx/x11/clipbrd.h | |
1197 | wx/x11/colour.h | |
1198 | wx/x11/cursor.h | |
1199 | wx/x11/dataform.h | |
1200 | wx/x11/dataobj.h | |
1201 | wx/x11/dataobj2.h | |
1202 | wx/x11/dc.h | |
1203 | wx/x11/dcclient.h | |
1204 | wx/x11/dcmemory.h | |
1205 | wx/x11/dcprint.h | |
1206 | wx/x11/dcscreen.h | |
1207 | wx/x11/dnd.h | |
1208 | wx/x11/font.h | |
1209 | wx/x11/gdiobj.h | |
1210 | wx/x11/icon.h | |
1211 | wx/x11/minifram.h | |
1212 | wx/x11/palette.h | |
1213 | wx/x11/pen.h | |
1214 | wx/x11/popupwin.h | |
1215 | wx/x11/print.h | |
1216 | wx/x11/private.h | |
1217 | wx/x11/privx.h | |
1218 | wx/x11/region.h | |
1219 | wx/x11/reparent.h | |
1220 | wx/x11/textctrl.h | |
1221 | wx/x11/toplevel.h | |
1222 | wx/x11/window.h | |
1223 | </set> | |
1224 | ||
1225 | ||
1226 | ||
1227 | <!-- ====================================================================== --> | |
1228 | <!-- wxMSW --> | |
1229 | <!-- ====================================================================== --> | |
1230 | ||
1231 | <set var="MSW_LOWLEVEL_SRC" hints="files"> | |
1232 | src/msw/app.cpp | |
1233 | src/msw/bitmap.cpp | |
1234 | src/msw/brush.cpp | |
1235 | src/msw/caret.cpp | |
1236 | src/msw/clipbrd.cpp | |
1237 | src/msw/colour.cpp | |
1238 | src/msw/cursor.cpp | |
1239 | src/msw/data.cpp | |
1240 | src/msw/dc.cpp | |
1241 | src/msw/dcclient.cpp | |
1242 | src/msw/dcmemory.cpp | |
1243 | src/msw/dcprint.cpp | |
1244 | src/msw/dcscreen.cpp | |
1245 | src/msw/dialup.cpp | |
1246 | src/msw/dib.cpp | |
1247 | src/msw/display.cpp | |
1248 | src/msw/enhmeta.cpp | |
1249 | src/msw/evtloop.cpp | |
1250 | src/msw/font.cpp | |
1251 | src/msw/fontenum.cpp | |
1252 | src/msw/fontutil.cpp | |
1253 | src/msw/gdiimage.cpp | |
1254 | src/msw/gdiobj.cpp | |
1255 | src/msw/gsockmsw.cpp | |
1256 | src/msw/icon.cpp | |
1257 | src/msw/minifram.cpp | |
1258 | src/msw/ole/dataobj.cpp | |
1259 | src/msw/ole/dropsrc.cpp | |
1260 | src/msw/ole/droptgt.cpp | |
1261 | src/msw/ole/oleutils.cpp | |
1262 | src/msw/palette.cpp | |
1263 | src/msw/pen.cpp | |
1264 | src/msw/popupwin.cpp | |
1265 | src/msw/printdlg.cpp | |
1266 | src/msw/printwin.cpp | |
1267 | src/msw/region.cpp | |
1268 | src/msw/renderer.cpp | |
1269 | src/msw/settings.cpp | |
1270 | src/msw/timer.cpp | |
1271 | src/msw/tooltip.cpp | |
1272 | src/msw/toplevel.cpp | |
1273 | src/msw/utilsgui.cpp | |
1274 | src/msw/uxtheme.cpp | |
1275 | src/msw/window.cpp | |
1276 | </set> | |
1277 | <set var="MSW_LOWLEVEL_HDR" hints="files"> | |
1278 | wx/msw/popupwin.h | |
1279 | wx/msw/uxtheme.h | |
1280 | wx/msw/uxthemep.h | |
1281 | wx/msw/htmlhelp.h | |
1282 | </set> | |
1283 | ||
1284 | <set var="MSW_DESKTOP_LOWLEVEL_SRC" hints="files"> | |
1285 | src/msw/helpchm.cpp | |
1286 | src/msw/helpwin.cpp | |
1287 | src/msw/ole/automtn.cpp | |
1288 | src/msw/ole/uuid.cpp | |
1289 | </set> | |
1290 | ||
1291 | <set var="MSW_DESKTOP_LOWLEVEL_HDR" hints="files"> | |
1292 | wx/msw/helpchm.h | |
1293 | wx/msw/helpwin.h | |
1294 | </set> | |
1295 | ||
1296 | <set var="MSW_SRC" hints="files"> | |
1297 | src/generic/statusbr.cpp | |
1298 | src/generic/prntdlgg.cpp | |
1299 | src/msw/accel.cpp | |
1300 | src/msw/bmpbuttn.cpp | |
1301 | src/msw/button.cpp | |
1302 | src/msw/checkbox.cpp | |
1303 | src/msw/checklst.cpp | |
1304 | src/msw/choice.cpp | |
1305 | src/msw/colordlg.cpp | |
1306 | src/msw/combobox.cpp | |
1307 | src/msw/control.cpp | |
1308 | src/msw/dialog.cpp | |
1309 | src/msw/dirdlg.cpp | |
1310 | src/msw/dragimag.cpp | |
1311 | src/msw/filedlg.cpp | |
1312 | src/msw/frame.cpp | |
1313 | src/msw/gauge95.cpp | |
1314 | src/msw/imaglist.cpp | |
1315 | src/msw/iniconf.cpp | |
1316 | src/msw/listbox.cpp | |
1317 | src/msw/listctrl.cpp | |
1318 | src/msw/mdi.cpp | |
1319 | src/msw/menu.cpp | |
1320 | src/msw/menuitem.cpp | |
1321 | src/msw/metafile.cpp | |
1322 | src/msw/msgdlg.cpp | |
1323 | src/msw/nativdlg.cpp | |
1324 | src/msw/notebook.cpp | |
1325 | src/msw/ole/access.cpp | |
1326 | src/msw/ownerdrw.cpp | |
1327 | src/msw/radiobox.cpp | |
1328 | src/msw/radiobut.cpp | |
1329 | src/msw/scrolbar.cpp | |
1330 | src/msw/slider95.cpp | |
1331 | src/msw/spinbutt.cpp | |
1332 | src/msw/spinctrl.cpp | |
1333 | src/msw/statbmp.cpp | |
1334 | src/msw/statbox.cpp | |
1335 | src/msw/statbr95.cpp | |
1336 | src/msw/statline.cpp | |
1337 | src/msw/stattext.cpp | |
1338 | src/msw/tabctrl.cpp | |
1339 | src/msw/tbar95.cpp | |
1340 | src/msw/textctrl.cpp | |
1341 | src/msw/tglbtn.cpp | |
1342 | src/msw/treectrl.cpp | |
1343 | </set> | |
1344 | <set var="MSW_HDR" hints="files"> | |
1345 | wx/msw/accel.h | |
1346 | wx/msw/app.h | |
1347 | wx/msw/bitmap.h | |
1348 | wx/msw/bmpbuttn.h | |
1349 | wx/msw/brush.h | |
1350 | wx/msw/button.h | |
1351 | wx/msw/caret.h | |
1352 | wx/msw/checkbox.h | |
1353 | wx/msw/checklst.h | |
1354 | wx/msw/choice.h | |
1355 | wx/msw/clipbrd.h | |
1356 | wx/msw/colordlg.h | |
1357 | wx/msw/colour.h | |
1358 | wx/msw/combobox.h | |
1359 | wx/msw/control.h | |
1360 | wx/msw/cursor.h | |
1361 | wx/msw/dc.h | |
1362 | wx/msw/dcclient.h | |
1363 | wx/msw/dcmemory.h | |
1364 | wx/msw/dcprint.h | |
1365 | wx/msw/dcscreen.h | |
1366 | wx/msw/dialog.h | |
1367 | wx/msw/dib.h | |
1368 | wx/msw/dirdlg.h | |
1369 | wx/msw/dragimag.h | |
1370 | wx/msw/enhmeta.h | |
1371 | wx/msw/evtloop.h | |
1372 | wx/msw/filedlg.h | |
1373 | wx/msw/font.h | |
1374 | wx/msw/frame.h | |
1375 | wx/msw/gauge95.h | |
1376 | wx/msw/gdiimage.h | |
1377 | wx/msw/gdiobj.h | |
1378 | wx/msw/icon.h | |
1379 | wx/msw/imaglist.h | |
1380 | wx/msw/iniconf.h | |
1381 | wx/msw/listbox.h | |
1382 | wx/msw/listctrl.h | |
1383 | wx/msw/mdi.h | |
1384 | wx/msw/menu.h | |
1385 | wx/msw/menuitem.h | |
1386 | wx/msw/metafile.h | |
1387 | wx/msw/minifram.h | |
1388 | wx/msw/missing.h | |
1389 | wx/msw/msgdlg.h | |
1390 | wx/msw/mslu.h | |
1391 | wx/msw/msvcrt.h | |
1392 | wx/msw/notebook.h | |
1393 | wx/msw/ole/access.h | |
1394 | wx/msw/ole/dataform.h | |
1395 | wx/msw/ole/dataobj.h | |
1396 | wx/msw/ole/dataobj2.h | |
1397 | wx/msw/ole/dropsrc.h | |
1398 | wx/msw/ole/droptgt.h | |
1399 | wx/msw/ole/oleutils.h | |
1400 | wx/msw/palette.h | |
1401 | wx/msw/pen.h | |
1402 | wx/msw/printdlg.h | |
1403 | wx/msw/printwin.h | |
1404 | wx/msw/private.h | |
1405 | wx/msw/radiobox.h | |
1406 | wx/msw/radiobut.h | |
1407 | wx/msw/regconf.h | |
1408 | wx/msw/region.h | |
1409 | wx/msw/registry.h | |
1410 | wx/msw/scrolbar.h | |
1411 | wx/msw/setup0.h | |
1412 | wx/msw/slider95.h | |
1413 | wx/msw/spinbutt.h | |
1414 | wx/msw/spinctrl.h | |
1415 | wx/msw/statbmp.h | |
1416 | wx/msw/statbox.h | |
1417 | wx/msw/statbr95.h | |
1418 | wx/msw/statline.h | |
1419 | wx/msw/stattext.h | |
1420 | wx/msw/tabctrl.h | |
1421 | wx/msw/tbar95.h | |
1422 | wx/msw/tbarmsw.h | |
1423 | wx/msw/textctrl.h | |
1424 | wx/msw/tglbtn.h | |
1425 | wx/msw/timer.h | |
1426 | wx/msw/tooltip.h | |
1427 | wx/msw/toplevel.h | |
1428 | wx/msw/treectrl.h | |
1429 | wx/msw/window.h | |
1430 | ||
1431 | <!-- Resources must be installed together with headers: --> | |
1432 | wx/msw/wx.manifest | |
1433 | wx/msw/wx.rc | |
1434 | <!-- bitmaps --> | |
1435 | wx/msw/colours.bmp | |
1436 | wx/msw/csquery.bmp | |
1437 | <!-- cursors --> | |
1438 | wx/msw/blank.cur | |
1439 | wx/msw/bullseye.cur | |
1440 | wx/msw/cross.cur | |
1441 | wx/msw/hand.cur | |
1442 | wx/msw/magnif1.cur | |
1443 | wx/msw/pbrush.cur | |
1444 | wx/msw/pencil.cur | |
1445 | wx/msw/pntleft.cur | |
1446 | wx/msw/pntright.cur | |
1447 | wx/msw/rightarr.cur | |
1448 | wx/msw/roller.cur | |
1449 | <!-- icons --> | |
1450 | wx/msw/cdrom.ico | |
1451 | wx/msw/child.ico | |
1452 | wx/msw/computer.ico | |
1453 | wx/msw/drive.ico | |
1454 | wx/msw/file1.ico | |
1455 | wx/msw/floppy.ico | |
1456 | wx/msw/folder1.ico | |
1457 | wx/msw/folder2.ico | |
1458 | wx/msw/mdi.ico | |
1459 | wx/msw/question.ico | |
1460 | wx/msw/removble.ico | |
1461 | wx/msw/std.ico | |
1462 | </set> | |
1463 | ||
1464 | <!-- Files used only by desktop MSW port, but *not* WindowsCE one: --> | |
1465 | <set var="MSW_DESKTOP_SRC" hints="files"> | |
1466 | src/msw/fdrepdlg.cpp | |
1467 | src/msw/fontdlg.cpp | |
1468 | </set> | |
1469 | <set var="MSW_DESKTOP_HDR" hints="files"> | |
1470 | wx/msw/fdrepdlg.h | |
1471 | wx/msw/fontdlg.h | |
1472 | wx/msw/helpbest.h | |
1473 | wx/msw/ole/automtn.h | |
1474 | wx/msw/ole/uuid.h | |
1475 | </set> | |
1476 | ||
1477 | <!-- Files used by WindowsCE port but not by desktop MSW port: --> | |
1478 | <set var="WINCE_SRC" hints="files"> | |
1479 | src/generic/dirdlgg.cpp | |
1480 | src/generic/fdrepdlg.cpp | |
1481 | src/generic/fontdlgg.cpp | |
1482 | src/msw/wince/choicece.cpp | |
1483 | src/msw/wince/crt.cpp | |
1484 | src/msw/wince/filedlgwce.cpp | |
1485 | src/msw/wince/filefnwce.cpp | |
1486 | src/msw/wince/helpwce.cpp | |
1487 | src/msw/wince/menuce.cpp | |
1488 | src/msw/wince/tbarwce.cpp | |
1489 | src/msw/wince/textctrlce.cpp | |
1490 | </set> | |
1491 | <set var="WINCE_HDR" hints="files"> | |
1492 | wx/generic/fdrepdlg.h | |
1493 | wx/generic/fontdlgg.h | |
1494 | wx/msw/wince/choicece.h | |
1495 | wx/msw/wince/helpwce.h | |
1496 | wx/msw/wince/libraries.h | |
1497 | wx/msw/wince/missing.h | |
1498 | wx/msw/wince/tbarwce.h | |
1499 | wx/msw/wince/textctrlce.h | |
1500 | wx/msw/wince/resources.h | |
1501 | </set> | |
1502 | ||
1503 | ||
1504 | <!-- ====================================================================== --> | |
1505 | <!-- wxMGL --> | |
1506 | <!-- ====================================================================== --> | |
1507 | ||
1508 | <set var="MGL_LOWLEVEL_SRC" hints="files"> | |
1509 | src/generic/caret.cpp | |
1510 | src/generic/timer.cpp | |
1511 | src/mgl/app.cpp | |
1512 | src/mgl/bitmap.cpp | |
1513 | src/mgl/brush.cpp | |
1514 | src/mgl/clipbrd.cpp | |
1515 | src/mgl/colour.cpp | |
1516 | src/mgl/cursor.cpp | |
1517 | src/mgl/data.cpp | |
1518 | src/mgl/dc.cpp | |
1519 | src/mgl/dcclient.cpp | |
1520 | src/mgl/dcmemory.cpp | |
1521 | src/mgl/dcscreen.cpp | |
1522 | src/mgl/dirmgl.cpp | |
1523 | src/mgl/evtloop.cpp | |
1524 | src/mgl/font.cpp | |
1525 | src/mgl/fontenum.cpp | |
1526 | src/mgl/fontutil.cpp | |
1527 | src/mgl/gdiobj.cpp | |
1528 | src/mgl/icon.cpp | |
1529 | src/mgl/palette.cpp | |
1530 | src/mgl/pen.cpp | |
1531 | src/mgl/region.cpp | |
1532 | src/mgl/settings.cpp | |
1533 | src/mgl/toplevel.cpp | |
1534 | src/mgl/utils.cpp | |
1535 | src/mgl/window.cpp | |
1536 | </set> | |
1537 | <set var="MGL_LOWLEVEL_HDR" hints="files"> | |
1538 | wx/generic/caret.h | |
1539 | wx/generic/timer.h | |
1540 | wx/mgl/app.h | |
1541 | wx/mgl/bitmap.h | |
1542 | wx/mgl/brush.h | |
1543 | wx/mgl/clipbrd.h | |
1544 | wx/mgl/colour.h | |
1545 | wx/mgl/cursor.h | |
1546 | wx/mgl/dc.h | |
1547 | wx/mgl/dcclient.h | |
1548 | wx/mgl/dcmemory.h | |
1549 | wx/mgl/dcscreen.h | |
1550 | wx/mgl/font.h | |
1551 | wx/mgl/fontutil.h | |
1552 | wx/mgl/gdiobj.h | |
1553 | wx/mgl/icon.h | |
1554 | wx/mgl/palette.h | |
1555 | wx/mgl/pen.h | |
1556 | wx/mgl/popupwin.h | |
1557 | wx/mgl/private.h | |
1558 | wx/mgl/region.h | |
1559 | wx/mgl/toplevel.h | |
1560 | wx/mgl/window.h | |
1561 | </set> | |
1562 | ||
1563 | ||
1564 | <!-- ====================================================================== --> | |
1565 | <!-- wxOS/2 --> | |
1566 | <!-- ====================================================================== --> | |
1567 | ||
1568 | <set var="OS2_LOWLEVEL_SRC" hints="files"> | |
1569 | </set> | |
1570 | <set var="OS2_LOWLEVEL_HDR" hints="files"> | |
1571 | </set> | |
1572 | <set var="OS2_SRC" hints="files"> | |
1573 | <!-- Generic implementations used by wxOS2: --> | |
1574 | src/generic/caret.cpp | |
1575 | src/generic/colrdlgg.cpp | |
1576 | src/generic/dirdlgg.cpp | |
1577 | src/generic/fdrepdlg.cpp | |
1578 | src/generic/imaglist.cpp | |
1579 | src/generic/listctrl.cpp | |
1580 | src/generic/mdig.cpp | |
1581 | src/generic/msgdlgg.cpp | |
1582 | src/generic/prntdlgg.cpp | |
1583 | src/generic/statusbr.cpp | |
1584 | <!-- OS/2 specific files: --> | |
1585 | src/os2/accel.cpp | |
1586 | src/os2/app.cpp | |
1587 | src/os2/bitmap.cpp | |
1588 | src/os2/bmpbuttn.cpp | |
1589 | src/os2/brush.cpp | |
1590 | src/os2/button.cpp | |
1591 | src/os2/checkbox.cpp | |
1592 | src/os2/checklst.cpp | |
1593 | src/os2/choice.cpp | |
1594 | src/os2/clipbrd.cpp | |
1595 | src/os2/colour.cpp | |
1596 | src/os2/combobox.cpp | |
1597 | src/os2/control.cpp | |
1598 | src/os2/cursor.cpp | |
1599 | src/os2/data.cpp | |
1600 | src/os2/dataobj.cpp | |
1601 | src/os2/dc.cpp | |
1602 | src/os2/dcclient.cpp | |
1603 | src/os2/dcmemory.cpp | |
1604 | src/os2/dcprint.cpp | |
1605 | src/os2/dcscreen.cpp | |
1606 | src/os2/dialog.cpp | |
1607 | src/os2/dnd.cpp | |
1608 | src/os2/evtloop.cpp | |
1609 | src/os2/filedlg.cpp | |
1610 | src/os2/font.cpp | |
1611 | src/os2/fontdlg.cpp | |
1612 | src/os2/fontenum.cpp | |
1613 | src/os2/fontutil.cpp | |
1614 | src/os2/frame.cpp | |
1615 | src/os2/gauge.cpp | |
1616 | src/os2/gdiimage.cpp | |
1617 | src/os2/gdiobj.cpp | |
1618 | src/os2/gsockpm.cpp | |
1619 | src/os2/helpwin.cpp | |
1620 | src/os2/icon.cpp | |
1621 | src/os2/iniconf.cpp | |
1622 | src/os2/listbox.cpp | |
1623 | src/os2/main.cpp | |
1624 | src/os2/menu.cpp | |
1625 | src/os2/menuitem.cpp | |
1626 | src/os2/metafile.cpp | |
1627 | src/os2/msgdlg.cpp | |
1628 | src/os2/nativdlg.cpp | |
1629 | src/os2/notebook.cpp | |
1630 | src/os2/ownerdrw.cpp | |
1631 | src/os2/palette.cpp | |
1632 | src/os2/pen.cpp | |
1633 | src/os2/popupwin.cpp | |
1634 | src/os2/print.cpp | |
1635 | src/os2/radiobox.cpp | |
1636 | src/os2/radiobut.cpp | |
1637 | src/os2/region.cpp | |
1638 | src/os2/scrolbar.cpp | |
1639 | src/os2/settings.cpp | |
1640 | src/os2/slider.cpp | |
1641 | src/os2/spinbutt.cpp | |
1642 | src/os2/spinctrl.cpp | |
1643 | src/os2/statbmp.cpp | |
1644 | src/os2/statbox.cpp | |
1645 | src/os2/statline.cpp | |
1646 | src/os2/stattext.cpp | |
1647 | src/os2/tabctrl.cpp | |
1648 | src/os2/textctrl.cpp | |
1649 | src/os2/tglbtn.cpp | |
1650 | src/os2/timer.cpp | |
1651 | src/os2/toolbar.cpp | |
1652 | src/os2/tooltip.cpp | |
1653 | src/os2/toplevel.cpp | |
1654 | src/os2/utilsgui.cpp | |
1655 | src/os2/window.cpp | |
1656 | </set> | |
1657 | <set var="OS2_HDR" hints="files"> | |
1658 | wx/generic/caret.h | |
1659 | wx/generic/colrdlgg.h | |
1660 | wx/generic/dirdlgg.h | |
1661 | wx/generic/fdrepdlg.h | |
1662 | wx/generic/listctrl.h | |
1663 | wx/generic/mdig.h | |
1664 | wx/generic/statusbr.h | |
1665 | wx/os2/accel.h | |
1666 | wx/os2/app.h | |
1667 | wx/os2/bitmap.h | |
1668 | wx/os2/bmpbuttn.h | |
1669 | wx/os2/brush.h | |
1670 | wx/os2/button.h | |
1671 | wx/os2/checkbox.h | |
1672 | wx/os2/checklst.h | |
1673 | wx/os2/choice.h | |
1674 | wx/os2/clipbrd.h | |
1675 | wx/os2/colour.h | |
1676 | wx/os2/combobox.h | |
1677 | wx/os2/control.h | |
1678 | wx/os2/cursor.h | |
1679 | wx/os2/dataform.h | |
1680 | wx/os2/dataobj.h | |
1681 | wx/os2/dataobj2.h | |
1682 | wx/os2/dc.h | |
1683 | wx/os2/dcclient.h | |
1684 | wx/os2/dcmemory.h | |
1685 | wx/os2/dcprint.h | |
1686 | wx/os2/dcscreen.h | |
1687 | wx/os2/dialog.h | |
1688 | wx/os2/dnd.h | |
1689 | wx/os2/filedlg.h | |
1690 | wx/os2/font.h | |
1691 | wx/os2/fontdlg.h | |
1692 | wx/os2/frame.h | |
1693 | wx/os2/gauge.h | |
1694 | wx/os2/gdiimage.h | |
1695 | wx/os2/gdiobj.h | |
1696 | wx/os2/helpwin.h | |
1697 | wx/os2/icon.h | |
1698 | wx/os2/iniconf.h | |
1699 | wx/os2/listbox.h | |
1700 | wx/os2/menu.h | |
1701 | wx/os2/menuitem.h | |
1702 | wx/os2/metafile.h | |
1703 | wx/os2/minifram.h | |
1704 | wx/os2/msgdlg.h | |
1705 | wx/os2/notebook.h | |
1706 | wx/os2/palette.h | |
1707 | wx/os2/pen.h | |
1708 | wx/os2/pnghand.h | |
1709 | wx/os2/pngread.h | |
1710 | wx/os2/print.h | |
1711 | wx/os2/private.h | |
1712 | wx/os2/radiobox.h | |
1713 | wx/os2/radiobut.h | |
1714 | wx/os2/region.h | |
1715 | wx/os2/scrolbar.h | |
1716 | wx/os2/settings.h | |
1717 | wx/os2/setup0.h | |
1718 | wx/os2/slider.h | |
1719 | wx/os2/spinbutt.h | |
1720 | wx/os2/spinctrl.h | |
1721 | wx/os2/statbmp.h | |
1722 | wx/os2/statbox.h | |
1723 | wx/os2/statline.h | |
1724 | wx/os2/stattext.h | |
1725 | wx/os2/tabctrl.h | |
1726 | wx/os2/textctrl.h | |
1727 | wx/os2/tglbtn.h | |
1728 | wx/os2/timer.h | |
1729 | wx/os2/toolbar.h | |
1730 | wx/os2/tooltip.h | |
1731 | wx/os2/toplevel.h | |
1732 | wx/os2/window.h | |
1733 | </set> | |
1734 | ||
1735 | ||
1736 | ||
1737 | <!-- ====================================================================== --> | |
1738 | <!-- wxMac --> | |
1739 | <!-- ====================================================================== --> | |
1740 | ||
1741 | <set var="MAC_OSX_LOWLEVEL_SRC" hints="files"> | |
1742 | <!-- Shared wxMac and wxCocoa files --> | |
1743 | src/mac/corefoundation/gsockosx.cpp | |
1744 | src/mac/corefoundation/hid.cpp | |
1745 | src/mac/corefoundation/utilsexc_cf.cpp | |
1746 | </set> | |
1747 | ||
1748 | <set var="MAC_OSX_LOWLEVEL_HDR" hints="files"> | |
1749 | </set> | |
1750 | ||
1751 | <set var="MAC_LOWLEVEL_SRC" hints="files"> | |
1752 | <if cond="PLATFORM_MACOSX=='1'">$(MAC_OSX_LOWLEVEL_SRC)</if> | |
1753 | </set> | |
1754 | <set var="MAC_LOWLEVEL_HDR" hints="files"> | |
1755 | <if cond="PLATFORM_MACOSX=='1'">$(MAC_OSX_LOWLEVEL_HDR)</if> | |
1756 | </set> | |
1757 | ||
1758 | <set var="MAC_OSX_SRC" hints="files"> | |
1759 | <if cond="PLATFORM_MACOSX=='1'"> | |
1760 | <!-- Unix files used by wxMac: --> | |
1761 | src/unix/snglinst.cpp | |
1762 | <!-- wxWebKit files --> | |
1763 | src/html/htmlctrl/webkit/webkit.mm | |
1764 | <!-- Native color/font dialogs --> | |
1765 | src/mac/carbon/fontdlgosx.mm | |
1766 | src/mac/carbon/colordlgosx.mm | |
1767 | </if> | |
1768 | </set> | |
1769 | ||
1770 | <set var="MAC_SRC" hints="files"> | |
1771 | src/mac/carbon/accel.cpp | |
1772 | src/mac/carbon/aga.cpp | |
1773 | src/mac/carbon/app.cpp | |
1774 | src/mac/carbon/bitmap.cpp | |
1775 | src/mac/carbon/bmpbuttn.cpp | |
1776 | src/mac/carbon/brush.cpp | |
1777 | src/mac/carbon/button.cpp | |
1778 | src/mac/carbon/checkbox.cpp | |
1779 | src/mac/carbon/checklst.cpp | |
1780 | src/mac/carbon/choice.cpp | |
1781 | src/mac/carbon/clipbrd.cpp | |
1782 | src/mac/carbon/colordlg.cpp | |
1783 | src/mac/carbon/colour.cpp | |
1784 | src/mac/carbon/combobox.cpp | |
1785 | src/mac/carbon/control.cpp | |
1786 | src/mac/carbon/cursor.cpp | |
1787 | src/mac/carbon/data.cpp | |
1788 | src/mac/carbon/dataobj.cpp | |
1789 | src/mac/carbon/dc.cpp | |
1790 | src/mac/carbon/dccg.cpp | |
1791 | src/mac/carbon/dcclient.cpp | |
1792 | src/mac/carbon/dcmemory.cpp | |
1793 | src/mac/carbon/dcprint.cpp | |
1794 | src/mac/carbon/dcscreen.cpp | |
1795 | src/mac/carbon/dialog.cpp | |
1796 | src/mac/carbon/dirdlg.cpp | |
1797 | src/mac/carbon/display.cpp | |
1798 | src/mac/carbon/dnd.cpp | |
1799 | src/mac/carbon/filedlg.cpp | |
1800 | src/mac/carbon/font.cpp | |
1801 | src/mac/carbon/fontdlg.cpp | |
1802 | src/mac/carbon/fontenum.cpp | |
1803 | src/mac/carbon/fontutil.cpp | |
1804 | src/mac/carbon/frame.cpp | |
1805 | src/mac/carbon/gauge.cpp | |
1806 | src/mac/carbon/gdiobj.cpp | |
1807 | src/mac/carbon/icon.cpp | |
1808 | src/mac/carbon/imaglist.cpp | |
1809 | src/mac/carbon/listbox.cpp | |
1810 | src/mac/carbon/mdi.cpp | |
1811 | src/mac/carbon/menu.cpp | |
1812 | src/mac/carbon/menuitem.cpp | |
1813 | src/mac/carbon/metafile.cpp | |
1814 | src/mac/carbon/minifram.cpp | |
1815 | src/mac/carbon/msgdlg.cpp | |
1816 | src/mac/carbon/notebmac.cpp | |
1817 | src/mac/carbon/palette.cpp | |
1818 | src/mac/carbon/pen.cpp | |
1819 | src/mac/carbon/pnghand.cpp | |
1820 | src/mac/carbon/printdlg.cpp | |
1821 | src/mac/carbon/printmac.cpp | |
1822 | src/mac/carbon/radiobox.cpp | |
1823 | src/mac/carbon/radiobut.cpp | |
1824 | src/mac/carbon/region.cpp | |
1825 | src/mac/carbon/renderer.cpp | |
1826 | src/mac/carbon/scrolbar.cpp | |
1827 | src/mac/carbon/settings.cpp | |
1828 | src/mac/carbon/slider.cpp | |
1829 | src/mac/carbon/spinbutt.cpp | |
1830 | src/mac/carbon/spinctrl.cpp | |
1831 | src/mac/carbon/statbmp.cpp | |
1832 | src/mac/carbon/statbox.cpp | |
1833 | src/mac/carbon/statbrma.cpp | |
1834 | src/mac/carbon/statlmac.cpp | |
1835 | src/mac/carbon/stattext.cpp | |
1836 | src/mac/carbon/tabctrl.cpp | |
1837 | src/mac/carbon/textctrl.cpp | |
1838 | src/mac/carbon/timer.cpp | |
1839 | src/mac/carbon/tglbtn.cpp | |
1840 | src/mac/carbon/toolbar.cpp | |
1841 | src/mac/carbon/tooltip.cpp | |
1842 | src/mac/carbon/toplevel.cpp | |
1843 | src/mac/carbon/window.cpp | |
1844 | <!-- Generic implementations used by wxMac: --> | |
1845 | src/generic/caret.cpp | |
1846 | src/generic/fdrepdlg.cpp | |
1847 | src/generic/fontdlgg.cpp | |
1848 | src/generic/listctrl.cpp | |
1849 | src/generic/prntdlgg.cpp | |
1850 | src/generic/statusbr.cpp | |
1851 | src/generic/tabg.cpp | |
1852 | </set> | |
1853 | ||
1854 | <!-- Header files like wx/mac/foo.h which include wx/mac/carbon/foo.h --> | |
1855 | <set var="MAC_CMN_HDR" hints="files"> | |
1856 | wx/mac/accel.h | |
1857 | wx/mac/aga.h | |
1858 | wx/mac/app.h | |
1859 | wx/mac/bitmap.h | |
1860 | wx/mac/bmpbuttn.h | |
1861 | wx/mac/brush.h | |
1862 | wx/mac/button.h | |
1863 | wx/mac/checkbox.h | |
1864 | wx/mac/checklst.h | |
1865 | wx/mac/chkconf.h | |
1866 | wx/mac/choice.h | |
1867 | wx/mac/clipbrd.h | |
1868 | wx/mac/colordlg.h | |
1869 | wx/mac/colour.h | |
1870 | wx/mac/combobox.h | |
1871 | wx/mac/control.h | |
1872 | wx/mac/cursor.h | |
1873 | wx/mac/dataform.h | |
1874 | wx/mac/dataobj.h | |
1875 | wx/mac/dataobj2.h | |
1876 | wx/mac/dc.h | |
1877 | wx/mac/dcclient.h | |
1878 | wx/mac/dcmemory.h | |
1879 | wx/mac/dcprint.h | |
1880 | wx/mac/dcscreen.h | |
1881 | wx/mac/dialog.h | |
1882 | wx/mac/dirdlg.h | |
1883 | wx/mac/display.h | |
1884 | wx/mac/dnd.h | |
1885 | wx/mac/filedlg.h | |
1886 | wx/mac/font.h | |
1887 | wx/mac/fontdlg.h | |
1888 | wx/mac/frame.h | |
1889 | wx/mac/gauge.h | |
1890 | wx/mac/gdiobj.h | |
1891 | wx/mac/glcanvas.h | |
1892 | wx/mac/gsockmac.h | |
1893 | wx/mac/helpxxxx.h | |
1894 | wx/mac/icon.h | |
1895 | wx/mac/imaglist.h | |
1896 | wx/mac/joystick.h | |
1897 | wx/mac/listbox.h | |
1898 | wx/mac/listctrl.h | |
1899 | wx/mac/macnotfy.h | |
1900 | wx/mac/macsock.h | |
1901 | wx/mac/mdi.h | |
1902 | wx/mac/menu.h | |
1903 | wx/mac/menuitem.h | |
1904 | wx/mac/metafile.h | |
1905 | wx/mac/mimetype.h | |
1906 | wx/mac/minifram.h | |
1907 | wx/mac/msgdlg.h | |
1908 | wx/mac/notebook.h | |
1909 | wx/mac/palette.h | |
1910 | wx/mac/pen.h | |
1911 | wx/mac/pnghand.h | |
1912 | wx/mac/pngread.h | |
1913 | wx/mac/printdlg.h | |
1914 | wx/mac/printmac.h | |
1915 | wx/mac/private.h | |
1916 | wx/mac/radiobox.h | |
1917 | wx/mac/radiobut.h | |
1918 | wx/mac/region.h | |
1919 | wx/mac/scrolbar.h | |
1920 | wx/mac/slider.h | |
1921 | wx/mac/sound.h | |
1922 | wx/mac/spinbutt.h | |
1923 | wx/mac/spinctrl.h | |
1924 | wx/mac/statbmp.h | |
1925 | wx/mac/statbox.h | |
1926 | wx/mac/statline.h | |
1927 | wx/mac/stattext.h | |
1928 | wx/mac/statusbr.h | |
1929 | wx/mac/tabctrl.h | |
1930 | wx/mac/taskbarosx.h | |
1931 | wx/mac/textctrl.h | |
1932 | wx/mac/timer.h | |
1933 | wx/mac/tglbtn.h | |
1934 | wx/mac/toolbar.h | |
1935 | wx/mac/tooltip.h | |
1936 | wx/mac/toplevel.h | |
1937 | wx/mac/treectrl.h | |
1938 | wx/mac/uma.h | |
1939 | wx/mac/window.h | |
1940 | </set> | |
1941 | <!-- wxMac Carbon header files --> | |
1942 | <set var="MAC_HDR" hints="files"> | |
1943 | wx/mac/carbon/accel.h | |
1944 | wx/mac/carbon/aga.h | |
1945 | wx/mac/carbon/app.h | |
1946 | wx/mac/carbon/bitmap.h | |
1947 | wx/mac/carbon/bmpbuttn.h | |
1948 | wx/mac/carbon/brush.h | |
1949 | wx/mac/carbon/button.h | |
1950 | wx/mac/carbon/checkbox.h | |
1951 | wx/mac/carbon/checklst.h | |
1952 | wx/mac/carbon/chkconf.h | |
1953 | wx/mac/carbon/choice.h | |
1954 | wx/mac/carbon/clipbrd.h | |
1955 | wx/mac/carbon/colordlg.h | |
1956 | wx/mac/carbon/colour.h | |
1957 | wx/mac/carbon/combobox.h | |
1958 | wx/mac/carbon/control.h | |
1959 | wx/mac/carbon/cursor.h | |
1960 | wx/mac/carbon/dataform.h | |
1961 | wx/mac/carbon/dataobj.h | |
1962 | wx/mac/carbon/dataobj2.h | |
1963 | wx/mac/carbon/dc.h | |
1964 | wx/mac/carbon/dcclient.h | |
1965 | wx/mac/carbon/dcmemory.h | |
1966 | wx/mac/carbon/dcprint.h | |
1967 | wx/mac/carbon/dcscreen.h | |
1968 | wx/mac/carbon/dialog.h | |
1969 | wx/mac/carbon/dirdlg.h | |
1970 | wx/mac/carbon/display.h | |
1971 | wx/mac/carbon/dnd.h | |
1972 | wx/mac/carbon/filedlg.h | |
1973 | wx/mac/carbon/font.h | |
1974 | wx/mac/carbon/fontdlg.h | |
1975 | wx/mac/carbon/frame.h | |
1976 | wx/mac/carbon/gauge.h | |
1977 | wx/mac/carbon/gdiobj.h | |
1978 | wx/mac/carbon/gsockmac.h | |
1979 | wx/mac/carbon/helpxxxx.h | |
1980 | wx/mac/carbon/icon.h | |
1981 | wx/mac/carbon/imaglist.h | |
1982 | wx/mac/carbon/listbox.h | |
1983 | wx/mac/carbon/listctrl.h | |
1984 | wx/mac/carbon/macnotfy.h | |
1985 | wx/mac/carbon/macsock.h | |
1986 | wx/mac/carbon/mdi.h | |
1987 | wx/mac/carbon/menu.h | |
1988 | wx/mac/carbon/menuitem.h | |
1989 | wx/mac/carbon/metafile.h | |
1990 | wx/mac/carbon/mimetype.h | |
1991 | wx/mac/carbon/minifram.h | |
1992 | wx/mac/carbon/msgdlg.h | |
1993 | wx/mac/carbon/notebook.h | |
1994 | wx/mac/carbon/palette.h | |
1995 | wx/mac/carbon/pen.h | |
1996 | wx/mac/carbon/pnghand.h | |
1997 | wx/mac/carbon/pngread.h | |
1998 | wx/mac/carbon/printdlg.h | |
1999 | wx/mac/carbon/printmac.h | |
2000 | wx/mac/carbon/private.h | |
2001 | wx/mac/carbon/radiobox.h | |
2002 | wx/mac/carbon/radiobut.h | |
2003 | wx/mac/carbon/region.h | |
2004 | wx/mac/carbon/scrolbar.h | |
2005 | wx/mac/carbon/slider.h | |
2006 | wx/mac/carbon/spinbutt.h | |
2007 | wx/mac/carbon/spinctrl.h | |
2008 | wx/mac/carbon/statbmp.h | |
2009 | wx/mac/carbon/statbox.h | |
2010 | wx/mac/carbon/statline.h | |
2011 | wx/mac/carbon/stattext.h | |
2012 | wx/mac/carbon/statusbr.h | |
2013 | wx/mac/carbon/tabctrl.h | |
2014 | wx/mac/carbon/textctrl.h | |
2015 | wx/mac/carbon/timer.h | |
2016 | wx/mac/carbon/tglbtn.h | |
2017 | wx/mac/carbon/toolbar.h | |
2018 | wx/mac/carbon/tooltip.h | |
2019 | wx/mac/carbon/toplevel.h | |
2020 | wx/mac/carbon/treectrl.h | |
2021 | wx/mac/carbon/uma.h | |
2022 | wx/mac/carbon/window.h | |
2023 | <!-- Generic implementations used by wxMac: --> | |
2024 | wx/generic/caret.h | |
2025 | wx/generic/fdrepdlg.h | |
2026 | wx/generic/fontdlgg.h | |
2027 | wx/generic/listctrl.h | |
2028 | wx/generic/statusbr.h | |
2029 | wx/generic/tabg.h | |
2030 | <!-- wxWebKit headers --> | |
2031 | wx/html/webkit.h | |
2032 | </set> | |
2033 | ||
2034 | ||
2035 | <!-- ====================================================================== --> | |
2036 | <!-- wxCocoa --> | |
2037 | <!-- ====================================================================== --> | |
2038 | ||
2039 | <set var="COCOA_LOWLEVEL_SRC" hints="files"> | |
2040 | <!-- Shared wxMac and wxCocoa files --> | |
2041 | src/mac/corefoundation/gsockosx.cpp | |
2042 | src/mac/corefoundation/hid.cpp | |
2043 | src/mac/corefoundation/utilsexc_cf.cpp | |
2044 | </set> | |
2045 | <set var="COCOA_LOWLEVEL_HDR" hints="files"> | |
2046 | </set> | |
2047 | <set var="COCOA_SRC" hints="files"> | |
2048 | src/cocoa/NSBox.mm | |
2049 | src/cocoa/NSButton.mm | |
2050 | src/cocoa/NSControl.mm | |
2051 | src/cocoa/NSMenu.mm | |
2052 | src/cocoa/NSPanel.mm | |
2053 | src/cocoa/NSScroller.mm | |
2054 | src/cocoa/NSTabView.mm | |
2055 | src/cocoa/NSTableView.mm | |
2056 | src/cocoa/NSTextField.mm | |
2057 | src/cocoa/NSView.mm | |
2058 | src/cocoa/NSWindow.mm | |
2059 | src/cocoa/ObjcRef.mm | |
2060 | src/cocoa/app.mm | |
2061 | src/cocoa/bitmap.mm | |
2062 | src/cocoa/bmpbuttn.mm | |
2063 | src/cocoa/brush.mm | |
2064 | src/cocoa/button.mm | |
2065 | src/cocoa/checkbox.mm | |
2066 | src/cocoa/checklst.mm | |
2067 | src/cocoa/choice.mm | |
2068 | src/cocoa/clipbrd.mm | |
2069 | src/cocoa/colordlg.mm | |
2070 | src/cocoa/colour.mm | |
2071 | src/cocoa/combobox.mm | |
2072 | src/cocoa/control.mm | |
2073 | src/cocoa/cursor.mm | |
2074 | src/cocoa/data.cpp | |
2075 | src/cocoa/dataobj.mm | |
2076 | src/cocoa/dc.mm | |
2077 | src/cocoa/dcclient.mm | |
2078 | src/cocoa/dcmemory.mm | |
2079 | src/cocoa/dcscreen.cpp | |
2080 | src/cocoa/dialog.mm | |
2081 | src/cocoa/display.mm | |
2082 | src/cocoa/drawer.mm | |
2083 | src/cocoa/evtloop.mm | |
2084 | src/cocoa/filedlg.mm | |
2085 | src/cocoa/font.cpp | |
2086 | src/cocoa/fontdlg.mm | |
2087 | src/cocoa/fontenum.mm | |
2088 | src/cocoa/fontutil.cpp | |
2089 | src/cocoa/frame.mm | |
2090 | src/cocoa/gauge.mm | |
2091 | src/cocoa/gdiobj.cpp | |
2092 | src/cocoa/icon.mm | |
2093 | src/cocoa/listbox.mm | |
2094 | src/cocoa/main.cpp | |
2095 | src/cocoa/mbarman.mm | |
2096 | src/cocoa/mdi.mm | |
2097 | src/cocoa/menu.mm | |
2098 | src/cocoa/menuitem.mm | |
2099 | src/cocoa/msgdlg.mm | |
2100 | src/cocoa/notebook.mm | |
2101 | src/cocoa/pen.mm | |
2102 | src/cocoa/radiobox.mm | |
2103 | src/cocoa/radiobut.mm | |
2104 | src/cocoa/region.mm | |
2105 | src/cocoa/scrolbar.mm | |
2106 | src/cocoa/settings.mm | |
2107 | src/cocoa/slider.mm | |
2108 | src/cocoa/sound.mm | |
2109 | src/cocoa/spinbutt.mm | |
2110 | src/cocoa/statbmp.mm | |
2111 | src/cocoa/statbox.mm | |
2112 | src/cocoa/statline2.mm | |
2113 | src/cocoa/stattext.mm | |
2114 | src/cocoa/textctrl.mm | |
2115 | src/cocoa/timer.mm | |
2116 | src/cocoa/toolbar.mm | |
2117 | src/cocoa/tooltip.mm | |
2118 | src/cocoa/toplevel.mm | |
2119 | src/cocoa/utils.cpp | |
2120 | src/cocoa/utilsexc.mm | |
2121 | src/cocoa/window.mm | |
2122 | <!-- Generic implementations used by wxCocoa: --> | |
2123 | src/generic/accel.cpp | |
2124 | src/generic/caret.cpp | |
2125 | src/generic/colrdlgg.cpp | |
2126 | src/generic/dirdlgg.cpp | |
2127 | src/generic/fdrepdlg.cpp | |
2128 | src/generic/fontdlgg.cpp | |
2129 | src/generic/imaglist.cpp | |
2130 | src/generic/listctrl.cpp | |
2131 | src/generic/msgdlgg.cpp | |
2132 | src/generic/paletteg.cpp | |
2133 | src/generic/regiong.cpp | |
2134 | src/generic/statusbr.cpp | |
2135 | src/generic/tabg.cpp | |
2136 | </set> | |
2137 | <set var="COCOA_HDR" hints="files"> | |
2138 | wx/cocoa/NSApplication.h | |
2139 | wx/cocoa/NSBox.h | |
2140 | wx/cocoa/NSButton.h | |
2141 | wx/cocoa/NSControl.h | |
2142 | wx/cocoa/NSMenu.h | |
2143 | wx/cocoa/NSPanel.h | |
2144 | wx/cocoa/NSScroller.h | |
2145 | wx/cocoa/NSTabView.h | |
2146 | wx/cocoa/NSTableView.h | |
2147 | wx/cocoa/NSTextField.h | |
2148 | wx/cocoa/NSView.h | |
2149 | wx/cocoa/NSWindow.h | |
2150 | wx/cocoa/ObjcAssociate.h | |
2151 | wx/cocoa/ObjcPose.h | |
2152 | wx/cocoa/ObjcRef.h | |
2153 | wx/cocoa/app.h | |
2154 | wx/cocoa/bitmap.h | |
2155 | wx/cocoa/bmpbuttn.h | |
2156 | wx/cocoa/brush.h | |
2157 | wx/cocoa/button.h | |
2158 | wx/cocoa/checkbox.h | |
2159 | wx/cocoa/checklst.h | |
2160 | wx/cocoa/choice.h | |
2161 | wx/cocoa/clipbrd.h | |
2162 | wx/cocoa/colordlg.h | |
2163 | wx/cocoa/colour.h | |
2164 | wx/cocoa/combobox.h | |
2165 | wx/cocoa/control.h | |
2166 | wx/cocoa/cursor.h | |
2167 | wx/cocoa/dataform.h | |
2168 | wx/cocoa/dataobj.h | |
2169 | wx/cocoa/dataobj2.h | |
2170 | wx/cocoa/dc.h | |
2171 | wx/cocoa/dcclient.h | |
2172 | wx/cocoa/dcmemory.h | |
2173 | wx/cocoa/dcscreen.h | |
2174 | wx/cocoa/dialog.h | |
2175 | wx/cocoa/display.h | |
2176 | wx/cocoa/drawer.h | |
2177 | wx/cocoa/filedlg.h | |
2178 | wx/cocoa/font.h | |
2179 | wx/cocoa/fontdlg.h | |
2180 | wx/cocoa/frame.h | |
2181 | wx/cocoa/gauge.h | |
2182 | wx/cocoa/gdiobj.h | |
2183 | wx/cocoa/icon.h | |
2184 | wx/cocoa/listbox.h | |
2185 | wx/cocoa/log.h | |
2186 | wx/cocoa/mbarman.h | |
2187 | wx/cocoa/mdi.h | |
2188 | wx/cocoa/menu.h | |
2189 | wx/cocoa/menuitem.h | |
2190 | wx/cocoa/msgdlg.h | |
2191 | wx/cocoa/notebook.h | |
2192 | wx/cocoa/pen.h | |
2193 | wx/cocoa/radiobox.h | |
2194 | wx/cocoa/radiobut.h | |
2195 | wx/cocoa/region.h | |
2196 | wx/cocoa/scrolbar.h | |
2197 | wx/cocoa/slider.h | |
2198 | wx/cocoa/sound.h | |
2199 | wx/cocoa/spinbutt.h | |
2200 | wx/cocoa/statbmp.h | |
2201 | wx/cocoa/statbox.h | |
2202 | wx/cocoa/statline.h | |
2203 | wx/cocoa/stattext.h | |
2204 | wx/cocoa/textctrl.h | |
2205 | wx/cocoa/timer.h | |
2206 | wx/cocoa/toolbar.h | |
2207 | wx/cocoa/toplevel.h | |
2208 | wx/cocoa/window.h | |
2209 | <!-- Generic implementations used by wxCocoa: --> | |
2210 | wx/generic/caret.h | |
2211 | wx/generic/dirdlgg.h | |
2212 | wx/generic/fdrepdlg.h | |
2213 | wx/generic/fontdlgg.h | |
2214 | wx/generic/imaglist.h | |
2215 | wx/generic/listctrl.h | |
2216 | wx/generic/paletteg.h | |
2217 | wx/generic/region.h | |
2218 | wx/generic/statusbr.h | |
2219 | wx/generic/tabg.h | |
2220 | </set> | |
2221 | ||
2222 | ||
2223 | ||
2224 | <!-- ====================================================================== --> | |
2225 | <!-- wxUniversal --> | |
2226 | <!-- ====================================================================== --> | |
2227 | ||
2228 | ||
2229 | <set var="UNIV_THEMES_SRC" hints="files"> | |
2230 | src/univ/themes/gtk.cpp | |
2231 | src/univ/themes/metal.cpp | |
2232 | src/univ/themes/win32.cpp | |
2233 | </set> | |
2234 | ||
2235 | <set var="UNIV_SRC" hints="files"> | |
2236 | src/generic/accel.cpp | |
2237 | src/generic/colrdlgg.cpp | |
2238 | src/generic/dirdlgg.cpp | |
2239 | src/generic/fdrepdlg.cpp | |
2240 | src/generic/filedlgg.cpp | |
2241 | src/generic/fontdlgg.cpp | |
2242 | src/generic/imaglist.cpp | |
2243 | src/generic/listctrl.cpp | |
2244 | src/generic/mdig.cpp | |
2245 | src/generic/msgdlgg.cpp | |
2246 | src/generic/prntdlgg.cpp | |
2247 | src/generic/tabg.cpp | |
2248 | src/univ/bmpbuttn.cpp | |
2249 | src/univ/button.cpp | |
2250 | src/univ/checkbox.cpp | |
2251 | src/univ/checklst.cpp | |
2252 | src/univ/choice.cpp | |
2253 | src/univ/colschem.cpp | |
2254 | src/univ/combobox.cpp | |
2255 | src/univ/control.cpp | |
2256 | src/univ/ctrlrend.cpp | |
2257 | src/univ/dialog.cpp | |
2258 | src/univ/framuniv.cpp | |
2259 | src/univ/gauge.cpp | |
2260 | src/univ/inpcons.cpp | |
2261 | src/univ/inphand.cpp | |
2262 | src/univ/listbox.cpp | |
2263 | src/univ/menu.cpp | |
2264 | src/univ/notebook.cpp | |
2265 | src/univ/radiobox.cpp | |
2266 | src/univ/radiobut.cpp | |
2267 | src/univ/scrarrow.cpp | |
2268 | src/univ/scrolbar.cpp | |
2269 | src/univ/scrthumb.cpp | |
2270 | src/univ/slider.cpp | |
2271 | src/univ/spinbutt.cpp | |
2272 | src/univ/statbmp.cpp | |
2273 | src/univ/statbox.cpp | |
2274 | src/univ/statline.cpp | |
2275 | src/univ/stattext.cpp | |
2276 | src/univ/statusbr.cpp | |
2277 | src/univ/textctrl.cpp | |
2278 | src/univ/theme.cpp | |
2279 | src/univ/toolbar.cpp | |
2280 | src/univ/topluniv.cpp | |
2281 | src/univ/winuniv.cpp | |
2282 | </set> | |
2283 | <set var="UNIV_HDR" hints="files"> | |
2284 | wx/generic/accel.h | |
2285 | wx/generic/dirdlgg.h | |
2286 | wx/generic/fdrepdlg.h | |
2287 | wx/generic/fontdlgg.h | |
2288 | wx/generic/listctrl.h | |
2289 | wx/generic/mdig.h | |
2290 | wx/generic/statusbr.h | |
2291 | wx/generic/tabg.h | |
2292 | wx/univ/app.h | |
2293 | wx/univ/bmpbuttn.h | |
2294 | wx/univ/button.h | |
2295 | wx/univ/checkbox.h | |
2296 | wx/univ/checklst.h | |
2297 | wx/univ/choice.h | |
2298 | wx/univ/colschem.h | |
2299 | wx/univ/combobox.h | |
2300 | wx/univ/control.h | |
2301 | wx/univ/dialog.h | |
2302 | wx/univ/frame.h | |
2303 | wx/univ/gauge.h | |
2304 | wx/univ/inpcons.h | |
2305 | wx/univ/inphand.h | |
2306 | wx/univ/listbox.h | |
2307 | wx/univ/menu.h | |
2308 | wx/univ/menuitem.h | |
2309 | wx/univ/notebook.h | |
2310 | wx/univ/radiobox.h | |
2311 | wx/univ/radiobut.h | |
2312 | wx/univ/renderer.h | |
2313 | wx/univ/scrarrow.h | |
2314 | wx/univ/scrolbar.h | |
2315 | wx/univ/scrthumb.h | |
2316 | wx/univ/scrtimer.h | |
2317 | wx/univ/slider.h | |
2318 | wx/univ/spinbutt.h | |
2319 | wx/univ/statbmp.h | |
2320 | wx/univ/statbox.h | |
2321 | wx/univ/statline.h | |
2322 | wx/univ/stattext.h | |
2323 | wx/univ/statusbr.h | |
2324 | wx/univ/textctrl.h | |
2325 | wx/univ/theme.h | |
2326 | wx/univ/toolbar.h | |
2327 | wx/univ/toplevel.h | |
2328 | wx/univ/window.h | |
2329 | </set> | |
2330 | ||
2331 | ||
2332 | <!-- ====================================================================== --> | |
2333 | <!-- wxAdvanced --> | |
2334 | <!-- ====================================================================== --> | |
2335 | ||
2336 | <set var="ADVANCED_CMN_SRC" hints="files"> | |
2337 | src/generic/calctrl.cpp | |
2338 | src/generic/datectlg.cpp | |
2339 | src/generic/grid.cpp | |
2340 | src/generic/gridctrl.cpp | |
2341 | src/generic/gridsel.cpp | |
2342 | src/generic/helpext.cpp | |
2343 | src/generic/laywin.cpp | |
2344 | src/generic/propdlg.cpp | |
2345 | src/generic/sashwin.cpp | |
2346 | src/generic/splash.cpp | |
2347 | src/generic/tipdlg.cpp | |
2348 | src/generic/wizard.cpp | |
2349 | </set> | |
2350 | ||
2351 | <set var="ADVANCED_CMN_HDR" hints="files"> | |
2352 | wx/calctrl.h | |
2353 | wx/dateevt.h | |
2354 | wx/dcbuffer.h | |
2355 | wx/generic/calctrl.h | |
2356 | wx/generic/datectrl.h | |
2357 | wx/generic/grid.h | |
2358 | wx/generic/gridctrl.h | |
2359 | wx/generic/gridsel.h | |
2360 | wx/generic/helpext.h | |
2361 | wx/generic/laywin.h | |
2362 | wx/generic/propdlg.h | |
2363 | wx/generic/sashwin.h | |
2364 | wx/generic/splash.h | |
2365 | wx/generic/wizard.h | |
2366 | wx/grid.h | |
2367 | wx/joystick.h | |
2368 | wx/laywin.h | |
2369 | wx/propdlg.h | |
2370 | wx/sashwin.h | |
2371 | wx/sound.h | |
2372 | wx/splash.h | |
2373 | wx/taskbar.h | |
2374 | wx/tipdlg.h | |
2375 | wx/wave.h | |
2376 | wx/wizard.h | |
2377 | </set> | |
2378 | ||
2379 | <set var="ADVANCED_CMN_NATIVE_HDR" hints="files"> | |
2380 | wx/datectrl.h | |
2381 | </set> | |
2382 | ||
2383 | <set var="ADVANCED_MSW_SRC" hints="files"> | |
2384 | src/common/taskbarcmn.cpp | |
2385 | src/msw/sound.cpp | |
2386 | src/msw/taskbar.cpp | |
2387 | </set> | |
2388 | <set var="ADVANCED_MSW_HDR" hints="files"> | |
2389 | wx/msw/sound.h | |
2390 | wx/msw/taskbar.h | |
2391 | </set> | |
2392 | ||
2393 | <!-- not used with wxUniv --> | |
2394 | <set var="ADVANCED_MSW_NATIVE_SRC" hints="files"> | |
2395 | src/msw/datectrl.cpp | |
2396 | </set> | |
2397 | <set var="ADVANCED_MSW_NATIVE_HDR" hints="files"> | |
2398 | wx/msw/datectrl.h | |
2399 | </set> | |
2400 | ||
2401 | <!-- not built on WindowsCE: --> | |
2402 | <set var="ADVANCED_MSW_DESKTOP_SRC" hints="files"> | |
2403 | src/msw/joystick.cpp | |
2404 | </set> | |
2405 | <set var="ADVANCED_MSW_DESKTOP_HDR" hints="files"> | |
2406 | wx/msw/joystick.h | |
2407 | </set> | |
2408 | ||
2409 | <set var="ADVANCED_MAC_SRC" hints="files"> | |
2410 | src/common/taskbarcmn.cpp | |
2411 | src/mac/carbon/drawer.cpp | |
2412 | src/mac/carbon/sound.cpp | |
2413 | src/mac/carbon/taskbar.cpp | |
2414 | src/mac/corefoundation/hidjoystick.cpp | |
2415 | </set> | |
2416 | <set var="ADVANCED_MAC_HDR" hints="files"> | |
2417 | wx/mac/carbon/drawer.h | |
2418 | wx/mac/carbon/sound.h | |
2419 | wx/mac/carbon/taskbarosx.h | |
2420 | wx/mac/corefoundation/joystick.h | |
2421 | </set> | |
2422 | ||
2423 | <set var="ADVANCED_COCOA_SRC" hints="files"> | |
2424 | src/cocoa/taskbar.mm | |
2425 | src/common/taskbarcmn.cpp | |
2426 | src/mac/corefoundation/hidjoystick.cpp | |
2427 | </set> | |
2428 | <set var="ADVANCED_COCOA_HDR" hints="files"> | |
2429 | wx/cocoa/taskbar.h | |
2430 | wx/mac/corefoundation/joystick.h | |
2431 | </set> | |
2432 | ||
2433 | <set var="ADVANCED_OS2_SRC" hints="files"> | |
2434 | src/os2/joystick.cpp | |
2435 | src/os2/sound.cpp | |
2436 | </set> | |
2437 | <set var="ADVANCED_OS2_HDR" hints="files"> | |
2438 | wx/os2/joystick.h | |
2439 | wx/os2/sound.h | |
2440 | </set> | |
2441 | ||
2442 | <set var="ADVANCED_UNIX_SRC" hints="files"> | |
2443 | src/common/taskbarcmn.cpp | |
2444 | src/unix/joystick.cpp | |
2445 | src/unix/sound.cpp | |
2446 | src/unix/taskbarx11.cpp | |
2447 | </set> | |
2448 | <set var="ADVANCED_UNIX_HDR" hints="files"> | |
2449 | wx/unix/joystick.h | |
2450 | wx/unix/sound.h | |
2451 | wx/unix/taskbarx11.h | |
2452 | </set> | |
2453 | ||
2454 | <set var="ADVANCED_GTK_SRC" hints="files"> | |
2455 | src/gtk/taskbar.cpp | |
2456 | src/gtk/eggtrayicon.c | |
2457 | </set> | |
2458 | ||
2459 | <!-- ====================================================================== --> | |
2460 | <!-- wxMedia --> | |
2461 | <!-- ====================================================================== --> | |
2462 | ||
2463 | <set var="MEDIA_CMN_SRC" hints="files"> | |
2464 | src/common/mediactrlcmn.cpp | |
2465 | </set> | |
2466 | ||
2467 | <set var="MEDIA_CMN_HDR" hints="files"> | |
2468 | wx/mediactrl.h | |
2469 | </set> | |
2470 | ||
2471 | <set var="MEDIA_MSW_SRC" hints="files"> | |
2472 | src/msw/mediactrl.cpp | |
2473 | src/msw/ole/activex.cpp | |
2474 | </set> | |
2475 | <set var="MEDIA_MSW_HDR" hints="files"> | |
2476 | wx/msw/ole/activex.h | |
2477 | </set> | |
2478 | <!-- not built on WindowsCE: --> | |
2479 | <set var="MEDIA_MSW_DESKTOP_SRC" hints="files"> | |
2480 | </set> | |
2481 | <set var="MEDIA_MSW_DESKTOP_HDR" hints="files"> | |
2482 | </set> | |
2483 | ||
2484 | <set var="MEDIA_MAC_SRC" hints="files"> | |
2485 | src/mac/carbon/mediactrl.cpp | |
2486 | </set> | |
2487 | <set var="MEDIA_MAC_HDR" hints="files"> | |
2488 | </set> | |
2489 | ||
2490 | <set var="MEDIA_COCOA_SRC" hints="files"> | |
2491 | src/cocoa/mediactrl.mm | |
2492 | </set> | |
2493 | <set var="MEDIA_COCOA_HDR" hints="files"> | |
2494 | </set> | |
2495 | ||
2496 | <set var="MEDIA_OS2_SRC" hints="files"> | |
2497 | </set> | |
2498 | <set var="MEDIA_OS2_HDR" hints="files"> | |
2499 | </set> | |
2500 | ||
2501 | <set var="MEDIA_UNIX_SRC" hints="files"> | |
2502 | src/unix/mediactrl.cpp | |
2503 | </set> | |
2504 | <set var="MEDIA_UNIX_HDR" hints="files"> | |
2505 | </set> | |
2506 | ||
2507 | <set var="MEDIA_GTK_SRC" hints="files"> | |
2508 | </set> | |
2509 | ||
2510 | <!-- ====================================================================== --> | |
2511 | <!-- wxHTML --> | |
2512 | <!-- ====================================================================== --> | |
2513 | ||
2514 | <set var="HTML_SRC_PLATFORM"> | |
2515 | <if cond="TOOLKIT=='MSW'"> | |
2516 | src/msw/helpbest.cpp | |
2517 | </if> | |
2518 | <if cond="PLATFORM_UNIX=='1'"> | |
2519 | src/html/chm.cpp | |
2520 | </if> | |
2521 | <if cond="PLATFORM_MACOSX=='1'"> | |
2522 | src/html/chm.cpp | |
2523 | </if> | |
2524 | </set> | |
2525 | <set var="HTML_SRC" hints="files"> | |
2526 | $(HTML_SRC_PLATFORM) | |
2527 | src/html/helpctrl.cpp | |
2528 | src/html/helpdata.cpp | |
2529 | src/html/helpfrm.cpp | |
2530 | src/html/htmlcell.cpp | |
2531 | src/html/htmlfilt.cpp | |
2532 | src/html/htmlpars.cpp | |
2533 | src/html/htmltag.cpp | |
2534 | src/html/htmlwin.cpp | |
2535 | src/html/htmprint.cpp | |
2536 | src/html/m_dflist.cpp | |
2537 | src/html/m_fonts.cpp | |
2538 | src/html/m_hline.cpp | |
2539 | src/html/m_image.cpp | |
2540 | src/html/m_layout.cpp | |
2541 | src/html/m_links.cpp | |
2542 | src/html/m_list.cpp | |
2543 | src/html/m_pre.cpp | |
2544 | src/html/m_style.cpp | |
2545 | src/html/m_tables.cpp | |
2546 | src/html/winpars.cpp | |
2547 | <!-- wxHTML users: --> | |
2548 | src/generic/htmllbox.cpp | |
2549 | </set> | |
2550 | <set var="HTML_HDR" hints="files"> | |
2551 | wx/html/helpctrl.h | |
2552 | wx/html/helpdata.h | |
2553 | wx/html/helpfrm.h | |
2554 | wx/html/htmlcell.h | |
2555 | wx/html/htmldefs.h | |
2556 | wx/html/htmlfilt.h | |
2557 | wx/html/htmlpars.h | |
2558 | wx/html/htmlproc.h | |
2559 | wx/html/htmltag.h | |
2560 | wx/html/htmlwin.h | |
2561 | wx/html/htmprint.h | |
2562 | wx/html/m_templ.h | |
2563 | wx/html/winpars.h | |
2564 | wx/wxhtml.h | |
2565 | <!-- wxHTML users: --> | |
2566 | wx/htmllbox.h | |
2567 | </set> | |
2568 | ||
2569 | ||
2570 | ||
2571 | <!-- ====================================================================== --> | |
2572 | <!-- wxXRC --> | |
2573 | <!-- ====================================================================== --> | |
2574 | ||
2575 | <set var="XRC_SRC" hints="files"> | |
2576 | src/xrc/xh_bmpbt.cpp | |
2577 | src/xrc/xh_bmp.cpp | |
2578 | src/xrc/xh_bttn.cpp | |
2579 | src/xrc/xh_cald.cpp | |
2580 | src/xrc/xh_chckb.cpp | |
2581 | src/xrc/xh_chckl.cpp | |
2582 | src/xrc/xh_choic.cpp | |
2583 | src/xrc/xh_choicbk.cpp | |
2584 | src/xrc/xh_combo.cpp | |
2585 | src/xrc/xh_datectrl.cpp | |
2586 | src/xrc/xh_dlg.cpp | |
2587 | src/xrc/xh_frame.cpp | |
2588 | src/xrc/xh_mdi.cpp | |
2589 | src/xrc/xh_gauge.cpp | |
2590 | src/xrc/xh_gdctl.cpp | |
2591 | src/xrc/xh_html.cpp | |
2592 | src/xrc/xh_listb.cpp | |
2593 | src/xrc/xh_listbk.cpp | |
2594 | src/xrc/xh_listc.cpp | |
2595 | src/xrc/xh_menu.cpp | |
2596 | src/xrc/xh_notbk.cpp | |
2597 | src/xrc/xh_panel.cpp | |
2598 | src/xrc/xh_radbt.cpp | |
2599 | src/xrc/xh_radbx.cpp | |
2600 | src/xrc/xh_scrol.cpp | |
2601 | src/xrc/xh_scwin.cpp | |
2602 | src/xrc/xh_sizer.cpp | |
2603 | src/xrc/xh_slidr.cpp | |
2604 | src/xrc/xh_spin.cpp | |
2605 | src/xrc/xh_split.cpp | |
2606 | src/xrc/xh_statbar.cpp | |
2607 | src/xrc/xh_stbmp.cpp | |
2608 | src/xrc/xh_stbox.cpp | |
2609 | src/xrc/xh_stlin.cpp | |
2610 | src/xrc/xh_sttxt.cpp | |
2611 | src/xrc/xh_text.cpp | |
2612 | src/xrc/xh_tglbtn.cpp | |
2613 | src/xrc/xh_toolb.cpp | |
2614 | src/xrc/xh_tree.cpp | |
2615 | src/xrc/xh_treebk.cpp | |
2616 | src/xrc/xh_unkwn.cpp | |
2617 | src/xrc/xh_wizrd.cpp | |
2618 | src/xrc/xmlres.cpp | |
2619 | src/xrc/xmlrsall.cpp | |
2620 | </set> | |
2621 | <set var="XRC_HDR" hints="files"> | |
2622 | wx/xrc/xh_all.h | |
2623 | wx/xrc/xh_bmpbt.h | |
2624 | wx/xrc/xh_bmp.h | |
2625 | wx/xrc/xh_bttn.h | |
2626 | wx/xrc/xh_cald.h | |
2627 | wx/xrc/xh_chckb.h | |
2628 | wx/xrc/xh_chckl.h | |
2629 | wx/xrc/xh_choic.h | |
2630 | wx/xrc/xh_choicbk.h | |
2631 | wx/xrc/xh_combo.h | |
2632 | wx/xrc/xh_datectrl.h | |
2633 | wx/xrc/xh_dlg.h | |
2634 | wx/xrc/xh_frame.h | |
2635 | wx/xrc/xh_mdi.h | |
2636 | wx/xrc/xh_gauge.h | |
2637 | wx/xrc/xh_gdctl.h | |
2638 | wx/xrc/xh_html.h | |
2639 | wx/xrc/xh_listb.h | |
2640 | wx/xrc/xh_listbk.h | |
2641 | wx/xrc/xh_listc.h | |
2642 | wx/xrc/xh_menu.h | |
2643 | wx/xrc/xh_notbk.h | |
2644 | wx/xrc/xh_panel.h | |
2645 | wx/xrc/xh_radbt.h | |
2646 | wx/xrc/xh_radbx.h | |
2647 | wx/xrc/xh_scrol.h | |
2648 | wx/xrc/xh_scwin.h | |
2649 | wx/xrc/xh_sizer.h | |
2650 | wx/xrc/xh_slidr.h | |
2651 | wx/xrc/xh_spin.h | |
2652 | wx/xrc/xh_split.h | |
2653 | wx/xrc/xh_statbar.h | |
2654 | wx/xrc/xh_stbmp.h | |
2655 | wx/xrc/xh_stbox.h | |
2656 | wx/xrc/xh_stlin.h | |
2657 | wx/xrc/xh_sttxt.h | |
2658 | wx/xrc/xh_text.h | |
2659 | wx/xrc/xh_tglbtn.h | |
2660 | wx/xrc/xh_toolb.h | |
2661 | wx/xrc/xh_tree.h | |
2662 | wx/xrc/xh_unkwn.h | |
2663 | wx/xrc/xh_wizrd.h | |
2664 | wx/xrc/xmlres.h | |
2665 | </set> | |
2666 | ||
2667 | ||
2668 | ||
2669 | ||
2670 | <!-- ====================================================================== --> | |
2671 | <!-- XML classes --> | |
2672 | <!-- ====================================================================== --> | |
2673 | ||
2674 | <set var="XML_SRC" hints="files"> | |
2675 | src/xml/xml.cpp | |
2676 | src/common/xtixml.cpp <!-- FIXME - temporary solution --> | |
2677 | </set> | |
2678 | <set var="XML_HDR" hints="files"> | |
2679 | wx/xml/xml.h | |
2680 | wx/xtixml.h <!-- FIXME - temporary solution --> | |
2681 | </set> | |
2682 | ||
2683 | ||
2684 | <!-- ====================================================================== --> | |
2685 | <!-- OpenGL canvas --> | |
2686 | <!-- ====================================================================== --> | |
2687 | ||
2688 | <set var="OPENGL_SRC" hints="files"> | |
2689 | <if cond="TOOLKIT=='MAC'">src/mac/carbon/glcanvas.cpp</if> | |
2690 | <if cond="TOOLKIT=='COCOA'">src/cocoa/glcanvas.mm</if> | |
2691 | <if cond="TOOLKIT=='GTK'">src/gtk/glcanvas.cpp</if> | |
2692 | <if cond="TOOLKIT=='MSW'">src/msw/glcanvas.cpp</if> | |
2693 | <if cond="TOOLKIT=='WINCE'">src/msw/glcanvas.cpp</if> | |
2694 | <if cond="TOOLKIT=='MOTIF'">src/x11/glcanvas.cpp</if> | |
2695 | <if cond="TOOLKIT=='X11'">src/x11/glcanvas.cpp</if> | |
2696 | <if cond="TOOLKIT=='PM'">src/os2/glcanvas.cpp</if> | |
2697 | </set> | |
2698 | ||
2699 | <set var="OPENGL_HDR" hints="files"> | |
2700 | <if cond="TOOLKIT=='MAC'">wx/mac/carbon/glcanvas.h</if> | |
2701 | <if cond="TOOLKIT=='COCOA'">wx/cocoa/glcanvas.h</if> | |
2702 | <if cond="TOOLKIT=='GTK'">wx/gtk/glcanvas.h</if> | |
2703 | <if cond="TOOLKIT=='MSW'">wx/msw/glcanvas.h</if> | |
2704 | <if cond="TOOLKIT=='WINCE'">wx/msw/glcanvas.h</if> | |
2705 | <if cond="TOOLKIT=='MOTIF'">wx/x11/glcanvas.h</if> | |
2706 | <if cond="TOOLKIT=='X11'">wx/x11/glcanvas.h</if> | |
2707 | <if cond="TOOLKIT=='PM'">wx/os2/glcanvas.h</if> | |
2708 | </set> | |
2709 | ||
2710 | ||
2711 | ||
2712 | <!-- ====================================================================== --> | |
2713 | <!-- ODBC classes --> | |
2714 | <!-- ====================================================================== --> | |
2715 | ||
2716 | <set var="ODBC_SRC" hints="files"> | |
2717 | src/common/db.cpp | |
2718 | src/common/dbtable.cpp | |
2719 | </set> | |
2720 | <set var="ODBC_HDR" hints="files"> | |
2721 | wx/db.h | |
2722 | wx/dbkeyg.h | |
2723 | wx/dbtable.h | |
2724 | </set> | |
2725 | ||
2726 | <set var="DBGRID_SRC" hints="files"> | |
2727 | src/common/dbgrid.cpp | |
2728 | </set> | |
2729 | <set var="DBGRID_HDR" hints="files"> | |
2730 | wx/dbgrid.h | |
2731 | </set> | |
2732 | ||
2733 | ||
2734 | <!-- ====================================================================== --> | |
2735 | <!-- Misc plugin sources: --> | |
2736 | <!-- ====================================================================== --> | |
2737 | ||
2738 | <set var="UNIX_SOUND_SRC_SDL" hints="files"> | |
2739 | src/unix/sound_sdl.cpp | |
2740 | </set> | |
2741 | ||
2742 | <!-- ====================================================================== --> | |
2743 | <!-- Define sources for specific libraries: --> | |
2744 | <!-- ====================================================================== --> | |
2745 | ||
2746 | <!-- wxBase files: --> | |
2747 | ||
2748 | <!-- Nested if would be nicer, but this works --> | |
2749 | <!-- These are the files for PLATFORM_MACOSX --> | |
2750 | <set var="BASE_MACOSX_SRC" hints="files"> | |
2751 | <if cond="TOOLKIT=='MAC'">$(BASE_MACOSX_WXMAC_SRC)</if> | |
2752 | <if cond="TOOLKIT=='COCOA'">$(BASE_MACOSX_NOTWXMAC_SRC)</if> | |
2753 | <if cond="TOOLKIT=='GTK'">$(BASE_MACOSX_NOTWXMAC_SRC)</if> | |
2754 | <if cond="TOOLKIT=='X11'">$(BASE_MACOSX_NOTWXMAC_SRC)</if> | |
2755 | <if cond="TOOLKIT=='MOTIF'">$(BASE_MACOSX_NOTWXMAC_SRC)</if> | |
2756 | <!-- FIXME: TOOLKIT!='MAC' is what we really want --> | |
2757 | ||
2758 | <!-- FIXME: a hack because there are two wxBase versions on | |
2759 | Mac; once fixed, this would no longer be needed --> | |
2760 | <if cond="TOOLKIT==''">$(BASE_MACOSX_NOTWXMAC_SRC)</if> | |
2761 | </set> | |
2762 | <set var="BASE_PLATFORM_SRC" hints="files"> | |
2763 | <if cond="PLATFORM_UNIX=='1'">$(BASE_UNIX_SRC)</if> | |
2764 | <if cond="PLATFORM_WIN32=='1'">$(BASE_WIN32_SRC) $(BASE_WINCE_SRC)</if> | |
2765 | <if cond="PLATFORM_MACOSX=='1'">$(BASE_MACOSX_SRC)</if> | |
2766 | <if cond="PLATFORM_MACOS=='1'">$(BASE_MAC_SRC) $(BASE_MAC_CARBONLIB_SRC)</if> | |
2767 | <if cond="PLATFORM_OS2=='1'">$(BASE_OS2_SRC)</if> | |
2768 | <if cond="PLATFORM_PALMOS=='1'">$(BASE_PALMOS_SRC)</if> | |
2769 | <if cond="PLATFORM_MSDOS=='1'">$(BASE_MSDOS_SRC)</if> | |
2770 | </set> | |
2771 | <set var="BASE_AND_GUI_TOOLKIT_SRC" hints="files"> | |
2772 | <if cond="TOOLKIT=='MAC'">$(BASE_AND_GUI_MAC_SRC)</if> | |
2773 | </set> | |
2774 | <set var="BASE_AND_GUI_PLATFORM_SRC" hints="files"> | |
2775 | <if cond="PLATFORM_UNIX=='1'">$(BASE_AND_GUI_UNIX_SRC)</if> | |
2776 | <if cond="PLATFORM_WIN32=='1'">$(BASE_AND_GUI_WIN32_SRC)</if> | |
2777 | <if cond="PLATFORM_MACOSX=='1'">$(BASE_AND_GUI_UNIX_SRC)</if> | |
2778 | <if cond="PLATFORM_PALMOS=='1'">$(BASE_AND_GUI_PALMOS_SRC)</if> | |
2779 | <if cond="PLATFORM_MSDOS=='1'">$(BASE_AND_GUI_MSDOS_SRC)</if> | |
2780 | <!-- At the moment, BASE_AND_GUI_TOOLKIT_SRC handles this --> | |
2781 | <!-- if cond="PLATFORM_MACOS=='1'">$(BASE_AND_GUI_MAC_SRC)</if --> | |
2782 | </set> | |
2783 | ||
2784 | <!-- Nested if would be nicer, but this works --> | |
2785 | <!-- These are the files for PLATFORM_MACOSX --> | |
2786 | <set var="BASE_MACOSX_HDR" hints="files"> | |
2787 | <if cond="TOOLKIT=='MAC'">$(BASE_MACOSX_WXMAC_HDR)</if> | |
2788 | <if cond="TOOLKIT=='COCOA'">$(BASE_MACOSX_NOTWXMAC_HDR)</if> | |
2789 | <if cond="TOOLKIT=='GTK'">$(BASE_MACOSX_NOTWXMAC_HDR)</if> | |
2790 | <if cond="TOOLKIT=='X11'">$(BASE_MACOSX_NOTWXMAC_HDR)</if> | |
2791 | <if cond="TOOLKIT=='MOTIF'">$(BASE_MACOSX_NOTWXMAC_HDR)</if> | |
2792 | <!-- FIXME: TOOLKIT!='MAC' is what we really want --> | |
2793 | ||
2794 | <!-- FIXME: a hack because there are two wxBase versions on | |
2795 | Mac; once fixed, this would no longer be needed --> | |
2796 | <if cond="TOOLKIT==''">$(BASE_MACOSX_NOTWXMAC_HDR)</if> | |
2797 | </set> | |
2798 | <set var="BASE_PLATFORM_HDR" hints="files"> | |
2799 | <if cond="PLATFORM_UNIX=='1'">$(BASE_UNIX_HDR)</if> | |
2800 | <if cond="PLATFORM_WIN32=='1'">$(BASE_WIN32_HDR) $(BASE_WINCE_HDR)</if> | |
2801 | <if cond="PLATFORM_MACOSX=='1'">$(BASE_MACOSX_HDR)</if> | |
2802 | <if cond="PLATFORM_PALMOS=='1'">$(BASE_PALMOS_HDR)</if> | |
2803 | <if cond="PLATFORM_MSDOS=='1'">$(BASE_MSDOS_HDR)</if> | |
2804 | </set> | |
2805 | ||
2806 | <set var="BASE_SRC" hints="files"> | |
2807 | $(BASE_CMN_SRC) $(BASE_PLATFORM_SRC) | |
2808 | </set> | |
2809 | <set var="BASE_AND_GUI_SRC" hints="files"> | |
2810 | $(BASE_AND_GUI_CMN_SRC) | |
2811 | $(BASE_AND_GUI_PLATFORM_SRC) $(BASE_AND_GUI_TOOLKIT_SRC) | |
2812 | </set> | |
2813 | ||
2814 | ||
2815 | <!-- wxNet files: --> | |
2816 | <set var="NET_PLATFORM_SRC" hints="files"> | |
2817 | <if cond="PLATFORM_UNIX=='1'">$(NET_UNIX_SRC)</if> | |
2818 | <if cond="PLATFORM_WIN32=='1'">$(NET_WIN32_SRC) $(NET_WINCE_SRC)</if> | |
2819 | <if cond="PLATFORM_MACOSX=='1'">$(NET_UNIX_SRC)</if> | |
2820 | <if cond="PLATFORM_MACOS=='1'">$(NET_MAC_CARBONLIB_SRC)</if> | |
2821 | <if cond="PLATFORM_OS2=='1'">$(NET_OS2_SRC)</if> | |
2822 | </set> | |
2823 | <set var="NET_PLATFORM_HDR" hints="files"> | |
2824 | <if cond="PLATFORM_UNIX=='1'">$(NET_UNIX_HDR)</if> | |
2825 | <if cond="PLATFORM_WIN32=='1'">$(NET_WIN32_HDR) $(NET_WINCE_HDR)</if> | |
2826 | <if cond="PLATFORM_OS2=='1'">$(NET_OS2_HDR)</if> | |
2827 | <if cond="PLATFORM_MACOSX=='1'">$(NET_UNIX_HDR)</if> | |
2828 | <if cond="PLATFORM_MACOS=='1'">$(NET_MAC_CARBONLIB_HDR)</if> | |
2829 | </set> | |
2830 | ||
2831 | <set var="NET_SRC" hints="files"> | |
2832 | $(NET_CMN_SRC) $(NET_PLATFORM_SRC) | |
2833 | </set> | |
2834 | ||
2835 | ||
2836 | <!-- GUI sources: --> | |
2837 | ||
2838 | <set var="LOWLEVEL_SRC" hints="files"> | |
2839 | <if cond="TOOLKIT=='GTK'">$(GTK_LOWLEVEL_SRC)</if> | |
2840 | <if cond="TOOLKIT=='MOTIF'">$(MOTIF_LOWLEVEL_SRC)</if> | |
2841 | <if cond="TOOLKIT=='MSW'">$(MSW_LOWLEVEL_SRC) $(MSW_DESKTOP_LOWLEVEL_SRC)</if> | |
2842 | <if cond="TOOLKIT=='WINCE'">$(MSW_LOWLEVEL_SRC)</if> | |
2843 | <if cond="TOOLKIT=='MAC'">$(MAC_LOWLEVEL_SRC)</if> | |
2844 | <if cond="TOOLKIT=='COCOA'">$(COCOA_LOWLEVEL_SRC)</if> | |
2845 | <if cond="TOOLKIT=='PM'">$(OS2_LOWLEVEL_SRC)</if> | |
2846 | <if cond="TOOLKIT=='X11'">$(X11_LOWLEVEL_SRC)</if> | |
2847 | <if cond="TOOLKIT=='MGL'">$(MGL_LOWLEVEL_SRC)</if> | |
2848 | </set> | |
2849 | <set var="LOWLEVEL_HDR" hints="files"> | |
2850 | <if cond="TOOLKIT=='GTK'">$(GTK_LOWLEVEL_HDR)</if> | |
2851 | <if cond="TOOLKIT=='MOTIF'">$(MOTIF_LOWLEVEL_HDR)</if> | |
2852 | <if cond="TOOLKIT=='MSW'">$(MSW_LOWLEVEL_HDR) $(MSW_DESKTOP_LOWLEVEL_HDR)</if> | |
2853 | <if cond="TOOLKIT=='WINCE'">$(MSW_LOWLEVEL_HDR)</if> | |
2854 | <if cond="TOOLKIT=='MAC'">$(MAC_LOWLEVEL_HDR)</if> | |
2855 | <if cond="TOOLKIT=='COCOA'">$(COCOA_LOWLEVEL_HDR)</if> | |
2856 | <if cond="TOOLKIT=='PM'">$(OS2_LOWLEVEL_HDR)</if> | |
2857 | <if cond="TOOLKIT=='X11'">$(X11_LOWLEVEL_HDR)</if> | |
2858 | <if cond="TOOLKIT=='MGL'">$(MGL_LOWLEVEL_HDR)</if> | |
2859 | </set> | |
2860 | ||
2861 | <set var="GUI_SRC" hints="files"> | |
2862 | <if cond="TOOLKIT=='GTK'">$(GTK_SRC)</if> | |
2863 | <if cond="TOOLKIT=='MOTIF'">$(MOTIF_SRC)</if> | |
2864 | <if cond="TOOLKIT=='MSW'">$(MSW_SRC) $(MSW_DESKTOP_SRC)</if> | |
2865 | <if cond="TOOLKIT=='WINCE'">$(MSW_SRC) $(WINCE_SRC)</if> | |
2866 | <if cond="TOOLKIT=='MAC'">$(MAC_SRC) $(MAC_OSX_SRC)</if> | |
2867 | <if cond="TOOLKIT=='COCOA'">$(COCOA_SRC)</if> | |
2868 | <if cond="TOOLKIT=='PM'">$(OS2_SRC)</if> | |
2869 | </set> | |
2870 | <set var="GUI_HDR" hints="files"> | |
2871 | <if cond="TOOLKIT=='GTK'">$(GTK_HDR)</if> | |
2872 | <if cond="TOOLKIT=='MOTIF'">$(MOTIF_HDR)</if> | |
2873 | <if cond="TOOLKIT=='MSW'">$(MSW_HDR) $(MSW_DESKTOP_HDR)</if> | |
2874 | <if cond="TOOLKIT=='WINCE'">$(MSW_HDR) $(WINCE_HDR)</if> | |
2875 | <if cond="TOOLKIT=='MAC'">$(MAC_CMN_HDR) $(MAC_HDR)</if> | |
2876 | <if cond="TOOLKIT=='COCOA'">$(COCOA_HDR)</if> | |
2877 | <if cond="TOOLKIT=='PM'">$(OS2_HDR)</if> | |
2878 | </set> | |
2879 | ||
2880 | <set var="CORE_SRC" hints="files"> | |
2881 | <if cond="USE_GUI=='1' and WXUNIV=='0'"> | |
2882 | $(LOWLEVEL_SRC) $(GUI_SRC) $(GUI_CMN_SRC) | |
2883 | </if> | |
2884 | <if cond="USE_GUI=='1' and WXUNIV=='1'"> | |
2885 | $(LOWLEVEL_SRC) $(UNIV_SRC) $(UNIV_THEMES_SRC) $(GUI_CMN_SRC) | |
2886 | </if> | |
2887 | </set> | |
2888 | ||
2889 | <!-- wxAdvanced files: --> | |
2890 | <set var="ADVANCED_PLATFORM_SRC" hints="files"> | |
2891 | <if cond="TOOLKIT=='MSW'">$(ADVANCED_MSW_SRC) $(ADVANCED_MSW_DESKTOP_SRC)</if> | |
2892 | <if cond="TOOLKIT=='WINCE'">$(ADVANCED_MSW_SRC)</if> | |
2893 | <if cond="TOOLKIT=='MAC'">$(ADVANCED_MAC_SRC)</if> | |
2894 | <if cond="TOOLKIT=='COCOA'">$(ADVANCED_COCOA_SRC)</if> | |
2895 | <if cond="TOOLKIT=='MOTIF'">$(ADVANCED_UNIX_SRC)</if> | |
2896 | <if cond="TOOLKIT=='GTK'">$(ADVANCED_UNIX_SRC) $(ADVANCED_GTK_SRC)</if> | |
2897 | <if cond="TOOLKIT=='X11'">$(ADVANCED_UNIX_SRC)</if> | |
2898 | <if cond="TOOLKIT=='PM'">$(ADVANCED_OS2_SRC)</if> | |
2899 | </set> | |
2900 | <set var="ADVANCED_PLATFORM_HDR" hints="files"> | |
2901 | <if cond="TOOLKIT=='MSW'">$(ADVANCED_MSW_HDR) $(ADVANCED_MSW_DESKTOP_HDR)</if> | |
2902 | <if cond="TOOLKIT=='WINCE'">$(ADVANCED_MSW_HDR)</if> | |
2903 | <if cond="TOOLKIT=='MAC'">$(ADVANCED_MAC_HDR)</if> | |
2904 | <if cond="TOOLKIT=='COCOA'">$(ADVANCED_COCOA_HDR)</if> | |
2905 | <if cond="TOOLKIT=='MOTIF'">$(ADVANCED_UNIX_HDR)</if> | |
2906 | <if cond="TOOLKIT=='GTK'">$(ADVANCED_UNIX_HDR)</if> | |
2907 | <if cond="TOOLKIT=='X11'">$(ADVANCED_UNIX_HDR)</if> | |
2908 | <if cond="TOOLKIT=='PM'">$(ADVANCED_OS2_HDR)</if> | |
2909 | </set> | |
2910 | ||
2911 | <!-- wxAdv files not used by wxUniv --> | |
2912 | <set var="ADVANCED_PLATFORM_NATIVE_SRC" hints="files"> | |
2913 | <if cond="TOOLKIT=='MSW'">$(ADVANCED_MSW_NATIVE_SRC)</if> | |
2914 | <if cond="TOOLKIT=='WINCE'">$(ADVANCED_MSW_NATIVE_SRC)</if> | |
2915 | </set> | |
2916 | <set var="ADVANCED_PLATFORM_NATIVE_HDR" hints="files"> | |
2917 | <if cond="TOOLKIT=='MSW'">$(ADVANCED_MSW_NATIVE_HDR)</if> | |
2918 | <if cond="TOOLKIT=='WINCE'">$(ADVANCED_MSW_NATIVE_HDR)</if> | |
2919 | </set> | |
2920 | ||
2921 | <set var="ADVANCED_SRC" hints="files"> | |
2922 | <if cond="WXUNIV=='0'">$(ADVANCED_CMN_SRC) $(ADVANCED_PLATFORM_SRC) $(ADVANCED_PLATFORM_NATIVE_SRC)</if> | |
2923 | <if cond="WXUNIV=='1'">$(ADVANCED_CMN_SRC) $(ADVANCED_PLATFORM_SRC)</if> | |
2924 | </set> | |
2925 | <set var="ADVANCED_HDR" hints="files"> | |
2926 | <if cond="WXUNIV=='0'">$(ADVANCED_CMN_HDR) $(ADVANCED_CMN_NATIVE_HDR) $(ADVANCED_PLATFORM_HDR) $(ADVANCED_PLATFORM_NATIVE_HDR)</if> | |
2927 | <if cond="WXUNIV=='1'">$(ADVANCED_CMN_HDR) $(ADVANCED_PLATFORM_HDR)</if> | |
2928 | </set> | |
2929 | ||
2930 | <!-- wxMedia files: --> | |
2931 | <set var="MEDIA_PLATFORM_SRC" hints="files"> | |
2932 | <if cond="TOOLKIT=='MSW'">$(MEDIA_MSW_SRC) $(MEDIA_MSW_DESKTOP_SRC)</if> | |
2933 | <if cond="TOOLKIT=='WINCE'">$(MEDIA_MSW_SRC)</if> | |
2934 | <if cond="TOOLKIT=='MAC'">$(MEDIA_MAC_SRC)</if> | |
2935 | <if cond="TOOLKIT=='COCOA'">$(MEDIA_COCOA_SRC)</if> | |
2936 | <if cond="TOOLKIT=='MOTIF'">$(MEDIA_UNIX_SRC)</if> | |
2937 | <if cond="TOOLKIT=='GTK'">$(MEDIA_UNIX_SRC) $(MEDIA_GTK_SRC)</if> | |
2938 | <if cond="TOOLKIT=='X11'">$(MEDIA_UNIX_SRC)</if> | |
2939 | <if cond="TOOLKIT=='PM'">$(MEDIA_OS2_SRC)</if> | |
2940 | </set> | |
2941 | <set var="MEDIA_PLATFORM_HDR" hints="files"> | |
2942 | <if cond="TOOLKIT=='MSW'">$(MEDIA_MSW_HDR) $(MEDIA_MSW_DESKTOP_HDR)</if> | |
2943 | <if cond="TOOLKIT=='WINCE'">$(MEDIA_MSW_HDR)</if> | |
2944 | <if cond="TOOLKIT=='MAC'">$(MEDIA_MAC_HDR)</if> | |
2945 | <if cond="TOOLKIT=='COCOA'">$(MEDIA_COCOA_HDR)</if> | |
2946 | <if cond="TOOLKIT=='MOTIF'">$(MEDIA_UNIX_HDR)</if> | |
2947 | <if cond="TOOLKIT=='GTK'">$(MEDIA_UNIX_HDR)</if> | |
2948 | <if cond="TOOLKIT=='X11'">$(MEDIA_UNIX_HDR)</if> | |
2949 | <if cond="TOOLKIT=='PM'">$(MEDIA_OS2_HDR)</if> | |
2950 | </set> | |
2951 | <set var="MEDIA_SRC">$(MEDIA_CMN_SRC) $(MEDIA_PLATFORM_SRC)</set> | |
2952 | <set var="MEDIA_HDR">$(MEDIA_CMN_HDR) $(MEDIA_PLATFORM_HDR)</set> | |
2953 | ||
2954 | ||
2955 | <set var="GUI_CORE_HEADERS" hints="files"> | |
2956 | <if cond="USE_GUI=='1' and WXUNIV=='0'">$(GUI_HDR)</if> | |
2957 | <if cond="USE_GUI=='1' and WXUNIV=='1'">$(UNIV_HDR)</if> | |
2958 | </set> | |
2959 | ||
2960 | <set var="ALL_GUI_HEADERS" hints="files"> | |
2961 | <if cond="USE_GUI=='1'"> | |
2962 | $(GUI_CMN_HDR) | |
2963 | $(LOWLEVEL_HDR) | |
2964 | $(GUI_CORE_HEADERS) | |
2965 | $(ADVANCED_HDR) $(MEDIA_HDR) $(HTML_HDR) | |
2966 | $(OPENGL_HDR) $(QA_HDR) $(DBGRID_HDR) $(XRC_HDR) | |
2967 | </if> | |
2968 | </set> | |
2969 | ||
2970 | <!-- for 'make install', only the headers needed for the installed port --> | |
2971 | <set var="ALL_HEADERS" make_var="1" hints="files"> | |
2972 | $(BASE_CMN_HDR) $(BASE_PLATFORM_HDR) | |
2973 | $(NET_CMN_HDR) $(NET_PLATFORM_HDR) | |
2974 | $(XML_HDR) $(ODBC_HDR) | |
2975 | $(ALL_GUI_HEADERS) | |
2976 | </set> | |
2977 | ||
2978 | ||
2979 | <!-- used by 'make dist', should include wxBase headers for all ports --> | |
2980 | <set var="ALL_BASE_HEADERS" make_var="1" hints="files"> | |
2981 | $(BASE_CMN_HDR) | |
2982 | $(BASE_UNIX_HDR) | |
2983 | $(BASE_WIN32_HDR) $(BASE_WINCE_HDR) | |
2984 | $(BASE_MACOSX_HDR) | |
2985 | $(BASE_PALMOS_HDR) | |
2986 | $(BASE_MSDOS_HDR) | |
2987 | $(NET_CMN_HDR) | |
2988 | $(NET_UNIX_HDR) | |
2989 | $(NET_WIN32_HDR) $(NET_WINCE_HDR) | |
2990 | $(NET_OS2_HDR) | |
2991 | $(NET_UNIX_HDR) | |
2992 | $(NET_MAC_CARBONLIB_HDR) | |
2993 | $(XML_HDR) $(ODBC_HDR) | |
2994 | </set> | |
2995 | ||
2996 | <!-- used by 'make dist', should include wxBase sources for all ports --> | |
2997 | <set var="ALL_BASE_SOURCES" make_var="1" hints="files"> | |
2998 | $(BASE_CMN_SRC) | |
2999 | $(BASE_UNIX_SRC) $(BASE_WIN32_SRC) $(BASE_WINCE_SRC) | |
3000 | $(BASE_MAC_SRC) | |
3001 | $(BASE_OS2_SRC) | |
3002 | $(BASE_MSDOS_SRC) | |
3003 | $(BASE_AND_GUI_CMN_SRC) | |
3004 | $(BASE_AND_GUI_UNIX_SRC) | |
3005 | $(BASE_AND_GUI_MAC_SRC) | |
3006 | $(BASE_AND_GUI_WIN32_SRC) | |
3007 | $(NET_CMN_SRC) $(NET_UNIX_SRC) $(NET_WIN32_SRC) $(NET_WINCE_SRC) | |
3008 | $(XML_SRC) $(ODBC_SRC) | |
3009 | </set> | |
3010 | ||
3011 | ||
3012 | ||
3013 | <!-- ================================================================ --> | |
3014 | <!-- Define where plugins sources go if USE_PLUGINS=0 --> | |
3015 | <!-- ================================================================ --> | |
3016 | ||
3017 | <!-- wxAdv sources --> | |
3018 | <set var="PLUGIN_ADV_SRC"> | |
3019 | <if cond="FORMAT=='autoconf' and PLATFORM_UNIX=='1' and USE_PLUGINS=='0'"> | |
3020 | $(UNIX_SOUND_SRC_SDL) | |
3021 | </if> | |
3022 | </set> | |
3023 | ||
3024 | <set var="PLUGIN_MONOLIB_SRC">$(PLUGIN_ADV_SRC)</set> | |
3025 | ||
3026 | </makefile> |