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">
136 src/msw/stackwalk.cpp
142 src/msw/fswatcher.cpp
144 <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">
176 <set var=
"BASE_WINCE_HDR" hints=
"files">
177 <if cond=
"TOOLKIT=='WINCE'">
179 wx/msw/wince/chkconf.h
183 <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
185 <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
187 <!-- Used on Mac OS X wxMac base, and Mac OS X darwin base -->
188 <set var=
"BASE_COREFOUNDATION_SRC" hints=
"files">
189 src/osx/core/cfstring.cpp
190 src/osx/core/evtloop_cf.cpp
191 src/osx/core/stdpaths_cf.cpp
192 src/osx/core/strconv_cf.cpp
193 src/osx/core/utilsexc_base.cpp
195 <set var=
"BASE_COREFOUNDATION_HDR" hints=
"files">
196 wx/osx/core/cfdataref.h
198 wx/osx/core/cfstring.h
201 wx/osx/core/private.h
202 wx/osx/core/stdpaths.h
205 <!-- Base files used by OS X ports (not Carbon) -->
206 <set var=
"BASE_OSX_SHARED_SRC" hints=
"files">
207 src/osx/core/mimetype.cpp
208 $(BASE_COREFOUNDATION_SRC)
209 $(BASE_UNIX_AND_DARWIN_SRC)
211 <set var=
"BASE_OSX_SHARED_HDR" hints=
"files">
212 $(BASE_COREFOUNDATION_HDR)
213 $(BASE_UNIX_AND_DARWIN_HDR)
215 <!-- Base and GUI files used by OS X -->
216 <set var=
"BASE_AND_GUI_OSX_CARBON_SRC" hints=
"files">
217 src/osx/carbon/utils.cpp
218 src/osx/carbon/uma.cpp
221 <set var=
"BASE_AND_GUI_OSX_COCOA_SRC" hints=
"files">
222 src/osx/cocoa/utils.mm
225 <set var=
"BASE_AND_GUI_OSX_IPHONE_SRC" hints=
"files">
226 src/osx/iphone/utils.mm
229 <!-- Base files used by non-wxMac OS X builds -->
230 <set var=
"BASE_OSX_NOTWXMAC_SRC" hints=
"files">
231 $(BASE_UNIX_AND_DARWIN_NOTWXMAC_SRC)
232 $(BASE_COREFOUNDATION_SRC)
234 <set var=
"BASE_OSX_NOTWXMAC_HDR" hints=
"files">
235 $(BASE_UNIX_AND_DARWIN_NOTWXMAC_HDR)
236 $(BASE_COREFOUNDATION_HDR)
239 <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
241 <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
243 <set var=
"BASE_OS2_SRC" hints=
"files">
244 src/common/fdiodispatcher.cpp
245 src/common/selectdispatcher.cpp
247 src/unix/evtloopunix.cpp
248 src/unix/timerunx.cpp
257 <set var=
"BASE_AND_GUI_OS2_SRC" hints=
"files">
259 <set var=
"BASE_OS2_HDR" hints=
"files">
271 <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
273 <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
275 <set var=
"BASE_MSDOS_SRC" hints=
"files">
277 src/msdos/mimetype.cpp
278 src/msdos/utilsdos.cpp
280 <set var=
"BASE_AND_GUI_MSDOS_SRC" hints=
"files">
282 <set var=
"BASE_MSDOS_HDR" hints=
"files">
286 <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
288 <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
289 <set var=
"BASE_CMN_SRC" hints=
"files">
291 src/common/appbase.cpp
292 src/common/arcall.cpp
293 src/common/arcfind.cpp
294 src/common/archive.cpp
295 src/common/arrstr.cpp
296 src/common/base64.cpp
297 src/common/clntdata.cpp
298 src/common/cmdline.cpp
299 src/common/config.cpp
300 src/common/convauto.cpp
301 src/common/datetime.cpp
302 src/common/datetimefmt.cpp
303 src/common/datstrm.cpp
304 src/common/dircmn.cpp
305 src/common/dynarray.cpp
306 src/common/dynlib.cpp
307 src/common/dynload.cpp
308 src/common/encconv.cpp
309 src/common/evtloopcmn.cpp
310 src/common/extended.c
313 src/common/fileback.cpp
314 src/common/fileconf.cpp
315 src/common/filefn.cpp
316 src/common/filename.cpp
317 src/common/filesys.cpp
318 src/common/filtall.cpp
319 src/common/filtfind.cpp
320 src/common/fmapbase.cpp
321 src/common/fs_arc.cpp
322 src/common/fs_filter.cpp
324 src/common/hashmap.cpp
327 src/common/ipcbase.cpp
328 src/common/languageinfo.cpp
331 src/common/longlong.cpp
332 src/common/memory.cpp
333 src/common/mimecmn.cpp
334 src/common/module.cpp
335 src/common/mstream.cpp
336 src/common/numformatter.cpp
337 src/common/object.cpp
338 src/common/platinfo.cpp
339 src/common/powercmn.cpp
340 src/common/process.cpp
342 src/common/stdpbase.cpp
343 src/common/sstream.cpp
344 src/common/stdstream.cpp
345 src/common/stopwatch.cpp
346 src/common/strconv.cpp
347 src/common/stream.cpp
348 src/common/string.cpp
349 src/common/stringimpl.cpp
350 src/common/stringops.cpp
351 src/common/strvararg.cpp
352 src/common/sysopt.cpp
353 src/common/tarstrm.cpp
354 src/common/textbuf.cpp
355 src/common/textfile.cpp
357 src/common/timercmn.cpp
358 src/common/timerimpl.cpp
359 src/common/tokenzr.cpp
360 src/common/translation.cpp
361 src/common/txtstrm.cpp
362 src/common/unichar.cpp
364 src/common/ustring.cpp
365 src/common/variant.cpp
366 src/common/wfstream.cpp
368 src/common/wxprintf.cpp
369 src/common/xlocale.cpp
371 src/common/xtistrm.cpp
372 src/common/zipstrm.cpp
373 src/common/zstream.cpp
374 src/common/fswatchercmn.cpp
375 src/generic/fswatcherg.cpp
377 <set var=
"BASE_AND_GUI_CMN_SRC" hints=
"files">
379 src/common/fs_mem.cpp
380 src/common/msgout.cpp
381 src/common/utilscmn.cpp
383 <set var=
"BASE_CMN_HDR" hints=
"files">
538 wx/meta/convertible.h
540 wx/meta/implicitconversion.h
545 wx/generic/fswatcher.h
549 <!-- ====================================================================== -->
550 <!-- wxNet (part of wxBase) -->
551 <!-- ====================================================================== -->
553 <set var=
"NET_UNIX_SRC" hints=
"files">
554 src/common/socketiohandler.cpp
555 src/unix/sockunix.cpp
558 <set var=
"NET_OSX_SRC" hints=
"files">
559 src/osx/core/sockosx.cpp
562 <set var=
"NET_WIN32_SRC" hints=
"files">
566 <set var=
"NET_WIN32_HDR" hints=
"files">
569 <set var=
"NET_WINCE_SRC" hints=
"files">
570 <if cond=
"TOOLKIT=='WINCE'">src/msw/wince/net.cpp
</if>
572 <set var=
"NET_WINCE_HDR" hints=
"files">
573 <if cond=
"TOOLKIT=='WINCE'">wx/msw/wince/net.h
</if>
576 <set var=
"NET_OS2_SRC" hints=
"files">
577 src/unix/sockunix.cpp
580 <set var=
"NET_CMN_SRC" hints=
"files">
581 src/common/fs_inet.cpp
584 src/common/protocol.cpp
585 src/common/sckaddr.cpp
586 src/common/sckfile.cpp
587 src/common/sckipc.cpp
588 src/common/sckstrm.cpp
589 src/common/socket.cpp
592 <set var=
"NET_CMN_HDR" hints=
"files">
598 wx/protocol/protocol.h
606 <!-- ====================================================================== -->
607 <!-- wxQA (non GUI library) -->
608 <!-- ====================================================================== -->
610 <set var=
"QA_SRC" hints=
"files">
611 src/common/debugrpt.cpp
612 src/generic/dbgrptg.cpp
615 <set var=
"QA_HDR" hints=
"files">
619 <!-- ====================================================================== -->
620 <!-- Common GUI files -->
621 <!-- ====================================================================== -->
623 <set var=
"GUI_CMN_SRC" hints=
"files">
624 src/common/accelcmn.cpp
625 src/common/accesscmn.cpp
626 src/common/anidecod.cpp
627 src/common/affinematrix2d.cpp
628 src/common/appcmn.cpp
629 src/common/artprov.cpp
630 src/common/artstd.cpp
631 src/common/arttango.cpp
632 src/common/bmpbase.cpp
633 src/common/bmpbtncmn.cpp
634 src/common/bookctrl.cpp
635 src/common/btncmn.cpp
637 src/common/checkboxcmn.cpp
638 src/common/checklstcmn.cpp
639 src/common/choiccmn.cpp
640 src/common/clipcmn.cpp
641 src/common/clrpickercmn.cpp
642 src/common/colourcmn.cpp
643 src/common/colourdata.cpp
644 src/common/combocmn.cpp
645 src/common/cmdproc.cpp
646 src/common/cmndata.cpp
647 src/common/containr.cpp
648 src/common/cshelp.cpp
649 src/common/ctrlcmn.cpp
650 src/common/ctrlsub.cpp
651 src/common/dcbase.cpp
652 src/common/dcbufcmn.cpp
653 src/common/dcgraph.cpp
655 src/common/dirctrlcmn.cpp
656 src/common/dlgcmn.cpp
657 src/common/dndcmn.cpp
658 src/common/dobjcmn.cpp
659 src/common/docmdi.cpp
660 src/common/docview.cpp
661 src/common/dpycmn.cpp
662 src/common/dseldlg.cpp
663 src/common/effects.cpp
664 src/common/fddlgcmn.cpp
665 src/common/filectrlcmn.cpp
666 src/common/filehistorycmn.cpp
667 src/common/filepickercmn.cpp
668 src/common/fontpickercmn.cpp
669 src/common/fldlgcmn.cpp
670 src/common/fontcmn.cpp
671 src/common/fontdata.cpp
672 src/generic/graphicc.cpp
673 src/common/fontenumcmn.cpp
674 src/common/fontmap.cpp
675 src/common/fontutilcmn.cpp
676 src/common/framecmn.cpp
677 src/common/gaugecmn.cpp
678 src/common/gbsizer.cpp
679 src/common/gdicmn.cpp
680 src/common/geometry.cpp
681 src/common/gifdecod.cpp
682 src/common/graphcmn.cpp
683 src/common/headercolcmn.cpp
684 src/common/headerctrlcmn.cpp
685 src/common/helpbase.cpp
686 src/common/iconbndl.cpp
687 src/common/imagall.cpp
688 src/common/imagbmp.cpp
690 src/common/imagfill.cpp
691 src/common/imaggif.cpp
692 src/common/imagiff.cpp
693 src/common/imagjpeg.cpp
694 src/common/imagpcx.cpp
695 src/common/imagpng.cpp
696 src/common/imagpnm.cpp
697 src/common/imagtga.cpp
698 src/common/imagtiff.cpp
699 src/common/imagxpm.cpp
700 src/common/layout.cpp
701 src/common/lboxcmn.cpp
702 src/common/listctrlcmn.cpp
703 src/common/markupparser.cpp
704 src/common/matrix.cpp
705 src/common/menucmn.cpp
706 src/common/mousemanager.cpp
707 src/common/nbkbase.cpp
708 src/common/overlaycmn.cpp
709 src/common/ownerdrwcmn.cpp
711 src/common/panelcmn.cpp
712 src/common/persist.cpp
713 src/common/pickerbase.cpp
714 src/common/popupcmn.cpp
715 src/common/prntbase.cpp
716 src/common/quantize.cpp
717 src/common/radiobtncmn.cpp
718 src/common/radiocmn.cpp
719 src/common/rearrangectrl.cpp
720 src/common/rendcmn.cpp
721 src/common/rgncmn.cpp
722 src/common/scrolbarcmn.cpp
723 src/common/settcmn.cpp
725 src/common/slidercmn.cpp
726 src/common/spinbtncmn.cpp
727 src/common/spinctrlcmn.cpp
728 src/common/srchcmn.cpp
729 src/common/statbar.cpp
730 src/common/statbmpcmn.cpp
731 src/common/statboxcmn.cpp
732 src/common/statlinecmn.cpp
733 src/common/stattextcmn.cpp
734 src/common/stockitem.cpp
735 src/common/tbarbase.cpp
736 src/common/textcmn.cpp
737 src/common/textentrycmn.cpp
738 src/common/toplvcmn.cpp
739 src/common/treebase.cpp
740 src/common/uiactioncmn.cpp
741 src/common/valgen.cpp
742 src/common/validate.cpp
743 src/common/valtext.cpp
744 src/common/valnum.cpp
745 src/common/wincmn.cpp
746 src/common/windowid.cpp
747 src/common/wrapsizer.cpp
748 src/common/xpmdecod.cpp
749 src/generic/busyinfo.cpp
750 src/generic/buttonbar.cpp
751 src/generic/choicdgg.cpp
752 src/generic/choicbkg.cpp
753 src/generic/combog.cpp
754 src/generic/dcpsg.cpp
755 src/generic/dirctrlg.cpp
756 src/generic/dragimgg.cpp
757 src/generic/filectrlg.cpp
758 src/generic/headerctrlg.cpp
759 src/generic/infobar.cpp
760 src/generic/listbkg.cpp
762 src/generic/markuptext.cpp
763 src/generic/msgdlgg.cpp
764 src/generic/numdlgg.cpp
765 src/generic/progdlgg.cpp
766 src/generic/printps.cpp
767 src/generic/renderg.cpp
768 src/generic/richmsgdlgg.cpp
769 src/generic/scrlwing.cpp
770 src/generic/selstore.cpp
771 src/generic/spinctlg.cpp
772 src/generic/splitter.cpp
773 src/generic/srchctlg.cpp
774 src/generic/statbmpg.cpp
775 src/generic/stattextg.cpp
776 src/generic/textdlgg.cpp
777 src/generic/tipwin.cpp
778 src/generic/toolbkg.cpp
779 src/generic/treectlg.cpp
780 src/generic/treebkg.cpp
781 src/generic/vlbox.cpp
782 src/generic/vscroll.cpp
784 <set var=
"GUI_CMN_HDR" hints=
"files">
785 wx/affinematrix2dbase.h
822 wx/generic/buttonbar.h
823 wx/generic/choicdgg.h
824 wx/generic/colrdlgg.h
826 wx/generic/custombgwin.h
828 wx/generic/dirctrlg.h
829 wx/generic/dragimgg.h
830 wx/generic/filectrlg.h
831 wx/generic/headerctrlg.h
836 wx/generic/notebook.h
838 wx/generic/prntdlgg.h
840 wx/generic/progdlgg.h
841 wx/generic/richmsgdlgg.h
842 wx/generic/scrolwin.h
843 wx/generic/spinctlg.h
844 wx/generic/splitter.h
845 wx/generic/srchctlg.h
846 wx/generic/statbmpg.h
847 wx/generic/stattextg.h
848 wx/generic/textdlgg.h
849 wx/generic/treectlg.h
910 wx/generic/busyinfo.h
974 wx/persist/bookctrl.h
975 wx/persist/splitter.h
976 wx/persist/toplevel.h
977 wx/persist/treebook.h
1013 <!-- ====================================================================== -->
1014 <!-- Common Unix files: -->
1015 <!-- ====================================================================== -->
1017 <set var=
"UNIX_SRC" hints=
"files">
1018 src/unix/apptraits.cpp
1021 <!-- ====================================================================== -->
1022 <!-- Common X11 code: -->
1023 <!-- ====================================================================== -->
1025 <set var=
"XWIN_LOWLEVEL_SRC" hints=
"files">
1026 src/generic/caret.cpp
1027 src/generic/imaglist.cpp
1029 src/unix/displayx11.cpp
1030 src/unix/fontenum.cpp
1031 src/unix/fontutil.cpp
1032 src/unix/uiactionx11.cpp
1033 src/unix/utilsx11.cpp
1035 <set var=
"XWIN_LOWLEVEL_HDR" hints=
"files">
1037 wx/generic/imaglist.h
1043 <!-- ====================================================================== -->
1045 <!-- ====================================================================== -->
1047 <set var=
"GTK_PLATFORM_SRC" hints=
"files">
1048 <if cond=
"PLATFORM_UNIX=='1'">$(XWIN_LOWLEVEL_SRC)
</if>
1050 <set var=
"GTK_PLATFORM_HDR" hints=
"files">
1051 <if cond=
"PLATFORM_UNIX=='1'">$(XWIN_LOWLEVEL_HDR)
</if>
1053 <set var=
"GTK_LOWLEVEL_SRC" hints=
"files">
1055 src/generic/icon.cpp
1056 src/generic/paletteg.cpp
1058 src/gtk/assertdlg_gtk.cpp
1068 src/gtk/filectrl.cpp
1069 src/gtk/filehistory.cpp
1072 src/gtk/minifram.cpp
1073 src/gtk/nonownedwnd.cpp
1075 src/gtk/popupwin.cpp
1078 src/gtk/renderer.cpp
1079 src/gtk/settings.cpp
1082 src/gtk/toplevel.cpp
1083 src/gtk/utilsgtk.cpp
1087 <set var=
"GTK2_LOWLEVEL_SRC" hints=
"files">
1089 src/gtk/dcclient.cpp
1090 src/gtk/dcmemory.cpp
1091 src/gtk/dcscreen.cpp
1093 <set var=
"GTK_LOWLEVEL_HDR" hints=
"files">
1096 wx/generic/paletteg.h
1098 wx/gtk/assertdlg_gtk.h
1111 wx/gtk/filehistory.h
1113 wx/gtk/nonownedwnd.h
1121 <set var=
"GTK_SRC" hints=
"files">
1122 <!-- Generic implementations used by wxGTK: -->
1123 src/generic/accel.cpp
1124 src/generic/fdrepdlg.cpp
1125 <!-- Needed as long as we support GTK+ < 2.6 -->
1126 src/generic/filepickerg.cpp
1127 src/generic/listctrl.cpp
1128 src/generic/prntdlgg.cpp
1129 src/generic/statusbr.cpp
1130 <!-- Generic implementations used by wxGPE: -->
1131 src/generic/fontdlgg.cpp
1132 <!-- GTK+ specific files: -->
1133 src/gtk/anybutton.cpp
1135 src/gtk/bmpbuttn.cpp
1137 src/gtk/checkbox.cpp
1138 src/gtk/checklst.cpp
1140 src/gtk/collpane.cpp
1141 src/gtk/colordlg.cpp
1142 src/gtk/combobox.cpp
1144 src/gtk/clrpicker.cpp
1146 src/gtk/fontpicker.cpp
1147 src/gtk/filepicker.cpp
1153 src/gtk/gnome/gprint.cpp
1154 src/gtk/gnome/gvfs.cpp
1159 src/gtk/mnemonics.cpp
1161 src/gtk/nativewin.cpp
1162 src/gtk/notebook.cpp
1164 src/gtk/radiobox.cpp
1165 src/gtk/radiobut.cpp
1166 src/gtk/scrolbar.cpp
1167 src/gtk/scrolwin.cpp
1169 src/gtk/spinbutt.cpp
1170 src/gtk/spinctrl.cpp
1173 src/gtk/statline.cpp
1174 src/gtk/stattext.cpp
1176 src/gtk/textctrl.cpp
1177 src/gtk/textentry.cpp
1179 src/gtk/treeentry_gtk.c
1181 <set var=
"GTK_HDR" hints=
"files">
1182 wx/generic/fdrepdlg.h
1183 wx/generic/filepickerg.h
1184 wx/generic/fontdlgg.h
1185 wx/generic/listctrl.h
1186 wx/generic/statusbr.h
1209 wx/gtk/gnome/gprint.h
1234 wx/gtk/treeentry_gtk.h
1238 <!-- ====================================================================== -->
1240 <!-- ====================================================================== -->
1242 <set var=
"GTK1_LOWLEVEL_SRC" hints=
"files">
1243 $(XWIN_LOWLEVEL_SRC)
1244 src/generic/icon.cpp
1245 src/generic/paletteg.cpp
1249 src/gtk1/clipbrd.cpp
1253 src/gtk1/dataobj.cpp
1255 src/gtk1/dcclient.cpp
1256 src/gtk1/dcmemory.cpp
1257 src/gtk1/dcscreen.cpp
1259 src/gtk1/evtloop.cpp
1261 src/gtk1/sockgtk.cpp
1263 src/gtk1/minifram.cpp
1265 src/gtk1/popupwin.cpp
1267 src/gtk1/renderer.cpp
1268 src/gtk1/settings.cpp
1270 src/gtk1/tooltip.cpp
1271 src/gtk1/toplevel.cpp
1272 src/gtk1/utilsgtk.cpp
1276 <set var=
"GTK1_LOWLEVEL_HDR" hints=
"files">
1277 $(XWIN_LOWLEVEL_HDR)
1279 wx/generic/paletteg.h
1304 <set var=
"GTK1_SRC" hints=
"files">
1305 <!-- Generic implementations used by wxGTK1: -->
1306 src/generic/accel.cpp
1307 src/generic/clrpickerg.cpp
1308 src/generic/collpaneg.cpp
1309 src/generic/colrdlgg.cpp
1310 src/generic/dirdlgg.cpp
1311 src/generic/fdrepdlg.cpp
1312 src/generic/filedlgg.cpp
1313 src/generic/filepickerg.cpp
1314 src/generic/fontdlgg.cpp
1315 src/generic/fontpickerg.cpp
1316 src/generic/listctrl.cpp
1317 src/generic/prntdlgg.cpp
1318 src/generic/statusbr.cpp
1319 <!-- GTK1 specific files: -->
1320 src/gtk1/bmpbuttn.cpp
1322 src/gtk1/checkbox.cpp
1323 src/gtk1/checklst.cpp
1325 src/gtk1/combobox.cpp
1326 src/gtk1/control.cpp
1328 src/gtk1/filedlg.cpp
1329 src/gtk1/fontdlg.cpp
1332 src/gtk1/listbox.cpp
1335 src/gtk1/mnemonics.cpp
1336 src/gtk1/notebook.cpp
1337 src/gtk1/radiobox.cpp
1338 src/gtk1/radiobut.cpp
1339 src/gtk1/scrolbar.cpp
1340 src/gtk1/scrolwin.cpp
1342 src/gtk1/spinbutt.cpp
1343 src/gtk1/spinctrl.cpp
1344 src/gtk1/statbmp.cpp
1345 src/gtk1/statbox.cpp
1346 src/gtk1/statline.cpp
1347 src/gtk1/stattext.cpp
1348 src/gtk1/toolbar.cpp
1349 src/gtk1/textctrl.cpp
1352 <set var=
"GTK1_HDR" hints=
"files">
1353 wx/generic/clrpickerg.h
1354 wx/generic/collpaneg.h
1355 wx/generic/colrdlgg.h
1356 wx/generic/dirdlgg.h
1357 wx/generic/fdrepdlg.h
1358 wx/generic/filedlgg.h
1359 wx/generic/filepickerg.h
1360 wx/generic/fontdlgg.h
1361 wx/generic/fontpickerg.h
1362 wx/generic/listctrl.h
1363 wx/generic/statusbr.h
1401 <!-- ====================================================================== -->
1403 <!-- ====================================================================== -->
1405 <set var=
"MOTIF_LOWLEVEL_SRC" hints=
"files">
1406 $(XWIN_LOWLEVEL_SRC)
1414 <set var=
"MOTIF_LOWLEVEL_HDR" hints=
"files">
1415 $(XWIN_LOWLEVEL_HDR)
1422 <set var=
"MOTIF_SRC" hints=
"files">
1425 src/motif/bmpbuttn.cpp
1426 src/motif/bmpmotif.cpp
1427 src/motif/button.cpp
1428 src/motif/checkbox.cpp
1429 src/motif/checklst.cpp
1430 src/motif/choice.cpp
1431 src/motif/clipbrd.cpp
1432 src/motif/colour.cpp
1433 src/motif/combobox.cpp
1434 src/motif/combobox_native.cpp
1435 src/motif/control.cpp
1436 src/motif/cursor.cpp
1438 src/motif/dataobj.cpp
1440 src/motif/dcclient.cpp
1441 src/motif/dcmemory.cpp
1442 src/motif/dcscreen.cpp
1443 src/motif/dialog.cpp
1444 src/motif/evtloop.cpp
1445 src/motif/filedlg.cpp
1449 src/motif/sockmot.cpp
1451 src/motif/listbox.cpp
1454 src/motif/menuitem.cpp
1455 src/motif/minifram.cpp
1456 src/motif/msgdlg.cpp
1457 src/motif/popupwin.cpp
1458 src/motif/radiobox.cpp
1459 src/motif/radiobut.cpp
1460 src/motif/scrolbar.cpp
1461 src/motif/settings.cpp
1462 src/motif/slider.cpp
1463 src/motif/spinbutt.cpp
1464 src/motif/statbmp.cpp
1465 src/motif/statbox.cpp
1466 src/motif/stattext.cpp
1467 src/motif/textctrl.cpp
1468 src/motif/textentry.cpp
1470 src/motif/toolbar.cpp
1471 src/motif/toplevel.cpp
1473 src/motif/window.cpp
1474 src/motif/xmcombo/xmcombo.c
1475 <!-- Generic files used by wxMotif: -->
1476 src/generic/clrpickerg.cpp
1477 src/generic/collpaneg.cpp
1478 src/generic/colrdlgg.cpp
1479 src/generic/dirdlgg.cpp
1480 src/generic/fdrepdlg.cpp
1481 src/generic/filepickerg.cpp
1482 src/generic/fontdlgg.cpp
1483 src/generic/fontpickerg.cpp
1484 src/generic/listctrl.cpp
1485 src/generic/mdig.cpp
1486 src/generic/notebook.cpp
1487 src/generic/prntdlgg.cpp
1488 src/generic/statline.cpp
1489 src/generic/statusbr.cpp
1490 src/generic/tabg.cpp
1492 <set var=
"MOTIF_HDR" hints=
"files">
1493 wx/generic/clrpickerg.h
1494 wx/generic/collpaneg.h
1495 wx/generic/colrdlgg.h
1496 wx/generic/ctrlsub.h
1497 wx/generic/dirdlgg.h
1498 wx/generic/fdrepdlg.h
1499 wx/generic/filepickerg.h
1500 wx/generic/fontdlgg.h
1501 wx/generic/fontpickerg.h
1502 wx/generic/listctrl.h
1504 wx/generic/notebook.h
1505 wx/generic/prntdlgg.h
1506 wx/generic/statline.h
1507 wx/generic/statusbr.h
1556 wx/motif/textentry.h
1564 <!-- ====================================================================== -->
1566 <!-- ====================================================================== -->
1569 <set var=
"X11_LOWLEVEL_SRC" hints=
"files">
1570 $(XWIN_LOWLEVEL_SRC)
1571 src/generic/icon.cpp
1572 src/generic/timer.cpp
1582 src/x11/dcclient.cpp
1583 src/x11/dcmemory.cpp
1584 src/x11/dcscreen.cpp
1587 src/x11/minifram.cpp
1591 src/x11/popupwin.cpp
1593 src/x11/reparent.cpp
1594 src/x11/settings.cpp
1595 src/x11/toplevel.cpp
1600 <set var=
"X11_LOWLEVEL_HDR" hints=
"files">
1601 $(XWIN_LOWLEVEL_HDR)
1636 <!-- ====================================================================== -->
1638 <!-- ====================================================================== -->
1640 <set var=
"MSW_LOWLEVEL_SRC" hints=
"files">
1641 src/msw/ole/activex.cpp
1651 src/msw/dcclient.cpp
1652 src/msw/dcmemory.cpp
1654 src/msw/dcscreen.cpp
1660 src/msw/fontenum.cpp
1661 src/msw/fontutil.cpp
1662 src/msw/gdiimage.cpp
1665 src/msw/graphics.cpp
1667 src/msw/imaglist.cpp
1668 src/msw/minifram.cpp
1669 src/msw/nonownedwnd.cpp
1670 src/msw/ole/dataobj.cpp
1671 src/msw/ole/dropsrc.cpp
1672 src/msw/ole/droptgt.cpp
1673 src/msw/ole/oleutils.cpp
1676 src/msw/popupwin.cpp
1677 src/msw/printdlg.cpp
1678 src/msw/printwin.cpp
1680 src/msw/renderer.cpp
1681 src/msw/settings.cpp
1683 src/msw/toplevel.cpp
1684 src/msw/uiaction.cpp
1685 src/msw/utilsgui.cpp
1689 <set var=
"MSW_LOWLEVEL_HDR" hints=
"files">
1690 wx/msw/nonownedwnd.h
1691 wx/msw/ole/activex.h
1698 <set var=
"MSW_DESKTOP_LOWLEVEL_SRC" hints=
"files">
1701 src/msw/ole/automtn.cpp
1702 src/msw/ole/uuid.cpp
1705 <set var=
"MSW_DESKTOP_LOWLEVEL_HDR" hints=
"files">
1710 <set var=
"MSW_SRC" hints=
"files">
1711 src/generic/clrpickerg.cpp
1712 src/generic/collpaneg.cpp
1713 src/generic/filepickerg.cpp
1714 src/generic/fontpickerg.cpp
1715 src/generic/statusbr.cpp
1716 src/generic/prntdlgg.cpp
1718 src/msw/anybutton.cpp
1720 src/msw/bmpbuttn.cpp
1722 src/msw/checkbox.cpp
1724 src/msw/colordlg.cpp
1726 src/msw/combobox.cpp
1730 src/msw/dragimag.cpp
1734 src/msw/headerctrl.cpp
1737 src/msw/listctrl.cpp
1740 src/msw/menuitem.cpp
1741 src/msw/metafile.cpp
1743 src/msw/nativdlg.cpp
1744 src/msw/nativewin.cpp
1745 src/msw/notebook.cpp
1746 src/msw/ole/access.cpp
1747 src/msw/ownerdrw.cpp
1750 src/msw/radiobox.cpp
1751 src/msw/radiobut.cpp
1752 src/msw/richmsgdlg.cpp
1753 src/msw/scrolbar.cpp
1755 src/msw/spinbutt.cpp
1756 src/msw/spinctrl.cpp
1759 src/msw/statusbar.cpp
1760 src/msw/statline.cpp
1761 src/msw/stattext.cpp
1763 src/msw/textctrl.cpp
1764 src/msw/textentry.cpp
1766 src/msw/treectrl.cpp
1768 <set var=
"MSW_HDR" hints=
"files">
1769 wx/generic/clrpickerg.h
1770 wx/generic/collpaneg.h
1771 wx/generic/filepickerg.h
1772 wx/generic/fontpickerg.h
1791 wx/msw/custombgwin.h
1825 wx/msw/ole/dataform.h
1826 wx/msw/ole/dataobj.h
1827 wx/msw/ole/dataobj2.h
1828 wx/msw/ole/dropsrc.h
1829 wx/msw/ole/droptgt.h
1830 wx/msw/ole/oleutils.h
1861 <!-- Resources must be installed together with headers: -->
1863 wx/msw/amd64.manifest
1864 wx/msw/ia64.manifest
1896 <!-- Files used only by desktop MSW port, but *not* WindowsCE one: -->
1897 <set var=
"MSW_DESKTOP_SRC" hints=
"files">
1898 src/msw/checklst.cpp
1899 src/msw/fdrepdlg.cpp
1902 <set var=
"MSW_DESKTOP_HDR" hints=
"files">
1906 wx/msw/ole/automtn.h
1910 <!-- Files used by WindowsCE port but not by desktop MSW port: -->
1911 <set var=
"WINCE_SRC" hints=
"files">
1912 src/generic/dirdlgg.cpp
1913 src/generic/fdrepdlg.cpp
1914 src/generic/filedlgg.cpp
1915 src/generic/fontdlgg.cpp
1916 src/msw/wince/checklst.cpp
1917 src/msw/wince/choicece.cpp
1918 src/msw/wince/crt.cpp
1919 src/msw/wince/filedlgwce.cpp
1920 src/msw/wince/filefnwce.cpp
1921 src/msw/wince/helpwce.cpp
1922 src/msw/wince/menuce.cpp
1923 src/msw/wince/tbarwce.cpp
1924 src/msw/wince/textctrlce.cpp
1926 <set var=
"WINCE_HDR" hints=
"files">
1927 wx/generic/fdrepdlg.h
1928 wx/generic/filedlgg.h
1929 wx/generic/fontdlgg.h
1930 wx/msw/wince/checklst.h
1931 wx/msw/wince/choicece.h
1932 wx/msw/wince/helpwce.h
1933 wx/msw/wince/libraries.h
1934 wx/msw/wince/missing.h
1935 wx/msw/wince/tbarwce.h
1936 wx/msw/wince/textctrlce.h
1937 wx/msw/wince/resources.h
1941 <!-- ====================================================================== -->
1943 <!-- ====================================================================== -->
1945 <set var=
"DFB_LOWLEVEL_SRC" hints=
"files">
1946 src/common/fontmgrcmn.cpp
1947 src/generic/caret.cpp
1948 src/generic/colour.cpp
1949 src/generic/icon.cpp
1950 src/generic/imaglist.cpp
1951 src/generic/mask.cpp
1956 <!-- src/dfb/data.cpp -->
1958 src/dfb/dcclient.cpp
1959 src/dfb/dcmemory.cpp
1960 src/dfb/dcscreen.cpp
1963 src/dfb/fontenum.cpp
1965 src/dfb/nonownedwnd.cpp
1969 src/dfb/settings.cpp
1970 src/dfb/toplevel.cpp
1975 <set var=
"DFB_LOWLEVEL_HDR" hints=
"files">
1979 wx/generic/imaglist.h
1993 wx/dfb/nonownedwnd.h
2004 <!-- ====================================================================== -->
2006 <!-- ====================================================================== -->
2008 <set var=
"OS2_LOWLEVEL_SRC" hints=
"files">
2009 <!-- wxUniv builds not supported under OS/2 -->
2011 <set var=
"OS2_LOWLEVEL_HDR" hints=
"files">
2013 <set var=
"OS2_SRC" hints=
"files">
2014 <!-- Generic implementations used by wxOS2: -->
2015 src/generic/caret.cpp
2016 src/generic/clrpickerg.cpp
2017 src/generic/collpaneg.cpp
2018 src/generic/colrdlgg.cpp
2019 src/generic/dirdlgg.cpp
2020 src/generic/fdrepdlg.cpp
2021 src/generic/filepickerg.cpp
2022 src/generic/fontpickerg.cpp
2023 src/generic/imaglist.cpp
2024 src/generic/listctrl.cpp
2025 src/generic/mdig.cpp
2026 src/generic/prntdlgg.cpp
2027 src/generic/statusbr.cpp
2028 <!-- OS/2 specific files: -->
2032 src/os2/bmpbuttn.cpp
2035 src/os2/checkbox.cpp
2036 src/os2/checklst.cpp
2040 src/os2/combobox.cpp
2046 src/os2/dcclient.cpp
2047 src/os2/dcmemory.cpp
2049 src/os2/dcscreen.cpp
2056 src/os2/fontenum.cpp
2057 src/os2/fontutil.cpp
2060 src/os2/gdiimage.cpp
2068 src/os2/menuitem.cpp
2069 src/os2/metafile.cpp
2070 src/os2/minifram.cpp
2072 src/os2/nativdlg.cpp
2073 src/os2/notebook.cpp
2074 src/os2/ownerdrw.cpp
2077 src/os2/popupwin.cpp
2079 src/os2/radiobox.cpp
2080 src/os2/radiobut.cpp
2082 src/os2/scrolbar.cpp
2083 src/os2/settings.cpp
2085 src/os2/spinbutt.cpp
2086 src/os2/spinctrl.cpp
2089 src/os2/statline.cpp
2090 src/os2/stattext.cpp
2091 src/os2/textctrl.cpp
2092 src/os2/textentry.cpp
2097 src/os2/toplevel.cpp
2098 src/os2/utilsgui.cpp
2101 <set var=
"OS2_HDR" hints=
"files">
2103 wx/generic/clrpickerg.h
2104 wx/generic/collpaneg.h
2105 wx/generic/colrdlgg.h
2106 wx/generic/dirdlgg.h
2107 wx/generic/fdrepdlg.h
2108 wx/generic/listctrl.h
2110 wx/generic/statusbr.h
2180 <!-- ====================================================================== -->
2181 <!-- wxOSX Common -->
2182 <!-- ====================================================================== -->
2184 <set var=
"OSX_LOWLEVEL_SRC" hints=
"files">
2185 <!-- Shared wxMac and wxCocoa files -->
2186 <if cond=
"PLATFORM_MACOSX=='1'">
2189 src/osx/dialog_osx.cpp
2190 src/osx/fontutil.cpp
2191 src/osx/imaglist.cpp
2192 src/osx/minifram.cpp
2193 src/osx/nonownedwnd_osx.cpp
2196 src/osx/toplevel_osx.cpp
2197 src/osx/uiaction_osx.cpp
2198 src/osx/utils_osx.cpp
2199 <!-- src/osx/treectrl.cpp -->
2200 src/osx/window_osx.cpp
2202 src/osx/core/bitmap.cpp
2203 src/osx/core/colour.cpp
2204 src/osx/core/dcmemory.cpp
2205 src/osx/core/display.cpp
2206 src/osx/core/fontenum.cpp
2207 src/osx/core/hid.cpp
2208 src/osx/core/printmac.cpp
2209 src/osx/core/timer.cpp
2210 src/osx/core/utilsexc_cf.cpp
2214 <set var=
"OSX_LOWLEVEL_HDR" hints=
"files">
2218 <set var="OSX_LOWLEVEL_SRC" hints="files">
2219 <if cond="PLATFORM_MACOSX=='1'">$(OSX_LOWLEVEL_SRC)</if>
2221 <set var="OSX_LOWLEVEL_HDR" hints="files">
2222 <if cond="PLATFORM_MACOSX=='1'">$(OSX_LOWLEVEL_HDR)</if>
2226 <set var=
"OSX_CARBON_COCOA_SRC" hints=
"files">
2227 <if cond=
"PLATFORM_MACOSX=='1'">
2228 <!-- Common controls implementation -->
2229 src/osx/anybutton_osx.cpp
2230 src/osx/bmpbuttn_osx.cpp
2231 src/osx/button_osx.cpp
2232 src/osx/checkbox_osx.cpp
2233 src/osx/checklst_osx.cpp
2234 src/osx/choice_osx.cpp
2235 src/osx/combobox_osx.cpp
2237 src/osx/gauge_osx.cpp
2238 src/osx/listbox_osx.cpp
2239 src/osx/menu_osx.cpp
2240 src/osx/menuitem_osx.cpp
2241 src/osx/notebook_osx.cpp
2242 src/osx/printdlg_osx.cpp
2243 src/osx/radiobox_osx.cpp
2244 src/osx/radiobut_osx.cpp
2245 src/osx/scrolbar_osx.cpp
2246 src/osx/slider_osx.cpp
2247 src/osx/spinbutt_osx.cpp
2248 src/osx/spinctrl_osx.cpp
2249 src/osx/srchctrl_osx.cpp
2250 src/osx/statbox_osx.cpp
2251 src/osx/statline_osx.cpp
2252 src/osx/stattext_osx.cpp
2253 src/osx/textentry_osx.cpp
2254 src/osx/textctrl_osx.cpp
2255 src/osx/tglbtn_osx.cpp
2256 src/osx/toolbar_osx.cpp
2257 <!-- wxWebKit files -->
2258 src/html/htmlctrl/webkit/webkit.mm
2259 <!-- Native color/font dialogs -->
2260 src/osx/carbon/colordlgosx.mm
2261 src/osx/carbon/fontdlgosx.mm
2262 <!-- other shared files -->
2264 src/osx/carbon/clipbrd.cpp
2265 src/osx/carbon/cursor.cpp
2266 src/osx/carbon/fontdlg.cpp
2267 src/osx/carbon/gdiobj.cpp
2268 src/osx/carbon/icon.cpp
2269 src/osx/carbon/app.cpp
2270 src/osx/carbon/combobox.cpp
2271 src/osx/carbon/control.cpp
2272 src/osx/carbon/dataobj.cpp
2273 src/osx/carbon/dcclient.cpp
2274 src/osx/carbon/dcprint.cpp
2275 src/osx/carbon/dcscreen.cpp
2276 src/osx/core/glgrab.cpp
2277 src/osx/carbon/graphics.cpp
2278 src/osx/carbon/font.cpp
2279 src/osx/carbon/frame.cpp
2280 src/osx/carbon/mdi.cpp
2281 src/osx/carbon/metafile.cpp
2282 src/osx/carbon/overlay.cpp
2283 src/osx/carbon/popupwin.cpp
2284 src/osx/carbon/renderer.cpp
2285 src/osx/carbon/settings.cpp
2286 src/osx/carbon/statbrma.cpp
2287 src/osx/carbon/region.cpp
2288 <!-- cocoa bridge -->
2289 src/osx/carbon/utilscocoa.mm
2290 <!-- Generic implementations used by wxOSX: -->
2291 src/generic/caret.cpp
2292 src/generic/clrpickerg.cpp
2293 src/generic/collpaneg.cpp
2294 src/generic/colrdlgg.cpp
2295 src/generic/dirdlgg.cpp
2296 src/generic/fdrepdlg.cpp
2297 src/generic/filedlgg.cpp
2298 src/generic/filepickerg.cpp
2299 src/generic/fontdlgg.cpp
2300 src/generic/fontpickerg.cpp
2301 src/generic/listctrl.cpp
2302 src/generic/prntdlgg.cpp
2303 src/generic/statusbr.cpp
2307 <!-- Header files like wx/osx/foo.h which include wx/osx/carbon/foo.h -->
2308 <set var=
"OSX_SHARED_HDR" hints=
"files">
2309 <!-- wxWebKit headers -->
2311 <!-- other shared headers -->
2359 wx/osx/nonownedwnd.h
2392 <!-- Generic implementations used by wxOSX: -->
2394 wx/generic/clrpickerg.h
2395 wx/generic/collpaneg.h
2396 wx/generic/colrdlgg.h
2397 wx/generic/dirdlgg.h
2398 wx/generic/fdrepdlg.h
2399 wx/generic/filedlgg.h
2400 wx/generic/filepickerg.h
2401 wx/generic/fontdlgg.h
2402 wx/generic/fontpickerg.h
2403 wx/generic/listctrl.h
2404 wx/generic/prntdlgg.h
2405 wx/generic/statusbr.h
2408 <!-- ====================================================================== -->
2409 <!-- wxOSX/Carbon -->
2410 <!-- ====================================================================== -->
2412 <set var=
"OSX_CARBON_SRC" hints=
"files">
2413 <!-- carbon files -->
2414 $(OSX_CARBON_COCOA_SRC)
2415 src/osx/carbon/anybutton.cpp
2416 src/osx/carbon/bmpbuttn.cpp
2417 src/osx/carbon/button.cpp
2418 src/osx/carbon/checkbox.cpp
2419 src/osx/carbon/choice.cpp
2420 src/osx/carbon/colordlg.cpp
2421 src/osx/carbon/dialog.cpp
2422 src/osx/carbon/dirdlg.cpp
2423 src/osx/carbon/dnd.cpp
2424 src/osx/carbon/evtloop.cpp
2425 src/osx/carbon/filedlg.cpp
2426 src/osx/carbon/gauge.cpp
2427 src/osx/carbon/listbox.cpp
2428 src/osx/carbon/listctrl_mac.cpp
2429 src/osx/carbon/menu.cpp
2430 src/osx/carbon/menuitem.cpp
2431 src/osx/carbon/msgdlg.cpp
2432 src/osx/carbon/nonownedwnd.cpp
2433 src/osx/carbon/notebmac.cpp
2434 src/osx/carbon/printdlg.cpp
2435 src/osx/carbon/radiobut.cpp
2436 src/osx/carbon/scrolbar.cpp
2437 src/osx/carbon/slider.cpp
2438 src/osx/carbon/spinbutt.cpp
2439 src/osx/carbon/srchctrl.cpp
2440 src/osx/carbon/statbmp.cpp
2441 src/osx/carbon/statbox.cpp
2442 src/osx/carbon/statlmac.cpp
2443 src/osx/carbon/stattext.cpp
2444 src/osx/carbon/textctrl.cpp
2445 src/osx/carbon/tglbtn.cpp
2446 src/osx/carbon/toolbar.cpp
2447 src/osx/carbon/tooltip.cpp
2448 src/osx/carbon/window.cpp
2451 <!-- wxMac Carbon header files -->
2452 <set var=
"OSX_CARBON_HDR" hints=
"files">
2454 wx/osx/core/colour.h
2455 <!-- carbon files -->
2456 wx/osx/carbon/chkconf.h
2457 wx/osx/carbon/evtloop.h
2458 wx/osx/carbon/private.h
2459 wx/osx/carbon/region.h
2460 wx/osx/carbon/statbmp.h
2464 <!-- ====================================================================== -->
2465 <!-- wxOSX/Cocoa -->
2466 <!-- ====================================================================== -->
2468 <set var=
"OSX_COCOA_SRC" hints=
"files">
2469 $(OSX_CARBON_COCOA_SRC)
2470 src/osx/cocoa/anybutton.mm
2471 src/osx/cocoa/button.mm
2472 src/osx/cocoa/checkbox.mm
2473 src/osx/cocoa/choice.mm
2474 src/osx/cocoa/colour.mm
2475 src/osx/cocoa/combobox.mm
2476 src/osx/cocoa/dialog.mm
2477 src/osx/cocoa/dirdlg.mm
2478 src/osx/cocoa/dnd.mm
2479 src/osx/cocoa/evtloop.mm
2480 src/osx/cocoa/filedlg.mm
2481 src/osx/cocoa/gauge.mm
2482 src/osx/cocoa/listbox.mm
2483 src/osx/cocoa/menu.mm
2484 src/osx/cocoa/menuitem.mm
2485 src/osx/cocoa/msgdlg.mm
2486 src/osx/cocoa/nonownedwnd.mm
2487 src/osx/cocoa/notebook.mm
2488 src/osx/cocoa/radiobut.mm
2489 src/osx/cocoa/printdlg.mm
2490 src/osx/cocoa/scrolbar.mm
2491 src/osx/cocoa/slider.mm
2492 src/osx/cocoa/spinbutt.mm
2493 src/osx/cocoa/srchctrl.mm
2494 src/osx/cocoa/statbox.mm
2495 src/osx/cocoa/statline.mm
2496 src/osx/cocoa/stattext.mm
2497 src/osx/cocoa/textctrl.mm
2498 src/osx/cocoa/tglbtn.mm
2499 src/osx/cocoa/toolbar.mm
2500 src/osx/cocoa/tooltip.mm
2501 src/osx/cocoa/window.mm
2503 <set var=
"OSX_COCOA_HDR" hints=
"files">
2504 wx/osx/cocoa/chkconf.h
2505 wx/osx/cocoa/evtloop.h
2506 wx/osx/cocoa/private.h
2507 $(OSX_CARBON_HDR)
<!-- FIXME: these headers need moved somewhere shared... -->
2511 <!-- ====================================================================== -->
2512 <!-- wxOSX/iPhone -->
2513 <!-- ====================================================================== -->
2515 <set var=
"OSX_IPHONE_SRC" hints=
"files">
2516 $(OSX_CARBON_COCOA_SRC)
2517 src/generic/regiong.cpp
2518 src/generic/icon.cpp
2519 <!-- iphone files -->
2520 src/osx/iphone/anybutton.mm
2521 src/osx/iphone/button.mm
2522 src/osx/iphone/checkbox.mm
2523 src/osx/iphone/dialog.mm
2524 src/osx/iphone/evtloop.mm
2525 src/osx/iphone/gauge.mm
2526 src/osx/iphone/msgdlg.mm
2527 src/osx/iphone/nonownedwnd.mm
2528 src/osx/iphone/scrolbar.mm
2529 src/osx/iphone/slider.mm
2530 src/osx/iphone/stattext.mm
2531 src/osx/iphone/textctrl.mm
2532 src/osx/iphone/toolbar.mm
2533 src/osx/iphone/utils.mm
2534 src/osx/iphone/window.mm
2537 <set var=
"OSX_IPHONE_HDR" hints=
"files">
2538 wx/osx/iphone/chkconf.h
2539 wx/osx/iphone/evtloop.h
2540 wx/osx/iphone/private.h
2541 $(OSX_CARBON_HDR)
<!-- FIXME: these headers need moved somewhere shared... -->
2545 <!-- ====================================================================== -->
2547 <!-- ====================================================================== -->
2549 <set var=
"COCOA_LOWLEVEL_SRC" hints=
"files">
2550 <!-- Shared wxMac and wxCocoa files -->
2551 src/osx/core/hid.cpp
2552 src/osx/core/utilsexc_cf.cpp
2554 <set var=
"COCOA_LOWLEVEL_HDR" hints=
"files">
2556 <set var=
"COCOA_SRC" hints=
"files">
2558 src/cocoa/NSButton.mm
2559 src/cocoa/NSControl.mm
2561 src/cocoa/NSPanel.mm
2562 src/cocoa/NSScroller.mm
2563 src/cocoa/NSSlider.mm
2564 src/cocoa/NSTabView.mm
2565 src/cocoa/NSTableView.mm
2566 src/cocoa/NSTextField.mm
2568 src/cocoa/NSWindow.mm
2569 src/cocoa/ObjcRef.mm
2572 src/cocoa/bmpbuttn.mm
2575 src/cocoa/checkbox.mm
2576 src/cocoa/checklst.mm
2578 src/cocoa/clipbrd.mm
2579 src/cocoa/colordlg.mm
2581 src/cocoa/combobox.mm
2582 src/cocoa/control.mm
2585 src/cocoa/dataobj.mm
2587 src/cocoa/dcclient.mm
2588 src/cocoa/dcmemory.mm
2589 src/cocoa/dcscreen.cpp
2592 src/cocoa/display.mm
2594 src/cocoa/evtloop.mm
2595 src/cocoa/filedlg.mm
2597 src/cocoa/fontdlg.mm
2598 src/cocoa/fontenum.mm
2599 src/cocoa/fontutil.cpp
2603 src/cocoa/listbox.mm
2605 src/cocoa/mbarman.mm
2608 src/cocoa/menuitem.mm
2610 src/cocoa/notebook.mm
2612 src/cocoa/radiobox.mm
2613 src/cocoa/radiobut.mm
2615 src/cocoa/scrolbar.mm
2616 src/cocoa/settings.mm
2619 src/cocoa/spinbutt.mm
2620 src/cocoa/statbmp.mm
2621 src/cocoa/statbox.mm
2622 src/cocoa/statline2.mm
2623 src/cocoa/stattext.mm
2624 src/cocoa/textctrl.mm
2626 src/cocoa/toolbar.mm
2627 src/cocoa/tooltip.mm
2628 src/cocoa/toplevel.mm
2630 src/cocoa/utilsexc.mm
2632 <!-- Generic implementations used by wxCocoa: -->
2633 src/generic/accel.cpp
2634 src/generic/caret.cpp
2635 src/generic/clrpickerg.cpp
2636 src/generic/collpaneg.cpp
2637 src/generic/colrdlgg.cpp
2638 src/generic/fdrepdlg.cpp
2639 src/generic/filepickerg.cpp
2640 src/generic/fontdlgg.cpp
2641 src/generic/fontpickerg.cpp
2642 src/generic/imaglist.cpp
2643 src/generic/listctrl.cpp
2644 src/generic/paletteg.cpp
2645 src/generic/regiong.cpp
2646 src/generic/statusbr.cpp
2648 <set var=
"COCOA_HDR" hints=
"files">
2649 wx/cocoa/NSApplication.h
2652 wx/cocoa/NSControl.h
2655 wx/cocoa/NSScroller.h
2657 wx/cocoa/NSTabView.h
2658 wx/cocoa/NSTableView.h
2659 wx/cocoa/NSTextField.h
2662 wx/cocoa/ObjcAssociate.h
2721 <!-- Semi-private headers -->
2722 wx/cocoa/objc/objc_uniquifying.h
2723 <!-- Generic implementations used by wxCocoa: -->
2725 wx/generic/clrpickerg.h
2726 wx/generic/collpaneg.h
2727 wx/generic/fdrepdlg.h
2728 wx/generic/fontdlgg.h
2729 wx/generic/fontpickerg.h
2730 wx/generic/imaglist.h
2731 wx/generic/listctrl.h
2732 wx/generic/paletteg.h
2734 wx/generic/statusbr.h
2739 <!-- ====================================================================== -->
2740 <!-- wxUniversal -->
2741 <!-- ====================================================================== -->
2744 <set var=
"UNIV_THEMES_SRC" hints=
"files">
2745 src/univ/themes/gtk.cpp
2746 src/univ/themes/metal.cpp
2747 src/univ/themes/mono.cpp
2748 src/univ/themes/win32.cpp
2751 <set var=
"UNIV_SRC" hints=
"files">
2752 src/generic/accel.cpp
2753 src/generic/clrpickerg.cpp
2754 src/generic/collpaneg.cpp
2755 src/generic/colrdlgg.cpp
2756 src/generic/dirdlgg.cpp
2757 src/generic/fdrepdlg.cpp
2758 src/generic/filedlgg.cpp
2759 src/generic/filepickerg.cpp
2760 src/generic/fontdlgg.cpp
2761 src/generic/fontpickerg.cpp
2762 src/generic/listctrl.cpp
2763 src/generic/mdig.cpp
2764 src/generic/prntdlgg.cpp
2765 src/univ/bmpbuttn.cpp
2767 src/univ/checkbox.cpp
2768 src/univ/checklst.cpp
2770 src/univ/combobox.cpp
2771 src/univ/control.cpp
2772 src/univ/ctrlrend.cpp
2774 src/univ/framuniv.cpp
2776 src/univ/inpcons.cpp
2777 src/univ/inphand.cpp
2778 src/univ/listbox.cpp
2780 src/univ/notebook.cpp
2781 src/univ/radiobox.cpp
2782 src/univ/radiobut.cpp
2783 src/univ/scrarrow.cpp
2784 src/univ/scrolbar.cpp
2785 src/univ/scrthumb.cpp
2786 src/univ/settingsuniv.cpp
2788 src/univ/spinbutt.cpp
2789 src/univ/statbmp.cpp
2790 src/univ/statbox.cpp
2791 src/univ/statline.cpp
2792 src/univ/stattext.cpp
2793 src/univ/statusbr.cpp
2794 src/univ/stdrend.cpp
2795 src/univ/textctrl.cpp
2798 src/univ/toolbar.cpp
2799 src/univ/topluniv.cpp
2800 src/univ/winuniv.cpp
2802 <set var=
"UNIV_HDR" hints=
"files">
2804 wx/generic/animate.h
2805 wx/generic/clrpickerg.h
2806 wx/generic/collpaneg.h
2807 wx/generic/ctrlsub.h
2808 wx/generic/dirdlgg.h
2809 wx/generic/fdrepdlg.h
2810 wx/generic/filedlgg.h
2811 wx/generic/filepickerg.h
2812 wx/generic/fontdlgg.h
2813 wx/generic/fontpickerg.h
2814 wx/generic/listctrl.h
2816 wx/generic/statusbr.h
2828 wx/univ/custombgwin.h
2862 <!-- ====================================================================== -->
2864 <!-- ====================================================================== -->
2866 <set var=
"ADVANCED_CMN_SRC" hints=
"files">
2867 src/common/animatecmn.cpp
2868 src/common/bmpcboxcmn.cpp
2869 src/common/calctrlcmn.cpp
2870 src/common/datavcmn.cpp
2871 src/common/gridcmn.cpp
2872 src/common/hyperlnkcmn.cpp
2873 src/common/odcombocmn.cpp
2874 src/common/richtooltipcmn.cpp
2875 src/generic/aboutdlgg.cpp
2876 src/generic/bannerwindow.cpp
2877 src/generic/bmpcboxg.cpp
2878 src/generic/calctrlg.cpp
2879 src/generic/commandlinkbuttong.cpp
2880 src/generic/datavgen.cpp
2881 src/generic/datectlg.cpp
2882 src/generic/editlbox.cpp
2883 src/generic/grid.cpp
2884 src/generic/gridctrl.cpp
2885 src/generic/grideditors.cpp
2886 src/generic/gridsel.cpp
2887 src/generic/helpext.cpp
2888 src/generic/hyperlinkg.cpp
2889 src/generic/laywin.cpp
2890 src/generic/notifmsgg.cpp
2891 src/generic/odcombo.cpp
2892 src/generic/propdlg.cpp
2893 src/generic/richtooltipg.cpp
2894 src/generic/sashwin.cpp
2895 src/generic/splash.cpp
2896 src/generic/timectrlg.cpp
2897 src/generic/tipdlg.cpp
2898 src/generic/treelist.cpp
2899 src/generic/wizard.cpp
2902 <set var=
"ADVANCED_CMN_HDR" hints=
"files">
2908 wx/commandlinkbutton.h
2916 wx/generic/aboutdlgg.h
2917 wx/generic/bmpcbox.h
2918 wx/generic/calctrlg.h
2919 wx/generic/datectrl.h
2920 wx/generic/dataview.h
2921 wx/generic/dvrenderer.h
2922 wx/generic/dvrenderers.h
2924 wx/generic/gridctrl.h
2925 wx/generic/grideditors.h
2926 wx/generic/gridsel.h
2927 wx/generic/helpext.h
2928 wx/generic/hyperlink.h
2930 wx/generic/notifmsg.h
2931 wx/generic/propdlg.h
2932 wx/generic/sashwin.h
2934 wx/generic/timectrl.h
2954 <set var=
"ADVANCED_MSW_SRC" hints=
"files">
2955 src/common/taskbarcmn.cpp
2956 src/msw/aboutdlg.cpp
2957 src/msw/notifmsg.cpp
2958 src/msw/richtooltip.cpp
2962 <set var=
"ADVANCED_MSW_HDR" hints=
"files">
2968 <!-- not used with wxUniv -->
2969 <set var=
"ADVANCED_MSW_NATIVE_SRC" hints=
"files">
2970 src/generic/animateg.cpp
2973 src/msw/commandlinkbutton.cpp
2974 src/msw/datecontrols.cpp
2975 src/msw/datectrl.cpp
2976 src/msw/datetimectrl.cpp
2977 src/msw/hyperlink.cpp
2978 src/msw/timectrl.cpp
2980 <set var=
"ADVANCED_MSW_NATIVE_HDR" hints=
"files">
2981 wx/generic/animate.h
2983 wx/msw/commandlinkbutton.h
2986 wx/msw/datetimectrl.h
2991 <!-- not built on WindowsCE: -->
2992 <set var=
"ADVANCED_MSW_DESKTOP_SRC" hints=
"files">
2993 src/msw/joystick.cpp
2995 <set var=
"ADVANCED_MSW_DESKTOP_HDR" hints=
"files">
2999 <set var=
"ADVANCED_OSX_CARBON_SRC" hints=
"files">
3000 src/common/taskbarcmn.cpp
3001 src/generic/animateg.cpp
3002 src/osx/carbon/aboutdlg.cpp
3003 src/osx/carbon/drawer.cpp
3004 src/osx/dataview_osx.cpp
3005 src/osx/carbon/dataview.cpp
3006 src/osx/sound_osx.cpp
3007 src/osx/carbon/sound.cpp
3008 src/osx/carbon/taskbar.cpp
3009 src/osx/core/hidjoystick.cpp
3012 <set var=
"ADVANCED_OSX_CARBON_HDR" hints=
"files">
3013 wx/generic/animate.h
3016 wx/osx/dvrenderers.h
3020 wx/osx/carbon/drawer.h
3021 wx/osx/carbon/dataview.h
3022 wx/osx/core/joystick.h
3025 <set var=
"ADVANCED_OSX_COCOA_SRC" hints=
"files">
3026 src/common/taskbarcmn.cpp
3027 src/generic/animateg.cpp
3028 src/osx/datetimectrl_osx.cpp
3029 src/osx/datectrl_osx.cpp
3030 src/osx/sound_osx.cpp
3031 src/osx/timectrl_osx.cpp
3032 src/osx/carbon/sound.cpp
3033 src/osx/core/sound.cpp
3034 src/osx/cocoa/aboutdlg.mm
3035 src/osx/dataview_osx.cpp
3036 src/osx/cocoa/dataview.mm
3037 src/osx/cocoa/datetimectrl.mm
3038 src/osx/cocoa/taskbar.mm
3039 src/osx/core/hidjoystick.cpp
3042 <set var=
"ADVANCED_OSX_COCOA_HDR" hints=
"files">
3043 wx/generic/animate.h
3046 wx/osx/datetimectrl.h
3048 wx/osx/dvrenderers.h
3053 wx/osx/core/joystick.h
3054 wx/osx/cocoa/dataview.h
3057 <set var=
"ADVANCED_OSX_IPHONE_SRC" hints=
"files">
3058 src/generic/animateg.cpp
3059 src/osx/sound_osx.cpp
3060 src/osx/core/sound.cpp
3063 <set var=
"ADVANCED_OSX_IPHONE_HDR" hints=
"files">
3064 wx/generic/animate.h
3068 <set var=
"ADVANCED_COCOA_SRC" hints=
"files">
3069 src/cocoa/taskbar.mm
3070 src/common/taskbarcmn.cpp
3071 src/generic/animateg.cpp
3072 src/osx/core/hidjoystick.cpp
3075 <set var=
"ADVANCED_COCOA_HDR" hints=
"files">
3077 wx/generic/animate.h
3078 wx/osx/core/joystick.h
3081 <set var=
"ADVANCED_OS2_SRC" hints=
"files">
3082 src/generic/animateg.cpp
3083 src/os2/joystick.cpp
3086 <set var=
"ADVANCED_OS2_HDR" hints=
"files">
3087 wx/generic/animate.h
3092 <set var=
"ADVANCED_UNIX_SRC" hints=
"files">
3093 src/common/taskbarcmn.cpp
3094 src/unix/joystick.cpp
3096 src/unix/taskbarx11.cpp
3098 <set var=
"ADVANCED_UNIX_HDR" hints=
"files">
3101 wx/unix/taskbarx11.h
3104 <set var=
"ADVANCED_MOTIF_SRC" hints=
"files">
3105 src/generic/animateg.cpp
3108 <set var=
"ADVANCED_MOTIF_HDR" hints=
"files">
3109 wx/generic/animate.h
3112 <set var=
"ADVANCED_GTK_PLATFORM_SRC" hints=
"files">
3113 <if cond=
"PLATFORM_UNIX=='1'">$(ADVANCED_UNIX_SRC)
</if>
3115 <set var=
"ADVANCED_GTK_PLATFORM_HDR" hints=
"files">
3116 <if cond=
"PLATFORM_UNIX=='1'">$(ADVANCED_UNIX_HDR)
</if>
3118 <set var=
"ADVANCED_GTK_SRC" hints=
"files">
3119 $(ADVANCED_GTK_PLATFORM_SRC)
3122 <set var=
"ADVANCED_GTK2_SRC" hints=
"files">
3124 src/gtk/eggtrayicon.c
3125 src/gtk/hildon/notifmsg.cpp
3127 <set var=
"ADVANCED_GTK_HDR" hints=
"files">
3128 $(ADVANCED_GTK_PLATFORM_HDR)
3131 <set var=
"ADVANCED_GTK2_HDR" hints=
"files">
3133 wx/gtk/hildon/notifmsg.h
3136 <set var=
"ADVANCED_GTK_NATIVE_SRC" hints=
"files">
3137 src/gtk/aboutdlg.cpp
3141 src/gtk/dataview.cpp
3142 src/gtk/hyperlink.cpp
3144 <set var=
"ADVANCED_GTK_NATIVE_HDR" hints=
"files">
3150 wx/gtk/dvrenderers.h
3154 <set var=
"ADVANCED_GTK1_SRC" hints=
"files">
3155 src/generic/animateg.cpp
3156 src/gtk1/eggtrayicon.c
3157 src/gtk1/taskbar.cpp
3159 <set var=
"ADVANCED_GTK1_HDR" hints=
"files">
3160 wx/generic/animate.h
3163 <set var=
"ADVANCED_UNIV_SRC" hints=
"files">
3164 src/generic/animateg.cpp
3166 <set var=
"ADVANCED_UNIV_HDR" hints=
"files">
3167 wx/generic/animate.h
3170 <!-- ====================================================================== -->
3172 <!-- ====================================================================== -->
3174 <set var=
"MEDIA_CMN_SRC" hints=
"files">
3175 src/common/mediactrlcmn.cpp
3178 <set var=
"MEDIA_CMN_HDR" hints=
"files">
3182 <set var=
"MEDIA_MSW_SRC" hints=
"files">
3183 src/msw/mediactrl_am.cpp
3184 src/msw/mediactrl_wmp10.cpp
3185 src/msw/mediactrl_qt.cpp
3187 <set var=
"MEDIA_MSW_HDR" hints=
"files">
3189 <!-- not built on WindowsCE: -->
3190 <set var=
"MEDIA_MSW_DESKTOP_SRC" hints=
"files">
3192 <set var=
"MEDIA_MSW_DESKTOP_HDR" hints=
"files">
3195 <set var=
"MEDIA_OSX_CARBON_SRC" hints=
"files">
3196 src/osx/carbon/mediactrl.cpp
3198 <set var=
"MEDIA_OSX_CARBON_HDR" hints=
"files">
3201 <set var=
"MEDIA_OSX_COCOA_SRC" hints=
"files">
3202 <!-- src/osx/cocoa/mediactrl.mm -->
3204 <set var=
"MEDIA_OSX_COCOA_HDR" hints=
"files">
3207 <set var=
"MEDIA_OSX_IPHONE_SRC" hints=
"files">
3208 <!-- src/osx/iphone/mediactrl.mm -->
3210 <set var=
"MEDIA_OSX_IPHONE_HDR" hints=
"files">
3213 <set var=
"MEDIA_COCOA_SRC" hints=
"files">
3214 src/cocoa/mediactrl.mm
3216 <set var=
"MEDIA_COCOA_HDR" hints=
"files">
3219 <set var=
"MEDIA_OS2_SRC" hints=
"files">
3221 <set var=
"MEDIA_OS2_HDR" hints=
"files">
3224 <set var=
"MEDIA_UNIX_SRC" hints=
"files">
3225 src/unix/mediactrl.cpp
3227 <set var=
"MEDIA_UNIX_HDR" hints=
"files">
3230 <set var=
"MEDIA_GTK_SRC" hints=
"files">
3233 <set var=
"MEDIA_GTK1_SRC" hints=
"files">
3236 <!-- ====================================================================== -->
3238 <!-- ====================================================================== -->
3240 <set var=
"HTML_SRC_PLATFORM">
3241 <if cond=
"TOOLKIT=='MSW'">
3242 src/msw/helpbest.cpp
3244 <if cond=
"PLATFORM_UNIX=='1'">
3247 <if cond=
"PLATFORM_MACOSX=='1'">
3251 <set var=
"HTML_SRC" hints=
"files">
3252 $(HTML_SRC_PLATFORM)
3253 src/html/helpctrl.cpp
3254 src/html/helpdata.cpp
3255 src/html/helpdlg.cpp
3256 src/html/helpfrm.cpp
3257 src/html/helpwnd.cpp
3258 src/html/htmlcell.cpp
3259 src/html/htmlfilt.cpp
3260 src/html/htmlpars.cpp
3261 src/html/htmltag.cpp
3262 src/html/htmlwin.cpp
3263 src/html/htmprint.cpp
3264 src/html/m_dflist.cpp
3265 src/html/m_fonts.cpp
3266 src/html/m_hline.cpp
3267 src/html/m_image.cpp
3268 src/html/m_layout.cpp
3269 src/html/m_links.cpp
3273 src/html/m_style.cpp
3274 src/html/m_tables.cpp
3275 src/html/styleparams.cpp
3276 src/html/winpars.cpp
3277 <!-- wxHTML users: -->
3278 src/generic/htmllbox.cpp
3280 <set var=
"MSW_HTML_HDR" hints=
"files">
3281 <if cond=
"TOOLKIT=='MSW'">wx/msw/helpbest.h
</if>
3283 <set var=
"HTML_HDR" hints=
"files">
3298 wx/html/styleparams.h
3301 <!-- wxHTML users: -->
3306 <!-- ====================================================================== -->
3308 <!-- ====================================================================== -->
3310 <set var=
"WEBVIEW_SRC_PLATFORM">
3311 <if cond=
"TOOLKIT=='MSW'">src/msw/webview_ie.cpp
</if>
3312 <if cond=
"TOOLKIT=='GTK'">src/gtk/webview_webkit.cpp
</if>
3313 <if cond=
"PLATFORM_MACOSX=='1'">src/osx/webview_webkit.mm
</if>
3315 <set var=
"WEBVIEW_SRC" hints=
"files">
3316 $(WEBVIEW_SRC_PLATFORM)
3317 src/common/webview.cpp
3318 src/common/webviewarchivehandler.cpp
3321 <set var=
"WEBVIEW_HDR_PLATFORM" hints=
"files">
3322 <if cond=
"TOOLKIT=='MSW'">
3323 wx/msw/webviewhistoryitem_ie.h
3326 <if cond=
"TOOLKIT=='GTK'">
3327 wx/gtk/webviewhistoryitem_webkit.h
3328 wx/gtk/webview_webkit.h
3330 <if cond=
"PLATFORM_MACOSX=='1'">
3331 wx/osx/webviewhistoryitem_webkit.h
3332 wx/osx/webview_webkit.h
3335 <set var=
"WEBVIEW_HDR" hints=
"files">
3336 $(WEBVIEW_HDR_PLATFORM)
3338 wx/webviewarchivehandler.h
3341 <!-- ====================================================================== -->
3343 <!-- ====================================================================== -->
3345 <set var=
"XRC_SRC" hints=
"files">
3346 src/xrc/xh_animatctrl.cpp
3347 src/xrc/xh_bannerwindow.cpp
3349 src/xrc/xh_bmpcbox.cpp
3350 src/xrc/xh_bmpbt.cpp
3353 src/xrc/xh_chckb.cpp
3354 src/xrc/xh_chckl.cpp
3355 src/xrc/xh_choic.cpp
3356 src/xrc/xh_choicbk.cpp
3357 src/xrc/xh_clrpicker.cpp
3358 src/xrc/xh_cmdlinkbn.cpp
3359 src/xrc/xh_collpane.cpp
3360 src/xrc/xh_combo.cpp
3361 src/xrc/xh_comboctrl.cpp
3362 src/xrc/xh_datectrl.cpp
3363 src/xrc/xh_dirpicker.cpp
3365 src/xrc/xh_editlbox.cpp
3366 src/xrc/xh_filectrl.cpp
3367 src/xrc/xh_filepicker.cpp
3368 src/xrc/xh_fontpicker.cpp
3369 src/xrc/xh_frame.cpp
3370 src/xrc/xh_gauge.cpp
3371 src/xrc/xh_gdctl.cpp
3374 src/xrc/xh_hyperlink.cpp
3375 src/xrc/xh_listb.cpp
3376 src/xrc/xh_listbk.cpp
3377 src/xrc/xh_listc.cpp
3380 src/xrc/xh_notbk.cpp
3381 src/xrc/xh_odcombo.cpp
3382 src/xrc/xh_panel.cpp
3383 src/xrc/xh_propdlg.cpp
3384 src/xrc/xh_radbt.cpp
3385 src/xrc/xh_radbx.cpp
3386 <!-- disabled until linking problems are fixed -->
3387 <!-- src/xrc/xh_richtext.cpp -->
3388 src/xrc/xh_scrol.cpp
3389 src/xrc/xh_scwin.cpp
3390 src/xrc/xh_htmllbox.cpp
3391 src/xrc/xh_sizer.cpp
3392 src/xrc/xh_slidr.cpp
3394 src/xrc/xh_split.cpp
3395 src/xrc/xh_srchctrl.cpp
3396 src/xrc/xh_statbar.cpp
3397 src/xrc/xh_stbmp.cpp
3398 src/xrc/xh_stbox.cpp
3399 src/xrc/xh_stlin.cpp
3400 src/xrc/xh_sttxt.cpp
3402 src/xrc/xh_tglbtn.cpp
3403 src/xrc/xh_timectrl.cpp
3404 src/xrc/xh_toolb.cpp
3405 src/xrc/xh_toolbk.cpp
3407 src/xrc/xh_treebk.cpp
3408 src/xrc/xh_unkwn.cpp
3409 src/xrc/xh_wizrd.cpp
3412 src/xrc/xmlrsall.cpp
3414 <set var=
"XRC_HDR" hints=
"files">
3416 wx/xrc/xh_animatctrl.h
3417 wx/xrc/xh_bannerwindow.h
3427 wx/xrc/xh_clrpicker.h
3428 wx/xrc/xh_cmdlinkbn.h
3429 wx/xrc/xh_collpane.h
3431 wx/xrc/xh_comboctrl.h
3432 wx/xrc/xh_datectrl.h
3433 wx/xrc/xh_dirpicker.h
3435 wx/xrc/xh_editlbox.h
3436 wx/xrc/xh_filectrl.h
3437 wx/xrc/xh_filepicker.h
3438 wx/xrc/xh_fontpicker.h
3445 wx/xrc/xh_hyperlink.h
3456 <!-- wx/xrc/xh_richtext.h -->
3459 wx/xrc/xh_htmllbox.h
3464 wx/xrc/xh_srchctrl.h
3472 wx/xrc/xh_timectrl.h
3485 <!-- ====================================================================== -->
3486 <!-- XML classes -->
3487 <!-- ====================================================================== -->
3489 <set var=
"XML_SRC" hints=
"files">
3491 src/common/xtixml.cpp
<!-- FIXME - temporary solution -->
3493 <set var=
"XML_HDR" hints=
"files">
3495 wx/xtixml.h
<!-- FIXME - temporary solution -->
3499 <!-- ====================================================================== -->
3500 <!-- OpenGL canvas -->
3501 <!-- ====================================================================== -->
3503 <set var=
"OPENGL_SRC_PLATFORM" hints=
"files">
3504 <if cond=
"TOOLKIT=='OSX_CARBON'">src/osx/carbon/glcanvas.cpp src/osx/glcanvas_osx.cpp
</if>
3505 <if cond=
"TOOLKIT=='OSX_COCOA'">src/osx/cocoa/glcanvas.mm src/osx/glcanvas_osx.cpp
</if>
3506 <if cond=
"TOOLKIT=='OSX_IPHONE'">src/osx/iphone/glcanvas.mm src/osx/glcanvas_osx.cpp
</if>
3507 <if cond=
"TOOLKIT=='COCOA'">src/cocoa/glcanvas.mm
</if>
3508 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">
3510 src/gtk/glcanvas.cpp
3512 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">
3513 src/gtk/glcanvas.cpp
3516 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION==''">
3517 src/gtk1/glcanvas.cpp
3520 <if cond=
"TOOLKIT=='MSW'">src/msw/glcanvas.cpp
</if>
3521 <if cond=
"TOOLKIT=='WINCE'">src/msw/glcanvas.cpp
</if>
3522 <if cond=
"TOOLKIT=='MOTIF'">src/x11/glcanvas.cpp src/unix/glx11.cpp
</if>
3523 <if cond=
"TOOLKIT=='X11'">src/x11/glcanvas.cpp src/unix/glx11.cpp
</if>
3524 <if cond=
"TOOLKIT=='PM'">src/os2/glcanvas.cpp
</if>
3527 <set var=
"OPENGL_SRC" hints=
"files">
3528 src/common/glcmn.cpp
3529 $(OPENGL_SRC_PLATFORM)
3532 <set var=
"OPENGL_HDR_PLATFORM" hints=
"files">
3533 <if cond=
"TOOLKIT=='OSX_CARBON'">wx/osx/glcanvas.h
</if>
3534 <if cond=
"TOOLKIT=='OSX_COCOA'">wx/osx/glcanvas.h
</if>
3535 <if cond=
"TOOLKIT=='COCOA'">wx/cocoa/glcanvas.h
</if>
3536 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">
3540 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">
3544 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION==''">
3548 <if cond=
"TOOLKIT=='MSW'">wx/msw/glcanvas.h
</if>
3549 <if cond=
"TOOLKIT=='WINCE'">wx/msw/glcanvas.h
</if>
3550 <if cond=
"TOOLKIT=='MOTIF'">wx/x11/glcanvas.h wx/unix/glx11.h
</if>
3551 <if cond=
"TOOLKIT=='X11'">wx/x11/glcanvas.h wx/unix/glx11.h
</if>
3554 <set var=
"OPENGL_HDR" hints=
"files">
3556 $(OPENGL_HDR_PLATFORM)
3560 <!-- ====================================================================== -->
3561 <!-- Misc plugin sources: -->
3562 <!-- ====================================================================== -->
3564 <set var=
"UNIX_SOUND_SRC_SDL" hints=
"files">
3565 src/unix/sound_sdl.cpp
3568 <!-- ====================================================================== -->
3570 <!-- ====================================================================== -->
3572 <set var=
"AUI_GTK_SRC" hints=
"files">
3573 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">
3574 src/aui/tabartgtk.cpp
3577 <set var=
"AUI_GTK_HDR" hints=
"files">
3578 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">
3582 <set var=
"AUI_SRC" hints=
"files">
3583 src/aui/framemanager.cpp
3585 src/aui/floatpane.cpp
3592 <set var=
"AUI_HDR" hints=
"files">
3593 wx/aui/framemanager.h
3604 <!-- ====================================================================== -->
3606 <!-- ====================================================================== -->
3608 <set var=
"RIBBON_SRC" hints=
"files">
3609 src/ribbon/art_internal.cpp
3610 src/ribbon/art_msw.cpp
3611 src/ribbon/art_aui.cpp
3613 src/ribbon/buttonbar.cpp
3614 src/ribbon/control.cpp
3615 src/ribbon/gallery.cpp
3617 src/ribbon/panel.cpp
3618 src/ribbon/toolbar.cpp
3620 <set var=
"RIBBON_HDR" hints=
"files">
3622 wx/ribbon/art_internal.h
3624 wx/ribbon/buttonbar.h
3632 <!-- ====================================================================== -->
3633 <!-- wxPropertyGrid -->
3634 <!-- ====================================================================== -->
3636 <set var=
"PROPGRID_SRC" hints=
"files">
3637 src/propgrid/advprops.cpp
3638 src/propgrid/editors.cpp
3639 src/propgrid/manager.cpp
3640 src/propgrid/property.cpp
3641 src/propgrid/propgrid.cpp
3642 src/propgrid/propgridiface.cpp
3643 src/propgrid/propgridpagestate.cpp
3644 src/propgrid/props.cpp
3646 <set var=
"PROPGRID_HDR" hints=
"files">
3647 wx/propgrid/advprops.h
3648 wx/propgrid/editors.h
3649 wx/propgrid/manager.h
3650 wx/propgrid/property.h
3651 wx/propgrid/propgrid.h
3652 wx/propgrid/propgriddefs.h
3653 wx/propgrid/propgridiface.h
3654 wx/propgrid/propgridpagestate.h
3658 <!-- ====================================================================== -->
3659 <!-- wxRichTextCtrl -->
3660 <!-- ====================================================================== -->
3662 <set var=
"RICHTEXT_SRC" hints=
"files">
3663 src/richtext/richtextbuffer.cpp
3664 src/richtext/richtextctrl.cpp
3665 src/richtext/richtextformatdlg.cpp
3666 src/richtext/richtexthtml.cpp
3667 src/richtext/richtextimagedlg.cpp
3668 src/richtext/richtextprint.cpp
3669 src/richtext/richtextstyledlg.cpp
3670 src/richtext/richtextstyles.cpp
3671 src/richtext/richtextsymboldlg.cpp
3672 src/richtext/richtextxml.cpp
3674 <set var=
"RICHTEXT_HDR" hints=
"files">
3675 wx/richtext/richtextbackgroundpage.h
3676 wx/richtext/richtextborderspage.h
3677 wx/richtext/richtextbuffer.h
3678 wx/richtext/richtextbulletspage.h
3679 wx/richtext/richtextctrl.h
3680 wx/richtext/richtextdialogpage.h
3681 wx/richtext/richtextfontpage.h
3682 wx/richtext/richtextformatdlg.h
3683 wx/richtext/richtexthtml.h
3684 wx/richtext/richtextimagedlg.h
3685 wx/richtext/richtextindentspage.h
3686 wx/richtext/richtextliststylepage.h
3687 wx/richtext/richtextmarginspage.h
3688 wx/richtext/richtextprint.h
3689 wx/richtext/richtextsizepage.h
3690 wx/richtext/richtextstyledlg.h
3691 wx/richtext/richtextstylepage.h
3692 wx/richtext/richtextstyles.h
3693 wx/richtext/richtextsymboldlg.h
3694 wx/richtext/richtextuicustomization.h
3695 wx/richtext/richtextxml.h
3699 <!-- ====================================================================== -->
3701 <!-- ====================================================================== -->
3703 <set var=
"STC_SRC" hints=
"files">
3706 src/stc/ScintillaWX.cpp
3709 <set var=
"STC_HDR" hints=
"files">
3713 <!-- ====================================================================== -->
3714 <!-- Define sources for specific libraries: -->
3715 <!-- ====================================================================== -->
3717 <!-- wxBase files: -->
3719 <!-- Nested if would be nicer, but this works -->
3720 <!-- These are the files for PLATFORM_MACOSX -->
3721 <set var=
"BASE_OSX_SRC" hints=
"files">
3722 <if cond=
"TOOLKIT=='OSX_CARBON'">$(BASE_OSX_SHARED_SRC)
</if>
3723 <if cond=
"TOOLKIT=='OSX_COCOA'">$(BASE_OSX_SHARED_SRC)
</if>
3724 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(BASE_OSX_SHARED_SRC)
</if>
3725 <if cond=
"TOOLKIT=='COCOA'">$(BASE_OSX_NOTWXMAC_SRC)
</if>
3726 <if cond=
"TOOLKIT=='GTK'">$(BASE_OSX_NOTWXMAC_SRC)
</if>
3727 <if cond=
"TOOLKIT=='X11'">$(BASE_OSX_NOTWXMAC_SRC)
</if>
3728 <if cond=
"TOOLKIT=='MOTIF'">$(BASE_OSX_NOTWXMAC_SRC)
</if>
3729 <!-- FIXME: TOOLKIT!='MAC' is what we really want -->
3731 <!-- FIXME: a hack because there are two wxBase versions on
3732 Mac; once fixed, this would no longer be needed -->
3733 <if cond=
"TOOLKIT==''">$(BASE_OSX_NOTWXMAC_SRC)
</if>
3735 <set var=
"BASE_PLATFORM_SRC" hints=
"files">
3736 <if cond=
"PLATFORM_UNIX=='1'">$(BASE_UNIX_SRC)
</if>
3737 <if cond=
"PLATFORM_WIN32=='1'">$(BASE_WIN32_SRC) $(BASE_WINCE_SRC)
</if>
3738 <if cond=
"PLATFORM_MACOSX=='1'">$(BASE_OSX_SHARED_SRC)
</if>
3739 <if cond=
"PLATFORM_OS2=='1'">$(BASE_OS2_SRC)
</if>
3740 <if cond=
"PLATFORM_MSDOS=='1'">$(BASE_MSDOS_SRC)
</if>
3742 <set var=
"BASE_AND_GUI_TOOLKIT_SRC" hints=
"files">
3743 <if cond=
"TOOLKIT=='OSX_CARBON'">$(BASE_AND_GUI_OSX_CARBON_SRC)
</if>
3744 <if cond=
"TOOLKIT=='OSX_COCOA'">$(BASE_AND_GUI_OSX_COCOA_SRC)
</if>
3746 <set var=
"BASE_AND_GUI_PLATFORM_SRC" hints=
"files">
3747 <if cond=
"PLATFORM_WIN32=='1'">$(BASE_AND_GUI_WIN32_SRC)
</if>
3748 <if cond=
"PLATFORM_MSDOS=='1'">$(BASE_AND_GUI_MSDOS_SRC)
</if>
3749 <!-- At the moment, BASE_AND_GUI_TOOLKIT_SRC handles this -->
3750 <!-- if cond="PLATFORM_MACOS=='1'">$(BASE_AND_GUI_MAC_SRC)</if -->
3753 <!-- Nested if would be nicer, but this works -->
3754 <!-- These are the files for PLATFORM_MACOSX -->
3755 <set var=
"BASE_OSX_HDR" hints=
"files">
3756 <if cond=
"TOOLKIT=='OSX_CARBON'">$(BASE_OSX_SHARED_HDR)
</if>
3757 <if cond=
"TOOLKIT=='OSX_COCOA'">$(BASE_OSX_SHARED_HDR)
</if>
3758 <if cond=
"TOOLKIT=='COCOA'">$(BASE_OSX_NOTWXMAC_HDR)
</if>
3759 <if cond=
"TOOLKIT=='GTK'">$(BASE_OSX_NOTWXMAC_HDR)
</if>
3760 <if cond=
"TOOLKIT=='X11'">$(BASE_OSX_NOTWXMAC_HDR)
</if>
3761 <if cond=
"TOOLKIT=='MOTIF'">$(BASE_OSX_NOTWXMAC_HDR)
</if>
3762 <!-- FIXME: TOOLKIT!='MAC' is what we really want -->
3764 <!-- FIXME: a hack because there are two wxBase versions on
3765 Mac; once fixed, this would no longer be needed -->
3766 <if cond=
"TOOLKIT==''">$(BASE_OSX_NOTWXMAC_HDR)
</if>
3768 <set var=
"BASE_PLATFORM_HDR" hints=
"files">
3769 <if cond=
"PLATFORM_UNIX=='1'">$(BASE_UNIX_HDR)
</if>
3770 <if cond=
"PLATFORM_WIN32=='1'">$(BASE_WIN32_HDR) $(BASE_WINCE_HDR)
</if>
3771 <if cond=
"PLATFORM_MACOSX=='1'">$(BASE_OSX_HDR)
</if>
3772 <if cond=
"PLATFORM_MSDOS=='1'">$(BASE_MSDOS_HDR)
</if>
3773 <if cond=
"PLATFORM_OS2=='1'">$(BASE_OS2_HDR)
</if>
3776 <set var=
"BASE_SRC" hints=
"files">
3777 $(BASE_CMN_SRC) $(BASE_PLATFORM_SRC)
3779 <set var=
"BASE_AND_GUI_SRC" hints=
"files">
3780 $(BASE_AND_GUI_CMN_SRC)
3781 $(BASE_AND_GUI_PLATFORM_SRC) $(BASE_AND_GUI_TOOLKIT_SRC)
3785 <!-- wxNet files: -->
3786 <set var=
"NET_PLATFORM_SRC" hints=
"files">
3787 <if cond=
"PLATFORM_UNIX=='1'">$(NET_UNIX_SRC)
</if>
3788 <if cond=
"PLATFORM_WIN32=='1'">$(NET_WIN32_SRC) $(NET_WINCE_SRC)
</if>
3789 <if cond=
"PLATFORM_MACOSX=='1'">$(NET_UNIX_SRC) $(NET_OSX_SRC)
</if>
3790 <if cond=
"PLATFORM_OS2=='1'">$(NET_OS2_SRC)
</if>
3792 <set var=
"NET_PLATFORM_HDR" hints=
"files">
3793 <if cond=
"PLATFORM_WIN32=='1'">$(NET_WIN32_HDR) $(NET_WINCE_HDR)
</if>
3796 <set var=
"NET_SRC" hints=
"files">
3797 $(NET_CMN_SRC) $(NET_PLATFORM_SRC)
3801 <!-- GUI sources: -->
3803 <set var=
"LOWLEVEL_SRC" hints=
"files">
3804 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(GTK_LOWLEVEL_SRC)
</if>
3805 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(GTK2_LOWLEVEL_SRC)
</if>
3806 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION==''">$(GTK1_LOWLEVEL_SRC)
</if>
3807 <if cond=
"TOOLKIT=='MOTIF'">$(MOTIF_LOWLEVEL_SRC)
</if>
3808 <if cond=
"TOOLKIT=='MSW'">$(MSW_LOWLEVEL_SRC) $(MSW_DESKTOP_LOWLEVEL_SRC)
</if>
3809 <if cond=
"TOOLKIT=='WINCE'">$(MSW_LOWLEVEL_SRC)
</if>
3810 <if cond=
"TOOLKIT=='OSX_CARBON'">$(OSX_LOWLEVEL_SRC)
</if>
3811 <if cond=
"TOOLKIT=='OSX_COCOA'">$(OSX_LOWLEVEL_SRC)
</if>
3812 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(OSX_LOWLEVEL_SRC)
</if>
3813 <if cond=
"TOOLKIT=='COCOA'">$(COCOA_LOWLEVEL_SRC)
</if>
3814 <if cond=
"TOOLKIT=='PM'">$(OS2_LOWLEVEL_SRC)
</if>
3815 <if cond=
"TOOLKIT=='X11'">$(X11_LOWLEVEL_SRC)
</if>
3816 <if cond=
"TOOLKIT=='DFB'">$(DFB_LOWLEVEL_SRC)
</if>
3818 <set var=
"LOWLEVEL_HDR" hints=
"files">
3819 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(GTK_LOWLEVEL_HDR)
</if>
3820 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(GTK_LOWLEVEL_HDR)
</if>
3821 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION==''">$(GTK1_LOWLEVEL_HDR)
</if>
3822 <if cond=
"TOOLKIT=='MOTIF'">$(MOTIF_LOWLEVEL_HDR)
</if>
3823 <if cond=
"TOOLKIT=='MSW'">$(MSW_LOWLEVEL_HDR) $(MSW_DESKTOP_LOWLEVEL_HDR)
</if>
3824 <if cond=
"TOOLKIT=='WINCE'">$(MSW_LOWLEVEL_HDR)
</if>
3825 <if cond=
"TOOLKIT=='OSX_CARBON'">$(OSX_LOWLEVEL_HDR)
</if>
3826 <if cond=
"TOOLKIT=='OSX_COCOA'">$(OSX_LOWLEVEL_HDR)
</if>
3827 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(OSX_LOWLEVEL_HDR)
</if>
3828 <if cond=
"TOOLKIT=='COCOA'">$(COCOA_LOWLEVEL_HDR)
</if>
3829 <if cond=
"TOOLKIT=='PM'">$(OS2_LOWLEVEL_HDR)
</if>
3830 <if cond=
"TOOLKIT=='X11'">$(X11_LOWLEVEL_HDR)
</if>
3831 <if cond=
"TOOLKIT=='DFB'">$(DFB_LOWLEVEL_HDR)
</if>
3834 <set var=
"PLATFORM_SRC" hints=
"files">
3835 <if cond=
"PLATFORM_UNIX=='1'">$(UNIX_SRC)
</if>
3836 <if cond=
"PLATFORM_MACOSX=='1'">$(UNIX_SRC)
</if>
3839 <set var=
"GUI_SRC" hints=
"files">
3840 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(GTK_SRC)
</if>
3841 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(GTK_SRC)
</if>
3842 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION==''">$(GTK1_SRC)
</if>
3843 <if cond=
"TOOLKIT=='MOTIF'">$(MOTIF_SRC)
</if>
3844 <if cond=
"TOOLKIT=='MSW'">$(MSW_SRC) $(MSW_DESKTOP_SRC)
</if>
3845 <if cond=
"TOOLKIT=='WINCE'">$(MSW_SRC) $(WINCE_SRC)
</if>
3846 <if cond=
"TOOLKIT=='OSX_CARBON'">$(OSX_CARBON_SRC)
</if>
3847 <if cond=
"TOOLKIT=='OSX_COCOA'">$(OSX_COCOA_SRC)
</if>
3848 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(OSX_IPHONE_SRC)
</if>
3849 <if cond=
"TOOLKIT=='COCOA'">$(COCOA_SRC)
</if>
3850 <if cond=
"TOOLKIT=='PM'">$(OS2_SRC)
</if>
3852 <set var=
"GUI_HDR" hints=
"files">
3853 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(GTK_HDR)
</if>
3854 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(GTK_HDR)
</if>
3855 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION==''">$(GTK1_HDR)
</if>
3856 <if cond=
"TOOLKIT=='MOTIF'">$(MOTIF_HDR)
</if>
3857 <if cond=
"TOOLKIT=='MSW'">$(MSW_HDR) $(MSW_DESKTOP_HDR)
</if>
3858 <if cond=
"TOOLKIT=='WINCE'">$(MSW_HDR) $(WINCE_HDR)
</if>
3859 <if cond=
"TOOLKIT=='OSX_CARBON'">$(OSX_SHARED_HDR) $(OSX_CARBON_HDR)
</if>
3860 <if cond=
"TOOLKIT=='OSX_COCOA'">$(OSX_SHARED_HDR) $(OSX_COCOA_HDR)
</if>
3861 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(OSX_SHARED_HDR) $(OSX_IPHONE_HDR)
</if>
3862 <if cond=
"TOOLKIT=='COCOA'">$(COCOA_HDR)
</if>
3863 <if cond=
"TOOLKIT=='PM'">$(OS2_HDR)
</if>
3866 <set var=
"CORE_SRC" hints=
"files">
3867 <if cond=
"USE_GUI=='1' and WXUNIV=='0'">
3868 $(LOWLEVEL_SRC) $(PLATFORM_SRC) $(GUI_SRC) $(GUI_CMN_SRC)
3870 <if cond=
"USE_GUI=='1' and WXUNIV=='1'">
3871 $(LOWLEVEL_SRC) $(PLATFORM_SRC) $(UNIV_SRC) $(UNIV_THEMES_SRC) $(GUI_CMN_SRC)
3875 <!-- wxAdvanced files: -->
3876 <set var=
"ADVANCED_PLATFORM_SRC" hints=
"files">
3877 <if cond=
"TOOLKIT=='MSW'">$(ADVANCED_MSW_SRC) $(ADVANCED_MSW_DESKTOP_SRC)
</if>
3878 <if cond=
"TOOLKIT=='WINCE'">$(ADVANCED_MSW_SRC)
</if>
3879 <if cond=
"TOOLKIT=='OSX_CARBON'">$(ADVANCED_OSX_CARBON_SRC)
</if>
3880 <if cond=
"TOOLKIT=='OSX_COCOA'">$(ADVANCED_OSX_COCOA_SRC)
</if>
3881 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(ADVANCED_OSX_IPHONE_SRC)
</if>
3882 <if cond=
"TOOLKIT=='COCOA'">$(ADVANCED_COCOA_SRC)
</if>
3883 <if cond=
"TOOLKIT=='MOTIF'">$(ADVANCED_UNIX_SRC) $(ADVANCED_MOTIF_SRC)
</if>
3884 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(ADVANCED_GTK_SRC)
</if>
3885 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(ADVANCED_GTK2_SRC)
</if>
3886 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION==''">$(ADVANCED_UNIX_SRC) $(ADVANCED_GTK1_SRC)
</if>
3887 <if cond=
"TOOLKIT=='X11'">$(ADVANCED_UNIX_SRC)
</if>
3888 <if cond=
"TOOLKIT=='PM'">$(ADVANCED_OS2_SRC)
</if>
3890 <set var=
"ADVANCED_PLATFORM_HDR" hints=
"files">
3891 <if cond=
"TOOLKIT=='MSW'">$(ADVANCED_MSW_HDR) $(ADVANCED_MSW_DESKTOP_HDR)
</if>
3892 <if cond=
"TOOLKIT=='WINCE'">$(ADVANCED_MSW_HDR)
</if>
3893 <if cond=
"TOOLKIT=='OSX_CARBON'">$(ADVANCED_OSX_CARBON_HDR)
</if>
3894 <if cond=
"TOOLKIT=='OSX_COCOA'">$(ADVANCED_OSX_COCOA_HDR)
</if>
3895 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(ADVANCED_OSX_IPHONE_HDR)
</if>
3896 <if cond=
"TOOLKIT=='COCOA'">$(ADVANCED_COCOA_HDR)
</if>
3897 <if cond=
"TOOLKIT=='MOTIF'">$(ADVANCED_UNIX_HDR) $(ADVANCED_MOTIF_HDR)
</if>
3898 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(ADVANCED_GTK_HDR)
</if>
3899 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(ADVANCED_GTK2_HDR)
</if>
3900 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION==''">$(ADVANCED_UNIX_HDR) $(ADVANCED_GTK1_HDR)
</if>
3901 <if cond=
"TOOLKIT=='X11'">$(ADVANCED_UNIX_HDR)
</if>
3902 <if cond=
"TOOLKIT=='PM'">$(ADVANCED_OS2_HDR)
</if>
3905 <!-- wxAdv files not used by wxUniv -->
3906 <set var=
"ADVANCED_PLATFORM_NATIVE_SRC" hints=
"files">
3907 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(ADVANCED_GTK_NATIVE_SRC)
</if>
3908 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(ADVANCED_GTK_NATIVE_SRC)
</if>
3909 <if cond=
"TOOLKIT=='MSW'">$(ADVANCED_MSW_NATIVE_SRC)
</if>
3910 <if cond=
"TOOLKIT=='WINCE'">$(ADVANCED_MSW_NATIVE_SRC)
</if>
3912 <set var=
"ADVANCED_PLATFORM_NATIVE_HDR" hints=
"files">
3913 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(ADVANCED_GTK_NATIVE_HDR)
</if>
3914 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(ADVANCED_GTK_NATIVE_HDR)
</if>
3915 <if cond=
"TOOLKIT=='MSW'">$(ADVANCED_MSW_NATIVE_HDR)
</if>
3916 <if cond=
"TOOLKIT=='WINCE'">$(ADVANCED_MSW_NATIVE_HDR)
</if>
3919 <set var=
"ADVANCED_SRC" hints=
"files">
3920 <if cond=
"WXUNIV=='0'">$(ADVANCED_CMN_SRC) $(ADVANCED_PLATFORM_SRC) $(ADVANCED_PLATFORM_NATIVE_SRC)
</if>
3921 <if cond=
"WXUNIV=='1'">$(ADVANCED_CMN_SRC) $(ADVANCED_PLATFORM_SRC) $(ADVANCED_UNIV_SRC)
</if>
3923 <set var=
"ADVANCED_HDR" hints=
"files">
3924 <if cond=
"WXUNIV=='0'">$(ADVANCED_CMN_HDR) $(ADVANCED_PLATFORM_HDR) $(ADVANCED_PLATFORM_NATIVE_HDR)
</if>
3925 <if cond=
"WXUNIV=='1'">$(ADVANCED_CMN_HDR) $(ADVANCED_PLATFORM_HDR) $(ADVANCED_UNIV_HDR)
</if>
3928 <!-- wxMedia files: -->
3929 <set var=
"MEDIA_PLATFORM_SRC" hints=
"files">
3930 <if cond=
"TOOLKIT=='MSW'">$(MEDIA_MSW_SRC) $(MEDIA_MSW_DESKTOP_SRC)
</if>
3931 <if cond=
"TOOLKIT=='WINCE'">$(MEDIA_MSW_SRC)
</if>
3932 <if cond=
"TOOLKIT=='OSX_CARBON'">$(MEDIA_OSX_CARBON_SRC)
</if>
3933 <if cond=
"TOOLKIT=='OSX_COCOA'">$(MEDIA_OSX_COCOA_SRC)
</if>
3934 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(MEDIA_OSX_IPHONE_SRC)
</if>
3935 <if cond=
"TOOLKIT=='COCOA'">$(MEDIA_COCOA_SRC)
</if>
3936 <if cond=
"TOOLKIT=='MOTIF'">$(MEDIA_UNIX_SRC)
</if>
3937 <if cond=
"TOOLKIT=='GTK'">$(MEDIA_UNIX_SRC) $(MEDIA_GTK_SRC)
</if>
3938 <if cond=
"TOOLKIT=='X11'">$(MEDIA_UNIX_SRC)
</if>
3939 <if cond=
"TOOLKIT=='PM'">$(MEDIA_OS2_SRC)
</if>
3941 <set var=
"MEDIA_PLATFORM_HDR" hints=
"files">
3942 <if cond=
"TOOLKIT=='MSW'">$(MEDIA_MSW_HDR) $(MEDIA_MSW_DESKTOP_HDR)
</if>
3943 <if cond=
"TOOLKIT=='WINCE'">$(MEDIA_MSW_HDR)
</if>
3944 <if cond=
"TOOLKIT=='OSX_CARBON'">$(MEDIA_OSX_CARBON_HDR)
</if>
3945 <if cond=
"TOOLKIT=='OSX_COCOA'">$(MEDIA_OSX_COCOA_HDR)
</if>
3946 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(MEDIA_OSX_IPHONE_HDR)
</if>
3947 <if cond=
"TOOLKIT=='COCOA'">$(MEDIA_COCOA_HDR)
</if>
3948 <if cond=
"TOOLKIT=='MOTIF'">$(MEDIA_UNIX_HDR)
</if>
3949 <if cond=
"TOOLKIT=='GTK'">$(MEDIA_UNIX_HDR)
</if>
3950 <if cond=
"TOOLKIT=='X11'">$(MEDIA_UNIX_HDR)
</if>
3951 <if cond=
"TOOLKIT=='PM'">$(MEDIA_OS2_HDR)
</if>
3953 <set var=
"MEDIA_SRC">$(MEDIA_CMN_SRC) $(MEDIA_PLATFORM_SRC)
</set>
3954 <set var=
"MEDIA_HDR">$(MEDIA_CMN_HDR) $(MEDIA_PLATFORM_HDR)
</set>
3957 <set var=
"GUI_CORE_HEADERS" hints=
"files">
3958 <if cond=
"USE_GUI=='1' and WXUNIV=='0'">$(GUI_HDR)
</if>
3959 <if cond=
"USE_GUI=='1' and WXUNIV=='1'">$(UNIV_HDR)
</if>
3962 <set var=
"ALL_GUI_HEADERS" hints=
"files">
3963 <if cond=
"USE_GUI=='1'">
3967 $(ADVANCED_HDR) $(MEDIA_HDR) $(HTML_HDR)
3968 $(OPENGL_HDR) $(QA_HDR) $(XRC_HDR) $(AUI_HDR) $(PROPGRID_HDR)
3969 $(RIBBON_HDR) $(RICHTEXT_HDR) $(STC_HDR) $(WEBVIEW_HDR)
3973 <!-- for 'make install', only the headers needed for the installed port -->
3974 <set var=
"ALL_BASE_HEADERS" make_var=
"1" hints=
"files">
3975 $(BASE_CMN_HDR) $(BASE_PLATFORM_HDR)
3979 <set var=
"ALL_HEADERS" make_var=
"1" hints=
"files">
3980 $(ALL_BASE_HEADERS) $(ALL_GUI_HEADERS)
3984 <!-- used by 'make dist', should include wxBase headers for all ports -->
3985 <set var=
"ALL_PORTS_BASE_HEADERS" make_var=
"1" hints=
"files">
3988 $(BASE_WIN32_HDR) $(BASE_WINCE_HDR)
3995 <!-- used by 'make dist', should include wxBase sources for all ports -->
3996 <set var=
"ALL_BASE_SOURCES" make_var=
"1" hints=
"files">
3998 $(BASE_UNIX_SRC) $(BASE_WIN32_SRC) $(BASE_WINCE_SRC)
4002 $(BASE_AND_GUI_CMN_SRC)
4003 $(BASE_AND_GUI_OSX_CARBON_SRC)
4004 $(BASE_AND_GUI_OSX_COCOA_SRC)
4005 $(BASE_AND_GUI_WIN32_SRC)
4006 $(NET_CMN_SRC) $(NET_UNIX_SRC) $(NET_OSX_SRC)
4007 $(NET_WIN32_SRC) $(NET_WINCE_SRC)
4013 <!-- ================================================================ -->
4014 <!-- Define where plugins sources go if USE_PLUGINS=0 -->
4015 <!-- ================================================================ -->
4017 <!-- wxAdv sources -->
4018 <set var=
"PLUGIN_ADV_SRC">
4019 <if cond=
"FORMAT=='autoconf' and PLATFORM_UNIX=='1' and USE_PLUGINS=='0'">
4020 $(UNIX_SOUND_SRC_SDL)
4024 <set var=
"PLUGIN_MONOLIB_SRC">$(PLUGIN_ADV_SRC)
</set>