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
547 wx/generic/fswatcher.h
551 <!-- ====================================================================== -->
552 <!-- wxNet (part of wxBase) -->
553 <!-- ====================================================================== -->
555 <set var=
"NET_UNIX_SRC" hints=
"files">
556 src/common/socketiohandler.cpp
557 src/unix/sockunix.cpp
560 <set var=
"NET_OSX_SRC" hints=
"files">
561 src/osx/core/sockosx.cpp
564 <set var=
"NET_WIN32_SRC" hints=
"files">
568 <set var=
"NET_WIN32_HDR" hints=
"files">
571 <set var=
"NET_WINCE_SRC" hints=
"files">
572 <if cond=
"TOOLKIT=='WINCE'">src/msw/wince/net.cpp
</if>
574 <set var=
"NET_WINCE_HDR" hints=
"files">
575 <if cond=
"TOOLKIT=='WINCE'">wx/msw/wince/net.h
</if>
578 <set var=
"NET_OS2_SRC" hints=
"files">
579 src/unix/sockunix.cpp
582 <set var=
"NET_CMN_SRC" hints=
"files">
583 src/common/fs_inet.cpp
586 src/common/protocol.cpp
587 src/common/sckaddr.cpp
588 src/common/sckfile.cpp
589 src/common/sckipc.cpp
590 src/common/sckstrm.cpp
591 src/common/socket.cpp
594 <set var=
"NET_CMN_HDR" hints=
"files">
600 wx/protocol/protocol.h
608 <!-- ====================================================================== -->
609 <!-- wxQA (non GUI library) -->
610 <!-- ====================================================================== -->
612 <set var=
"QA_SRC" hints=
"files">
613 src/common/debugrpt.cpp
614 src/generic/dbgrptg.cpp
617 <set var=
"QA_HDR" hints=
"files">
621 <!-- ====================================================================== -->
622 <!-- Common GUI files -->
623 <!-- ====================================================================== -->
625 <set var=
"GUI_CMN_SRC" hints=
"files">
626 src/common/accelcmn.cpp
627 src/common/accesscmn.cpp
628 src/common/anidecod.cpp
629 src/common/affinematrix2d.cpp
630 src/common/appcmn.cpp
631 src/common/artprov.cpp
632 src/common/artstd.cpp
633 src/common/arttango.cpp
634 src/common/bmpbase.cpp
635 src/common/bmpbtncmn.cpp
636 src/common/bookctrl.cpp
637 src/common/btncmn.cpp
639 src/common/checkboxcmn.cpp
640 src/common/checklstcmn.cpp
641 src/common/choiccmn.cpp
642 src/common/clipcmn.cpp
643 src/common/clrpickercmn.cpp
644 src/common/colourcmn.cpp
645 src/common/colourdata.cpp
646 src/common/combocmn.cpp
647 src/common/cmdproc.cpp
648 src/common/cmndata.cpp
649 src/common/containr.cpp
650 src/common/cshelp.cpp
651 src/common/ctrlcmn.cpp
652 src/common/ctrlsub.cpp
653 src/common/dcbase.cpp
654 src/common/dcbufcmn.cpp
655 src/common/dcgraph.cpp
657 src/common/dirctrlcmn.cpp
658 src/common/dlgcmn.cpp
659 src/common/dndcmn.cpp
660 src/common/dobjcmn.cpp
661 src/common/docmdi.cpp
662 src/common/docview.cpp
663 src/common/dpycmn.cpp
664 src/common/dseldlg.cpp
665 src/common/effects.cpp
666 src/common/fddlgcmn.cpp
667 src/common/filectrlcmn.cpp
668 src/common/filehistorycmn.cpp
669 src/common/filepickercmn.cpp
670 src/common/fontpickercmn.cpp
671 src/common/fldlgcmn.cpp
672 src/common/fontcmn.cpp
673 src/common/fontdata.cpp
674 src/generic/graphicc.cpp
675 src/common/fontenumcmn.cpp
676 src/common/fontmap.cpp
677 src/common/fontutilcmn.cpp
678 src/common/framecmn.cpp
679 src/common/gaugecmn.cpp
680 src/common/gbsizer.cpp
681 src/common/gdicmn.cpp
682 src/common/geometry.cpp
683 src/common/gifdecod.cpp
684 src/common/graphcmn.cpp
685 src/common/headercolcmn.cpp
686 src/common/headerctrlcmn.cpp
687 src/common/helpbase.cpp
688 src/common/iconbndl.cpp
689 src/common/imagall.cpp
690 src/common/imagbmp.cpp
692 src/common/imagfill.cpp
693 src/common/imaggif.cpp
694 src/common/imagiff.cpp
695 src/common/imagjpeg.cpp
696 src/common/imagpcx.cpp
697 src/common/imagpng.cpp
698 src/common/imagpnm.cpp
699 src/common/imagtga.cpp
700 src/common/imagtiff.cpp
701 src/common/imagxpm.cpp
702 src/common/layout.cpp
703 src/common/lboxcmn.cpp
704 src/common/listctrlcmn.cpp
705 src/common/markupparser.cpp
706 src/common/matrix.cpp
707 src/common/menucmn.cpp
708 src/common/mousemanager.cpp
709 src/common/nbkbase.cpp
710 src/common/overlaycmn.cpp
711 src/common/ownerdrwcmn.cpp
713 src/common/panelcmn.cpp
714 src/common/persist.cpp
715 src/common/pickerbase.cpp
716 src/common/popupcmn.cpp
717 src/common/prntbase.cpp
718 src/common/quantize.cpp
719 src/common/radiobtncmn.cpp
720 src/common/radiocmn.cpp
721 src/common/rearrangectrl.cpp
722 src/common/rendcmn.cpp
723 src/common/rgncmn.cpp
724 src/common/scrolbarcmn.cpp
725 src/common/settcmn.cpp
727 src/common/slidercmn.cpp
728 src/common/spinbtncmn.cpp
729 src/common/spinctrlcmn.cpp
730 src/common/srchcmn.cpp
731 src/common/statbar.cpp
732 src/common/statbmpcmn.cpp
733 src/common/statboxcmn.cpp
734 src/common/statlinecmn.cpp
735 src/common/stattextcmn.cpp
736 src/common/stockitem.cpp
737 src/common/tbarbase.cpp
738 src/common/textcmn.cpp
739 src/common/textentrycmn.cpp
740 src/common/toplvcmn.cpp
741 src/common/treebase.cpp
742 src/common/uiactioncmn.cpp
743 src/common/valgen.cpp
744 src/common/validate.cpp
745 src/common/valtext.cpp
746 src/common/valnum.cpp
747 src/common/wincmn.cpp
748 src/common/windowid.cpp
749 src/common/wrapsizer.cpp
750 src/common/xpmdecod.cpp
751 src/generic/busyinfo.cpp
752 src/generic/buttonbar.cpp
753 src/generic/choicdgg.cpp
754 src/generic/choicbkg.cpp
755 src/generic/combog.cpp
756 src/generic/dcpsg.cpp
757 src/generic/dirctrlg.cpp
758 src/generic/dragimgg.cpp
759 src/generic/filectrlg.cpp
760 src/generic/headerctrlg.cpp
761 src/generic/infobar.cpp
762 src/generic/listbkg.cpp
764 src/generic/markuptext.cpp
765 src/generic/msgdlgg.cpp
766 src/generic/numdlgg.cpp
767 src/generic/progdlgg.cpp
768 src/generic/printps.cpp
769 src/generic/renderg.cpp
770 src/generic/richmsgdlgg.cpp
771 src/generic/scrlwing.cpp
772 src/generic/selstore.cpp
773 src/generic/spinctlg.cpp
774 src/generic/splitter.cpp
775 src/generic/srchctlg.cpp
776 src/generic/statbmpg.cpp
777 src/generic/stattextg.cpp
778 src/generic/textdlgg.cpp
779 src/generic/tipwin.cpp
780 src/generic/toolbkg.cpp
781 src/generic/treectlg.cpp
782 src/generic/treebkg.cpp
783 src/generic/vlbox.cpp
784 src/generic/vscroll.cpp
786 <set var=
"GUI_CMN_HDR" hints=
"files">
787 wx/affinematrix2dbase.h
824 wx/generic/buttonbar.h
825 wx/generic/choicdgg.h
826 wx/generic/colrdlgg.h
828 wx/generic/custombgwin.h
830 wx/generic/dirctrlg.h
831 wx/generic/dragimgg.h
832 wx/generic/filectrlg.h
833 wx/generic/headerctrlg.h
838 wx/generic/notebook.h
840 wx/generic/prntdlgg.h
842 wx/generic/progdlgg.h
843 wx/generic/richmsgdlgg.h
844 wx/generic/scrolwin.h
845 wx/generic/spinctlg.h
846 wx/generic/splitter.h
847 wx/generic/srchctlg.h
848 wx/generic/statbmpg.h
849 wx/generic/stattextg.h
850 wx/generic/textdlgg.h
851 wx/generic/treectlg.h
912 wx/generic/busyinfo.h
976 wx/persist/bookctrl.h
977 wx/persist/splitter.h
978 wx/persist/toplevel.h
979 wx/persist/treebook.h
1016 <!-- ====================================================================== -->
1017 <!-- Common Unix files: -->
1018 <!-- ====================================================================== -->
1020 <set var=
"UNIX_SRC" hints=
"files">
1021 src/unix/apptraits.cpp
1024 <!-- ====================================================================== -->
1025 <!-- Common X11 code: -->
1026 <!-- ====================================================================== -->
1028 <set var=
"XWIN_LOWLEVEL_SRC" hints=
"files">
1029 src/generic/caret.cpp
1030 src/generic/imaglist.cpp
1032 src/unix/displayx11.cpp
1033 src/unix/fontenum.cpp
1034 src/unix/fontutil.cpp
1035 src/unix/uiactionx11.cpp
1036 src/unix/utilsx11.cpp
1038 <set var=
"XWIN_LOWLEVEL_HDR" hints=
"files">
1040 wx/generic/imaglist.h
1046 <!-- ====================================================================== -->
1048 <!-- ====================================================================== -->
1050 <set var=
"GTK_PLATFORM_SRC" hints=
"files">
1051 <if cond=
"PLATFORM_UNIX=='1'">$(XWIN_LOWLEVEL_SRC)
</if>
1052 <if cond=
"PLATFORM_MACOSX=='1'">$(XWIN_LOWLEVEL_SRC)
</if>
1054 <set var=
"GTK_PLATFORM_HDR" hints=
"files">
1055 <if cond=
"PLATFORM_UNIX=='1'">$(XWIN_LOWLEVEL_HDR)
</if>
1056 <if cond=
"PLATFORM_MACOSX=='1'">$(XWIN_LOWLEVEL_HDR)
</if>
1058 <set var=
"GTK_LOWLEVEL_SRC" hints=
"files">
1060 src/generic/icon.cpp
1061 src/generic/paletteg.cpp
1063 src/gtk/assertdlg_gtk.cpp
1073 src/gtk/filectrl.cpp
1074 src/gtk/filehistory.cpp
1077 src/gtk/minifram.cpp
1078 src/gtk/nonownedwnd.cpp
1080 src/gtk/popupwin.cpp
1083 src/gtk/renderer.cpp
1084 src/gtk/settings.cpp
1087 src/gtk/toplevel.cpp
1088 src/gtk/utilsgtk.cpp
1092 <set var=
"GTK2_LOWLEVEL_SRC" hints=
"files">
1094 src/gtk/dcclient.cpp
1095 src/gtk/dcmemory.cpp
1096 src/gtk/dcscreen.cpp
1098 <set var=
"GTK_LOWLEVEL_HDR" hints=
"files">
1101 wx/generic/paletteg.h
1103 wx/gtk/assertdlg_gtk.h
1116 wx/gtk/filehistory.h
1118 wx/gtk/nonownedwnd.h
1126 <set var=
"GTK_SRC" hints=
"files">
1127 <!-- Generic implementations used by wxGTK: -->
1128 src/generic/accel.cpp
1129 src/generic/fdrepdlg.cpp
1130 <!-- Needed as long as we support GTK+ < 2.6 -->
1131 src/generic/filepickerg.cpp
1132 src/generic/listctrl.cpp
1133 src/generic/prntdlgg.cpp
1134 src/generic/statusbr.cpp
1135 <!-- GTK+ specific files: -->
1136 src/gtk/anybutton.cpp
1138 src/gtk/bmpbuttn.cpp
1140 src/gtk/checkbox.cpp
1141 src/gtk/checklst.cpp
1143 src/gtk/collpane.cpp
1144 src/gtk/colordlg.cpp
1145 src/gtk/combobox.cpp
1147 src/gtk/clrpicker.cpp
1149 src/gtk/fontpicker.cpp
1150 src/gtk/filepicker.cpp
1156 src/gtk/gnome/gvfs.cpp
1161 src/gtk/mnemonics.cpp
1163 src/gtk/nativewin.cpp
1164 src/gtk/notebook.cpp
1166 src/gtk/radiobox.cpp
1167 src/gtk/radiobut.cpp
1168 src/gtk/scrolbar.cpp
1169 src/gtk/scrolwin.cpp
1171 src/gtk/spinbutt.cpp
1172 src/gtk/spinctrl.cpp
1175 src/gtk/statline.cpp
1176 src/gtk/stattext.cpp
1178 src/gtk/textctrl.cpp
1179 src/gtk/textentry.cpp
1181 src/gtk/treeentry_gtk.c
1183 <set var=
"GTK2_SRC" hints=
"files">
1185 <!-- Generic implementations used by wxGPE: -->
1186 src/generic/fontdlgg.cpp
1187 <!-- GTK+ specific files: -->
1188 src/gtk/gnome/gprint.cpp
1190 <set var=
"GTK_HDR" hints=
"files">
1191 wx/generic/fdrepdlg.h
1192 wx/generic/filepickerg.h
1193 wx/generic/listctrl.h
1194 wx/generic/statusbr.h
1241 wx/gtk/treeentry_gtk.h
1243 <set var=
"GTK2_HDR" hints=
"files">
1245 wx/generic/fontdlgg.h
1246 wx/gtk/gnome/gprint.h
1250 <!-- ====================================================================== -->
1252 <!-- ====================================================================== -->
1254 <set var=
"GTK1_LOWLEVEL_SRC" hints=
"files">
1255 $(XWIN_LOWLEVEL_SRC)
1256 src/generic/icon.cpp
1257 src/generic/paletteg.cpp
1261 src/gtk1/clipbrd.cpp
1265 src/gtk1/dataobj.cpp
1267 src/gtk1/dcclient.cpp
1268 src/gtk1/dcmemory.cpp
1269 src/gtk1/dcscreen.cpp
1271 src/gtk1/evtloop.cpp
1273 src/gtk1/sockgtk.cpp
1275 src/gtk1/minifram.cpp
1277 src/gtk1/popupwin.cpp
1279 src/gtk1/renderer.cpp
1280 src/gtk1/settings.cpp
1282 src/gtk1/tooltip.cpp
1283 src/gtk1/toplevel.cpp
1284 src/gtk1/utilsgtk.cpp
1288 <set var=
"GTK1_LOWLEVEL_HDR" hints=
"files">
1289 $(XWIN_LOWLEVEL_HDR)
1291 wx/generic/paletteg.h
1316 <set var=
"GTK1_SRC" hints=
"files">
1317 <!-- Generic implementations used by wxGTK1: -->
1318 src/generic/accel.cpp
1319 src/generic/clrpickerg.cpp
1320 src/generic/collpaneg.cpp
1321 src/generic/colrdlgg.cpp
1322 src/generic/dirdlgg.cpp
1323 src/generic/fdrepdlg.cpp
1324 src/generic/filedlgg.cpp
1325 src/generic/filepickerg.cpp
1326 src/generic/fontdlgg.cpp
1327 src/generic/fontpickerg.cpp
1328 src/generic/listctrl.cpp
1329 src/generic/prntdlgg.cpp
1330 src/generic/statusbr.cpp
1331 <!-- GTK1 specific files: -->
1332 src/gtk1/bmpbuttn.cpp
1334 src/gtk1/checkbox.cpp
1335 src/gtk1/checklst.cpp
1337 src/gtk1/combobox.cpp
1338 src/gtk1/control.cpp
1340 src/gtk1/filedlg.cpp
1341 src/gtk1/fontdlg.cpp
1344 src/gtk1/listbox.cpp
1347 src/gtk1/mnemonics.cpp
1348 src/gtk1/notebook.cpp
1349 src/gtk1/radiobox.cpp
1350 src/gtk1/radiobut.cpp
1351 src/gtk1/scrolbar.cpp
1352 src/gtk1/scrolwin.cpp
1354 src/gtk1/spinbutt.cpp
1355 src/gtk1/spinctrl.cpp
1356 src/gtk1/statbmp.cpp
1357 src/gtk1/statbox.cpp
1358 src/gtk1/statline.cpp
1359 src/gtk1/stattext.cpp
1360 src/gtk1/toolbar.cpp
1361 src/gtk1/textctrl.cpp
1364 <set var=
"GTK1_HDR" hints=
"files">
1365 wx/generic/clrpickerg.h
1366 wx/generic/collpaneg.h
1367 wx/generic/colrdlgg.h
1368 wx/generic/dirdlgg.h
1369 wx/generic/fdrepdlg.h
1370 wx/generic/filedlgg.h
1371 wx/generic/filepickerg.h
1372 wx/generic/fontdlgg.h
1373 wx/generic/fontpickerg.h
1374 wx/generic/listctrl.h
1375 wx/generic/statusbr.h
1413 <!-- ====================================================================== -->
1415 <!-- ====================================================================== -->
1417 <set var=
"MOTIF_LOWLEVEL_SRC" hints=
"files">
1418 $(XWIN_LOWLEVEL_SRC)
1426 <set var=
"MOTIF_LOWLEVEL_HDR" hints=
"files">
1427 $(XWIN_LOWLEVEL_HDR)
1434 <set var=
"MOTIF_SRC" hints=
"files">
1437 src/motif/bmpbuttn.cpp
1438 src/motif/bmpmotif.cpp
1439 src/motif/button.cpp
1440 src/motif/checkbox.cpp
1441 src/motif/checklst.cpp
1442 src/motif/choice.cpp
1443 src/motif/clipbrd.cpp
1444 src/motif/colour.cpp
1445 src/motif/combobox.cpp
1446 src/motif/combobox_native.cpp
1447 src/motif/control.cpp
1448 src/motif/cursor.cpp
1450 src/motif/dataobj.cpp
1452 src/motif/dcclient.cpp
1453 src/motif/dcmemory.cpp
1454 src/motif/dcscreen.cpp
1455 src/motif/dialog.cpp
1456 src/motif/evtloop.cpp
1457 src/motif/filedlg.cpp
1461 src/motif/sockmot.cpp
1463 src/motif/listbox.cpp
1466 src/motif/menuitem.cpp
1467 src/motif/minifram.cpp
1468 src/motif/msgdlg.cpp
1469 src/motif/popupwin.cpp
1470 src/motif/radiobox.cpp
1471 src/motif/radiobut.cpp
1472 src/motif/scrolbar.cpp
1473 src/motif/settings.cpp
1474 src/motif/slider.cpp
1475 src/motif/spinbutt.cpp
1476 src/motif/statbmp.cpp
1477 src/motif/statbox.cpp
1478 src/motif/stattext.cpp
1479 src/motif/textctrl.cpp
1480 src/motif/textentry.cpp
1482 src/motif/toolbar.cpp
1483 src/motif/toplevel.cpp
1485 src/motif/window.cpp
1486 src/motif/xmcombo/xmcombo.c
1487 <!-- Generic files used by wxMotif: -->
1488 src/generic/clrpickerg.cpp
1489 src/generic/collpaneg.cpp
1490 src/generic/colrdlgg.cpp
1491 src/generic/dirdlgg.cpp
1492 src/generic/fdrepdlg.cpp
1493 src/generic/filepickerg.cpp
1494 src/generic/fontdlgg.cpp
1495 src/generic/fontpickerg.cpp
1496 src/generic/listctrl.cpp
1497 src/generic/mdig.cpp
1498 src/generic/notebook.cpp
1499 src/generic/prntdlgg.cpp
1500 src/generic/statline.cpp
1501 src/generic/statusbr.cpp
1502 src/generic/tabg.cpp
1504 <set var=
"MOTIF_HDR" hints=
"files">
1505 wx/generic/clrpickerg.h
1506 wx/generic/collpaneg.h
1507 wx/generic/colrdlgg.h
1508 wx/generic/ctrlsub.h
1509 wx/generic/dirdlgg.h
1510 wx/generic/fdrepdlg.h
1511 wx/generic/filepickerg.h
1512 wx/generic/fontdlgg.h
1513 wx/generic/fontpickerg.h
1514 wx/generic/listctrl.h
1516 wx/generic/notebook.h
1517 wx/generic/prntdlgg.h
1518 wx/generic/statline.h
1519 wx/generic/statusbr.h
1568 wx/motif/textentry.h
1576 <!-- ====================================================================== -->
1578 <!-- ====================================================================== -->
1581 <set var=
"X11_LOWLEVEL_SRC" hints=
"files">
1582 $(XWIN_LOWLEVEL_SRC)
1583 src/generic/icon.cpp
1584 src/generic/timer.cpp
1594 src/x11/dcclient.cpp
1595 src/x11/dcmemory.cpp
1596 src/x11/dcscreen.cpp
1599 src/x11/minifram.cpp
1603 src/x11/popupwin.cpp
1605 src/x11/reparent.cpp
1606 src/x11/settings.cpp
1607 src/x11/toplevel.cpp
1612 <set var=
"X11_LOWLEVEL_HDR" hints=
"files">
1613 $(XWIN_LOWLEVEL_HDR)
1648 <!-- ====================================================================== -->
1650 <!-- ====================================================================== -->
1652 <set var=
"MSW_LOWLEVEL_SRC" hints=
"files">
1653 src/msw/ole/activex.cpp
1663 src/msw/dcclient.cpp
1664 src/msw/dcmemory.cpp
1666 src/msw/dcscreen.cpp
1672 src/msw/fontenum.cpp
1673 src/msw/fontutil.cpp
1674 src/msw/gdiimage.cpp
1677 src/msw/graphics.cpp
1679 src/msw/imaglist.cpp
1680 src/msw/minifram.cpp
1681 src/msw/nonownedwnd.cpp
1682 src/msw/ole/dataobj.cpp
1683 src/msw/ole/dropsrc.cpp
1684 src/msw/ole/droptgt.cpp
1685 src/msw/ole/oleutils.cpp
1686 src/msw/ole/safearray.cpp
1689 src/msw/popupwin.cpp
1690 src/msw/printdlg.cpp
1691 src/msw/printwin.cpp
1693 src/msw/renderer.cpp
1694 src/msw/settings.cpp
1696 src/msw/toplevel.cpp
1697 src/msw/uiaction.cpp
1698 src/msw/utilsgui.cpp
1699 src/msw/utilswin.cpp
1703 <set var=
"MSW_LOWLEVEL_HDR" hints=
"files">
1704 wx/msw/nonownedwnd.h
1705 wx/msw/ole/activex.h
1712 <set var=
"MSW_DESKTOP_LOWLEVEL_SRC" hints=
"files">
1715 src/msw/ole/automtn.cpp
1716 src/msw/ole/uuid.cpp
1719 <set var=
"MSW_DESKTOP_LOWLEVEL_HDR" hints=
"files">
1724 <set var=
"MSW_SRC" hints=
"files">
1725 src/generic/clrpickerg.cpp
1726 src/generic/collpaneg.cpp
1727 src/generic/filepickerg.cpp
1728 src/generic/fontpickerg.cpp
1729 src/generic/statusbr.cpp
1730 src/generic/prntdlgg.cpp
1732 src/msw/anybutton.cpp
1734 src/msw/bmpbuttn.cpp
1736 src/msw/checkbox.cpp
1738 src/msw/colordlg.cpp
1740 src/msw/combobox.cpp
1744 src/msw/dragimag.cpp
1749 src/msw/headerctrl.cpp
1752 src/msw/listctrl.cpp
1755 src/msw/menuitem.cpp
1756 src/msw/metafile.cpp
1758 src/msw/nativdlg.cpp
1759 src/msw/nativewin.cpp
1760 src/msw/notebook.cpp
1761 src/msw/ole/access.cpp
1762 src/msw/ownerdrw.cpp
1765 src/msw/radiobox.cpp
1766 src/msw/radiobut.cpp
1767 src/msw/richmsgdlg.cpp
1768 src/msw/scrolbar.cpp
1770 src/msw/spinbutt.cpp
1771 src/msw/spinctrl.cpp
1774 src/msw/statusbar.cpp
1775 src/msw/statline.cpp
1776 src/msw/stattext.cpp
1778 src/msw/textctrl.cpp
1779 src/msw/textentry.cpp
1781 src/msw/treectrl.cpp
1783 <set var=
"MSW_HDR" hints=
"files">
1784 wx/generic/clrpickerg.h
1785 wx/generic/collpaneg.h
1786 wx/generic/filepickerg.h
1787 wx/generic/fontpickerg.h
1806 wx/msw/custombgwin.h
1840 wx/msw/ole/dataform.h
1841 wx/msw/ole/dataobj.h
1842 wx/msw/ole/dataobj2.h
1843 wx/msw/ole/dropsrc.h
1844 wx/msw/ole/droptgt.h
1845 wx/msw/ole/oleutils.h
1846 wx/msw/ole/safearray.h
1877 <!-- Resources must be installed together with headers: -->
1879 wx/msw/amd64.manifest
1880 wx/msw/ia64.manifest
1912 <!-- Files used only by desktop MSW port, but *not* WindowsCE one: -->
1913 <set var=
"MSW_DESKTOP_SRC" hints=
"files">
1914 src/msw/checklst.cpp
1915 src/msw/fdrepdlg.cpp
1918 <set var=
"MSW_DESKTOP_HDR" hints=
"files">
1922 wx/msw/ole/automtn.h
1926 <!-- Files used by WindowsCE port but not by desktop MSW port: -->
1927 <set var=
"WINCE_SRC" hints=
"files">
1928 src/generic/dirdlgg.cpp
1929 src/generic/fdrepdlg.cpp
1930 src/generic/filedlgg.cpp
1931 src/generic/fontdlgg.cpp
1932 src/msw/wince/checklst.cpp
1933 src/msw/wince/choicece.cpp
1934 src/msw/wince/crt.cpp
1935 src/msw/wince/filedlgwce.cpp
1936 src/msw/wince/filefnwce.cpp
1937 src/msw/wince/helpwce.cpp
1938 src/msw/wince/menuce.cpp
1939 src/msw/wince/tbarwce.cpp
1940 src/msw/wince/textctrlce.cpp
1942 <set var=
"WINCE_HDR" hints=
"files">
1943 wx/generic/fdrepdlg.h
1944 wx/generic/filedlgg.h
1945 wx/generic/fontdlgg.h
1946 wx/msw/wince/checklst.h
1947 wx/msw/wince/choicece.h
1948 wx/msw/wince/helpwce.h
1949 wx/msw/wince/libraries.h
1950 wx/msw/wince/missing.h
1951 wx/msw/wince/tbarwce.h
1952 wx/msw/wince/textctrlce.h
1953 wx/msw/wince/resources.h
1957 <!-- ====================================================================== -->
1959 <!-- ====================================================================== -->
1961 <set var=
"DFB_LOWLEVEL_SRC" hints=
"files">
1962 src/common/fontmgrcmn.cpp
1963 src/generic/caret.cpp
1964 src/generic/colour.cpp
1965 src/generic/icon.cpp
1966 src/generic/imaglist.cpp
1967 src/generic/mask.cpp
1972 <!-- src/dfb/data.cpp -->
1974 src/dfb/dcclient.cpp
1975 src/dfb/dcmemory.cpp
1976 src/dfb/dcscreen.cpp
1979 src/dfb/fontenum.cpp
1981 src/dfb/nonownedwnd.cpp
1985 src/dfb/settings.cpp
1986 src/dfb/toplevel.cpp
1991 <set var=
"DFB_LOWLEVEL_HDR" hints=
"files">
1995 wx/generic/imaglist.h
2009 wx/dfb/nonownedwnd.h
2020 <!-- ====================================================================== -->
2022 <!-- ====================================================================== -->
2024 <set var=
"OS2_LOWLEVEL_SRC" hints=
"files">
2025 <!-- wxUniv builds not supported under OS/2 -->
2027 <set var=
"OS2_LOWLEVEL_HDR" hints=
"files">
2029 <set var=
"OS2_SRC" hints=
"files">
2030 <!-- Generic implementations used by wxOS2: -->
2031 src/generic/caret.cpp
2032 src/generic/clrpickerg.cpp
2033 src/generic/collpaneg.cpp
2034 src/generic/colrdlgg.cpp
2035 src/generic/dirdlgg.cpp
2036 src/generic/fdrepdlg.cpp
2037 src/generic/filepickerg.cpp
2038 src/generic/fontpickerg.cpp
2039 src/generic/imaglist.cpp
2040 src/generic/listctrl.cpp
2041 src/generic/mdig.cpp
2042 src/generic/prntdlgg.cpp
2043 src/generic/statusbr.cpp
2044 <!-- OS/2 specific files: -->
2048 src/os2/bmpbuttn.cpp
2051 src/os2/checkbox.cpp
2052 src/os2/checklst.cpp
2056 src/os2/combobox.cpp
2062 src/os2/dcclient.cpp
2063 src/os2/dcmemory.cpp
2065 src/os2/dcscreen.cpp
2072 src/os2/fontenum.cpp
2073 src/os2/fontutil.cpp
2076 src/os2/gdiimage.cpp
2084 src/os2/menuitem.cpp
2085 src/os2/metafile.cpp
2086 src/os2/minifram.cpp
2088 src/os2/nativdlg.cpp
2089 src/os2/notebook.cpp
2090 src/os2/ownerdrw.cpp
2093 src/os2/popupwin.cpp
2095 src/os2/radiobox.cpp
2096 src/os2/radiobut.cpp
2098 src/os2/scrolbar.cpp
2099 src/os2/settings.cpp
2101 src/os2/spinbutt.cpp
2102 src/os2/spinctrl.cpp
2105 src/os2/statline.cpp
2106 src/os2/stattext.cpp
2107 src/os2/textctrl.cpp
2108 src/os2/textentry.cpp
2113 src/os2/toplevel.cpp
2114 src/os2/utilsgui.cpp
2117 <set var=
"OS2_HDR" hints=
"files">
2119 wx/generic/clrpickerg.h
2120 wx/generic/collpaneg.h
2121 wx/generic/colrdlgg.h
2122 wx/generic/dirdlgg.h
2123 wx/generic/fdrepdlg.h
2124 wx/generic/listctrl.h
2126 wx/generic/statusbr.h
2196 <!-- ====================================================================== -->
2197 <!-- wxOSX Common -->
2198 <!-- ====================================================================== -->
2200 <set var=
"OSX_LOWLEVEL_SRC" hints=
"files">
2201 <!-- Shared wxMac and wxCocoa files -->
2202 <if cond=
"PLATFORM_MACOSX=='1'">
2205 src/osx/dialog_osx.cpp
2206 src/osx/fontutil.cpp
2207 src/osx/imaglist.cpp
2208 src/osx/minifram.cpp
2209 src/osx/nonownedwnd_osx.cpp
2212 src/osx/toplevel_osx.cpp
2213 src/osx/uiaction_osx.cpp
2214 src/osx/utils_osx.cpp
2215 <!-- src/osx/treectrl.cpp -->
2216 src/osx/window_osx.cpp
2218 src/osx/core/bitmap.cpp
2219 src/osx/core/colour.cpp
2220 src/osx/core/dcmemory.cpp
2221 src/osx/core/display.cpp
2222 src/osx/core/fontenum.cpp
2223 src/osx/core/hid.cpp
2224 src/osx/core/printmac.cpp
2225 src/osx/core/timer.cpp
2226 src/osx/core/utilsexc_cf.cpp
2230 <set var=
"OSX_LOWLEVEL_HDR" hints=
"files">
2234 <set var="OSX_LOWLEVEL_SRC" hints="files">
2235 <if cond="PLATFORM_MACOSX=='1'">$(OSX_LOWLEVEL_SRC)</if>
2237 <set var="OSX_LOWLEVEL_HDR" hints="files">
2238 <if cond="PLATFORM_MACOSX=='1'">$(OSX_LOWLEVEL_HDR)</if>
2242 <set var=
"OSX_CARBON_COCOA_SRC" hints=
"files">
2243 <if cond=
"PLATFORM_MACOSX=='1'">
2244 <!-- Common controls implementation -->
2245 src/osx/anybutton_osx.cpp
2246 src/osx/bmpbuttn_osx.cpp
2247 src/osx/button_osx.cpp
2248 src/osx/checkbox_osx.cpp
2249 src/osx/checklst_osx.cpp
2250 src/osx/choice_osx.cpp
2251 src/osx/combobox_osx.cpp
2253 src/osx/gauge_osx.cpp
2254 src/osx/listbox_osx.cpp
2255 src/osx/menu_osx.cpp
2256 src/osx/menuitem_osx.cpp
2257 src/osx/notebook_osx.cpp
2258 src/osx/printdlg_osx.cpp
2259 src/osx/radiobox_osx.cpp
2260 src/osx/radiobut_osx.cpp
2261 src/osx/scrolbar_osx.cpp
2262 src/osx/slider_osx.cpp
2263 src/osx/spinbutt_osx.cpp
2264 src/osx/srchctrl_osx.cpp
2265 src/osx/statbox_osx.cpp
2266 src/osx/statline_osx.cpp
2267 src/osx/stattext_osx.cpp
2268 src/osx/textentry_osx.cpp
2269 src/osx/textctrl_osx.cpp
2270 src/osx/tglbtn_osx.cpp
2271 src/osx/toolbar_osx.cpp
2272 <!-- wxWebKit files -->
2273 src/html/htmlctrl/webkit/webkit.mm
2274 <!-- Native color/font dialogs -->
2275 src/osx/carbon/colordlgosx.mm
2276 src/osx/carbon/fontdlgosx.mm
2277 <!-- other shared files -->
2279 src/osx/carbon/clipbrd.cpp
2280 src/osx/carbon/cursor.cpp
2281 src/osx/carbon/fontdlg.cpp
2282 src/osx/carbon/gdiobj.cpp
2283 src/osx/carbon/icon.cpp
2284 src/osx/carbon/app.cpp
2285 src/osx/carbon/combobox.cpp
2286 src/osx/carbon/control.cpp
2287 src/osx/carbon/dataobj.cpp
2288 src/osx/carbon/dcclient.cpp
2289 src/osx/carbon/dcprint.cpp
2290 src/osx/carbon/dcscreen.cpp
2291 src/osx/core/glgrab.cpp
2292 src/osx/carbon/graphics.cpp
2293 src/osx/carbon/font.cpp
2294 src/osx/carbon/frame.cpp
2295 src/osx/carbon/mdi.cpp
2296 src/osx/carbon/metafile.cpp
2297 src/osx/carbon/overlay.cpp
2298 src/osx/carbon/popupwin.cpp
2299 src/osx/carbon/renderer.cpp
2300 src/osx/carbon/settings.cpp
2301 src/osx/carbon/statbrma.cpp
2302 src/osx/carbon/region.cpp
2303 <!-- cocoa bridge -->
2304 src/osx/carbon/utilscocoa.mm
2305 <!-- Generic implementations used by wxOSX: -->
2306 src/generic/caret.cpp
2307 src/generic/clrpickerg.cpp
2308 src/generic/collpaneg.cpp
2309 src/generic/colrdlgg.cpp
2310 src/generic/dirdlgg.cpp
2311 src/generic/fdrepdlg.cpp
2312 src/generic/filedlgg.cpp
2313 src/generic/filepickerg.cpp
2314 src/generic/fontdlgg.cpp
2315 src/generic/fontpickerg.cpp
2316 src/generic/listctrl.cpp
2317 src/generic/prntdlgg.cpp
2318 src/generic/statusbr.cpp
2322 <!-- Header files like wx/osx/foo.h which include wx/osx/carbon/foo.h -->
2323 <set var=
"OSX_SHARED_HDR" hints=
"files">
2324 <!-- wxWebKit headers -->
2326 <!-- other shared headers -->
2374 wx/osx/nonownedwnd.h
2406 <!-- Generic implementations used by wxOSX: -->
2408 wx/generic/clrpickerg.h
2409 wx/generic/collpaneg.h
2410 wx/generic/colrdlgg.h
2411 wx/generic/dirdlgg.h
2412 wx/generic/fdrepdlg.h
2413 wx/generic/filedlgg.h
2414 wx/generic/filepickerg.h
2415 wx/generic/fontdlgg.h
2416 wx/generic/fontpickerg.h
2417 wx/generic/listctrl.h
2418 wx/generic/prntdlgg.h
2419 wx/generic/statusbr.h
2422 <!-- ====================================================================== -->
2423 <!-- wxOSX/Carbon -->
2424 <!-- ====================================================================== -->
2426 <set var=
"OSX_CARBON_SRC" hints=
"files">
2427 <!-- carbon files -->
2428 $(OSX_CARBON_COCOA_SRC)
2429 src/osx/carbon/anybutton.cpp
2430 src/osx/carbon/bmpbuttn.cpp
2431 src/osx/carbon/button.cpp
2432 src/osx/carbon/checkbox.cpp
2433 src/osx/carbon/choice.cpp
2434 src/osx/carbon/colordlg.cpp
2435 src/osx/carbon/dialog.cpp
2436 src/osx/carbon/dirdlg.cpp
2437 src/osx/carbon/dnd.cpp
2438 src/osx/carbon/evtloop.cpp
2439 src/osx/carbon/filedlg.cpp
2440 src/osx/carbon/gauge.cpp
2441 src/osx/carbon/listbox.cpp
2442 src/osx/carbon/listctrl_mac.cpp
2443 src/osx/carbon/menu.cpp
2444 src/osx/carbon/menuitem.cpp
2445 src/osx/carbon/msgdlg.cpp
2446 src/osx/carbon/nonownedwnd.cpp
2447 src/osx/carbon/notebmac.cpp
2448 src/osx/carbon/printdlg.cpp
2449 src/osx/carbon/radiobut.cpp
2450 src/osx/carbon/scrolbar.cpp
2451 src/osx/carbon/slider.cpp
2452 src/osx/carbon/spinbutt.cpp
2453 src/osx/carbon/srchctrl.cpp
2454 src/osx/carbon/statbmp.cpp
2455 src/osx/carbon/statbox.cpp
2456 src/osx/carbon/statlmac.cpp
2457 src/osx/carbon/stattext.cpp
2458 src/osx/carbon/textctrl.cpp
2459 src/osx/carbon/tglbtn.cpp
2460 src/osx/carbon/toolbar.cpp
2461 src/osx/carbon/tooltip.cpp
2462 src/osx/carbon/window.cpp
2465 <!-- wxMac Carbon header files -->
2466 <set var=
"OSX_CARBON_HDR" hints=
"files">
2468 wx/osx/core/colour.h
2469 <!-- carbon files -->
2470 wx/osx/carbon/chkconf.h
2471 wx/osx/carbon/evtloop.h
2472 wx/osx/carbon/private.h
2473 wx/osx/carbon/region.h
2474 wx/osx/carbon/statbmp.h
2478 <!-- ====================================================================== -->
2479 <!-- wxOSX/Cocoa -->
2480 <!-- ====================================================================== -->
2482 <set var=
"OSX_COCOA_SRC" hints=
"files">
2483 $(OSX_CARBON_COCOA_SRC)
2484 src/osx/cocoa/anybutton.mm
2485 src/osx/cocoa/button.mm
2486 src/osx/cocoa/checkbox.mm
2487 src/osx/cocoa/choice.mm
2488 src/osx/cocoa/colour.mm
2489 src/osx/cocoa/combobox.mm
2490 src/osx/cocoa/dialog.mm
2491 src/osx/cocoa/dirdlg.mm
2492 src/osx/cocoa/dnd.mm
2493 src/osx/cocoa/evtloop.mm
2494 src/osx/cocoa/filedlg.mm
2495 src/osx/cocoa/gauge.mm
2496 src/osx/cocoa/listbox.mm
2497 src/osx/cocoa/menu.mm
2498 src/osx/cocoa/menuitem.mm
2499 src/osx/cocoa/msgdlg.mm
2500 src/osx/cocoa/nonownedwnd.mm
2501 src/osx/cocoa/notebook.mm
2502 src/osx/cocoa/radiobut.mm
2503 src/osx/cocoa/printdlg.mm
2504 src/osx/cocoa/scrolbar.mm
2505 src/osx/cocoa/slider.mm
2506 src/osx/cocoa/spinbutt.mm
2507 src/osx/cocoa/srchctrl.mm
2508 src/osx/cocoa/statbox.mm
2509 src/osx/cocoa/statline.mm
2510 src/osx/cocoa/stattext.mm
2511 src/osx/cocoa/textctrl.mm
2512 src/osx/cocoa/tglbtn.mm
2513 src/osx/cocoa/toolbar.mm
2514 src/osx/cocoa/tooltip.mm
2515 src/osx/cocoa/window.mm
2517 <set var=
"OSX_COCOA_HDR" hints=
"files">
2518 wx/osx/cocoa/chkconf.h
2519 wx/osx/cocoa/evtloop.h
2520 wx/osx/cocoa/private.h
2521 $(OSX_CARBON_HDR)
<!-- FIXME: these headers need moved somewhere shared... -->
2525 <!-- ====================================================================== -->
2526 <!-- wxOSX/iPhone -->
2527 <!-- ====================================================================== -->
2529 <set var=
"OSX_IPHONE_SRC" hints=
"files">
2530 $(OSX_CARBON_COCOA_SRC)
2531 src/generic/regiong.cpp
2532 src/generic/icon.cpp
2533 <!-- iphone files -->
2534 src/osx/iphone/anybutton.mm
2535 src/osx/iphone/button.mm
2536 src/osx/iphone/checkbox.mm
2537 src/osx/iphone/dialog.mm
2538 src/osx/iphone/evtloop.mm
2539 src/osx/iphone/gauge.mm
2540 src/osx/iphone/msgdlg.mm
2541 src/osx/iphone/nonownedwnd.mm
2542 src/osx/iphone/scrolbar.mm
2543 src/osx/iphone/slider.mm
2544 src/osx/iphone/stattext.mm
2545 src/osx/iphone/textctrl.mm
2546 src/osx/iphone/toolbar.mm
2547 src/osx/iphone/utils.mm
2548 src/osx/iphone/window.mm
2551 <set var=
"OSX_IPHONE_HDR" hints=
"files">
2552 wx/osx/iphone/chkconf.h
2553 wx/osx/iphone/evtloop.h
2554 wx/osx/iphone/private.h
2555 $(OSX_CARBON_HDR)
<!-- FIXME: these headers need moved somewhere shared... -->
2559 <!-- ====================================================================== -->
2561 <!-- ====================================================================== -->
2563 <set var=
"COCOA_LOWLEVEL_SRC" hints=
"files">
2564 <!-- Shared wxMac and wxCocoa files -->
2565 src/osx/core/hid.cpp
2566 src/osx/core/utilsexc_cf.cpp
2568 <set var=
"COCOA_LOWLEVEL_HDR" hints=
"files">
2570 <set var=
"COCOA_SRC" hints=
"files">
2572 src/cocoa/NSButton.mm
2573 src/cocoa/NSControl.mm
2575 src/cocoa/NSPanel.mm
2576 src/cocoa/NSScroller.mm
2577 src/cocoa/NSSlider.mm
2578 src/cocoa/NSTabView.mm
2579 src/cocoa/NSTableView.mm
2580 src/cocoa/NSTextField.mm
2582 src/cocoa/NSWindow.mm
2583 src/cocoa/ObjcRef.mm
2586 src/cocoa/bmpbuttn.mm
2589 src/cocoa/checkbox.mm
2590 src/cocoa/checklst.mm
2592 src/cocoa/clipbrd.mm
2593 src/cocoa/colordlg.mm
2595 src/cocoa/combobox.mm
2596 src/cocoa/control.mm
2599 src/cocoa/dataobj.mm
2601 src/cocoa/dcclient.mm
2602 src/cocoa/dcmemory.mm
2603 src/cocoa/dcscreen.cpp
2606 src/cocoa/display.mm
2608 src/cocoa/evtloop.mm
2609 src/cocoa/filedlg.mm
2611 src/cocoa/fontdlg.mm
2612 src/cocoa/fontenum.mm
2613 src/cocoa/fontutil.cpp
2617 src/cocoa/listbox.mm
2619 src/cocoa/mbarman.mm
2622 src/cocoa/menuitem.mm
2624 src/cocoa/notebook.mm
2626 src/cocoa/radiobox.mm
2627 src/cocoa/radiobut.mm
2629 src/cocoa/scrolbar.mm
2630 src/cocoa/settings.mm
2633 src/cocoa/spinbutt.mm
2634 src/cocoa/statbmp.mm
2635 src/cocoa/statbox.mm
2636 src/cocoa/statline2.mm
2637 src/cocoa/stattext.mm
2638 src/cocoa/textctrl.mm
2640 src/cocoa/toolbar.mm
2641 src/cocoa/tooltip.mm
2642 src/cocoa/toplevel.mm
2644 src/cocoa/utilsexc.mm
2646 <!-- Generic implementations used by wxCocoa: -->
2647 src/generic/accel.cpp
2648 src/generic/caret.cpp
2649 src/generic/clrpickerg.cpp
2650 src/generic/collpaneg.cpp
2651 src/generic/colrdlgg.cpp
2652 src/generic/fdrepdlg.cpp
2653 src/generic/filepickerg.cpp
2654 src/generic/fontdlgg.cpp
2655 src/generic/fontpickerg.cpp
2656 src/generic/imaglist.cpp
2657 src/generic/listctrl.cpp
2658 src/generic/paletteg.cpp
2659 src/generic/regiong.cpp
2660 src/generic/statusbr.cpp
2662 <set var=
"COCOA_HDR" hints=
"files">
2663 wx/cocoa/NSApplication.h
2666 wx/cocoa/NSControl.h
2669 wx/cocoa/NSScroller.h
2671 wx/cocoa/NSTabView.h
2672 wx/cocoa/NSTableView.h
2673 wx/cocoa/NSTextField.h
2676 wx/cocoa/ObjcAssociate.h
2735 <!-- Semi-private headers -->
2736 wx/cocoa/objc/objc_uniquifying.h
2737 <!-- Generic implementations used by wxCocoa: -->
2739 wx/generic/clrpickerg.h
2740 wx/generic/collpaneg.h
2741 wx/generic/fdrepdlg.h
2742 wx/generic/fontdlgg.h
2743 wx/generic/fontpickerg.h
2744 wx/generic/imaglist.h
2745 wx/generic/listctrl.h
2746 wx/generic/paletteg.h
2748 wx/generic/statusbr.h
2753 <!-- ====================================================================== -->
2754 <!-- wxUniversal -->
2755 <!-- ====================================================================== -->
2758 <set var=
"UNIV_THEMES_SRC" hints=
"files">
2759 src/univ/themes/gtk.cpp
2760 src/univ/themes/metal.cpp
2761 src/univ/themes/mono.cpp
2762 src/univ/themes/win32.cpp
2765 <set var=
"UNIV_PLATFORM_SRC" hints=
"files">
2766 <if cond=
"TOOLKIT=='MSW'">
2770 <set var=
"UNIV_PLATFORM_HDR" hints=
"files">
2771 <if cond=
"TOOLKIT=='MSW'">
2776 <set var=
"UNIV_SRC" hints=
"files">
2777 $(UNIV_PLATFORM_SRC)
2778 src/generic/accel.cpp
2779 src/generic/clrpickerg.cpp
2780 src/generic/collpaneg.cpp
2781 src/generic/colrdlgg.cpp
2782 src/generic/dirdlgg.cpp
2783 src/generic/fdrepdlg.cpp
2784 src/generic/filedlgg.cpp
2785 src/generic/filepickerg.cpp
2786 src/generic/fontdlgg.cpp
2787 src/generic/fontpickerg.cpp
2788 src/generic/listctrl.cpp
2789 src/generic/mdig.cpp
2790 src/generic/prntdlgg.cpp
2791 src/univ/bmpbuttn.cpp
2793 src/univ/checkbox.cpp
2794 src/univ/checklst.cpp
2796 src/univ/combobox.cpp
2797 src/univ/control.cpp
2798 src/univ/ctrlrend.cpp
2800 src/univ/framuniv.cpp
2802 src/univ/inpcons.cpp
2803 src/univ/inphand.cpp
2804 src/univ/listbox.cpp
2806 src/univ/notebook.cpp
2807 src/univ/radiobox.cpp
2808 src/univ/radiobut.cpp
2809 src/univ/scrarrow.cpp
2810 src/univ/scrolbar.cpp
2811 src/univ/scrthumb.cpp
2812 src/univ/settingsuniv.cpp
2814 src/univ/spinbutt.cpp
2815 src/univ/statbmp.cpp
2816 src/univ/statbox.cpp
2817 src/univ/statline.cpp
2818 src/univ/stattext.cpp
2819 src/univ/statusbr.cpp
2820 src/univ/stdrend.cpp
2821 src/univ/textctrl.cpp
2824 src/univ/toolbar.cpp
2825 src/univ/topluniv.cpp
2826 src/univ/winuniv.cpp
2828 <set var=
"UNIV_HDR" hints=
"files">
2829 $(UNIV_PLATFORM_HDR)
2831 wx/generic/animate.h
2832 wx/generic/clrpickerg.h
2833 wx/generic/collpaneg.h
2834 wx/generic/ctrlsub.h
2835 wx/generic/dirdlgg.h
2836 wx/generic/fdrepdlg.h
2837 wx/generic/filedlgg.h
2838 wx/generic/filepickerg.h
2839 wx/generic/fontdlgg.h
2840 wx/generic/fontpickerg.h
2841 wx/generic/listctrl.h
2843 wx/generic/statusbr.h
2855 wx/univ/custombgwin.h
2889 <!-- ====================================================================== -->
2891 <!-- ====================================================================== -->
2893 <set var=
"ADVANCED_CMN_SRC" hints=
"files">
2894 src/common/animatecmn.cpp
2895 src/common/bmpcboxcmn.cpp
2896 src/common/calctrlcmn.cpp
2897 src/common/datavcmn.cpp
2898 src/common/gridcmn.cpp
2899 src/common/hyperlnkcmn.cpp
2900 src/common/odcombocmn.cpp
2901 src/common/richtooltipcmn.cpp
2902 src/generic/aboutdlgg.cpp
2903 src/generic/bannerwindow.cpp
2904 src/generic/bmpcboxg.cpp
2905 src/generic/calctrlg.cpp
2906 src/generic/commandlinkbuttong.cpp
2907 src/generic/datavgen.cpp
2908 src/generic/datectlg.cpp
2909 src/generic/editlbox.cpp
2910 src/generic/grid.cpp
2911 src/generic/gridctrl.cpp
2912 src/generic/grideditors.cpp
2913 src/generic/gridsel.cpp
2914 src/generic/helpext.cpp
2915 src/generic/hyperlinkg.cpp
2916 src/generic/laywin.cpp
2917 src/generic/notifmsgg.cpp
2918 src/generic/odcombo.cpp
2919 src/generic/propdlg.cpp
2920 src/generic/richtooltipg.cpp
2921 src/generic/sashwin.cpp
2922 src/generic/splash.cpp
2923 src/generic/timectrlg.cpp
2924 src/generic/tipdlg.cpp
2925 src/generic/treelist.cpp
2926 src/generic/wizard.cpp
2929 <set var=
"ADVANCED_CMN_HDR" hints=
"files">
2935 wx/commandlinkbutton.h
2943 wx/generic/aboutdlgg.h
2944 wx/generic/bmpcbox.h
2945 wx/generic/calctrlg.h
2946 wx/generic/datectrl.h
2947 wx/generic/dataview.h
2948 wx/generic/dvrenderer.h
2949 wx/generic/dvrenderers.h
2951 wx/generic/gridctrl.h
2952 wx/generic/grideditors.h
2953 wx/generic/gridsel.h
2954 wx/generic/helpext.h
2955 wx/generic/hyperlink.h
2957 wx/generic/notifmsg.h
2958 wx/generic/propdlg.h
2959 wx/generic/sashwin.h
2961 wx/generic/timectrl.h
2981 <set var=
"ADVANCED_MSW_SRC" hints=
"files">
2982 src/common/taskbarcmn.cpp
2983 src/msw/aboutdlg.cpp
2984 src/msw/notifmsg.cpp
2985 src/msw/richtooltip.cpp
2989 <set var=
"ADVANCED_MSW_HDR" hints=
"files">
2995 <!-- not used with wxUniv -->
2996 <set var=
"ADVANCED_MSW_NATIVE_SRC" hints=
"files">
2997 src/generic/animateg.cpp
3000 src/msw/commandlinkbutton.cpp
3001 src/msw/datecontrols.cpp
3002 src/msw/datectrl.cpp
3003 src/msw/datetimectrl.cpp
3004 src/msw/hyperlink.cpp
3005 src/msw/timectrl.cpp
3007 <set var=
"ADVANCED_MSW_NATIVE_HDR" hints=
"files">
3008 wx/generic/animate.h
3010 wx/msw/commandlinkbutton.h
3013 wx/msw/datetimectrl.h
3018 <!-- not built on WindowsCE: -->
3019 <set var=
"ADVANCED_MSW_DESKTOP_SRC" hints=
"files">
3020 src/msw/joystick.cpp
3022 <set var=
"ADVANCED_MSW_DESKTOP_HDR" hints=
"files">
3026 <set var=
"ADVANCED_OSX_CARBON_SRC" hints=
"files">
3027 src/common/taskbarcmn.cpp
3028 src/generic/animateg.cpp
3029 src/osx/carbon/aboutdlg.cpp
3030 src/osx/carbon/drawer.cpp
3031 src/osx/dataview_osx.cpp
3032 src/osx/carbon/dataview.cpp
3033 src/osx/sound_osx.cpp
3034 src/osx/carbon/sound.cpp
3035 src/osx/carbon/taskbar.cpp
3036 src/osx/core/hidjoystick.cpp
3039 <set var=
"ADVANCED_OSX_CARBON_HDR" hints=
"files">
3040 wx/generic/animate.h
3043 wx/osx/dvrenderers.h
3047 wx/osx/carbon/drawer.h
3048 wx/osx/carbon/dataview.h
3049 wx/osx/core/joystick.h
3052 <set var=
"ADVANCED_OSX_COCOA_SRC" hints=
"files">
3053 src/common/taskbarcmn.cpp
3054 src/generic/animateg.cpp
3055 src/osx/datetimectrl_osx.cpp
3056 src/osx/datectrl_osx.cpp
3057 src/osx/sound_osx.cpp
3058 src/osx/timectrl_osx.cpp
3059 src/osx/carbon/sound.cpp
3060 src/osx/core/sound.cpp
3061 src/osx/cocoa/aboutdlg.mm
3062 src/osx/dataview_osx.cpp
3063 src/osx/cocoa/dataview.mm
3064 src/osx/cocoa/datetimectrl.mm
3065 src/osx/cocoa/taskbar.mm
3066 src/osx/core/hidjoystick.cpp
3069 <set var=
"ADVANCED_OSX_COCOA_HDR" hints=
"files">
3070 wx/generic/animate.h
3073 wx/osx/datetimectrl.h
3075 wx/osx/dvrenderers.h
3080 wx/osx/core/joystick.h
3081 wx/osx/cocoa/dataview.h
3084 <set var=
"ADVANCED_OSX_IPHONE_SRC" hints=
"files">
3085 src/generic/animateg.cpp
3086 src/osx/sound_osx.cpp
3087 src/osx/core/sound.cpp
3090 <set var=
"ADVANCED_OSX_IPHONE_HDR" hints=
"files">
3091 wx/generic/animate.h
3095 <set var=
"ADVANCED_COCOA_SRC" hints=
"files">
3096 src/cocoa/taskbar.mm
3097 src/common/taskbarcmn.cpp
3098 src/generic/animateg.cpp
3099 src/osx/core/hidjoystick.cpp
3102 <set var=
"ADVANCED_COCOA_HDR" hints=
"files">
3104 wx/generic/animate.h
3105 wx/osx/core/joystick.h
3108 <set var=
"ADVANCED_OS2_SRC" hints=
"files">
3109 src/generic/animateg.cpp
3110 src/os2/joystick.cpp
3113 <set var=
"ADVANCED_OS2_HDR" hints=
"files">
3114 wx/generic/animate.h
3119 <set var=
"ADVANCED_UNIX_SRC" hints=
"files">
3120 src/common/taskbarcmn.cpp
3121 src/unix/joystick.cpp
3123 src/unix/taskbarx11.cpp
3125 <set var=
"ADVANCED_UNIX_HDR" hints=
"files">
3128 wx/unix/taskbarx11.h
3131 <set var=
"ADVANCED_MOTIF_SRC" hints=
"files">
3132 src/generic/animateg.cpp
3135 <set var=
"ADVANCED_MOTIF_HDR" hints=
"files">
3136 wx/generic/animate.h
3139 <set var=
"ADVANCED_GTK_PLATFORM_SRC" hints=
"files">
3140 <if cond=
"PLATFORM_UNIX=='1'">$(ADVANCED_UNIX_SRC)
</if>
3141 <if cond=
"PLATFORM_MACOSX=='1'">$(ADVANCED_UNIX_SRC)
</if>
3143 <set var=
"ADVANCED_GTK_PLATFORM_HDR" hints=
"files">
3144 <if cond=
"PLATFORM_UNIX=='1'">$(ADVANCED_UNIX_HDR)
</if>
3145 <if cond=
"PLATFORM_MACOSX=='1'">$(ADVANCED_UNIX_HDR)
</if>
3147 <set var=
"ADVANCED_GTK_SRC" hints=
"files">
3148 $(ADVANCED_GTK_PLATFORM_SRC)
3149 src/gtk/notifmsg.cpp
3152 <set var=
"ADVANCED_GTK2_SRC" hints=
"files">
3154 src/gtk/eggtrayicon.c
3155 src/gtk/hildon/notifmsg.cpp
3157 <set var=
"ADVANCED_GTK_HDR" hints=
"files">
3158 $(ADVANCED_GTK_PLATFORM_HDR)
3162 <set var=
"ADVANCED_GTK2_HDR" hints=
"files">
3164 wx/gtk/hildon/notifmsg.h
3167 <set var=
"ADVANCED_GTK_NATIVE_SRC" hints=
"files">
3168 src/gtk/aboutdlg.cpp
3172 src/gtk/dataview.cpp
3173 src/gtk/hyperlink.cpp
3175 <set var=
"ADVANCED_GTK_NATIVE_HDR" hints=
"files">
3181 wx/gtk/dvrenderers.h
3185 <set var=
"ADVANCED_GTK1_SRC" hints=
"files">
3186 src/generic/animateg.cpp
3187 src/gtk1/eggtrayicon.c
3188 src/gtk1/taskbar.cpp
3190 <set var=
"ADVANCED_GTK1_HDR" hints=
"files">
3191 wx/generic/animate.h
3194 <set var=
"ADVANCED_UNIV_SRC" hints=
"files">
3195 src/generic/animateg.cpp
3197 <set var=
"ADVANCED_UNIV_HDR" hints=
"files">
3198 wx/generic/animate.h
3201 <!-- ====================================================================== -->
3203 <!-- ====================================================================== -->
3205 <set var=
"MEDIA_CMN_SRC" hints=
"files">
3206 src/common/mediactrlcmn.cpp
3209 <set var=
"MEDIA_CMN_HDR" hints=
"files">
3213 <set var=
"MEDIA_MSW_SRC" hints=
"files">
3214 src/msw/mediactrl_am.cpp
3215 src/msw/mediactrl_wmp10.cpp
3216 src/msw/mediactrl_qt.cpp
3218 <set var=
"MEDIA_MSW_HDR" hints=
"files">
3220 <!-- not built on WindowsCE: -->
3221 <set var=
"MEDIA_MSW_DESKTOP_SRC" hints=
"files">
3223 <set var=
"MEDIA_MSW_DESKTOP_HDR" hints=
"files">
3226 <set var=
"MEDIA_OSX_CARBON_SRC" hints=
"files">
3227 src/osx/carbon/mediactrl.cpp
3229 <set var=
"MEDIA_OSX_CARBON_HDR" hints=
"files">
3232 <set var=
"MEDIA_OSX_COCOA_SRC" hints=
"files">
3233 src/osx/cocoa/mediactrl.mm
3235 <set var=
"MEDIA_OSX_COCOA_HDR" hints=
"files">
3238 <set var=
"MEDIA_OSX_IPHONE_SRC" hints=
"files">
3239 <!-- src/osx/iphone/mediactrl.mm -->
3241 <set var=
"MEDIA_OSX_IPHONE_HDR" hints=
"files">
3244 <set var=
"MEDIA_COCOA_SRC" hints=
"files">
3245 src/cocoa/mediactrl.mm
3247 <set var=
"MEDIA_COCOA_HDR" hints=
"files">
3250 <set var=
"MEDIA_OS2_SRC" hints=
"files">
3252 <set var=
"MEDIA_OS2_HDR" hints=
"files">
3255 <set var=
"MEDIA_UNIX_SRC" hints=
"files">
3256 src/unix/mediactrl.cpp
3258 <set var=
"MEDIA_UNIX_HDR" hints=
"files">
3261 <set var=
"MEDIA_GTK_SRC" hints=
"files">
3264 <set var=
"MEDIA_GTK1_SRC" hints=
"files">
3267 <!-- ====================================================================== -->
3269 <!-- ====================================================================== -->
3271 <set var=
"HTML_SRC_PLATFORM">
3272 <if cond=
"TOOLKIT=='MSW'">
3273 src/msw/helpbest.cpp
3275 <if cond=
"PLATFORM_UNIX=='1'">
3278 <if cond=
"PLATFORM_MACOSX=='1'">
3282 <set var=
"HTML_SRC" hints=
"files">
3283 $(HTML_SRC_PLATFORM)
3284 src/html/helpctrl.cpp
3285 src/html/helpdata.cpp
3286 src/html/helpdlg.cpp
3287 src/html/helpfrm.cpp
3288 src/html/helpwnd.cpp
3289 src/html/htmlcell.cpp
3290 src/html/htmlfilt.cpp
3291 src/html/htmlpars.cpp
3292 src/html/htmltag.cpp
3293 src/html/htmlwin.cpp
3294 src/html/htmprint.cpp
3295 src/html/m_dflist.cpp
3296 src/html/m_fonts.cpp
3297 src/html/m_hline.cpp
3298 src/html/m_image.cpp
3299 src/html/m_layout.cpp
3300 src/html/m_links.cpp
3304 src/html/m_style.cpp
3305 src/html/m_tables.cpp
3306 src/html/styleparams.cpp
3307 src/html/winpars.cpp
3308 <!-- wxHTML users: -->
3309 src/generic/htmllbox.cpp
3311 <set var=
"MSW_HTML_HDR" hints=
"files">
3312 <if cond=
"TOOLKIT=='MSW'">wx/msw/helpbest.h
</if>
3314 <set var=
"HTML_HDR" hints=
"files">
3329 wx/html/styleparams.h
3332 <!-- wxHTML users: -->
3337 <!-- ====================================================================== -->
3339 <!-- ====================================================================== -->
3341 <set var=
"WEBVIEW_SRC_PLATFORM">
3342 <if cond=
"TOOLKIT=='MSW'">src/msw/webview_ie.cpp
</if>
3343 <if cond=
"TOOLKIT=='GTK'">src/gtk/webview_webkit.cpp
</if>
3344 <if cond=
"PLATFORM_MACOSX=='1'">src/osx/webview_webkit.mm
</if>
3346 <set var=
"WEBVIEW_SRC" hints=
"files">
3347 $(WEBVIEW_SRC_PLATFORM)
3348 src/common/webview.cpp
3349 src/common/webviewarchivehandler.cpp
3350 src/common/webviewfshandler.cpp
3353 <set var=
"WEBVIEW_HDR_PLATFORM" hints=
"files">
3354 <if cond=
"TOOLKIT=='MSW'">
3355 wx/msw/webviewhistoryitem_ie.h
3357 wx/msw/webview_missing.h
3359 <if cond=
"TOOLKIT=='GTK'">
3360 wx/gtk/webviewhistoryitem_webkit.h
3361 wx/gtk/webview_webkit.h
3363 <if cond=
"PLATFORM_MACOSX=='1'">
3364 wx/osx/webviewhistoryitem_webkit.h
3365 wx/osx/webview_webkit.h
3368 <set var=
"WEBVIEW_HDR" hints=
"files">
3369 $(WEBVIEW_HDR_PLATFORM)
3371 wx/webviewarchivehandler.h
3372 wx/webviewfshandler.h
3375 <!-- ====================================================================== -->
3377 <!-- ====================================================================== -->
3379 <set var=
"XRC_SRC" hints=
"files">
3380 src/xrc/xh_animatctrl.cpp
3381 src/xrc/xh_bannerwindow.cpp
3383 src/xrc/xh_bmpcbox.cpp
3384 src/xrc/xh_bmpbt.cpp
3387 src/xrc/xh_chckb.cpp
3388 src/xrc/xh_chckl.cpp
3389 src/xrc/xh_choic.cpp
3390 src/xrc/xh_choicbk.cpp
3391 src/xrc/xh_clrpicker.cpp
3392 src/xrc/xh_cmdlinkbn.cpp
3393 src/xrc/xh_collpane.cpp
3394 src/xrc/xh_combo.cpp
3395 src/xrc/xh_comboctrl.cpp
3396 src/xrc/xh_datectrl.cpp
3397 src/xrc/xh_dirpicker.cpp
3399 src/xrc/xh_editlbox.cpp
3400 src/xrc/xh_filectrl.cpp
3401 src/xrc/xh_filepicker.cpp
3402 src/xrc/xh_fontpicker.cpp
3403 src/xrc/xh_frame.cpp
3404 src/xrc/xh_gauge.cpp
3405 src/xrc/xh_gdctl.cpp
3408 src/xrc/xh_hyperlink.cpp
3409 src/xrc/xh_listb.cpp
3410 src/xrc/xh_listbk.cpp
3411 src/xrc/xh_listc.cpp
3414 src/xrc/xh_notbk.cpp
3415 src/xrc/xh_odcombo.cpp
3416 src/xrc/xh_panel.cpp
3417 src/xrc/xh_propdlg.cpp
3418 src/xrc/xh_radbt.cpp
3419 src/xrc/xh_radbx.cpp
3420 <!-- disabled until linking problems are fixed -->
3421 <!-- src/xrc/xh_richtext.cpp -->
3422 src/xrc/xh_scrol.cpp
3423 src/xrc/xh_scwin.cpp
3424 src/xrc/xh_htmllbox.cpp
3425 src/xrc/xh_sizer.cpp
3426 src/xrc/xh_slidr.cpp
3428 src/xrc/xh_split.cpp
3429 src/xrc/xh_srchctrl.cpp
3430 src/xrc/xh_statbar.cpp
3431 src/xrc/xh_stbmp.cpp
3432 src/xrc/xh_stbox.cpp
3433 src/xrc/xh_stlin.cpp
3434 src/xrc/xh_sttxt.cpp
3436 src/xrc/xh_tglbtn.cpp
3437 src/xrc/xh_timectrl.cpp
3438 src/xrc/xh_toolb.cpp
3439 src/xrc/xh_toolbk.cpp
3441 src/xrc/xh_treebk.cpp
3442 src/xrc/xh_unkwn.cpp
3443 src/xrc/xh_wizrd.cpp
3446 src/xrc/xmlrsall.cpp
3448 <set var=
"XRC_HDR" hints=
"files">
3450 wx/xrc/xh_animatctrl.h
3451 wx/xrc/xh_bannerwindow.h
3461 wx/xrc/xh_clrpicker.h
3462 wx/xrc/xh_cmdlinkbn.h
3463 wx/xrc/xh_collpane.h
3465 wx/xrc/xh_comboctrl.h
3466 wx/xrc/xh_datectrl.h
3467 wx/xrc/xh_dirpicker.h
3469 wx/xrc/xh_editlbox.h
3470 wx/xrc/xh_filectrl.h
3471 wx/xrc/xh_filepicker.h
3472 wx/xrc/xh_fontpicker.h
3479 wx/xrc/xh_hyperlink.h
3490 <!-- wx/xrc/xh_richtext.h -->
3493 wx/xrc/xh_htmllbox.h
3498 wx/xrc/xh_srchctrl.h
3506 wx/xrc/xh_timectrl.h
3519 <!-- ====================================================================== -->
3520 <!-- XML classes -->
3521 <!-- ====================================================================== -->
3523 <set var=
"XML_SRC" hints=
"files">
3525 src/common/xtixml.cpp
<!-- FIXME - temporary solution -->
3527 <set var=
"XML_HDR" hints=
"files">
3529 wx/xtixml.h
<!-- FIXME - temporary solution -->
3533 <!-- ====================================================================== -->
3534 <!-- OpenGL canvas -->
3535 <!-- ====================================================================== -->
3537 <set var=
"OPENGL_SRC_PLATFORM" hints=
"files">
3538 <if cond=
"TOOLKIT=='OSX_CARBON'">src/osx/carbon/glcanvas.cpp src/osx/glcanvas_osx.cpp
</if>
3539 <if cond=
"TOOLKIT=='OSX_COCOA'">src/osx/cocoa/glcanvas.mm src/osx/glcanvas_osx.cpp
</if>
3540 <if cond=
"TOOLKIT=='OSX_IPHONE'">src/osx/iphone/glcanvas.mm src/osx/glcanvas_osx.cpp
</if>
3541 <if cond=
"TOOLKIT=='COCOA'">src/cocoa/glcanvas.mm
</if>
3542 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">
3544 src/gtk/glcanvas.cpp
3546 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">
3547 src/gtk/glcanvas.cpp
3550 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION==''">
3551 src/gtk1/glcanvas.cpp
3554 <if cond=
"TOOLKIT=='MSW'">src/msw/glcanvas.cpp
</if>
3555 <if cond=
"TOOLKIT=='WINCE'">src/msw/glcanvas.cpp
</if>
3556 <if cond=
"TOOLKIT=='MOTIF'">src/x11/glcanvas.cpp src/unix/glx11.cpp
</if>
3557 <if cond=
"TOOLKIT=='X11'">src/x11/glcanvas.cpp src/unix/glx11.cpp
</if>
3558 <if cond=
"TOOLKIT=='PM'">src/os2/glcanvas.cpp
</if>
3561 <set var=
"OPENGL_SRC" hints=
"files">
3562 src/common/glcmn.cpp
3563 $(OPENGL_SRC_PLATFORM)
3566 <set var=
"OPENGL_HDR_PLATFORM" hints=
"files">
3567 <if cond=
"TOOLKIT=='OSX_CARBON'">wx/osx/glcanvas.h
</if>
3568 <if cond=
"TOOLKIT=='OSX_COCOA'">wx/osx/glcanvas.h
</if>
3569 <if cond=
"TOOLKIT=='COCOA'">wx/cocoa/glcanvas.h
</if>
3570 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">
3574 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">
3578 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION==''">
3582 <if cond=
"TOOLKIT=='MSW'">wx/msw/glcanvas.h
</if>
3583 <if cond=
"TOOLKIT=='WINCE'">wx/msw/glcanvas.h
</if>
3584 <if cond=
"TOOLKIT=='MOTIF'">wx/x11/glcanvas.h wx/unix/glx11.h
</if>
3585 <if cond=
"TOOLKIT=='X11'">wx/x11/glcanvas.h wx/unix/glx11.h
</if>
3588 <set var=
"OPENGL_HDR" hints=
"files">
3590 $(OPENGL_HDR_PLATFORM)
3594 <!-- ====================================================================== -->
3595 <!-- Misc plugin sources: -->
3596 <!-- ====================================================================== -->
3598 <set var=
"UNIX_SOUND_SRC_SDL" hints=
"files">
3599 src/unix/sound_sdl.cpp
3602 <!-- ====================================================================== -->
3604 <!-- ====================================================================== -->
3606 <set var=
"AUI_GTK_SRC" hints=
"files">
3607 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">
3608 src/aui/tabartgtk.cpp
3611 <set var=
"AUI_GTK_HDR" hints=
"files">
3612 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">
3616 <set var=
"AUI_SRC" hints=
"files">
3617 src/aui/framemanager.cpp
3619 src/aui/floatpane.cpp
3626 <set var=
"AUI_HDR" hints=
"files">
3627 wx/aui/framemanager.h
3638 <!-- ====================================================================== -->
3640 <!-- ====================================================================== -->
3642 <set var=
"RIBBON_SRC" hints=
"files">
3643 src/ribbon/art_internal.cpp
3644 src/ribbon/art_msw.cpp
3645 src/ribbon/art_aui.cpp
3647 src/ribbon/buttonbar.cpp
3648 src/ribbon/control.cpp
3649 src/ribbon/gallery.cpp
3651 src/ribbon/panel.cpp
3652 src/ribbon/toolbar.cpp
3654 <set var=
"RIBBON_HDR" hints=
"files">
3656 wx/ribbon/art_internal.h
3658 wx/ribbon/buttonbar.h
3666 <!-- ====================================================================== -->
3667 <!-- wxPropertyGrid -->
3668 <!-- ====================================================================== -->
3670 <set var=
"PROPGRID_SRC" hints=
"files">
3671 src/propgrid/advprops.cpp
3672 src/propgrid/editors.cpp
3673 src/propgrid/manager.cpp
3674 src/propgrid/property.cpp
3675 src/propgrid/propgrid.cpp
3676 src/propgrid/propgridiface.cpp
3677 src/propgrid/propgridpagestate.cpp
3678 src/propgrid/props.cpp
3680 <set var=
"PROPGRID_HDR" hints=
"files">
3681 wx/propgrid/advprops.h
3682 wx/propgrid/editors.h
3683 wx/propgrid/manager.h
3684 wx/propgrid/property.h
3685 wx/propgrid/propgrid.h
3686 wx/propgrid/propgriddefs.h
3687 wx/propgrid/propgridiface.h
3688 wx/propgrid/propgridpagestate.h
3692 <!-- ====================================================================== -->
3693 <!-- wxRichTextCtrl -->
3694 <!-- ====================================================================== -->
3696 <set var=
"RICHTEXT_SRC" hints=
"files">
3697 src/richtext/richtextbuffer.cpp
3698 src/richtext/richtextctrl.cpp
3699 src/richtext/richtextformatdlg.cpp
3700 src/richtext/richtexthtml.cpp
3701 src/richtext/richtextimagedlg.cpp
3702 src/richtext/richtextprint.cpp
3703 src/richtext/richtextstyledlg.cpp
3704 src/richtext/richtextstyles.cpp
3705 src/richtext/richtextsymboldlg.cpp
3706 src/richtext/richtextxml.cpp
3708 <set var=
"RICHTEXT_HDR" hints=
"files">
3709 wx/richtext/richtextbackgroundpage.h
3710 wx/richtext/richtextborderspage.h
3711 wx/richtext/richtextbuffer.h
3712 wx/richtext/richtextbulletspage.h
3713 wx/richtext/richtextctrl.h
3714 wx/richtext/richtextdialogpage.h
3715 wx/richtext/richtextfontpage.h
3716 wx/richtext/richtextformatdlg.h
3717 wx/richtext/richtexthtml.h
3718 wx/richtext/richtextimagedlg.h
3719 wx/richtext/richtextindentspage.h
3720 wx/richtext/richtextliststylepage.h
3721 wx/richtext/richtextmarginspage.h
3722 wx/richtext/richtextprint.h
3723 wx/richtext/richtextsizepage.h
3724 wx/richtext/richtextstyledlg.h
3725 wx/richtext/richtextstylepage.h
3726 wx/richtext/richtextstyles.h
3727 wx/richtext/richtextsymboldlg.h
3728 wx/richtext/richtexttabspage.h
3729 wx/richtext/richtextuicustomization.h
3730 wx/richtext/richtextxml.h
3734 <!-- ====================================================================== -->
3736 <!-- ====================================================================== -->
3738 <set var=
"STC_SRC" hints=
"files">
3741 src/stc/ScintillaWX.cpp
3744 <set var=
"STC_HDR" hints=
"files">
3748 <!-- ====================================================================== -->
3749 <!-- Define sources for specific libraries: -->
3750 <!-- ====================================================================== -->
3752 <!-- wxBase files: -->
3754 <!-- Nested if would be nicer, but this works -->
3755 <!-- These are the files for PLATFORM_MACOSX -->
3756 <set var=
"BASE_OSX_SRC" hints=
"files">
3757 <if cond=
"TOOLKIT=='OSX_CARBON'">$(BASE_OSX_SHARED_SRC)
</if>
3758 <if cond=
"TOOLKIT=='OSX_COCOA'">$(BASE_OSX_SHARED_SRC)
</if>
3759 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(BASE_OSX_SHARED_SRC)
</if>
3760 <if cond=
"TOOLKIT=='COCOA'">$(BASE_OSX_NOTWXMAC_SRC)
</if>
3761 <if cond=
"TOOLKIT=='GTK'">$(BASE_OSX_NOTWXMAC_SRC)
</if>
3762 <if cond=
"TOOLKIT=='X11'">$(BASE_OSX_NOTWXMAC_SRC)
</if>
3763 <if cond=
"TOOLKIT=='MOTIF'">$(BASE_OSX_NOTWXMAC_SRC)
</if>
3764 <!-- FIXME: TOOLKIT!='MAC' is what we really want -->
3766 <!-- FIXME: a hack because there are two wxBase versions on
3767 Mac; once fixed, this would no longer be needed -->
3768 <if cond=
"TOOLKIT==''">$(BASE_OSX_NOTWXMAC_SRC)
</if>
3770 <set var=
"BASE_PLATFORM_SRC" hints=
"files">
3771 <if cond=
"PLATFORM_UNIX=='1'">$(BASE_UNIX_SRC)
</if>
3772 <if cond=
"PLATFORM_WIN32=='1'">$(BASE_WIN32_SRC) $(BASE_WINCE_SRC)
</if>
3773 <if cond=
"PLATFORM_MACOSX=='1'">$(BASE_OSX_SHARED_SRC)
</if>
3774 <if cond=
"PLATFORM_OS2=='1'">$(BASE_OS2_SRC)
</if>
3775 <if cond=
"PLATFORM_MSDOS=='1'">$(BASE_MSDOS_SRC)
</if>
3777 <set var=
"BASE_AND_GUI_TOOLKIT_SRC" hints=
"files">
3778 <if cond=
"TOOLKIT=='OSX_CARBON'">$(BASE_AND_GUI_OSX_CARBON_SRC)
</if>
3779 <if cond=
"TOOLKIT=='OSX_COCOA'">$(BASE_AND_GUI_OSX_COCOA_SRC)
</if>
3781 <set var=
"BASE_AND_GUI_PLATFORM_SRC" hints=
"files">
3782 <if cond=
"PLATFORM_WIN32=='1'">$(BASE_AND_GUI_WIN32_SRC)
</if>
3783 <if cond=
"PLATFORM_MSDOS=='1'">$(BASE_AND_GUI_MSDOS_SRC)
</if>
3784 <!-- At the moment, BASE_AND_GUI_TOOLKIT_SRC handles this -->
3785 <!-- if cond="PLATFORM_MACOS=='1'">$(BASE_AND_GUI_MAC_SRC)</if -->
3788 <!-- Nested if would be nicer, but this works -->
3789 <!-- These are the files for PLATFORM_MACOSX -->
3790 <set var=
"BASE_OSX_HDR" hints=
"files">
3791 <if cond=
"TOOLKIT=='OSX_CARBON'">$(BASE_OSX_SHARED_HDR)
</if>
3792 <if cond=
"TOOLKIT=='OSX_COCOA'">$(BASE_OSX_SHARED_HDR)
</if>
3793 <if cond=
"TOOLKIT=='COCOA'">$(BASE_OSX_NOTWXMAC_HDR)
</if>
3794 <if cond=
"TOOLKIT=='GTK'">$(BASE_OSX_NOTWXMAC_HDR)
</if>
3795 <if cond=
"TOOLKIT=='X11'">$(BASE_OSX_NOTWXMAC_HDR)
</if>
3796 <if cond=
"TOOLKIT=='MOTIF'">$(BASE_OSX_NOTWXMAC_HDR)
</if>
3797 <!-- FIXME: TOOLKIT!='MAC' is what we really want -->
3799 <!-- FIXME: a hack because there are two wxBase versions on
3800 Mac; once fixed, this would no longer be needed -->
3801 <if cond=
"TOOLKIT==''">$(BASE_OSX_NOTWXMAC_HDR)
</if>
3803 <set var=
"BASE_PLATFORM_HDR" hints=
"files">
3804 <if cond=
"PLATFORM_UNIX=='1'">$(BASE_UNIX_HDR)
</if>
3805 <if cond=
"PLATFORM_WIN32=='1'">$(BASE_WIN32_HDR) $(BASE_WINCE_HDR)
</if>
3806 <if cond=
"PLATFORM_MACOSX=='1'">$(BASE_OSX_HDR)
</if>
3807 <if cond=
"PLATFORM_MSDOS=='1'">$(BASE_MSDOS_HDR)
</if>
3808 <if cond=
"PLATFORM_OS2=='1'">$(BASE_OS2_HDR)
</if>
3811 <set var=
"BASE_SRC" hints=
"files">
3812 $(BASE_CMN_SRC) $(BASE_PLATFORM_SRC)
3814 <set var=
"BASE_AND_GUI_SRC" hints=
"files">
3815 $(BASE_AND_GUI_CMN_SRC)
3816 $(BASE_AND_GUI_PLATFORM_SRC) $(BASE_AND_GUI_TOOLKIT_SRC)
3820 <!-- wxNet files: -->
3821 <set var=
"NET_PLATFORM_SRC" hints=
"files">
3822 <if cond=
"PLATFORM_UNIX=='1'">$(NET_UNIX_SRC)
</if>
3823 <if cond=
"PLATFORM_WIN32=='1'">$(NET_WIN32_SRC) $(NET_WINCE_SRC)
</if>
3824 <if cond=
"PLATFORM_MACOSX=='1'">$(NET_UNIX_SRC) $(NET_OSX_SRC)
</if>
3825 <if cond=
"PLATFORM_OS2=='1'">$(NET_OS2_SRC)
</if>
3827 <set var=
"NET_PLATFORM_HDR" hints=
"files">
3828 <if cond=
"PLATFORM_WIN32=='1'">$(NET_WIN32_HDR) $(NET_WINCE_HDR)
</if>
3831 <set var=
"NET_SRC" hints=
"files">
3832 $(NET_CMN_SRC) $(NET_PLATFORM_SRC)
3836 <!-- GUI sources: -->
3838 <set var=
"LOWLEVEL_SRC" hints=
"files">
3839 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(GTK_LOWLEVEL_SRC)
</if>
3840 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(GTK2_LOWLEVEL_SRC)
</if>
3841 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION==''">$(GTK1_LOWLEVEL_SRC)
</if>
3842 <if cond=
"TOOLKIT=='MOTIF'">$(MOTIF_LOWLEVEL_SRC)
</if>
3843 <if cond=
"TOOLKIT=='MSW'">$(MSW_LOWLEVEL_SRC) $(MSW_DESKTOP_LOWLEVEL_SRC)
</if>
3844 <if cond=
"TOOLKIT=='WINCE'">$(MSW_LOWLEVEL_SRC)
</if>
3845 <if cond=
"TOOLKIT=='OSX_CARBON'">$(OSX_LOWLEVEL_SRC)
</if>
3846 <if cond=
"TOOLKIT=='OSX_COCOA'">$(OSX_LOWLEVEL_SRC)
</if>
3847 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(OSX_LOWLEVEL_SRC)
</if>
3848 <if cond=
"TOOLKIT=='COCOA'">$(COCOA_LOWLEVEL_SRC)
</if>
3849 <if cond=
"TOOLKIT=='PM'">$(OS2_LOWLEVEL_SRC)
</if>
3850 <if cond=
"TOOLKIT=='X11'">$(X11_LOWLEVEL_SRC)
</if>
3851 <if cond=
"TOOLKIT=='DFB'">$(DFB_LOWLEVEL_SRC)
</if>
3853 <set var=
"LOWLEVEL_HDR" hints=
"files">
3854 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(GTK_LOWLEVEL_HDR)
</if>
3855 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(GTK_LOWLEVEL_HDR)
</if>
3856 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION==''">$(GTK1_LOWLEVEL_HDR)
</if>
3857 <if cond=
"TOOLKIT=='MOTIF'">$(MOTIF_LOWLEVEL_HDR)
</if>
3858 <if cond=
"TOOLKIT=='MSW'">$(MSW_LOWLEVEL_HDR) $(MSW_DESKTOP_LOWLEVEL_HDR)
</if>
3859 <if cond=
"TOOLKIT=='WINCE'">$(MSW_LOWLEVEL_HDR)
</if>
3860 <if cond=
"TOOLKIT=='OSX_CARBON'">$(OSX_LOWLEVEL_HDR)
</if>
3861 <if cond=
"TOOLKIT=='OSX_COCOA'">$(OSX_LOWLEVEL_HDR)
</if>
3862 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(OSX_LOWLEVEL_HDR)
</if>
3863 <if cond=
"TOOLKIT=='COCOA'">$(COCOA_LOWLEVEL_HDR)
</if>
3864 <if cond=
"TOOLKIT=='PM'">$(OS2_LOWLEVEL_HDR)
</if>
3865 <if cond=
"TOOLKIT=='X11'">$(X11_LOWLEVEL_HDR)
</if>
3866 <if cond=
"TOOLKIT=='DFB'">$(DFB_LOWLEVEL_HDR)
</if>
3869 <set var=
"PLATFORM_SRC" hints=
"files">
3870 <if cond=
"PLATFORM_UNIX=='1'">$(UNIX_SRC)
</if>
3871 <if cond=
"PLATFORM_MACOSX=='1'">$(UNIX_SRC)
</if>
3874 <set var=
"GUI_SRC" hints=
"files">
3875 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(GTK_SRC)
</if>
3876 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(GTK2_SRC)
</if>
3877 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION==''">$(GTK1_SRC)
</if>
3878 <if cond=
"TOOLKIT=='MOTIF'">$(MOTIF_SRC)
</if>
3879 <if cond=
"TOOLKIT=='MSW'">$(MSW_SRC) $(MSW_DESKTOP_SRC)
</if>
3880 <if cond=
"TOOLKIT=='WINCE'">$(MSW_SRC) $(WINCE_SRC)
</if>
3881 <if cond=
"TOOLKIT=='OSX_CARBON'">$(OSX_CARBON_SRC)
</if>
3882 <if cond=
"TOOLKIT=='OSX_COCOA'">$(OSX_COCOA_SRC)
</if>
3883 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(OSX_IPHONE_SRC)
</if>
3884 <if cond=
"TOOLKIT=='COCOA'">$(COCOA_SRC)
</if>
3885 <if cond=
"TOOLKIT=='PM'">$(OS2_SRC)
</if>
3887 <set var=
"GUI_HDR" hints=
"files">
3888 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(GTK_HDR)
</if>
3889 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(GTK2_HDR)
</if>
3890 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION==''">$(GTK1_HDR)
</if>
3891 <if cond=
"TOOLKIT=='MOTIF'">$(MOTIF_HDR)
</if>
3892 <if cond=
"TOOLKIT=='MSW'">$(MSW_HDR) $(MSW_DESKTOP_HDR)
</if>
3893 <if cond=
"TOOLKIT=='WINCE'">$(MSW_HDR) $(WINCE_HDR)
</if>
3894 <if cond=
"TOOLKIT=='OSX_CARBON'">$(OSX_SHARED_HDR) $(OSX_CARBON_HDR)
</if>
3895 <if cond=
"TOOLKIT=='OSX_COCOA'">$(OSX_SHARED_HDR) $(OSX_COCOA_HDR)
</if>
3896 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(OSX_SHARED_HDR) $(OSX_IPHONE_HDR)
</if>
3897 <if cond=
"TOOLKIT=='COCOA'">$(COCOA_HDR)
</if>
3898 <if cond=
"TOOLKIT=='PM'">$(OS2_HDR)
</if>
3901 <set var=
"CORE_SRC" hints=
"files">
3902 <if cond=
"USE_GUI=='1' and WXUNIV=='0'">
3903 $(LOWLEVEL_SRC) $(PLATFORM_SRC) $(GUI_SRC) $(GUI_CMN_SRC)
3905 <if cond=
"USE_GUI=='1' and WXUNIV=='1'">
3906 $(LOWLEVEL_SRC) $(PLATFORM_SRC) $(UNIV_SRC) $(UNIV_THEMES_SRC) $(GUI_CMN_SRC)
3910 <!-- wxAdvanced files: -->
3911 <set var=
"ADVANCED_PLATFORM_SRC" hints=
"files">
3912 <if cond=
"TOOLKIT=='MSW'">$(ADVANCED_MSW_SRC) $(ADVANCED_MSW_DESKTOP_SRC)
</if>
3913 <if cond=
"TOOLKIT=='WINCE'">$(ADVANCED_MSW_SRC)
</if>
3914 <if cond=
"TOOLKIT=='OSX_CARBON'">$(ADVANCED_OSX_CARBON_SRC)
</if>
3915 <if cond=
"TOOLKIT=='OSX_COCOA'">$(ADVANCED_OSX_COCOA_SRC)
</if>
3916 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(ADVANCED_OSX_IPHONE_SRC)
</if>
3917 <if cond=
"TOOLKIT=='COCOA'">$(ADVANCED_COCOA_SRC)
</if>
3918 <if cond=
"TOOLKIT=='MOTIF'">$(ADVANCED_UNIX_SRC) $(ADVANCED_MOTIF_SRC)
</if>
3919 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(ADVANCED_GTK_SRC)
</if>
3920 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(ADVANCED_GTK2_SRC)
</if>
3921 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION==''">$(ADVANCED_UNIX_SRC) $(ADVANCED_GTK1_SRC)
</if>
3922 <if cond=
"TOOLKIT=='X11'">$(ADVANCED_UNIX_SRC)
</if>
3923 <if cond=
"TOOLKIT=='PM'">$(ADVANCED_OS2_SRC)
</if>
3925 <set var=
"ADVANCED_PLATFORM_HDR" hints=
"files">
3926 <if cond=
"TOOLKIT=='MSW'">$(ADVANCED_MSW_HDR) $(ADVANCED_MSW_DESKTOP_HDR)
</if>
3927 <if cond=
"TOOLKIT=='WINCE'">$(ADVANCED_MSW_HDR)
</if>
3928 <if cond=
"TOOLKIT=='OSX_CARBON'">$(ADVANCED_OSX_CARBON_HDR)
</if>
3929 <if cond=
"TOOLKIT=='OSX_COCOA'">$(ADVANCED_OSX_COCOA_HDR)
</if>
3930 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(ADVANCED_OSX_IPHONE_HDR)
</if>
3931 <if cond=
"TOOLKIT=='COCOA'">$(ADVANCED_COCOA_HDR)
</if>
3932 <if cond=
"TOOLKIT=='MOTIF'">$(ADVANCED_UNIX_HDR) $(ADVANCED_MOTIF_HDR)
</if>
3933 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(ADVANCED_GTK_HDR)
</if>
3934 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(ADVANCED_GTK2_HDR)
</if>
3935 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION==''">$(ADVANCED_UNIX_HDR) $(ADVANCED_GTK1_HDR)
</if>
3936 <if cond=
"TOOLKIT=='X11'">$(ADVANCED_UNIX_HDR)
</if>
3937 <if cond=
"TOOLKIT=='PM'">$(ADVANCED_OS2_HDR)
</if>
3940 <!-- wxAdv files not used by wxUniv -->
3941 <set var=
"ADVANCED_PLATFORM_NATIVE_SRC" hints=
"files">
3942 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(ADVANCED_GTK_NATIVE_SRC)
</if>
3943 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(ADVANCED_GTK_NATIVE_SRC)
</if>
3944 <if cond=
"TOOLKIT=='MSW'">$(ADVANCED_MSW_NATIVE_SRC)
</if>
3945 <if cond=
"TOOLKIT=='WINCE'">$(ADVANCED_MSW_NATIVE_SRC)
</if>
3947 <set var=
"ADVANCED_PLATFORM_NATIVE_HDR" hints=
"files">
3948 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(ADVANCED_GTK_NATIVE_HDR)
</if>
3949 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(ADVANCED_GTK_NATIVE_HDR)
</if>
3950 <if cond=
"TOOLKIT=='MSW'">$(ADVANCED_MSW_NATIVE_HDR)
</if>
3951 <if cond=
"TOOLKIT=='WINCE'">$(ADVANCED_MSW_NATIVE_HDR)
</if>
3954 <set var=
"ADVANCED_SRC" hints=
"files">
3955 <if cond=
"WXUNIV=='0'">$(ADVANCED_CMN_SRC) $(ADVANCED_PLATFORM_SRC) $(ADVANCED_PLATFORM_NATIVE_SRC)
</if>
3956 <if cond=
"WXUNIV=='1'">$(ADVANCED_CMN_SRC) $(ADVANCED_PLATFORM_SRC) $(ADVANCED_UNIV_SRC)
</if>
3958 <set var=
"ADVANCED_HDR" hints=
"files">
3959 <if cond=
"WXUNIV=='0'">$(ADVANCED_CMN_HDR) $(ADVANCED_PLATFORM_HDR) $(ADVANCED_PLATFORM_NATIVE_HDR)
</if>
3960 <if cond=
"WXUNIV=='1'">$(ADVANCED_CMN_HDR) $(ADVANCED_PLATFORM_HDR) $(ADVANCED_UNIV_HDR)
</if>
3963 <!-- wxMedia files: -->
3964 <set var=
"MEDIA_PLATFORM_SRC" hints=
"files">
3965 <if cond=
"TOOLKIT=='MSW'">$(MEDIA_MSW_SRC) $(MEDIA_MSW_DESKTOP_SRC)
</if>
3966 <if cond=
"TOOLKIT=='WINCE'">$(MEDIA_MSW_SRC)
</if>
3967 <if cond=
"TOOLKIT=='OSX_CARBON'">$(MEDIA_OSX_CARBON_SRC)
</if>
3968 <if cond=
"TOOLKIT=='OSX_COCOA'">$(MEDIA_OSX_COCOA_SRC)
</if>
3969 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(MEDIA_OSX_IPHONE_SRC)
</if>
3970 <if cond=
"TOOLKIT=='COCOA'">$(MEDIA_COCOA_SRC)
</if>
3971 <if cond=
"TOOLKIT=='MOTIF'">$(MEDIA_UNIX_SRC)
</if>
3972 <if cond=
"TOOLKIT=='GTK'">$(MEDIA_UNIX_SRC) $(MEDIA_GTK_SRC)
</if>
3973 <if cond=
"TOOLKIT=='X11'">$(MEDIA_UNIX_SRC)
</if>
3974 <if cond=
"TOOLKIT=='PM'">$(MEDIA_OS2_SRC)
</if>
3976 <set var=
"MEDIA_PLATFORM_HDR" hints=
"files">
3977 <if cond=
"TOOLKIT=='MSW'">$(MEDIA_MSW_HDR) $(MEDIA_MSW_DESKTOP_HDR)
</if>
3978 <if cond=
"TOOLKIT=='WINCE'">$(MEDIA_MSW_HDR)
</if>
3979 <if cond=
"TOOLKIT=='OSX_CARBON'">$(MEDIA_OSX_CARBON_HDR)
</if>
3980 <if cond=
"TOOLKIT=='OSX_COCOA'">$(MEDIA_OSX_COCOA_HDR)
</if>
3981 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(MEDIA_OSX_IPHONE_HDR)
</if>
3982 <if cond=
"TOOLKIT=='COCOA'">$(MEDIA_COCOA_HDR)
</if>
3983 <if cond=
"TOOLKIT=='MOTIF'">$(MEDIA_UNIX_HDR)
</if>
3984 <if cond=
"TOOLKIT=='GTK'">$(MEDIA_UNIX_HDR)
</if>
3985 <if cond=
"TOOLKIT=='X11'">$(MEDIA_UNIX_HDR)
</if>
3986 <if cond=
"TOOLKIT=='PM'">$(MEDIA_OS2_HDR)
</if>
3988 <set var=
"MEDIA_SRC">$(MEDIA_CMN_SRC) $(MEDIA_PLATFORM_SRC)
</set>
3989 <set var=
"MEDIA_HDR">$(MEDIA_CMN_HDR) $(MEDIA_PLATFORM_HDR)
</set>
3992 <set var=
"GUI_CORE_HEADERS" hints=
"files">
3993 <if cond=
"USE_GUI=='1' and WXUNIV=='0'">$(GUI_HDR)
</if>
3994 <if cond=
"USE_GUI=='1' and WXUNIV=='1'">$(UNIV_HDR)
</if>
3997 <set var=
"ALL_GUI_HEADERS" hints=
"files">
3998 <if cond=
"USE_GUI=='1'">
4002 $(ADVANCED_HDR) $(MEDIA_HDR) $(HTML_HDR)
4003 $(OPENGL_HDR) $(QA_HDR) $(XRC_HDR) $(AUI_HDR) $(PROPGRID_HDR)
4004 $(RIBBON_HDR) $(RICHTEXT_HDR) $(STC_HDR) $(WEBVIEW_HDR)
4008 <!-- for 'make install', only the headers needed for the installed port -->
4009 <set var=
"ALL_BASE_HEADERS" make_var=
"1" hints=
"files">
4010 $(BASE_CMN_HDR) $(BASE_PLATFORM_HDR)
4014 <set var=
"ALL_HEADERS" make_var=
"1" hints=
"files">
4015 $(ALL_BASE_HEADERS) $(ALL_GUI_HEADERS)
4019 <!-- used by 'make dist', should include wxBase headers for all ports -->
4020 <set var=
"ALL_PORTS_BASE_HEADERS" make_var=
"1" hints=
"files">
4023 $(BASE_WIN32_HDR) $(BASE_WINCE_HDR)
4030 <!-- used by 'make dist', should include wxBase sources for all ports -->
4031 <set var=
"ALL_BASE_SOURCES" make_var=
"1" hints=
"files">
4033 $(BASE_UNIX_SRC) $(BASE_WIN32_SRC) $(BASE_WINCE_SRC)
4037 $(BASE_AND_GUI_CMN_SRC)
4038 $(BASE_AND_GUI_OSX_CARBON_SRC)
4039 $(BASE_AND_GUI_OSX_COCOA_SRC)
4040 $(BASE_AND_GUI_WIN32_SRC)
4041 $(NET_CMN_SRC) $(NET_UNIX_SRC) $(NET_OSX_SRC)
4042 $(NET_WIN32_SRC) $(NET_WINCE_SRC)
4048 <!-- ================================================================ -->
4049 <!-- Define where plugins sources go if USE_PLUGINS=0 -->
4050 <!-- ================================================================ -->
4052 <!-- wxAdv sources -->
4053 <set var=
"PLUGIN_ADV_SRC">
4054 <if cond=
"FORMAT=='autoconf' and PLATFORM_UNIX=='1' and USE_PLUGINS=='0'">
4055 $(UNIX_SOUND_SRC_SDL)
4059 <set var=
"PLUGIN_MONOLIB_SRC">$(PLUGIN_ADV_SRC)
</set>