7 IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
12 <!-- ======================================================================
15 Files are listed in variables according to this scheme:
16 * each group has _SRC and _HDR variable, for sources and headers
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)
25 BASE_$(platform) base files used on platform
26 BASE_AND_GUI_$(platform)_SRC base & gui files used on platform
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)
33 MSW_DESKTOP files used only on desktop Windows
34 versions and not under Windows CE
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)
43 * one file may be listed in several groups
45 ====================================================================== -->
49 <!-- ====================================================================== -->
51 <!-- ====================================================================== -->
53 <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
55 <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
57 <!-- Files used on all Unix systems, including Darwin -->
58 <set var=
"BASE_UNIX_AND_DARWIN_SRC" hints=
"files">
59 src/common/fdiodispatcher.cpp
60 src/common/selectdispatcher.cpp
64 src/unix/epolldispatcher.cpp
65 src/unix/evtloopunix.cpp
68 src/unix/stackwalk.cpp
71 src/unix/threadpsx.cpp
73 src/unix/fswatcher_kqueue.cpp
76 <set var=
"BASE_UNIX_AND_DARWIN_HDR" hints=
"files">
87 wx/unix/fswatcher_kqueue.h
91 Files used on all Unix systems, including Darwin with any port but wxMac
92 (this is really an aberration, we should also use these files for wxMac,
93 it's not done because of some OS 9 support leftovers only now)
95 <set var=
"BASE_UNIX_AND_DARWIN_NOTWXMAC_SRC" hints=
"files">
96 $(BASE_UNIX_AND_DARWIN_SRC)
100 <set var=
"BASE_UNIX_AND_DARWIN_NOTWXMAC_HDR" hints=
"files">
101 $(BASE_UNIX_AND_DARWIN_HDR)
107 Files used on all non-Darwin Unix systems (because Darwin provides other,
108 better, native equivalents of the functionality they implement (e.g.
109 CFSocket instead of BSD sockets) or doesn't provide it at all (epoll,
112 <set var=
"BASE_UNIX_SRC" hints=
"files">
113 $(BASE_UNIX_AND_DARWIN_NOTWXMAC_SRC)
114 src/unix/fswatcher_inotify.cpp
116 <set var=
"BASE_UNIX_HDR" hints=
"files">
117 $(BASE_UNIX_AND_DARWIN_NOTWXMAC_HDR)
118 wx/unix/fswatcher_inotify.h
121 <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
123 <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
124 <set var=
"BASE_WIN32_SRC" hints=
"files">
131 src/msw/evtloopconsole.cpp
137 src/msw/stackwalk.cpp
143 src/msw/fswatcher.cpp
145 <set var=
"BASE_AND_GUI_WIN32_SRC" hints=
"files">
150 <set var=
"BASE_WINCE_SRC" hints=
"files">
151 <if cond=
"TOOLKIT=='WINCE'">src/msw/wince/time.cpp
</if>
153 <set var=
"BASE_WIN32_HDR" hints=
"files">
160 wx/msw/evtloopconsole.h
177 <set var=
"BASE_WINCE_HDR" hints=
"files">
178 <if cond=
"TOOLKIT=='WINCE'">
180 wx/msw/wince/chkconf.h
184 <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
186 <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
188 <!-- Used on Mac OS X wxMac base, and Mac OS X darwin base -->
189 <set var=
"BASE_COREFOUNDATION_SRC" hints=
"files">
190 src/osx/core/cfstring.cpp
191 src/osx/core/evtloop_cf.cpp
192 src/osx/core/stdpaths_cf.cpp
193 src/osx/core/strconv_cf.cpp
194 src/osx/core/utilsexc_base.cpp
196 <set var=
"BASE_COREFOUNDATION_HDR" hints=
"files">
197 wx/osx/core/cfdataref.h
199 wx/osx/core/cfstring.h
201 wx/osx/core/evtloop.h
203 wx/osx/core/private.h
204 wx/osx/core/stdpaths.h
207 <!-- Base files used by OS X ports (not Carbon) -->
208 <set var=
"BASE_OSX_SHARED_SRC" hints=
"files">
209 src/osx/core/mimetype.cpp
210 $(BASE_COREFOUNDATION_SRC)
211 $(BASE_UNIX_AND_DARWIN_SRC)
213 <set var=
"BASE_OSX_SHARED_HDR" hints=
"files">
214 $(BASE_COREFOUNDATION_HDR)
215 $(BASE_UNIX_AND_DARWIN_HDR)
217 <!-- Base and GUI files used by OS X -->
218 <set var=
"BASE_AND_GUI_OSX_CARBON_SRC" hints=
"files">
219 src/osx/carbon/utils.cpp
220 src/osx/carbon/uma.cpp
223 <set var=
"BASE_AND_GUI_OSX_COCOA_SRC" hints=
"files">
224 src/osx/cocoa/utils.mm
227 <set var=
"BASE_AND_GUI_OSX_IPHONE_SRC" hints=
"files">
228 src/osx/iphone/utils.mm
231 <!-- Base files used by non-wxMac OS X builds -->
232 <set var=
"BASE_OSX_NOTWXMAC_SRC" hints=
"files">
233 $(BASE_UNIX_AND_DARWIN_NOTWXMAC_SRC)
234 $(BASE_COREFOUNDATION_SRC)
236 <set var=
"BASE_OSX_NOTWXMAC_HDR" hints=
"files">
237 $(BASE_UNIX_AND_DARWIN_NOTWXMAC_HDR)
238 $(BASE_COREFOUNDATION_HDR)
241 <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
243 <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
245 <set var=
"BASE_OS2_SRC" hints=
"files">
246 src/common/fdiodispatcher.cpp
247 src/common/selectdispatcher.cpp
249 src/unix/evtloopunix.cpp
250 src/unix/timerunx.cpp
259 <set var=
"BASE_AND_GUI_OS2_SRC" hints=
"files">
261 <set var=
"BASE_OS2_HDR" hints=
"files">
273 <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
275 <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
277 <set var=
"BASE_MSDOS_SRC" hints=
"files">
279 src/msdos/mimetype.cpp
280 src/msdos/utilsdos.cpp
282 <set var=
"BASE_AND_GUI_MSDOS_SRC" hints=
"files">
284 <set var=
"BASE_MSDOS_HDR" hints=
"files">
288 <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
290 <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
291 <set var=
"BASE_CMN_SRC" hints=
"files">
293 src/common/appbase.cpp
294 src/common/arcall.cpp
295 src/common/arcfind.cpp
296 src/common/archive.cpp
297 src/common/arrstr.cpp
298 src/common/base64.cpp
299 src/common/clntdata.cpp
300 src/common/cmdline.cpp
301 src/common/config.cpp
302 src/common/convauto.cpp
303 src/common/datetime.cpp
304 src/common/datetimefmt.cpp
305 src/common/datstrm.cpp
306 src/common/dircmn.cpp
307 src/common/dynarray.cpp
308 src/common/dynlib.cpp
309 src/common/dynload.cpp
310 src/common/encconv.cpp
311 src/common/evtloopcmn.cpp
312 src/common/extended.c
315 src/common/fileback.cpp
316 src/common/fileconf.cpp
317 src/common/filefn.cpp
318 src/common/filename.cpp
319 src/common/filesys.cpp
320 src/common/filtall.cpp
321 src/common/filtfind.cpp
322 src/common/fmapbase.cpp
323 src/common/fs_arc.cpp
324 src/common/fs_filter.cpp
326 src/common/hashmap.cpp
329 src/common/ipcbase.cpp
330 src/common/languageinfo.cpp
333 src/common/longlong.cpp
334 src/common/memory.cpp
335 src/common/mimecmn.cpp
336 src/common/module.cpp
337 src/common/mstream.cpp
338 src/common/numformatter.cpp
339 src/common/object.cpp
340 src/common/platinfo.cpp
341 src/common/powercmn.cpp
342 src/common/process.cpp
344 src/common/stdpbase.cpp
345 src/common/sstream.cpp
346 src/common/stdstream.cpp
347 src/common/stopwatch.cpp
348 src/common/strconv.cpp
349 src/common/stream.cpp
350 src/common/string.cpp
351 src/common/stringimpl.cpp
352 src/common/stringops.cpp
353 src/common/strvararg.cpp
354 src/common/sysopt.cpp
355 src/common/tarstrm.cpp
356 src/common/textbuf.cpp
357 src/common/textfile.cpp
359 src/common/timercmn.cpp
360 src/common/timerimpl.cpp
361 src/common/tokenzr.cpp
362 src/common/translation.cpp
363 src/common/txtstrm.cpp
364 src/common/unichar.cpp
366 src/common/ustring.cpp
367 src/common/variant.cpp
368 src/common/wfstream.cpp
370 src/common/wxprintf.cpp
371 src/common/xlocale.cpp
373 src/common/xtistrm.cpp
374 src/common/zipstrm.cpp
375 src/common/zstream.cpp
376 src/common/fswatchercmn.cpp
377 src/generic/fswatcherg.cpp
379 <set var=
"BASE_AND_GUI_CMN_SRC" hints=
"files">
381 src/common/fs_mem.cpp
382 src/common/msgout.cpp
383 src/common/utilscmn.cpp
385 <set var=
"BASE_CMN_HDR" hints=
"files">
540 wx/meta/convertible.h
542 wx/meta/implicitconversion.h
548 wx/generic/fswatcher.h
552 <!-- ====================================================================== -->
553 <!-- wxNet (part of wxBase) -->
554 <!-- ====================================================================== -->
556 <set var=
"NET_UNIX_SRC" hints=
"files">
557 src/common/socketiohandler.cpp
558 src/unix/sockunix.cpp
561 <set var=
"NET_OSX_SRC" hints=
"files">
562 src/osx/core/sockosx.cpp
565 <set var=
"NET_WIN32_SRC" hints=
"files">
569 <set var=
"NET_WIN32_HDR" hints=
"files">
572 <set var=
"NET_WINCE_SRC" hints=
"files">
573 <if cond=
"TOOLKIT=='WINCE'">src/msw/wince/net.cpp
</if>
575 <set var=
"NET_WINCE_HDR" hints=
"files">
576 <if cond=
"TOOLKIT=='WINCE'">wx/msw/wince/net.h
</if>
579 <set var=
"NET_OS2_SRC" hints=
"files">
580 src/unix/sockunix.cpp
583 <set var=
"NET_CMN_SRC" hints=
"files">
584 src/common/fs_inet.cpp
587 src/common/protocol.cpp
588 src/common/sckaddr.cpp
589 src/common/sckfile.cpp
590 src/common/sckipc.cpp
591 src/common/sckstrm.cpp
592 src/common/socket.cpp
595 <set var=
"NET_CMN_HDR" hints=
"files">
601 wx/protocol/protocol.h
609 <!-- ====================================================================== -->
610 <!-- wxQA (non GUI library) -->
611 <!-- ====================================================================== -->
613 <set var=
"QA_SRC" hints=
"files">
614 src/common/debugrpt.cpp
615 src/generic/dbgrptg.cpp
618 <set var=
"QA_HDR" hints=
"files">
622 <!-- ====================================================================== -->
623 <!-- Common GUI files -->
624 <!-- ====================================================================== -->
626 <set var=
"GUI_CMN_SRC" hints=
"files">
627 src/common/accelcmn.cpp
628 src/common/accesscmn.cpp
629 src/common/anidecod.cpp
630 src/common/affinematrix2d.cpp
631 src/common/appcmn.cpp
632 src/common/artprov.cpp
633 src/common/artstd.cpp
634 src/common/arttango.cpp
635 src/common/bmpbase.cpp
636 src/common/bmpbtncmn.cpp
637 src/common/bookctrl.cpp
638 src/common/btncmn.cpp
640 src/common/checkboxcmn.cpp
641 src/common/checklstcmn.cpp
642 src/common/choiccmn.cpp
643 src/common/clipcmn.cpp
644 src/common/clrpickercmn.cpp
645 src/common/colourcmn.cpp
646 src/common/colourdata.cpp
647 src/common/combocmn.cpp
648 src/common/cmdproc.cpp
649 src/common/cmndata.cpp
650 src/common/containr.cpp
651 src/common/cshelp.cpp
652 src/common/ctrlcmn.cpp
653 src/common/ctrlsub.cpp
654 src/common/dcbase.cpp
655 src/common/dcbufcmn.cpp
656 src/common/dcgraph.cpp
658 src/common/dirctrlcmn.cpp
659 src/common/dlgcmn.cpp
660 src/common/dndcmn.cpp
661 src/common/dobjcmn.cpp
662 src/common/docmdi.cpp
663 src/common/docview.cpp
664 src/common/dpycmn.cpp
665 src/common/dseldlg.cpp
666 src/common/effects.cpp
667 src/common/fddlgcmn.cpp
668 src/common/filectrlcmn.cpp
669 src/common/filehistorycmn.cpp
670 src/common/filepickercmn.cpp
671 src/common/fontpickercmn.cpp
672 src/common/fldlgcmn.cpp
673 src/common/fontcmn.cpp
674 src/common/fontdata.cpp
675 src/generic/graphicc.cpp
676 src/common/fontenumcmn.cpp
677 src/common/fontmap.cpp
678 src/common/fontutilcmn.cpp
679 src/common/framecmn.cpp
680 src/common/gaugecmn.cpp
681 src/common/gbsizer.cpp
682 src/common/gdicmn.cpp
683 src/common/geometry.cpp
684 src/common/gifdecod.cpp
685 src/common/graphcmn.cpp
686 src/common/headercolcmn.cpp
687 src/common/headerctrlcmn.cpp
688 src/common/helpbase.cpp
689 src/common/iconbndl.cpp
690 src/common/imagall.cpp
691 src/common/imagbmp.cpp
693 src/common/imagfill.cpp
694 src/common/imaggif.cpp
695 src/common/imagiff.cpp
696 src/common/imagjpeg.cpp
697 src/common/imagpcx.cpp
698 src/common/imagpng.cpp
699 src/common/imagpnm.cpp
700 src/common/imagtga.cpp
701 src/common/imagtiff.cpp
702 src/common/imagxpm.cpp
703 src/common/layout.cpp
704 src/common/lboxcmn.cpp
705 src/common/listctrlcmn.cpp
706 src/common/markupparser.cpp
707 src/common/matrix.cpp
708 src/common/menucmn.cpp
709 src/common/mousemanager.cpp
710 src/common/nbkbase.cpp
711 src/common/overlaycmn.cpp
712 src/common/ownerdrwcmn.cpp
714 src/common/panelcmn.cpp
715 src/common/persist.cpp
716 src/common/pickerbase.cpp
717 src/common/popupcmn.cpp
718 src/common/prntbase.cpp
719 src/common/quantize.cpp
720 src/common/radiobtncmn.cpp
721 src/common/radiocmn.cpp
722 src/common/rearrangectrl.cpp
723 src/common/rendcmn.cpp
724 src/common/rgncmn.cpp
725 src/common/scrolbarcmn.cpp
726 src/common/settcmn.cpp
728 src/common/slidercmn.cpp
729 src/common/spinbtncmn.cpp
730 src/common/spinctrlcmn.cpp
731 src/common/srchcmn.cpp
732 src/common/statbar.cpp
733 src/common/statbmpcmn.cpp
734 src/common/statboxcmn.cpp
735 src/common/statlinecmn.cpp
736 src/common/stattextcmn.cpp
737 src/common/stockitem.cpp
738 src/common/tbarbase.cpp
739 src/common/textcmn.cpp
740 src/common/textentrycmn.cpp
741 src/common/textmeasurecmn.cpp
742 src/common/toplvcmn.cpp
743 src/common/treebase.cpp
744 src/common/uiactioncmn.cpp
745 src/common/valgen.cpp
746 src/common/validate.cpp
747 src/common/valtext.cpp
748 src/common/valnum.cpp
749 src/common/wincmn.cpp
750 src/common/windowid.cpp
751 src/common/wrapsizer.cpp
752 src/common/xpmdecod.cpp
753 src/generic/busyinfo.cpp
754 src/generic/buttonbar.cpp
755 src/generic/choicdgg.cpp
756 src/generic/choicbkg.cpp
757 src/generic/combog.cpp
758 src/generic/dcpsg.cpp
759 src/generic/dirctrlg.cpp
760 src/generic/dragimgg.cpp
761 src/generic/filectrlg.cpp
762 src/generic/headerctrlg.cpp
763 src/generic/infobar.cpp
764 src/generic/listbkg.cpp
766 src/generic/markuptext.cpp
767 src/generic/msgdlgg.cpp
768 src/generic/numdlgg.cpp
769 src/generic/progdlgg.cpp
770 src/generic/printps.cpp
771 src/generic/renderg.cpp
772 src/generic/richmsgdlgg.cpp
773 src/generic/scrlwing.cpp
774 src/generic/selstore.cpp
775 src/generic/spinctlg.cpp
776 src/generic/splitter.cpp
777 src/generic/srchctlg.cpp
778 src/generic/statbmpg.cpp
779 src/generic/stattextg.cpp
780 src/generic/textdlgg.cpp
781 src/generic/tipwin.cpp
782 src/generic/toolbkg.cpp
783 src/generic/treectlg.cpp
784 src/generic/treebkg.cpp
785 src/generic/vlbox.cpp
786 src/generic/vscroll.cpp
787 src/xrc/xmlreshandler.cpp
789 <set var=
"GUI_CMN_HDR" hints=
"files">
790 wx/affinematrix2dbase.h
827 wx/generic/buttonbar.h
828 wx/generic/choicdgg.h
829 wx/generic/colrdlgg.h
831 wx/generic/custombgwin.h
833 wx/generic/dirctrlg.h
834 wx/generic/dragimgg.h
835 wx/generic/filectrlg.h
836 wx/generic/headerctrlg.h
841 wx/generic/notebook.h
843 wx/generic/prntdlgg.h
845 wx/generic/progdlgg.h
846 wx/generic/richmsgdlgg.h
847 wx/generic/scrolwin.h
848 wx/generic/spinctlg.h
849 wx/generic/splitter.h
850 wx/generic/srchctlg.h
851 wx/generic/statbmpg.h
852 wx/generic/stattextg.h
853 wx/generic/textdlgg.h
854 wx/generic/treectlg.h
915 wx/generic/busyinfo.h
979 wx/persist/bookctrl.h
980 wx/persist/splitter.h
981 wx/persist/toplevel.h
982 wx/persist/treebook.h
1017 wx/xrc/xmlreshandler.h
1020 <!-- ====================================================================== -->
1021 <!-- Common Unix files: -->
1022 <!-- ====================================================================== -->
1024 <set var=
"UNIX_SRC" hints=
"files">
1025 src/unix/apptraits.cpp
1028 <!-- ====================================================================== -->
1029 <!-- Common X11 code: -->
1030 <!-- ====================================================================== -->
1032 <set var=
"XWIN_LOWLEVEL_SRC" hints=
"files">
1033 src/generic/caret.cpp
1034 src/generic/imaglist.cpp
1036 src/unix/displayx11.cpp
1037 src/unix/fontenum.cpp
1038 src/unix/fontutil.cpp
1039 src/unix/uiactionx11.cpp
1040 src/unix/utilsx11.cpp
1042 <set var=
"XWIN_LOWLEVEL_HDR" hints=
"files">
1044 wx/generic/imaglist.h
1050 <!-- ====================================================================== -->
1052 <!-- ====================================================================== -->
1054 <set var=
"GTK_PLATFORM_SRC" hints=
"files">
1055 <if cond=
"PLATFORM_UNIX=='1'">$(XWIN_LOWLEVEL_SRC)
</if>
1056 <if cond=
"PLATFORM_MACOSX=='1'">$(XWIN_LOWLEVEL_SRC)
</if>
1058 <set var=
"GTK_PLATFORM_HDR" hints=
"files">
1059 <if cond=
"PLATFORM_UNIX=='1'">$(XWIN_LOWLEVEL_HDR)
</if>
1060 <if cond=
"PLATFORM_MACOSX=='1'">$(XWIN_LOWLEVEL_HDR)
</if>
1062 <set var=
"GTK_LOWLEVEL_SRC" hints=
"files">
1064 src/generic/icon.cpp
1065 src/generic/paletteg.cpp
1067 src/gtk/assertdlg_gtk.cpp
1077 src/gtk/filectrl.cpp
1078 src/gtk/filehistory.cpp
1081 src/gtk/minifram.cpp
1082 src/gtk/nonownedwnd.cpp
1084 src/gtk/popupwin.cpp
1087 src/gtk/renderer.cpp
1088 src/gtk/settings.cpp
1089 src/gtk/textmeasure.cpp
1092 src/gtk/toplevel.cpp
1093 src/gtk/utilsgtk.cpp
1097 <set var=
"GTK2_LOWLEVEL_SRC" hints=
"files">
1099 src/gtk/dcclient.cpp
1100 src/gtk/dcmemory.cpp
1101 src/gtk/dcscreen.cpp
1103 <set var=
"GTK_LOWLEVEL_HDR" hints=
"files">
1106 wx/generic/paletteg.h
1108 wx/gtk/assertdlg_gtk.h
1121 wx/gtk/filehistory.h
1123 wx/gtk/nonownedwnd.h
1131 <set var=
"GTK_SRC" hints=
"files">
1132 <!-- Generic implementations used by wxGTK: -->
1133 src/generic/accel.cpp
1134 src/generic/fdrepdlg.cpp
1135 <!-- Needed as long as we support GTK+ < 2.6 -->
1136 src/generic/filepickerg.cpp
1137 src/generic/listctrl.cpp
1138 src/generic/prntdlgg.cpp
1139 src/generic/statusbr.cpp
1140 <!-- GTK+ specific files: -->
1141 src/gtk/anybutton.cpp
1143 src/gtk/bmpbuttn.cpp
1145 src/gtk/checkbox.cpp
1146 src/gtk/checklst.cpp
1148 src/gtk/collpane.cpp
1149 src/gtk/colordlg.cpp
1150 src/gtk/combobox.cpp
1152 src/gtk/clrpicker.cpp
1154 src/gtk/fontpicker.cpp
1155 src/gtk/filepicker.cpp
1161 src/gtk/gnome/gvfs.cpp
1166 src/gtk/mnemonics.cpp
1168 src/gtk/nativewin.cpp
1169 src/gtk/notebook.cpp
1171 src/gtk/radiobox.cpp
1172 src/gtk/radiobut.cpp
1173 src/gtk/scrolbar.cpp
1174 src/gtk/scrolwin.cpp
1176 src/gtk/spinbutt.cpp
1177 src/gtk/spinctrl.cpp
1180 src/gtk/statline.cpp
1181 src/gtk/stattext.cpp
1183 src/gtk/textctrl.cpp
1184 src/gtk/textentry.cpp
1186 src/gtk/treeentry_gtk.c
1188 <set var=
"GTK2_SRC" hints=
"files">
1190 <!-- Generic implementations used by wxGPE: -->
1191 src/generic/fontdlgg.cpp
1192 <!-- GTK+ specific files: -->
1193 src/gtk/gnome/gprint.cpp
1195 <set var=
"GTK_HDR" hints=
"files">
1196 wx/generic/fdrepdlg.h
1197 wx/generic/filepickerg.h
1198 wx/generic/listctrl.h
1199 wx/generic/statusbr.h
1246 wx/gtk/treeentry_gtk.h
1248 <set var=
"GTK2_HDR" hints=
"files">
1250 wx/generic/fontdlgg.h
1251 wx/gtk/gnome/gprint.h
1255 <!-- ====================================================================== -->
1257 <!-- ====================================================================== -->
1259 <set var=
"GTK1_LOWLEVEL_SRC" hints=
"files">
1260 $(XWIN_LOWLEVEL_SRC)
1261 src/generic/icon.cpp
1262 src/generic/paletteg.cpp
1263 src/generic/textmeasure.cpp
1267 src/gtk1/clipbrd.cpp
1271 src/gtk1/dataobj.cpp
1273 src/gtk1/dcclient.cpp
1274 src/gtk1/dcmemory.cpp
1275 src/gtk1/dcscreen.cpp
1277 src/gtk1/evtloop.cpp
1279 src/gtk1/sockgtk.cpp
1281 src/gtk1/minifram.cpp
1283 src/gtk1/popupwin.cpp
1285 src/gtk1/renderer.cpp
1286 src/gtk1/settings.cpp
1288 src/gtk1/tooltip.cpp
1289 src/gtk1/toplevel.cpp
1290 src/gtk1/utilsgtk.cpp
1294 <set var=
"GTK1_LOWLEVEL_HDR" hints=
"files">
1295 $(XWIN_LOWLEVEL_HDR)
1297 wx/generic/paletteg.h
1322 <set var=
"GTK1_SRC" hints=
"files">
1323 <!-- Generic implementations used by wxGTK1: -->
1324 src/generic/accel.cpp
1325 src/generic/clrpickerg.cpp
1326 src/generic/collpaneg.cpp
1327 src/generic/colrdlgg.cpp
1328 src/generic/dirdlgg.cpp
1329 src/generic/fdrepdlg.cpp
1330 src/generic/filedlgg.cpp
1331 src/generic/filepickerg.cpp
1332 src/generic/fontdlgg.cpp
1333 src/generic/fontpickerg.cpp
1334 src/generic/listctrl.cpp
1335 src/generic/prntdlgg.cpp
1336 src/generic/statusbr.cpp
1337 <!-- GTK1 specific files: -->
1338 src/gtk1/bmpbuttn.cpp
1340 src/gtk1/checkbox.cpp
1341 src/gtk1/checklst.cpp
1343 src/gtk1/combobox.cpp
1344 src/gtk1/control.cpp
1346 src/gtk1/filedlg.cpp
1347 src/gtk1/fontdlg.cpp
1350 src/gtk1/listbox.cpp
1353 src/gtk1/mnemonics.cpp
1354 src/gtk1/notebook.cpp
1355 src/gtk1/radiobox.cpp
1356 src/gtk1/radiobut.cpp
1357 src/gtk1/scrolbar.cpp
1358 src/gtk1/scrolwin.cpp
1360 src/gtk1/spinbutt.cpp
1361 src/gtk1/spinctrl.cpp
1362 src/gtk1/statbmp.cpp
1363 src/gtk1/statbox.cpp
1364 src/gtk1/statline.cpp
1365 src/gtk1/stattext.cpp
1366 src/gtk1/toolbar.cpp
1367 src/gtk1/textctrl.cpp
1370 <set var=
"GTK1_HDR" hints=
"files">
1371 wx/generic/clrpickerg.h
1372 wx/generic/collpaneg.h
1373 wx/generic/colrdlgg.h
1374 wx/generic/dirdlgg.h
1375 wx/generic/fdrepdlg.h
1376 wx/generic/filedlgg.h
1377 wx/generic/filepickerg.h
1378 wx/generic/fontdlgg.h
1379 wx/generic/fontpickerg.h
1380 wx/generic/listctrl.h
1381 wx/generic/statusbr.h
1419 <!-- ====================================================================== -->
1421 <!-- ====================================================================== -->
1423 <set var=
"MOTIF_LOWLEVEL_SRC" hints=
"files">
1424 $(XWIN_LOWLEVEL_SRC)
1425 src/generic/textmeasure.cpp
1433 <set var=
"MOTIF_LOWLEVEL_HDR" hints=
"files">
1434 $(XWIN_LOWLEVEL_HDR)
1441 <set var=
"MOTIF_SRC" hints=
"files">
1444 src/motif/bmpbuttn.cpp
1445 src/motif/bmpmotif.cpp
1446 src/motif/button.cpp
1447 src/motif/checkbox.cpp
1448 src/motif/checklst.cpp
1449 src/motif/choice.cpp
1450 src/motif/clipbrd.cpp
1451 src/motif/colour.cpp
1452 src/motif/combobox.cpp
1453 src/motif/combobox_native.cpp
1454 src/motif/control.cpp
1455 src/motif/cursor.cpp
1457 src/motif/dataobj.cpp
1459 src/motif/dcclient.cpp
1460 src/motif/dcmemory.cpp
1461 src/motif/dcscreen.cpp
1462 src/motif/dialog.cpp
1463 src/motif/evtloop.cpp
1464 src/motif/filedlg.cpp
1468 src/motif/sockmot.cpp
1470 src/motif/listbox.cpp
1473 src/motif/menuitem.cpp
1474 src/motif/minifram.cpp
1475 src/motif/msgdlg.cpp
1476 src/motif/popupwin.cpp
1477 src/motif/radiobox.cpp
1478 src/motif/radiobut.cpp
1479 src/motif/scrolbar.cpp
1480 src/motif/settings.cpp
1481 src/motif/slider.cpp
1482 src/motif/spinbutt.cpp
1483 src/motif/statbmp.cpp
1484 src/motif/statbox.cpp
1485 src/motif/stattext.cpp
1486 src/motif/textctrl.cpp
1487 src/motif/textentry.cpp
1489 src/motif/toolbar.cpp
1490 src/motif/toplevel.cpp
1492 src/motif/window.cpp
1493 src/motif/xmcombo/xmcombo.c
1494 <!-- Generic files used by wxMotif: -->
1495 src/generic/clrpickerg.cpp
1496 src/generic/collpaneg.cpp
1497 src/generic/colrdlgg.cpp
1498 src/generic/dirdlgg.cpp
1499 src/generic/fdrepdlg.cpp
1500 src/generic/filepickerg.cpp
1501 src/generic/fontdlgg.cpp
1502 src/generic/fontpickerg.cpp
1503 src/generic/listctrl.cpp
1504 src/generic/mdig.cpp
1505 src/generic/notebook.cpp
1506 src/generic/prntdlgg.cpp
1507 src/generic/statline.cpp
1508 src/generic/statusbr.cpp
1509 src/generic/tabg.cpp
1511 <set var=
"MOTIF_HDR" hints=
"files">
1512 wx/generic/clrpickerg.h
1513 wx/generic/collpaneg.h
1514 wx/generic/colrdlgg.h
1515 wx/generic/ctrlsub.h
1516 wx/generic/dirdlgg.h
1517 wx/generic/fdrepdlg.h
1518 wx/generic/filepickerg.h
1519 wx/generic/fontdlgg.h
1520 wx/generic/fontpickerg.h
1521 wx/generic/listctrl.h
1523 wx/generic/notebook.h
1524 wx/generic/prntdlgg.h
1525 wx/generic/statline.h
1526 wx/generic/statusbr.h
1575 wx/motif/textentry.h
1583 <!-- ====================================================================== -->
1585 <!-- ====================================================================== -->
1588 <set var=
"X11_LOWLEVEL_SRC" hints=
"files">
1589 $(XWIN_LOWLEVEL_SRC)
1590 src/generic/icon.cpp
1591 src/generic/textmeasure.cpp
1592 src/generic/timer.cpp
1602 src/x11/dcclient.cpp
1603 src/x11/dcmemory.cpp
1604 src/x11/dcscreen.cpp
1607 src/x11/minifram.cpp
1611 src/x11/popupwin.cpp
1613 src/x11/reparent.cpp
1614 src/x11/settings.cpp
1615 src/x11/toplevel.cpp
1620 <set var=
"X11_LOWLEVEL_HDR" hints=
"files">
1621 $(XWIN_LOWLEVEL_HDR)
1656 <!-- ====================================================================== -->
1658 <!-- ====================================================================== -->
1660 <set var=
"MSW_LOWLEVEL_SRC" hints=
"files">
1661 src/msw/ole/activex.cpp
1671 src/msw/dcclient.cpp
1672 src/msw/dcmemory.cpp
1674 src/msw/dcscreen.cpp
1680 src/msw/fontenum.cpp
1681 src/msw/fontutil.cpp
1682 src/msw/gdiimage.cpp
1685 src/msw/graphics.cpp
1687 src/msw/imaglist.cpp
1688 src/msw/minifram.cpp
1689 src/msw/nonownedwnd.cpp
1690 src/msw/ole/dataobj.cpp
1691 src/msw/ole/dropsrc.cpp
1692 src/msw/ole/droptgt.cpp
1693 src/msw/ole/oleutils.cpp
1694 src/msw/ole/safearray.cpp
1697 src/msw/popupwin.cpp
1698 src/msw/printdlg.cpp
1699 src/msw/printwin.cpp
1701 src/msw/renderer.cpp
1702 src/msw/settings.cpp
1703 src/msw/textmeasure.cpp
1705 src/msw/toplevel.cpp
1706 src/msw/uiaction.cpp
1707 src/msw/utilsgui.cpp
1708 src/msw/utilswin.cpp
1712 <set var=
"MSW_LOWLEVEL_HDR" hints=
"files">
1713 wx/msw/nonownedwnd.h
1714 wx/msw/ole/activex.h
1721 <set var=
"MSW_DESKTOP_LOWLEVEL_SRC" hints=
"files">
1724 src/msw/ole/automtn.cpp
1725 src/msw/ole/uuid.cpp
1728 <set var=
"MSW_DESKTOP_LOWLEVEL_HDR" hints=
"files">
1733 <set var=
"MSW_SRC" hints=
"files">
1734 src/generic/clrpickerg.cpp
1735 src/generic/collpaneg.cpp
1736 src/generic/filepickerg.cpp
1737 src/generic/fontpickerg.cpp
1738 src/generic/statusbr.cpp
1739 src/generic/prntdlgg.cpp
1741 src/msw/anybutton.cpp
1743 src/msw/bmpbuttn.cpp
1745 src/msw/checkbox.cpp
1747 src/msw/colordlg.cpp
1749 src/msw/combobox.cpp
1753 src/msw/dragimag.cpp
1758 src/msw/headerctrl.cpp
1761 src/msw/listctrl.cpp
1764 src/msw/menuitem.cpp
1765 src/msw/metafile.cpp
1767 src/msw/nativdlg.cpp
1768 src/msw/nativewin.cpp
1769 src/msw/notebook.cpp
1770 src/msw/ole/access.cpp
1771 src/msw/ownerdrw.cpp
1774 src/msw/radiobox.cpp
1775 src/msw/radiobut.cpp
1776 src/msw/richmsgdlg.cpp
1777 src/msw/scrolbar.cpp
1779 src/msw/spinbutt.cpp
1780 src/msw/spinctrl.cpp
1783 src/msw/statusbar.cpp
1784 src/msw/statline.cpp
1785 src/msw/stattext.cpp
1787 src/msw/textctrl.cpp
1788 src/msw/textentry.cpp
1790 src/msw/treectrl.cpp
1792 <set var=
"MSW_HDR" hints=
"files">
1793 wx/generic/clrpickerg.h
1794 wx/generic/collpaneg.h
1795 wx/generic/filepickerg.h
1796 wx/generic/fontpickerg.h
1815 wx/msw/custombgwin.h
1849 wx/msw/ole/dataform.h
1850 wx/msw/ole/dataobj.h
1851 wx/msw/ole/dataobj2.h
1852 wx/msw/ole/dropsrc.h
1853 wx/msw/ole/droptgt.h
1854 wx/msw/ole/oleutils.h
1855 wx/msw/ole/safearray.h
1886 <!-- Resources must be installed together with headers: -->
1888 wx/msw/amd64.manifest
1889 wx/msw/ia64.manifest
1921 <!-- Files used only by desktop MSW port, but *not* WindowsCE one: -->
1922 <set var=
"MSW_DESKTOP_SRC" hints=
"files">
1923 src/msw/checklst.cpp
1924 src/msw/fdrepdlg.cpp
1927 <set var=
"MSW_DESKTOP_HDR" hints=
"files">
1931 wx/msw/ole/automtn.h
1935 <!-- Files used by WindowsCE port but not by desktop MSW port: -->
1936 <set var=
"WINCE_SRC" hints=
"files">
1937 src/generic/dirdlgg.cpp
1938 src/generic/fdrepdlg.cpp
1939 src/generic/filedlgg.cpp
1940 src/generic/fontdlgg.cpp
1941 src/msw/wince/checklst.cpp
1942 src/msw/wince/choicece.cpp
1943 src/msw/wince/crt.cpp
1944 src/msw/wince/filedlgwce.cpp
1945 src/msw/wince/filefnwce.cpp
1946 src/msw/wince/helpwce.cpp
1947 src/msw/wince/menuce.cpp
1948 src/msw/wince/tbarwce.cpp
1949 src/msw/wince/textctrlce.cpp
1951 <set var=
"WINCE_HDR" hints=
"files">
1952 wx/generic/fdrepdlg.h
1953 wx/generic/filedlgg.h
1954 wx/generic/fontdlgg.h
1955 wx/msw/wince/checklst.h
1956 wx/msw/wince/choicece.h
1957 wx/msw/wince/helpwce.h
1958 wx/msw/wince/libraries.h
1959 wx/msw/wince/missing.h
1960 wx/msw/wince/tbarwce.h
1961 wx/msw/wince/textctrlce.h
1962 wx/msw/wince/resources.h
1966 <!-- ====================================================================== -->
1968 <!-- ====================================================================== -->
1970 <set var=
"DFB_LOWLEVEL_SRC" hints=
"files">
1971 src/common/fontmgrcmn.cpp
1972 src/generic/caret.cpp
1973 src/generic/colour.cpp
1974 src/generic/icon.cpp
1975 src/generic/imaglist.cpp
1976 src/generic/mask.cpp
1977 src/generic/textmeasure.cpp
1982 <!-- src/dfb/data.cpp -->
1984 src/dfb/dcclient.cpp
1985 src/dfb/dcmemory.cpp
1986 src/dfb/dcscreen.cpp
1989 src/dfb/fontenum.cpp
1991 src/dfb/nonownedwnd.cpp
1995 src/dfb/settings.cpp
1996 src/dfb/toplevel.cpp
2001 <set var=
"DFB_LOWLEVEL_HDR" hints=
"files">
2005 wx/generic/imaglist.h
2019 wx/dfb/nonownedwnd.h
2030 <!-- ====================================================================== -->
2032 <!-- ====================================================================== -->
2034 <set var=
"OS2_LOWLEVEL_SRC" hints=
"files">
2035 <!-- wxUniv builds not supported under OS/2 -->
2037 <set var=
"OS2_LOWLEVEL_HDR" hints=
"files">
2039 <set var=
"OS2_SRC" hints=
"files">
2040 <!-- Generic implementations used by wxOS2: -->
2041 src/generic/caret.cpp
2042 src/generic/clrpickerg.cpp
2043 src/generic/collpaneg.cpp
2044 src/generic/colrdlgg.cpp
2045 src/generic/dirdlgg.cpp
2046 src/generic/fdrepdlg.cpp
2047 src/generic/filepickerg.cpp
2048 src/generic/fontpickerg.cpp
2049 src/generic/imaglist.cpp
2050 src/generic/listctrl.cpp
2051 src/generic/mdig.cpp
2052 src/generic/prntdlgg.cpp
2053 src/generic/statusbr.cpp
2054 src/generic/textmeasure.cpp
2055 <!-- OS/2 specific files: -->
2059 src/os2/bmpbuttn.cpp
2062 src/os2/checkbox.cpp
2063 src/os2/checklst.cpp
2067 src/os2/combobox.cpp
2073 src/os2/dcclient.cpp
2074 src/os2/dcmemory.cpp
2076 src/os2/dcscreen.cpp
2083 src/os2/fontenum.cpp
2084 src/os2/fontutil.cpp
2087 src/os2/gdiimage.cpp
2095 src/os2/menuitem.cpp
2096 src/os2/metafile.cpp
2097 src/os2/minifram.cpp
2099 src/os2/nativdlg.cpp
2100 src/os2/notebook.cpp
2101 src/os2/ownerdrw.cpp
2104 src/os2/popupwin.cpp
2106 src/os2/radiobox.cpp
2107 src/os2/radiobut.cpp
2109 src/os2/scrolbar.cpp
2110 src/os2/settings.cpp
2112 src/os2/spinbutt.cpp
2113 src/os2/spinctrl.cpp
2116 src/os2/statline.cpp
2117 src/os2/stattext.cpp
2118 src/os2/textctrl.cpp
2119 src/os2/textentry.cpp
2124 src/os2/toplevel.cpp
2125 src/os2/utilsgui.cpp
2128 <set var=
"OS2_HDR" hints=
"files">
2130 wx/generic/clrpickerg.h
2131 wx/generic/collpaneg.h
2132 wx/generic/colrdlgg.h
2133 wx/generic/dirdlgg.h
2134 wx/generic/fdrepdlg.h
2135 wx/generic/listctrl.h
2137 wx/generic/statusbr.h
2207 <!-- ====================================================================== -->
2208 <!-- wxOSX Common -->
2209 <!-- ====================================================================== -->
2211 <set var=
"OSX_LOWLEVEL_SRC" hints=
"files">
2212 <!-- Shared wxMac and wxCocoa files -->
2213 <if cond=
"PLATFORM_MACOSX=='1'">
2216 src/osx/dialog_osx.cpp
2217 src/osx/fontutil.cpp
2218 src/osx/imaglist.cpp
2219 src/osx/minifram.cpp
2220 src/osx/nonownedwnd_osx.cpp
2223 src/osx/toplevel_osx.cpp
2224 src/osx/uiaction_osx.cpp
2225 src/osx/utils_osx.cpp
2226 <!-- src/osx/treectrl.cpp -->
2227 src/osx/window_osx.cpp
2229 src/osx/core/bitmap.cpp
2230 src/osx/core/colour.cpp
2231 src/osx/core/dcmemory.cpp
2232 src/osx/core/display.cpp
2233 src/osx/core/fontenum.cpp
2234 src/osx/core/hid.cpp
2235 src/osx/core/printmac.cpp
2236 src/osx/core/timer.cpp
2237 src/osx/core/utilsexc_cf.cpp
2241 <set var=
"OSX_LOWLEVEL_HDR" hints=
"files">
2245 <set var="OSX_LOWLEVEL_SRC" hints="files">
2246 <if cond="PLATFORM_MACOSX=='1'">$(OSX_LOWLEVEL_SRC)</if>
2248 <set var="OSX_LOWLEVEL_HDR" hints="files">
2249 <if cond="PLATFORM_MACOSX=='1'">$(OSX_LOWLEVEL_HDR)</if>
2253 <set var=
"OSX_CARBON_COCOA_SRC" hints=
"files">
2254 <if cond=
"PLATFORM_MACOSX=='1'">
2255 <!-- Common controls implementation -->
2256 src/osx/anybutton_osx.cpp
2257 src/osx/bmpbuttn_osx.cpp
2258 src/osx/button_osx.cpp
2259 src/osx/checkbox_osx.cpp
2260 src/osx/checklst_osx.cpp
2261 src/osx/choice_osx.cpp
2262 src/osx/combobox_osx.cpp
2264 src/osx/gauge_osx.cpp
2265 src/osx/listbox_osx.cpp
2266 src/osx/menu_osx.cpp
2267 src/osx/menuitem_osx.cpp
2268 src/osx/notebook_osx.cpp
2269 src/osx/printdlg_osx.cpp
2270 src/osx/radiobox_osx.cpp
2271 src/osx/radiobut_osx.cpp
2272 src/osx/scrolbar_osx.cpp
2273 src/osx/slider_osx.cpp
2274 src/osx/spinbutt_osx.cpp
2275 src/osx/srchctrl_osx.cpp
2276 src/osx/statbox_osx.cpp
2277 src/osx/statline_osx.cpp
2278 src/osx/stattext_osx.cpp
2279 src/osx/textentry_osx.cpp
2280 src/osx/textctrl_osx.cpp
2281 src/osx/tglbtn_osx.cpp
2282 src/osx/toolbar_osx.cpp
2283 <!-- wxWebKit files -->
2284 src/html/htmlctrl/webkit/webkit.mm
2285 <!-- Native color/font dialogs -->
2286 src/osx/carbon/colordlgosx.mm
2287 src/osx/carbon/fontdlgosx.mm
2288 <!-- other shared files -->
2290 src/osx/carbon/clipbrd.cpp
2291 src/osx/carbon/cursor.cpp
2292 src/osx/carbon/fontdlg.cpp
2293 src/osx/carbon/gdiobj.cpp
2294 src/osx/carbon/icon.cpp
2295 src/osx/carbon/app.cpp
2296 src/osx/carbon/combobox.cpp
2297 src/osx/carbon/control.cpp
2298 src/osx/carbon/dataobj.cpp
2299 src/osx/carbon/dcclient.cpp
2300 src/osx/carbon/dcprint.cpp
2301 src/osx/carbon/dcscreen.cpp
2302 src/osx/core/glgrab.cpp
2303 src/osx/carbon/graphics.cpp
2304 src/osx/carbon/font.cpp
2305 src/osx/carbon/frame.cpp
2306 src/osx/carbon/mdi.cpp
2307 src/osx/carbon/metafile.cpp
2308 src/osx/carbon/overlay.cpp
2309 src/osx/carbon/popupwin.cpp
2310 src/osx/carbon/renderer.cpp
2311 src/osx/carbon/settings.cpp
2312 src/osx/carbon/statbrma.cpp
2313 src/osx/carbon/region.cpp
2314 <!-- cocoa bridge -->
2315 src/osx/carbon/utilscocoa.mm
2316 <!-- Generic implementations used by wxOSX: -->
2317 src/generic/caret.cpp
2318 src/generic/clrpickerg.cpp
2319 src/generic/collpaneg.cpp
2320 src/generic/colrdlgg.cpp
2321 src/generic/dirdlgg.cpp
2322 src/generic/fdrepdlg.cpp
2323 src/generic/filedlgg.cpp
2324 src/generic/filepickerg.cpp
2325 src/generic/fontdlgg.cpp
2326 src/generic/fontpickerg.cpp
2327 src/generic/listctrl.cpp
2328 src/generic/prntdlgg.cpp
2329 src/generic/statusbr.cpp
2330 src/generic/textmeasure.cpp
2334 <!-- Header files like wx/osx/foo.h which include wx/osx/carbon/foo.h -->
2335 <set var=
"OSX_SHARED_HDR" hints=
"files">
2336 <!-- wxWebKit headers -->
2338 <!-- other shared headers -->
2386 wx/osx/nonownedwnd.h
2418 <!-- Generic implementations used by wxOSX: -->
2420 wx/generic/clrpickerg.h
2421 wx/generic/collpaneg.h
2422 wx/generic/colrdlgg.h
2423 wx/generic/dirdlgg.h
2424 wx/generic/fdrepdlg.h
2425 wx/generic/filedlgg.h
2426 wx/generic/filepickerg.h
2427 wx/generic/fontdlgg.h
2428 wx/generic/fontpickerg.h
2429 wx/generic/listctrl.h
2430 wx/generic/prntdlgg.h
2431 wx/generic/statusbr.h
2434 <!-- ====================================================================== -->
2435 <!-- wxOSX/Carbon -->
2436 <!-- ====================================================================== -->
2438 <set var=
"OSX_CARBON_SRC" hints=
"files">
2439 <!-- carbon files -->
2440 $(OSX_CARBON_COCOA_SRC)
2441 src/osx/carbon/anybutton.cpp
2442 src/osx/carbon/bmpbuttn.cpp
2443 src/osx/carbon/button.cpp
2444 src/osx/carbon/checkbox.cpp
2445 src/osx/carbon/choice.cpp
2446 src/osx/carbon/colordlg.cpp
2447 src/osx/carbon/dialog.cpp
2448 src/osx/carbon/dirdlg.cpp
2449 src/osx/carbon/dnd.cpp
2450 src/osx/carbon/evtloop.cpp
2451 src/osx/carbon/filedlg.cpp
2452 src/osx/carbon/gauge.cpp
2453 src/osx/carbon/listbox.cpp
2454 src/osx/carbon/listctrl_mac.cpp
2455 src/osx/carbon/menu.cpp
2456 src/osx/carbon/menuitem.cpp
2457 src/osx/carbon/msgdlg.cpp
2458 src/osx/carbon/nonownedwnd.cpp
2459 src/osx/carbon/notebmac.cpp
2460 src/osx/carbon/printdlg.cpp
2461 src/osx/carbon/radiobut.cpp
2462 src/osx/carbon/scrolbar.cpp
2463 src/osx/carbon/slider.cpp
2464 src/osx/carbon/spinbutt.cpp
2465 src/osx/carbon/srchctrl.cpp
2466 src/osx/carbon/statbmp.cpp
2467 src/osx/carbon/statbox.cpp
2468 src/osx/carbon/statlmac.cpp
2469 src/osx/carbon/stattext.cpp
2470 src/osx/carbon/textctrl.cpp
2471 src/osx/carbon/tglbtn.cpp
2472 src/osx/carbon/toolbar.cpp
2473 src/osx/carbon/tooltip.cpp
2474 src/osx/carbon/window.cpp
2477 <!-- wxMac Carbon header files -->
2478 <set var=
"OSX_CARBON_HDR" hints=
"files">
2480 wx/osx/core/colour.h
2481 <!-- carbon files -->
2482 wx/osx/carbon/chkconf.h
2483 wx/osx/carbon/evtloop.h
2484 wx/osx/carbon/private.h
2485 wx/osx/carbon/region.h
2486 wx/osx/carbon/statbmp.h
2490 <!-- ====================================================================== -->
2491 <!-- wxOSX/Cocoa -->
2492 <!-- ====================================================================== -->
2494 <set var=
"OSX_COCOA_SRC" hints=
"files">
2495 $(OSX_CARBON_COCOA_SRC)
2496 src/osx/cocoa/anybutton.mm
2497 src/osx/cocoa/button.mm
2498 src/osx/cocoa/checkbox.mm
2499 src/osx/cocoa/choice.mm
2500 src/osx/cocoa/colour.mm
2501 src/osx/cocoa/combobox.mm
2502 src/osx/cocoa/dialog.mm
2503 src/osx/cocoa/dirdlg.mm
2504 src/osx/cocoa/dnd.mm
2505 src/osx/cocoa/evtloop.mm
2506 src/osx/cocoa/filedlg.mm
2507 src/osx/cocoa/gauge.mm
2508 src/osx/cocoa/listbox.mm
2509 src/osx/cocoa/menu.mm
2510 src/osx/cocoa/menuitem.mm
2511 src/osx/cocoa/msgdlg.mm
2512 src/osx/cocoa/nonownedwnd.mm
2513 src/osx/cocoa/notebook.mm
2514 src/osx/cocoa/radiobut.mm
2515 src/osx/cocoa/printdlg.mm
2516 src/osx/cocoa/scrolbar.mm
2517 src/osx/cocoa/slider.mm
2518 src/osx/cocoa/spinbutt.mm
2519 src/osx/cocoa/srchctrl.mm
2520 src/osx/cocoa/statbox.mm
2521 src/osx/cocoa/statline.mm
2522 src/osx/cocoa/stattext.mm
2523 src/osx/cocoa/textctrl.mm
2524 src/osx/cocoa/tglbtn.mm
2525 src/osx/cocoa/toolbar.mm
2526 src/osx/cocoa/tooltip.mm
2527 src/osx/cocoa/window.mm
2529 <set var=
"OSX_COCOA_HDR" hints=
"files">
2530 wx/osx/cocoa/chkconf.h
2531 wx/osx/cocoa/evtloop.h
2532 wx/osx/cocoa/private.h
2533 $(OSX_CARBON_HDR)
<!-- FIXME: these headers need moved somewhere shared... -->
2537 <!-- ====================================================================== -->
2538 <!-- wxOSX/iPhone -->
2539 <!-- ====================================================================== -->
2541 <set var=
"OSX_IPHONE_SRC" hints=
"files">
2542 $(OSX_CARBON_COCOA_SRC)
2543 src/generic/regiong.cpp
2544 src/generic/icon.cpp
2545 <!-- iphone files -->
2546 src/osx/iphone/anybutton.mm
2547 src/osx/iphone/button.mm
2548 src/osx/iphone/checkbox.mm
2549 src/osx/iphone/dialog.mm
2550 src/osx/iphone/evtloop.mm
2551 src/osx/iphone/gauge.mm
2552 src/osx/iphone/msgdlg.mm
2553 src/osx/iphone/nonownedwnd.mm
2554 src/osx/iphone/scrolbar.mm
2555 src/osx/iphone/slider.mm
2556 src/osx/iphone/stattext.mm
2557 src/osx/iphone/textctrl.mm
2558 src/osx/iphone/toolbar.mm
2559 src/osx/iphone/utils.mm
2560 src/osx/iphone/window.mm
2563 <set var=
"OSX_IPHONE_HDR" hints=
"files">
2564 wx/osx/iphone/chkconf.h
2565 wx/osx/iphone/evtloop.h
2566 wx/osx/iphone/private.h
2567 $(OSX_CARBON_HDR)
<!-- FIXME: these headers need moved somewhere shared... -->
2571 <!-- ====================================================================== -->
2573 <!-- ====================================================================== -->
2575 <set var=
"COCOA_LOWLEVEL_SRC" hints=
"files">
2576 <!-- Shared wxMac and wxCocoa files -->
2577 src/osx/core/hid.cpp
2578 src/osx/core/utilsexc_cf.cpp
2580 <set var=
"COCOA_LOWLEVEL_HDR" hints=
"files">
2582 <set var=
"COCOA_SRC" hints=
"files">
2584 src/cocoa/NSButton.mm
2585 src/cocoa/NSControl.mm
2587 src/cocoa/NSPanel.mm
2588 src/cocoa/NSScroller.mm
2589 src/cocoa/NSSlider.mm
2590 src/cocoa/NSTabView.mm
2591 src/cocoa/NSTableView.mm
2592 src/cocoa/NSTextField.mm
2594 src/cocoa/NSWindow.mm
2595 src/cocoa/ObjcRef.mm
2598 src/cocoa/bmpbuttn.mm
2601 src/cocoa/checkbox.mm
2602 src/cocoa/checklst.mm
2604 src/cocoa/clipbrd.mm
2605 src/cocoa/colordlg.mm
2607 src/cocoa/combobox.mm
2608 src/cocoa/control.mm
2611 src/cocoa/dataobj.mm
2613 src/cocoa/dcclient.mm
2614 src/cocoa/dcmemory.mm
2615 src/cocoa/dcscreen.cpp
2618 src/cocoa/display.mm
2620 src/cocoa/evtloop.mm
2621 src/cocoa/filedlg.mm
2623 src/cocoa/fontdlg.mm
2624 src/cocoa/fontenum.mm
2625 src/cocoa/fontutil.cpp
2629 src/cocoa/listbox.mm
2631 src/cocoa/mbarman.mm
2634 src/cocoa/menuitem.mm
2636 src/cocoa/notebook.mm
2638 src/cocoa/radiobox.mm
2639 src/cocoa/radiobut.mm
2641 src/cocoa/scrolbar.mm
2642 src/cocoa/settings.mm
2645 src/cocoa/spinbutt.mm
2646 src/cocoa/statbmp.mm
2647 src/cocoa/statbox.mm
2648 src/cocoa/statline2.mm
2649 src/cocoa/stattext.mm
2650 src/cocoa/textctrl.mm
2652 src/cocoa/toolbar.mm
2653 src/cocoa/tooltip.mm
2654 src/cocoa/toplevel.mm
2656 src/cocoa/utilsexc.mm
2658 <!-- Generic implementations used by wxCocoa: -->
2659 src/generic/accel.cpp
2660 src/generic/caret.cpp
2661 src/generic/clrpickerg.cpp
2662 src/generic/collpaneg.cpp
2663 src/generic/colrdlgg.cpp
2664 src/generic/fdrepdlg.cpp
2665 src/generic/filepickerg.cpp
2666 src/generic/fontdlgg.cpp
2667 src/generic/fontpickerg.cpp
2668 src/generic/imaglist.cpp
2669 src/generic/listctrl.cpp
2670 src/generic/paletteg.cpp
2671 src/generic/regiong.cpp
2672 src/generic/statusbr.cpp
2673 src/generic/textmeasure.cpp
2675 <set var=
"COCOA_HDR" hints=
"files">
2676 wx/cocoa/NSApplication.h
2679 wx/cocoa/NSControl.h
2682 wx/cocoa/NSScroller.h
2684 wx/cocoa/NSTabView.h
2685 wx/cocoa/NSTableView.h
2686 wx/cocoa/NSTextField.h
2689 wx/cocoa/ObjcAssociate.h
2748 <!-- Semi-private headers -->
2749 wx/cocoa/objc/objc_uniquifying.h
2750 <!-- Generic implementations used by wxCocoa: -->
2752 wx/generic/clrpickerg.h
2753 wx/generic/collpaneg.h
2754 wx/generic/fdrepdlg.h
2755 wx/generic/fontdlgg.h
2756 wx/generic/fontpickerg.h
2757 wx/generic/imaglist.h
2758 wx/generic/listctrl.h
2759 wx/generic/paletteg.h
2761 wx/generic/statusbr.h
2766 <!-- ====================================================================== -->
2767 <!-- wxUniversal -->
2768 <!-- ====================================================================== -->
2771 <set var=
"UNIV_THEMES_SRC" hints=
"files">
2772 src/univ/themes/gtk.cpp
2773 src/univ/themes/metal.cpp
2774 src/univ/themes/mono.cpp
2775 src/univ/themes/win32.cpp
2778 <set var=
"UNIV_PLATFORM_SRC" hints=
"files">
2779 <if cond=
"TOOLKIT=='MSW'">
2783 <set var=
"UNIV_PLATFORM_HDR" hints=
"files">
2784 <if cond=
"TOOLKIT=='MSW'">
2789 <set var=
"UNIV_SRC" hints=
"files">
2790 $(UNIV_PLATFORM_SRC)
2791 src/generic/accel.cpp
2792 src/generic/clrpickerg.cpp
2793 src/generic/collpaneg.cpp
2794 src/generic/colrdlgg.cpp
2795 src/generic/dirdlgg.cpp
2796 src/generic/fdrepdlg.cpp
2797 src/generic/filedlgg.cpp
2798 src/generic/filepickerg.cpp
2799 src/generic/fontdlgg.cpp
2800 src/generic/fontpickerg.cpp
2801 src/generic/listctrl.cpp
2802 src/generic/mdig.cpp
2803 src/generic/prntdlgg.cpp
2804 src/univ/bmpbuttn.cpp
2806 src/univ/checkbox.cpp
2807 src/univ/checklst.cpp
2809 src/univ/combobox.cpp
2810 src/univ/control.cpp
2811 src/univ/ctrlrend.cpp
2813 src/univ/framuniv.cpp
2815 src/univ/inpcons.cpp
2816 src/univ/inphand.cpp
2817 src/univ/listbox.cpp
2819 src/univ/notebook.cpp
2820 src/univ/radiobox.cpp
2821 src/univ/radiobut.cpp
2822 src/univ/scrarrow.cpp
2823 src/univ/scrolbar.cpp
2824 src/univ/scrthumb.cpp
2825 src/univ/settingsuniv.cpp
2827 src/univ/spinbutt.cpp
2828 src/univ/statbmp.cpp
2829 src/univ/statbox.cpp
2830 src/univ/statline.cpp
2831 src/univ/stattext.cpp
2832 src/univ/statusbr.cpp
2833 src/univ/stdrend.cpp
2834 src/univ/textctrl.cpp
2837 src/univ/toolbar.cpp
2838 src/univ/topluniv.cpp
2839 src/univ/winuniv.cpp
2841 <set var=
"UNIV_HDR" hints=
"files">
2842 $(UNIV_PLATFORM_HDR)
2844 wx/generic/animate.h
2845 wx/generic/clrpickerg.h
2846 wx/generic/collpaneg.h
2847 wx/generic/ctrlsub.h
2848 wx/generic/dirdlgg.h
2849 wx/generic/fdrepdlg.h
2850 wx/generic/filedlgg.h
2851 wx/generic/filepickerg.h
2852 wx/generic/fontdlgg.h
2853 wx/generic/fontpickerg.h
2854 wx/generic/listctrl.h
2856 wx/generic/statusbr.h
2868 wx/univ/custombgwin.h
2902 <!-- ====================================================================== -->
2904 <!-- ====================================================================== -->
2906 <set var=
"ADVANCED_CMN_SRC" hints=
"files">
2907 src/common/animatecmn.cpp
2908 src/common/bmpcboxcmn.cpp
2909 src/common/calctrlcmn.cpp
2910 src/common/datavcmn.cpp
2911 src/common/gridcmn.cpp
2912 src/common/hyperlnkcmn.cpp
2913 src/common/odcombocmn.cpp
2914 src/common/richtooltipcmn.cpp
2915 src/generic/aboutdlgg.cpp
2916 src/generic/bannerwindow.cpp
2917 src/generic/bmpcboxg.cpp
2918 src/generic/calctrlg.cpp
2919 src/generic/commandlinkbuttong.cpp
2920 src/generic/datavgen.cpp
2921 src/generic/datectlg.cpp
2922 src/generic/editlbox.cpp
2923 src/generic/grid.cpp
2924 src/generic/gridctrl.cpp
2925 src/generic/grideditors.cpp
2926 src/generic/gridsel.cpp
2927 src/generic/helpext.cpp
2928 src/generic/hyperlinkg.cpp
2929 src/generic/laywin.cpp
2930 src/generic/notifmsgg.cpp
2931 src/generic/odcombo.cpp
2932 src/generic/propdlg.cpp
2933 src/generic/richtooltipg.cpp
2934 src/generic/sashwin.cpp
2935 src/generic/splash.cpp
2936 src/generic/timectrlg.cpp
2937 src/generic/tipdlg.cpp
2938 src/generic/treelist.cpp
2939 src/generic/wizard.cpp
2942 <set var=
"ADVANCED_CMN_HDR" hints=
"files">
2948 wx/commandlinkbutton.h
2956 wx/generic/aboutdlgg.h
2957 wx/generic/bmpcbox.h
2958 wx/generic/calctrlg.h
2959 wx/generic/datectrl.h
2960 wx/generic/dataview.h
2961 wx/generic/dvrenderer.h
2962 wx/generic/dvrenderers.h
2964 wx/generic/gridctrl.h
2965 wx/generic/grideditors.h
2966 wx/generic/gridsel.h
2967 wx/generic/helpext.h
2968 wx/generic/hyperlink.h
2970 wx/generic/notifmsg.h
2971 wx/generic/propdlg.h
2972 wx/generic/sashwin.h
2974 wx/generic/timectrl.h
2994 <set var=
"ADVANCED_MSW_SRC" hints=
"files">
2995 src/common/taskbarcmn.cpp
2996 src/msw/aboutdlg.cpp
2997 src/msw/notifmsg.cpp
2998 src/msw/richtooltip.cpp
3002 <set var=
"ADVANCED_MSW_HDR" hints=
"files">
3008 <!-- not used with wxUniv -->
3009 <set var=
"ADVANCED_MSW_NATIVE_SRC" hints=
"files">
3010 src/generic/animateg.cpp
3013 src/msw/commandlinkbutton.cpp
3014 src/msw/datecontrols.cpp
3015 src/msw/datectrl.cpp
3016 src/msw/datetimectrl.cpp
3017 src/msw/hyperlink.cpp
3018 src/msw/timectrl.cpp
3020 <set var=
"ADVANCED_MSW_NATIVE_HDR" hints=
"files">
3021 wx/generic/animate.h
3023 wx/msw/commandlinkbutton.h
3026 wx/msw/datetimectrl.h
3031 <!-- not built on WindowsCE: -->
3032 <set var=
"ADVANCED_MSW_DESKTOP_SRC" hints=
"files">
3033 src/msw/joystick.cpp
3035 <set var=
"ADVANCED_MSW_DESKTOP_HDR" hints=
"files">
3039 <set var=
"ADVANCED_OSX_CARBON_SRC" hints=
"files">
3040 src/common/taskbarcmn.cpp
3041 src/generic/animateg.cpp
3042 src/osx/carbon/aboutdlg.cpp
3043 src/osx/carbon/drawer.cpp
3044 src/osx/dataview_osx.cpp
3045 src/osx/carbon/dataview.cpp
3046 src/osx/sound_osx.cpp
3047 src/osx/carbon/sound.cpp
3048 src/osx/carbon/taskbar.cpp
3049 src/osx/core/hidjoystick.cpp
3052 <set var=
"ADVANCED_OSX_CARBON_HDR" hints=
"files">
3053 wx/generic/animate.h
3056 wx/osx/dvrenderers.h
3060 wx/osx/carbon/drawer.h
3061 wx/osx/carbon/dataview.h
3062 wx/osx/core/joystick.h
3065 <set var=
"ADVANCED_OSX_COCOA_SRC" hints=
"files">
3066 src/common/taskbarcmn.cpp
3067 src/generic/animateg.cpp
3068 src/osx/datetimectrl_osx.cpp
3069 src/osx/datectrl_osx.cpp
3070 src/osx/sound_osx.cpp
3071 src/osx/timectrl_osx.cpp
3072 src/osx/carbon/sound.cpp
3073 src/osx/core/sound.cpp
3074 src/osx/cocoa/aboutdlg.mm
3075 src/osx/dataview_osx.cpp
3076 src/osx/cocoa/dataview.mm
3077 src/osx/cocoa/datetimectrl.mm
3078 src/osx/cocoa/taskbar.mm
3079 src/osx/core/hidjoystick.cpp
3082 <set var=
"ADVANCED_OSX_COCOA_HDR" hints=
"files">
3083 wx/generic/animate.h
3086 wx/osx/datetimectrl.h
3088 wx/osx/dvrenderers.h
3093 wx/osx/core/joystick.h
3094 wx/osx/cocoa/dataview.h
3097 <set var=
"ADVANCED_OSX_IPHONE_SRC" hints=
"files">
3098 src/generic/animateg.cpp
3099 src/osx/sound_osx.cpp
3100 src/osx/core/sound.cpp
3103 <set var=
"ADVANCED_OSX_IPHONE_HDR" hints=
"files">
3104 wx/generic/animate.h
3108 <set var=
"ADVANCED_COCOA_SRC" hints=
"files">
3109 src/cocoa/taskbar.mm
3110 src/common/taskbarcmn.cpp
3111 src/generic/animateg.cpp
3112 src/osx/core/hidjoystick.cpp
3115 <set var=
"ADVANCED_COCOA_HDR" hints=
"files">
3117 wx/generic/animate.h
3118 wx/osx/core/joystick.h
3121 <set var=
"ADVANCED_OS2_SRC" hints=
"files">
3122 src/generic/animateg.cpp
3123 src/os2/joystick.cpp
3126 <set var=
"ADVANCED_OS2_HDR" hints=
"files">
3127 wx/generic/animate.h
3132 <set var=
"ADVANCED_UNIX_SRC" hints=
"files">
3133 src/common/taskbarcmn.cpp
3134 src/unix/joystick.cpp
3136 src/unix/taskbarx11.cpp
3138 <set var=
"ADVANCED_UNIX_HDR" hints=
"files">
3141 wx/unix/taskbarx11.h
3144 <set var=
"ADVANCED_MOTIF_SRC" hints=
"files">
3145 src/generic/animateg.cpp
3148 <set var=
"ADVANCED_MOTIF_HDR" hints=
"files">
3149 wx/generic/animate.h
3152 <set var=
"ADVANCED_GTK_PLATFORM_SRC" hints=
"files">
3153 <if cond=
"PLATFORM_UNIX=='1'">$(ADVANCED_UNIX_SRC)
</if>
3154 <if cond=
"PLATFORM_MACOSX=='1'">$(ADVANCED_UNIX_SRC)
</if>
3156 <set var=
"ADVANCED_GTK_PLATFORM_HDR" hints=
"files">
3157 <if cond=
"PLATFORM_UNIX=='1'">$(ADVANCED_UNIX_HDR)
</if>
3158 <if cond=
"PLATFORM_MACOSX=='1'">$(ADVANCED_UNIX_HDR)
</if>
3160 <set var=
"ADVANCED_GTK_SRC" hints=
"files">
3161 $(ADVANCED_GTK_PLATFORM_SRC)
3162 src/gtk/notifmsg.cpp
3165 <set var=
"ADVANCED_GTK2_SRC" hints=
"files">
3167 src/gtk/eggtrayicon.c
3168 src/gtk/hildon/notifmsg.cpp
3170 <set var=
"ADVANCED_GTK_HDR" hints=
"files">
3171 $(ADVANCED_GTK_PLATFORM_HDR)
3175 <set var=
"ADVANCED_GTK2_HDR" hints=
"files">
3177 wx/gtk/hildon/notifmsg.h
3180 <set var=
"ADVANCED_GTK_NATIVE_SRC" hints=
"files">
3181 src/gtk/aboutdlg.cpp
3185 src/gtk/dataview.cpp
3186 src/gtk/hyperlink.cpp
3188 <set var=
"ADVANCED_GTK_NATIVE_HDR" hints=
"files">
3194 wx/gtk/dvrenderers.h
3198 <set var=
"ADVANCED_GTK1_SRC" hints=
"files">
3199 src/generic/animateg.cpp
3200 src/gtk1/eggtrayicon.c
3201 src/gtk1/taskbar.cpp
3203 <set var=
"ADVANCED_GTK1_HDR" hints=
"files">
3204 wx/generic/animate.h
3207 <set var=
"ADVANCED_UNIV_SRC" hints=
"files">
3208 src/generic/animateg.cpp
3210 <set var=
"ADVANCED_UNIV_HDR" hints=
"files">
3211 wx/generic/animate.h
3214 <!-- ====================================================================== -->
3216 <!-- ====================================================================== -->
3218 <set var=
"MEDIA_CMN_SRC" hints=
"files">
3219 src/common/mediactrlcmn.cpp
3222 <set var=
"MEDIA_CMN_HDR" hints=
"files">
3226 <set var=
"MEDIA_MSW_SRC" hints=
"files">
3227 src/msw/mediactrl_am.cpp
3228 src/msw/mediactrl_wmp10.cpp
3229 src/msw/mediactrl_qt.cpp
3231 <set var=
"MEDIA_MSW_HDR" hints=
"files">
3233 <!-- not built on WindowsCE: -->
3234 <set var=
"MEDIA_MSW_DESKTOP_SRC" hints=
"files">
3236 <set var=
"MEDIA_MSW_DESKTOP_HDR" hints=
"files">
3239 <set var=
"MEDIA_OSX_CARBON_SRC" hints=
"files">
3240 src/osx/carbon/mediactrl.cpp
3242 <set var=
"MEDIA_OSX_CARBON_HDR" hints=
"files">
3245 <set var=
"MEDIA_OSX_COCOA_SRC" hints=
"files">
3246 src/osx/cocoa/mediactrl.mm
3248 <set var=
"MEDIA_OSX_COCOA_HDR" hints=
"files">
3251 <set var=
"MEDIA_OSX_IPHONE_SRC" hints=
"files">
3252 <!-- src/osx/iphone/mediactrl.mm -->
3254 <set var=
"MEDIA_OSX_IPHONE_HDR" hints=
"files">
3257 <set var=
"MEDIA_COCOA_SRC" hints=
"files">
3258 src/cocoa/mediactrl.mm
3260 <set var=
"MEDIA_COCOA_HDR" hints=
"files">
3263 <set var=
"MEDIA_OS2_SRC" hints=
"files">
3265 <set var=
"MEDIA_OS2_HDR" hints=
"files">
3268 <set var=
"MEDIA_UNIX_SRC" hints=
"files">
3269 src/unix/mediactrl.cpp
3271 <set var=
"MEDIA_UNIX_HDR" hints=
"files">
3274 <set var=
"MEDIA_GTK_SRC" hints=
"files">
3277 <set var=
"MEDIA_GTK1_SRC" hints=
"files">
3280 <!-- ====================================================================== -->
3282 <!-- ====================================================================== -->
3284 <set var=
"HTML_SRC_PLATFORM">
3285 <if cond=
"TOOLKIT=='MSW'">
3286 src/msw/helpbest.cpp
3288 <if cond=
"PLATFORM_UNIX=='1'">
3291 <if cond=
"PLATFORM_MACOSX=='1'">
3295 <set var=
"HTML_SRC" hints=
"files">
3296 $(HTML_SRC_PLATFORM)
3297 src/html/helpctrl.cpp
3298 src/html/helpdata.cpp
3299 src/html/helpdlg.cpp
3300 src/html/helpfrm.cpp
3301 src/html/helpwnd.cpp
3302 src/html/htmlcell.cpp
3303 src/html/htmlfilt.cpp
3304 src/html/htmlpars.cpp
3305 src/html/htmltag.cpp
3306 src/html/htmlwin.cpp
3307 src/html/htmprint.cpp
3308 src/html/m_dflist.cpp
3309 src/html/m_fonts.cpp
3310 src/html/m_hline.cpp
3311 src/html/m_image.cpp
3312 src/html/m_layout.cpp
3313 src/html/m_links.cpp
3317 src/html/m_style.cpp
3318 src/html/m_tables.cpp
3319 src/html/styleparams.cpp
3320 src/html/winpars.cpp
3321 <!-- wxHTML users: -->
3322 src/generic/htmllbox.cpp
3324 <set var=
"MSW_HTML_HDR" hints=
"files">
3325 <if cond=
"TOOLKIT=='MSW'">wx/msw/helpbest.h
</if>
3327 <set var=
"HTML_HDR" hints=
"files">
3342 wx/html/styleparams.h
3345 <!-- wxHTML users: -->
3350 <!-- ====================================================================== -->
3352 <!-- ====================================================================== -->
3354 <set var=
"WEBVIEW_SRC_PLATFORM">
3355 <if cond=
"TOOLKIT=='MSW'">src/msw/webview_ie.cpp
</if>
3356 <if cond=
"TOOLKIT=='GTK'">src/gtk/webview_webkit.cpp
</if>
3357 <if cond=
"PLATFORM_MACOSX=='1'">src/osx/webview_webkit.mm
</if>
3359 <set var=
"WEBVIEW_SRC" hints=
"files">
3360 $(WEBVIEW_SRC_PLATFORM)
3361 src/common/webview.cpp
3362 src/common/webviewarchivehandler.cpp
3363 src/common/webviewfshandler.cpp
3366 <set var=
"WEBVIEW_HDR_PLATFORM" hints=
"files">
3367 <if cond=
"TOOLKIT=='MSW'">
3368 wx/msw/webviewhistoryitem_ie.h
3370 wx/msw/webview_missing.h
3372 <if cond=
"TOOLKIT=='GTK'">
3373 wx/gtk/webviewhistoryitem_webkit.h
3374 wx/gtk/webview_webkit.h
3376 <if cond=
"PLATFORM_MACOSX=='1'">
3377 wx/osx/webviewhistoryitem_webkit.h
3378 wx/osx/webview_webkit.h
3381 <set var=
"WEBVIEW_HDR" hints=
"files">
3382 $(WEBVIEW_HDR_PLATFORM)
3384 wx/webviewarchivehandler.h
3385 wx/webviewfshandler.h
3388 <!-- ====================================================================== -->
3390 <!-- ====================================================================== -->
3392 <set var=
"XRC_SRC" hints=
"files">
3393 src/xrc/xh_animatctrl.cpp
3394 src/xrc/xh_bannerwindow.cpp
3396 src/xrc/xh_bmpcbox.cpp
3397 src/xrc/xh_bmpbt.cpp
3400 src/xrc/xh_chckb.cpp
3401 src/xrc/xh_chckl.cpp
3402 src/xrc/xh_choic.cpp
3403 src/xrc/xh_choicbk.cpp
3404 src/xrc/xh_clrpicker.cpp
3405 src/xrc/xh_cmdlinkbn.cpp
3406 src/xrc/xh_collpane.cpp
3407 src/xrc/xh_combo.cpp
3408 src/xrc/xh_comboctrl.cpp
3409 src/xrc/xh_datectrl.cpp
3410 src/xrc/xh_dirpicker.cpp
3412 src/xrc/xh_editlbox.cpp
3413 src/xrc/xh_filectrl.cpp
3414 src/xrc/xh_filepicker.cpp
3415 src/xrc/xh_fontpicker.cpp
3416 src/xrc/xh_frame.cpp
3417 src/xrc/xh_gauge.cpp
3418 src/xrc/xh_gdctl.cpp
3421 src/xrc/xh_hyperlink.cpp
3422 src/xrc/xh_listb.cpp
3423 src/xrc/xh_listbk.cpp
3424 src/xrc/xh_listc.cpp
3427 src/xrc/xh_notbk.cpp
3428 src/xrc/xh_odcombo.cpp
3429 src/xrc/xh_panel.cpp
3430 src/xrc/xh_propdlg.cpp
3431 src/xrc/xh_radbt.cpp
3432 src/xrc/xh_radbx.cpp
3433 src/xrc/xh_scrol.cpp
3434 src/xrc/xh_scwin.cpp
3435 src/xrc/xh_htmllbox.cpp
3436 src/xrc/xh_sizer.cpp
3437 src/xrc/xh_slidr.cpp
3439 src/xrc/xh_split.cpp
3440 src/xrc/xh_srchctrl.cpp
3441 src/xrc/xh_statbar.cpp
3442 src/xrc/xh_stbmp.cpp
3443 src/xrc/xh_stbox.cpp
3444 src/xrc/xh_stlin.cpp
3445 src/xrc/xh_sttxt.cpp
3447 src/xrc/xh_tglbtn.cpp
3448 src/xrc/xh_timectrl.cpp
3449 src/xrc/xh_toolb.cpp
3450 src/xrc/xh_toolbk.cpp
3452 src/xrc/xh_treebk.cpp
3453 src/xrc/xh_unkwn.cpp
3454 src/xrc/xh_wizrd.cpp
3457 src/xrc/xmlrsall.cpp
3459 <set var=
"XRC_HDR" hints=
"files">
3461 wx/xrc/xh_animatctrl.h
3462 wx/xrc/xh_bannerwindow.h
3472 wx/xrc/xh_clrpicker.h
3473 wx/xrc/xh_cmdlinkbn.h
3474 wx/xrc/xh_collpane.h
3476 wx/xrc/xh_comboctrl.h
3477 wx/xrc/xh_datectrl.h
3478 wx/xrc/xh_dirpicker.h
3480 wx/xrc/xh_editlbox.h
3481 wx/xrc/xh_filectrl.h
3482 wx/xrc/xh_filepicker.h
3483 wx/xrc/xh_fontpicker.h
3490 wx/xrc/xh_hyperlink.h
3503 wx/xrc/xh_htmllbox.h
3508 wx/xrc/xh_srchctrl.h
3516 wx/xrc/xh_timectrl.h
3529 <!-- ====================================================================== -->
3530 <!-- XML classes -->
3531 <!-- ====================================================================== -->
3533 <set var=
"XML_SRC" hints=
"files">
3535 src/common/xtixml.cpp
<!-- FIXME - temporary solution -->
3537 <set var=
"XML_HDR" hints=
"files">
3539 wx/xtixml.h
<!-- FIXME - temporary solution -->
3543 <!-- ====================================================================== -->
3544 <!-- OpenGL canvas -->
3545 <!-- ====================================================================== -->
3547 <set var=
"OPENGL_SRC_PLATFORM" hints=
"files">
3548 <if cond=
"TOOLKIT=='OSX_CARBON'">src/osx/carbon/glcanvas.cpp src/osx/glcanvas_osx.cpp
</if>
3549 <if cond=
"TOOLKIT=='OSX_COCOA'">src/osx/cocoa/glcanvas.mm src/osx/glcanvas_osx.cpp
</if>
3550 <if cond=
"TOOLKIT=='OSX_IPHONE'">src/osx/iphone/glcanvas.mm src/osx/glcanvas_osx.cpp
</if>
3551 <if cond=
"TOOLKIT=='COCOA'">src/cocoa/glcanvas.mm
</if>
3552 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">
3554 src/gtk/glcanvas.cpp
3556 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">
3557 src/gtk/glcanvas.cpp
3560 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION==''">
3561 src/gtk1/glcanvas.cpp
3564 <if cond=
"TOOLKIT=='MSW'">src/msw/glcanvas.cpp
</if>
3565 <if cond=
"TOOLKIT=='WINCE'">src/msw/glcanvas.cpp
</if>
3566 <if cond=
"TOOLKIT=='MOTIF'">src/x11/glcanvas.cpp src/unix/glx11.cpp
</if>
3567 <if cond=
"TOOLKIT=='X11'">src/x11/glcanvas.cpp src/unix/glx11.cpp
</if>
3568 <if cond=
"TOOLKIT=='PM'">src/os2/glcanvas.cpp
</if>
3571 <set var=
"OPENGL_SRC" hints=
"files">
3572 src/common/glcmn.cpp
3573 $(OPENGL_SRC_PLATFORM)
3576 <set var=
"OPENGL_HDR_PLATFORM" hints=
"files">
3577 <if cond=
"TOOLKIT=='OSX_CARBON'">wx/osx/glcanvas.h
</if>
3578 <if cond=
"TOOLKIT=='OSX_COCOA'">wx/osx/glcanvas.h
</if>
3579 <if cond=
"TOOLKIT=='COCOA'">wx/cocoa/glcanvas.h
</if>
3580 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">
3584 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">
3588 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION==''">
3592 <if cond=
"TOOLKIT=='MSW'">wx/msw/glcanvas.h
</if>
3593 <if cond=
"TOOLKIT=='WINCE'">wx/msw/glcanvas.h
</if>
3594 <if cond=
"TOOLKIT=='MOTIF'">wx/x11/glcanvas.h wx/unix/glx11.h
</if>
3595 <if cond=
"TOOLKIT=='X11'">wx/x11/glcanvas.h wx/unix/glx11.h
</if>
3598 <set var=
"OPENGL_HDR" hints=
"files">
3600 $(OPENGL_HDR_PLATFORM)
3604 <!-- ====================================================================== -->
3605 <!-- Misc plugin sources: -->
3606 <!-- ====================================================================== -->
3608 <set var=
"UNIX_SOUND_SRC_SDL" hints=
"files">
3609 src/unix/sound_sdl.cpp
3612 <!-- ====================================================================== -->
3614 <!-- ====================================================================== -->
3616 <set var=
"AUI_GTK_SRC" hints=
"files">
3617 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">
3618 src/aui/tabartgtk.cpp
3621 <set var=
"AUI_GTK_HDR" hints=
"files">
3622 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">
3626 <set var=
"AUI_SRC" hints=
"files">
3627 src/aui/framemanager.cpp
3629 src/aui/floatpane.cpp
3636 <set var=
"AUI_HDR" hints=
"files">
3637 wx/aui/framemanager.h
3648 <!-- ====================================================================== -->
3650 <!-- ====================================================================== -->
3652 <set var=
"RIBBON_SRC" hints=
"files">
3653 src/ribbon/art_internal.cpp
3654 src/ribbon/art_msw.cpp
3655 src/ribbon/art_aui.cpp
3657 src/ribbon/buttonbar.cpp
3658 src/ribbon/control.cpp
3659 src/ribbon/gallery.cpp
3661 src/ribbon/panel.cpp
3662 src/ribbon/toolbar.cpp
3664 <set var=
"RIBBON_HDR" hints=
"files">
3666 wx/ribbon/art_internal.h
3668 wx/ribbon/buttonbar.h
3676 <!-- ====================================================================== -->
3677 <!-- wxPropertyGrid -->
3678 <!-- ====================================================================== -->
3680 <set var=
"PROPGRID_SRC" hints=
"files">
3681 src/propgrid/advprops.cpp
3682 src/propgrid/editors.cpp
3683 src/propgrid/manager.cpp
3684 src/propgrid/property.cpp
3685 src/propgrid/propgrid.cpp
3686 src/propgrid/propgridiface.cpp
3687 src/propgrid/propgridpagestate.cpp
3688 src/propgrid/props.cpp
3690 <set var=
"PROPGRID_HDR" hints=
"files">
3691 wx/propgrid/advprops.h
3692 wx/propgrid/editors.h
3693 wx/propgrid/manager.h
3694 wx/propgrid/property.h
3695 wx/propgrid/propgrid.h
3696 wx/propgrid/propgriddefs.h
3697 wx/propgrid/propgridiface.h
3698 wx/propgrid/propgridpagestate.h
3702 <!-- ====================================================================== -->
3703 <!-- wxRichTextCtrl -->
3704 <!-- ====================================================================== -->
3706 <set var=
"RICHTEXT_SRC" hints=
"files">
3707 src/richtext/richtextbuffer.cpp
3708 src/richtext/richtextctrl.cpp
3709 src/richtext/richtextformatdlg.cpp
3710 src/richtext/richtexthtml.cpp
3711 src/richtext/richtextimagedlg.cpp
3712 src/richtext/richtextprint.cpp
3713 src/richtext/richtextstyledlg.cpp
3714 src/richtext/richtextstyles.cpp
3715 src/richtext/richtextsymboldlg.cpp
3716 src/richtext/richtextxml.cpp
3717 src/xrc/xh_richtext.cpp
3719 <set var=
"RICHTEXT_HDR" hints=
"files">
3720 wx/richtext/richtextbackgroundpage.h
3721 wx/richtext/richtextborderspage.h
3722 wx/richtext/richtextbuffer.h
3723 wx/richtext/richtextbulletspage.h
3724 wx/richtext/richtextctrl.h
3725 wx/richtext/richtextdialogpage.h
3726 wx/richtext/richtextfontpage.h
3727 wx/richtext/richtextformatdlg.h
3728 wx/richtext/richtexthtml.h
3729 wx/richtext/richtextimagedlg.h
3730 wx/richtext/richtextindentspage.h
3731 wx/richtext/richtextliststylepage.h
3732 wx/richtext/richtextmarginspage.h
3733 wx/richtext/richtextprint.h
3734 wx/richtext/richtextsizepage.h
3735 wx/richtext/richtextstyledlg.h
3736 wx/richtext/richtextstylepage.h
3737 wx/richtext/richtextstyles.h
3738 wx/richtext/richtextsymboldlg.h
3739 wx/richtext/richtexttabspage.h
3740 wx/richtext/richtextuicustomization.h
3741 wx/richtext/richtextxml.h
3742 wx/xrc/xh_richtext.h
3746 <!-- ====================================================================== -->
3748 <!-- ====================================================================== -->
3750 <set var=
"STC_SRC" hints=
"files">
3753 src/stc/ScintillaWX.cpp
3756 <set var=
"STC_HDR" hints=
"files">
3760 <!-- ====================================================================== -->
3761 <!-- Define sources for specific libraries: -->
3762 <!-- ====================================================================== -->
3764 <!-- wxBase files: -->
3766 <!-- Nested if would be nicer, but this works -->
3767 <!-- These are the files for PLATFORM_MACOSX -->
3768 <set var=
"BASE_OSX_SRC" hints=
"files">
3769 <if cond=
"TOOLKIT=='OSX_CARBON'">$(BASE_OSX_SHARED_SRC)
</if>
3770 <if cond=
"TOOLKIT=='OSX_COCOA'">$(BASE_OSX_SHARED_SRC)
</if>
3771 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(BASE_OSX_SHARED_SRC)
</if>
3772 <if cond=
"TOOLKIT=='COCOA'">$(BASE_OSX_NOTWXMAC_SRC)
</if>
3773 <if cond=
"TOOLKIT=='GTK'">$(BASE_OSX_NOTWXMAC_SRC)
</if>
3774 <if cond=
"TOOLKIT=='X11'">$(BASE_OSX_NOTWXMAC_SRC)
</if>
3775 <if cond=
"TOOLKIT=='MOTIF'">$(BASE_OSX_NOTWXMAC_SRC)
</if>
3776 <!-- FIXME: TOOLKIT!='MAC' is what we really want -->
3778 <!-- FIXME: a hack because there are two wxBase versions on
3779 Mac; once fixed, this would no longer be needed -->
3780 <if cond=
"TOOLKIT==''">$(BASE_OSX_NOTWXMAC_SRC)
</if>
3782 <set var=
"BASE_PLATFORM_SRC" hints=
"files">
3783 <if cond=
"PLATFORM_UNIX=='1'">$(BASE_UNIX_SRC)
</if>
3784 <if cond=
"PLATFORM_WIN32=='1'">$(BASE_WIN32_SRC) $(BASE_WINCE_SRC)
</if>
3785 <if cond=
"PLATFORM_MACOSX=='1'">$(BASE_OSX_SHARED_SRC)
</if>
3786 <if cond=
"PLATFORM_OS2=='1'">$(BASE_OS2_SRC)
</if>
3787 <if cond=
"PLATFORM_MSDOS=='1'">$(BASE_MSDOS_SRC)
</if>
3789 <set var=
"BASE_AND_GUI_TOOLKIT_SRC" hints=
"files">
3790 <if cond=
"TOOLKIT=='OSX_CARBON'">$(BASE_AND_GUI_OSX_CARBON_SRC)
</if>
3791 <if cond=
"TOOLKIT=='OSX_COCOA'">$(BASE_AND_GUI_OSX_COCOA_SRC)
</if>
3793 <set var=
"BASE_AND_GUI_PLATFORM_SRC" hints=
"files">
3794 <if cond=
"PLATFORM_WIN32=='1'">$(BASE_AND_GUI_WIN32_SRC)
</if>
3795 <if cond=
"PLATFORM_MSDOS=='1'">$(BASE_AND_GUI_MSDOS_SRC)
</if>
3796 <!-- At the moment, BASE_AND_GUI_TOOLKIT_SRC handles this -->
3797 <!-- if cond="PLATFORM_MACOS=='1'">$(BASE_AND_GUI_MAC_SRC)</if -->
3800 <!-- Nested if would be nicer, but this works -->
3801 <!-- These are the files for PLATFORM_MACOSX -->
3802 <set var=
"BASE_OSX_HDR" hints=
"files">
3803 <if cond=
"TOOLKIT=='OSX_CARBON'">$(BASE_OSX_SHARED_HDR)
</if>
3804 <if cond=
"TOOLKIT=='OSX_COCOA'">$(BASE_OSX_SHARED_HDR)
</if>
3805 <if cond=
"TOOLKIT=='COCOA'">$(BASE_OSX_NOTWXMAC_HDR)
</if>
3806 <if cond=
"TOOLKIT=='GTK'">$(BASE_OSX_NOTWXMAC_HDR)
</if>
3807 <if cond=
"TOOLKIT=='X11'">$(BASE_OSX_NOTWXMAC_HDR)
</if>
3808 <if cond=
"TOOLKIT=='MOTIF'">$(BASE_OSX_NOTWXMAC_HDR)
</if>
3809 <!-- FIXME: TOOLKIT!='MAC' is what we really want -->
3811 <!-- FIXME: a hack because there are two wxBase versions on
3812 Mac; once fixed, this would no longer be needed -->
3813 <if cond=
"TOOLKIT==''">$(BASE_OSX_NOTWXMAC_HDR)
</if>
3815 <set var=
"BASE_PLATFORM_HDR" hints=
"files">
3816 <if cond=
"PLATFORM_UNIX=='1'">$(BASE_UNIX_HDR)
</if>
3817 <if cond=
"PLATFORM_WIN32=='1'">$(BASE_WIN32_HDR) $(BASE_WINCE_HDR)
</if>
3818 <if cond=
"PLATFORM_MACOSX=='1'">$(BASE_OSX_HDR)
</if>
3819 <if cond=
"PLATFORM_MSDOS=='1'">$(BASE_MSDOS_HDR)
</if>
3820 <if cond=
"PLATFORM_OS2=='1'">$(BASE_OS2_HDR)
</if>
3823 <set var=
"BASE_SRC" hints=
"files">
3824 $(BASE_CMN_SRC) $(BASE_PLATFORM_SRC)
3826 <set var=
"BASE_AND_GUI_SRC" hints=
"files">
3827 $(BASE_AND_GUI_CMN_SRC)
3828 $(BASE_AND_GUI_PLATFORM_SRC) $(BASE_AND_GUI_TOOLKIT_SRC)
3832 <!-- wxNet files: -->
3833 <set var=
"NET_PLATFORM_SRC" hints=
"files">
3834 <if cond=
"PLATFORM_UNIX=='1'">$(NET_UNIX_SRC)
</if>
3835 <if cond=
"PLATFORM_WIN32=='1'">$(NET_WIN32_SRC) $(NET_WINCE_SRC)
</if>
3836 <if cond=
"PLATFORM_MACOSX=='1'">$(NET_UNIX_SRC) $(NET_OSX_SRC)
</if>
3837 <if cond=
"PLATFORM_OS2=='1'">$(NET_OS2_SRC)
</if>
3839 <set var=
"NET_PLATFORM_HDR" hints=
"files">
3840 <if cond=
"PLATFORM_WIN32=='1'">$(NET_WIN32_HDR) $(NET_WINCE_HDR)
</if>
3843 <set var=
"NET_SRC" hints=
"files">
3844 $(NET_CMN_SRC) $(NET_PLATFORM_SRC)
3848 <!-- GUI sources: -->
3850 <set var=
"LOWLEVEL_SRC" hints=
"files">
3851 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(GTK_LOWLEVEL_SRC)
</if>
3852 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(GTK2_LOWLEVEL_SRC)
</if>
3853 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION==''">$(GTK1_LOWLEVEL_SRC)
</if>
3854 <if cond=
"TOOLKIT=='MOTIF'">$(MOTIF_LOWLEVEL_SRC)
</if>
3855 <if cond=
"TOOLKIT=='MSW'">$(MSW_LOWLEVEL_SRC) $(MSW_DESKTOP_LOWLEVEL_SRC)
</if>
3856 <if cond=
"TOOLKIT=='WINCE'">$(MSW_LOWLEVEL_SRC)
</if>
3857 <if cond=
"TOOLKIT=='OSX_CARBON'">$(OSX_LOWLEVEL_SRC)
</if>
3858 <if cond=
"TOOLKIT=='OSX_COCOA'">$(OSX_LOWLEVEL_SRC)
</if>
3859 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(OSX_LOWLEVEL_SRC)
</if>
3860 <if cond=
"TOOLKIT=='COCOA'">$(COCOA_LOWLEVEL_SRC)
</if>
3861 <if cond=
"TOOLKIT=='PM'">$(OS2_LOWLEVEL_SRC)
</if>
3862 <if cond=
"TOOLKIT=='X11'">$(X11_LOWLEVEL_SRC)
</if>
3863 <if cond=
"TOOLKIT=='DFB'">$(DFB_LOWLEVEL_SRC)
</if>
3865 <set var=
"LOWLEVEL_HDR" hints=
"files">
3866 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(GTK_LOWLEVEL_HDR)
</if>
3867 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(GTK_LOWLEVEL_HDR)
</if>
3868 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION==''">$(GTK1_LOWLEVEL_HDR)
</if>
3869 <if cond=
"TOOLKIT=='MOTIF'">$(MOTIF_LOWLEVEL_HDR)
</if>
3870 <if cond=
"TOOLKIT=='MSW'">$(MSW_LOWLEVEL_HDR) $(MSW_DESKTOP_LOWLEVEL_HDR)
</if>
3871 <if cond=
"TOOLKIT=='WINCE'">$(MSW_LOWLEVEL_HDR)
</if>
3872 <if cond=
"TOOLKIT=='OSX_CARBON'">$(OSX_LOWLEVEL_HDR)
</if>
3873 <if cond=
"TOOLKIT=='OSX_COCOA'">$(OSX_LOWLEVEL_HDR)
</if>
3874 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(OSX_LOWLEVEL_HDR)
</if>
3875 <if cond=
"TOOLKIT=='COCOA'">$(COCOA_LOWLEVEL_HDR)
</if>
3876 <if cond=
"TOOLKIT=='PM'">$(OS2_LOWLEVEL_HDR)
</if>
3877 <if cond=
"TOOLKIT=='X11'">$(X11_LOWLEVEL_HDR)
</if>
3878 <if cond=
"TOOLKIT=='DFB'">$(DFB_LOWLEVEL_HDR)
</if>
3881 <set var=
"PLATFORM_SRC" hints=
"files">
3882 <if cond=
"PLATFORM_UNIX=='1'">$(UNIX_SRC)
</if>
3883 <if cond=
"PLATFORM_MACOSX=='1'">$(UNIX_SRC)
</if>
3886 <set var=
"GUI_SRC" hints=
"files">
3887 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(GTK_SRC)
</if>
3888 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(GTK2_SRC)
</if>
3889 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION==''">$(GTK1_SRC)
</if>
3890 <if cond=
"TOOLKIT=='MOTIF'">$(MOTIF_SRC)
</if>
3891 <if cond=
"TOOLKIT=='MSW'">$(MSW_SRC) $(MSW_DESKTOP_SRC)
</if>
3892 <if cond=
"TOOLKIT=='WINCE'">$(MSW_SRC) $(WINCE_SRC)
</if>
3893 <if cond=
"TOOLKIT=='OSX_CARBON'">$(OSX_CARBON_SRC)
</if>
3894 <if cond=
"TOOLKIT=='OSX_COCOA'">$(OSX_COCOA_SRC)
</if>
3895 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(OSX_IPHONE_SRC)
</if>
3896 <if cond=
"TOOLKIT=='COCOA'">$(COCOA_SRC)
</if>
3897 <if cond=
"TOOLKIT=='PM'">$(OS2_SRC)
</if>
3899 <set var=
"GUI_HDR" hints=
"files">
3900 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(GTK_HDR)
</if>
3901 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(GTK2_HDR)
</if>
3902 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION==''">$(GTK1_HDR)
</if>
3903 <if cond=
"TOOLKIT=='MOTIF'">$(MOTIF_HDR)
</if>
3904 <if cond=
"TOOLKIT=='MSW'">$(MSW_HDR) $(MSW_DESKTOP_HDR)
</if>
3905 <if cond=
"TOOLKIT=='WINCE'">$(MSW_HDR) $(WINCE_HDR)
</if>
3906 <if cond=
"TOOLKIT=='OSX_CARBON'">$(OSX_SHARED_HDR) $(OSX_CARBON_HDR)
</if>
3907 <if cond=
"TOOLKIT=='OSX_COCOA'">$(OSX_SHARED_HDR) $(OSX_COCOA_HDR)
</if>
3908 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(OSX_SHARED_HDR) $(OSX_IPHONE_HDR)
</if>
3909 <if cond=
"TOOLKIT=='COCOA'">$(COCOA_HDR)
</if>
3910 <if cond=
"TOOLKIT=='PM'">$(OS2_HDR)
</if>
3913 <set var=
"CORE_SRC" hints=
"files">
3914 <if cond=
"USE_GUI=='1' and WXUNIV=='0'">
3915 $(LOWLEVEL_SRC) $(PLATFORM_SRC) $(GUI_SRC) $(GUI_CMN_SRC)
3917 <if cond=
"USE_GUI=='1' and WXUNIV=='1'">
3918 $(LOWLEVEL_SRC) $(PLATFORM_SRC) $(UNIV_SRC) $(UNIV_THEMES_SRC) $(GUI_CMN_SRC)
3922 <!-- wxAdvanced files: -->
3923 <set var=
"ADVANCED_PLATFORM_SRC" hints=
"files">
3924 <if cond=
"TOOLKIT=='MSW'">$(ADVANCED_MSW_SRC) $(ADVANCED_MSW_DESKTOP_SRC)
</if>
3925 <if cond=
"TOOLKIT=='WINCE'">$(ADVANCED_MSW_SRC)
</if>
3926 <if cond=
"TOOLKIT=='OSX_CARBON'">$(ADVANCED_OSX_CARBON_SRC)
</if>
3927 <if cond=
"TOOLKIT=='OSX_COCOA'">$(ADVANCED_OSX_COCOA_SRC)
</if>
3928 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(ADVANCED_OSX_IPHONE_SRC)
</if>
3929 <if cond=
"TOOLKIT=='COCOA'">$(ADVANCED_COCOA_SRC)
</if>
3930 <if cond=
"TOOLKIT=='MOTIF'">$(ADVANCED_UNIX_SRC) $(ADVANCED_MOTIF_SRC)
</if>
3931 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(ADVANCED_GTK_SRC)
</if>
3932 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(ADVANCED_GTK2_SRC)
</if>
3933 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION==''">$(ADVANCED_UNIX_SRC) $(ADVANCED_GTK1_SRC)
</if>
3934 <if cond=
"TOOLKIT=='X11'">$(ADVANCED_UNIX_SRC)
</if>
3935 <if cond=
"TOOLKIT=='PM'">$(ADVANCED_OS2_SRC)
</if>
3937 <set var=
"ADVANCED_PLATFORM_HDR" hints=
"files">
3938 <if cond=
"TOOLKIT=='MSW'">$(ADVANCED_MSW_HDR) $(ADVANCED_MSW_DESKTOP_HDR)
</if>
3939 <if cond=
"TOOLKIT=='WINCE'">$(ADVANCED_MSW_HDR)
</if>
3940 <if cond=
"TOOLKIT=='OSX_CARBON'">$(ADVANCED_OSX_CARBON_HDR)
</if>
3941 <if cond=
"TOOLKIT=='OSX_COCOA'">$(ADVANCED_OSX_COCOA_HDR)
</if>
3942 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(ADVANCED_OSX_IPHONE_HDR)
</if>
3943 <if cond=
"TOOLKIT=='COCOA'">$(ADVANCED_COCOA_HDR)
</if>
3944 <if cond=
"TOOLKIT=='MOTIF'">$(ADVANCED_UNIX_HDR) $(ADVANCED_MOTIF_HDR)
</if>
3945 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(ADVANCED_GTK_HDR)
</if>
3946 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(ADVANCED_GTK2_HDR)
</if>
3947 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION==''">$(ADVANCED_UNIX_HDR) $(ADVANCED_GTK1_HDR)
</if>
3948 <if cond=
"TOOLKIT=='X11'">$(ADVANCED_UNIX_HDR)
</if>
3949 <if cond=
"TOOLKIT=='PM'">$(ADVANCED_OS2_HDR)
</if>
3952 <!-- wxAdv files not used by wxUniv -->
3953 <set var=
"ADVANCED_PLATFORM_NATIVE_SRC" hints=
"files">
3954 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(ADVANCED_GTK_NATIVE_SRC)
</if>
3955 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(ADVANCED_GTK_NATIVE_SRC)
</if>
3956 <if cond=
"TOOLKIT=='MSW'">$(ADVANCED_MSW_NATIVE_SRC)
</if>
3957 <if cond=
"TOOLKIT=='WINCE'">$(ADVANCED_MSW_NATIVE_SRC)
</if>
3959 <set var=
"ADVANCED_PLATFORM_NATIVE_HDR" hints=
"files">
3960 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(ADVANCED_GTK_NATIVE_HDR)
</if>
3961 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(ADVANCED_GTK_NATIVE_HDR)
</if>
3962 <if cond=
"TOOLKIT=='MSW'">$(ADVANCED_MSW_NATIVE_HDR)
</if>
3963 <if cond=
"TOOLKIT=='WINCE'">$(ADVANCED_MSW_NATIVE_HDR)
</if>
3966 <set var=
"ADVANCED_SRC" hints=
"files">
3967 <if cond=
"WXUNIV=='0'">$(ADVANCED_CMN_SRC) $(ADVANCED_PLATFORM_SRC) $(ADVANCED_PLATFORM_NATIVE_SRC)
</if>
3968 <if cond=
"WXUNIV=='1'">$(ADVANCED_CMN_SRC) $(ADVANCED_PLATFORM_SRC) $(ADVANCED_UNIV_SRC)
</if>
3970 <set var=
"ADVANCED_HDR" hints=
"files">
3971 <if cond=
"WXUNIV=='0'">$(ADVANCED_CMN_HDR) $(ADVANCED_PLATFORM_HDR) $(ADVANCED_PLATFORM_NATIVE_HDR)
</if>
3972 <if cond=
"WXUNIV=='1'">$(ADVANCED_CMN_HDR) $(ADVANCED_PLATFORM_HDR) $(ADVANCED_UNIV_HDR)
</if>
3975 <!-- wxMedia files: -->
3976 <set var=
"MEDIA_PLATFORM_SRC" hints=
"files">
3977 <if cond=
"TOOLKIT=='MSW'">$(MEDIA_MSW_SRC) $(MEDIA_MSW_DESKTOP_SRC)
</if>
3978 <if cond=
"TOOLKIT=='WINCE'">$(MEDIA_MSW_SRC)
</if>
3979 <if cond=
"TOOLKIT=='OSX_CARBON'">$(MEDIA_OSX_CARBON_SRC)
</if>
3980 <if cond=
"TOOLKIT=='OSX_COCOA'">$(MEDIA_OSX_COCOA_SRC)
</if>
3981 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(MEDIA_OSX_IPHONE_SRC)
</if>
3982 <if cond=
"TOOLKIT=='COCOA'">$(MEDIA_COCOA_SRC)
</if>
3983 <if cond=
"TOOLKIT=='MOTIF'">$(MEDIA_UNIX_SRC)
</if>
3984 <if cond=
"TOOLKIT=='GTK'">$(MEDIA_UNIX_SRC) $(MEDIA_GTK_SRC)
</if>
3985 <if cond=
"TOOLKIT=='X11'">$(MEDIA_UNIX_SRC)
</if>
3986 <if cond=
"TOOLKIT=='PM'">$(MEDIA_OS2_SRC)
</if>
3988 <set var=
"MEDIA_PLATFORM_HDR" hints=
"files">
3989 <if cond=
"TOOLKIT=='MSW'">$(MEDIA_MSW_HDR) $(MEDIA_MSW_DESKTOP_HDR)
</if>
3990 <if cond=
"TOOLKIT=='WINCE'">$(MEDIA_MSW_HDR)
</if>
3991 <if cond=
"TOOLKIT=='OSX_CARBON'">$(MEDIA_OSX_CARBON_HDR)
</if>
3992 <if cond=
"TOOLKIT=='OSX_COCOA'">$(MEDIA_OSX_COCOA_HDR)
</if>
3993 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(MEDIA_OSX_IPHONE_HDR)
</if>
3994 <if cond=
"TOOLKIT=='COCOA'">$(MEDIA_COCOA_HDR)
</if>
3995 <if cond=
"TOOLKIT=='MOTIF'">$(MEDIA_UNIX_HDR)
</if>
3996 <if cond=
"TOOLKIT=='GTK'">$(MEDIA_UNIX_HDR)
</if>
3997 <if cond=
"TOOLKIT=='X11'">$(MEDIA_UNIX_HDR)
</if>
3998 <if cond=
"TOOLKIT=='PM'">$(MEDIA_OS2_HDR)
</if>
4000 <set var=
"MEDIA_SRC">$(MEDIA_CMN_SRC) $(MEDIA_PLATFORM_SRC)
</set>
4001 <set var=
"MEDIA_HDR">$(MEDIA_CMN_HDR) $(MEDIA_PLATFORM_HDR)
</set>
4004 <set var=
"GUI_CORE_HEADERS" hints=
"files">
4005 <if cond=
"USE_GUI=='1' and WXUNIV=='0'">$(GUI_HDR)
</if>
4006 <if cond=
"USE_GUI=='1' and WXUNIV=='1'">$(UNIV_HDR)
</if>
4009 <set var=
"ALL_GUI_HEADERS" hints=
"files">
4010 <if cond=
"USE_GUI=='1'">
4014 $(ADVANCED_HDR) $(MEDIA_HDR) $(HTML_HDR)
4015 $(OPENGL_HDR) $(QA_HDR) $(XRC_HDR) $(AUI_HDR) $(PROPGRID_HDR)
4016 $(RIBBON_HDR) $(RICHTEXT_HDR) $(STC_HDR) $(WEBVIEW_HDR)
4020 <!-- for 'make install', only the headers needed for the installed port -->
4021 <set var=
"ALL_BASE_HEADERS" make_var=
"1" hints=
"files">
4022 $(BASE_CMN_HDR) $(BASE_PLATFORM_HDR)
4026 <set var=
"ALL_HEADERS" make_var=
"1" hints=
"files">
4027 $(ALL_BASE_HEADERS) $(ALL_GUI_HEADERS)
4031 <!-- used by 'make dist', should include wxBase headers for all ports -->
4032 <set var=
"ALL_PORTS_BASE_HEADERS" make_var=
"1" hints=
"files">
4035 $(BASE_WIN32_HDR) $(BASE_WINCE_HDR)
4042 <!-- used by 'make dist', should include wxBase sources for all ports -->
4043 <set var=
"ALL_BASE_SOURCES" make_var=
"1" hints=
"files">
4045 $(BASE_UNIX_SRC) $(BASE_WIN32_SRC) $(BASE_WINCE_SRC)
4049 $(BASE_AND_GUI_CMN_SRC)
4050 $(BASE_AND_GUI_OSX_CARBON_SRC)
4051 $(BASE_AND_GUI_OSX_COCOA_SRC)
4052 $(BASE_AND_GUI_WIN32_SRC)
4053 $(NET_CMN_SRC) $(NET_UNIX_SRC) $(NET_OSX_SRC)
4054 $(NET_WIN32_SRC) $(NET_WINCE_SRC)
4060 <!-- ================================================================ -->
4061 <!-- Define where plugins sources go if USE_PLUGINS=0 -->
4062 <!-- ================================================================ -->
4064 <!-- wxAdv sources -->
4065 <set var=
"PLUGIN_ADV_SRC">
4066 <if cond=
"FORMAT=='autoconf' and PLATFORM_UNIX=='1' and USE_PLUGINS=='0'">
4067 $(UNIX_SOUND_SRC_SDL)
4071 <set var=
"PLUGIN_MONOLIB_SRC">$(PLUGIN_ADV_SRC)
</set>