6 IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
11 <!-- ======================================================================
14 Files are listed in variables according to this scheme:
15 * each group has _SRC and _HDR variable, for sources and headers
19 BASE_CMN common base files (all platforms)
20 GUI_CMN common GUI files (all platforms)
21 BASE_AND_GUI_CMN_SRC files that must be compiled both into GUI
22 and base library (all platforms)
24 BASE_$(platform) base files used on platform
25 BASE_AND_GUI_$(platform)_SRC base & gui files used on platform
27 $(port)LOWLEVEL low-level GUI classes
28 $(port) high-level files for a port
29 XWIN_LOWLEVEL low-level classes for X Window System
30 ports (wxGTK, wxMotif, wxX11)
32 MSW_DESKTOP files used only on desktop Windows
33 versions and not under Windows CE
35 xxx_NATIVE native files not used by wxUniv (used as
36 complement of LOWLEVEL when most of the
37 files are lowlevel and only few are native)
42 * one file may be listed in several groups
44 ====================================================================== -->
46 <if cond=
"FORMAT in ['borland','mingw','msvc','watcom']">
47 <define-rule name=
"__mm-to-$(OBJEXT[1:])" extends=
"__any,compilation_rule">
51 <!-- ====================================================================== -->
53 <!-- ====================================================================== -->
55 <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
57 <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
59 <!-- Files used on all Unix systems, including Darwin -->
60 <set var=
"BASE_UNIX_AND_DARWIN_SRC" hints=
"files">
61 src/common/fdiodispatcher.cpp
62 src/common/selectdispatcher.cpp
66 src/unix/epolldispatcher.cpp
67 src/unix/evtloopunix.cpp
70 src/unix/stackwalk.cpp
73 src/unix/threadpsx.cpp
75 src/unix/wakeuppipe.cpp
76 src/unix/fswatcher_kqueue.cpp
79 <set var=
"BASE_UNIX_AND_DARWIN_HDR" hints=
"files">
90 wx/unix/fswatcher_kqueue.h
94 Files used on all Unix systems, including Darwin with any port but wxMac
95 (this is really an aberration, we should also use these files for wxMac,
96 it's not done because of some OS 9 support leftovers only now)
98 <set var=
"BASE_UNIX_AND_DARWIN_NOTWXMAC_SRC" hints=
"files">
99 $(BASE_UNIX_AND_DARWIN_SRC)
100 src/unix/mimetype.cpp
103 <set var=
"BASE_UNIX_AND_DARWIN_NOTWXMAC_HDR" hints=
"files">
104 $(BASE_UNIX_AND_DARWIN_HDR)
110 Files used on all non-Darwin Unix systems (because Darwin provides other,
111 better, native equivalents of the functionality they implement (e.g.
112 CFSocket instead of BSD sockets) or doesn't provide it at all (epoll,
115 <set var=
"BASE_UNIX_SRC" hints=
"files">
116 $(BASE_UNIX_AND_DARWIN_NOTWXMAC_SRC)
117 src/unix/fswatcher_inotify.cpp
119 <set var=
"BASE_UNIX_HDR" hints=
"files">
120 $(BASE_UNIX_AND_DARWIN_NOTWXMAC_HDR)
121 wx/unix/fswatcher_inotify.h
124 <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
126 <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
127 <set var=
"BASE_WIN32_SRC" hints=
"files">
134 src/msw/evtloopconsole.cpp
140 src/msw/stackwalk.cpp
146 src/msw/fswatcher.cpp
148 <set var=
"BASE_AND_GUI_WIN32_SRC" hints=
"files">
153 <set var=
"BASE_WINCE_SRC" hints=
"files">
154 <if cond=
"TOOLKIT=='WINCE'">src/msw/wince/time.cpp
</if>
156 <set var=
"BASE_WIN32_HDR" hints=
"files">
163 wx/msw/evtloopconsole.h
180 <set var=
"BASE_WINCE_HDR" hints=
"files">
181 <if cond=
"TOOLKIT=='WINCE'">
183 wx/msw/wince/chkconf.h
187 <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
189 <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
191 <!-- Used on Mac OS X wxMac base, and Mac OS X darwin base -->
192 <set var=
"BASE_COREFOUNDATION_SRC" hints=
"files">
193 src/osx/core/cfstring.cpp
194 src/osx/core/evtloop_cf.cpp
195 src/osx/core/stdpaths_cf.cpp
196 src/osx/core/strconv_cf.cpp
197 src/osx/core/utilsexc_base.cpp
199 <set var=
"BASE_COREFOUNDATION_HDR" hints=
"files">
200 wx/osx/core/cfdataref.h
202 wx/osx/core/cfstring.h
204 wx/osx/core/evtloop.h
206 wx/osx/core/private.h
207 wx/osx/core/stdpaths.h
210 <!-- Base files used by OS X ports (not Carbon) -->
211 <set var=
"BASE_OSX_SHARED_SRC" hints=
"files">
212 src/osx/core/mimetype.cpp
213 $(BASE_COREFOUNDATION_SRC)
214 $(BASE_UNIX_AND_DARWIN_SRC)
216 <set var=
"BASE_OSX_SHARED_HDR" hints=
"files">
217 $(BASE_COREFOUNDATION_HDR)
218 $(BASE_UNIX_AND_DARWIN_HDR)
220 <!-- Base and GUI files used by OS X -->
221 <set var=
"BASE_AND_GUI_OSX_CARBON_SRC" hints=
"files">
222 src/osx/carbon/utils.cpp
223 src/osx/carbon/uma.cpp
226 <set var=
"BASE_AND_GUI_OSX_COCOA_SRC" hints=
"files">
227 src/osx/cocoa/utils.mm
230 <set var=
"BASE_AND_GUI_OSX_IPHONE_SRC" hints=
"files">
231 src/osx/iphone/utils.mm
234 <!-- Base files used by non-wxMac OS X builds -->
235 <set var=
"BASE_OSX_NOTWXMAC_SRC" hints=
"files">
236 $(BASE_UNIX_AND_DARWIN_NOTWXMAC_SRC)
237 $(BASE_COREFOUNDATION_SRC)
239 <set var=
"BASE_OSX_NOTWXMAC_HDR" hints=
"files">
240 $(BASE_UNIX_AND_DARWIN_NOTWXMAC_HDR)
241 $(BASE_COREFOUNDATION_HDR)
244 <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
246 <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
248 <set var=
"BASE_OS2_SRC" hints=
"files">
249 src/common/fdiodispatcher.cpp
250 src/common/selectdispatcher.cpp
252 src/unix/evtloopunix.cpp
253 src/unix/timerunx.cpp
262 <set var=
"BASE_AND_GUI_OS2_SRC" hints=
"files">
264 <set var=
"BASE_OS2_HDR" hints=
"files">
276 <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
278 <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
280 <set var=
"BASE_MSDOS_SRC" hints=
"files">
282 src/msdos/mimetype.cpp
283 src/msdos/utilsdos.cpp
285 <set var=
"BASE_AND_GUI_MSDOS_SRC" hints=
"files">
287 <set var=
"BASE_MSDOS_HDR" hints=
"files">
291 <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
293 <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
294 <set var=
"BASE_CMN_SRC" hints=
"files">
296 src/common/appbase.cpp
297 src/common/arcall.cpp
298 src/common/arcfind.cpp
299 src/common/archive.cpp
300 src/common/arrstr.cpp
301 src/common/base64.cpp
302 src/common/clntdata.cpp
303 src/common/cmdline.cpp
304 src/common/config.cpp
305 src/common/convauto.cpp
306 src/common/datetime.cpp
307 src/common/datetimefmt.cpp
308 src/common/datstrm.cpp
309 src/common/dircmn.cpp
310 src/common/dynarray.cpp
311 src/common/dynlib.cpp
312 src/common/dynload.cpp
313 src/common/encconv.cpp
314 src/common/evtloopcmn.cpp
315 src/common/extended.c
318 src/common/fileback.cpp
319 src/common/fileconf.cpp
320 src/common/filefn.cpp
321 src/common/filename.cpp
322 src/common/filesys.cpp
323 src/common/filtall.cpp
324 src/common/filtfind.cpp
325 src/common/fmapbase.cpp
326 src/common/fs_arc.cpp
327 src/common/fs_filter.cpp
329 src/common/hashmap.cpp
332 src/common/ipcbase.cpp
333 src/common/languageinfo.cpp
336 src/common/longlong.cpp
337 src/common/memory.cpp
338 src/common/mimecmn.cpp
339 src/common/module.cpp
340 src/common/mstream.cpp
341 src/common/numformatter.cpp
342 src/common/object.cpp
343 src/common/platinfo.cpp
344 src/common/powercmn.cpp
345 src/common/process.cpp
347 src/common/stdpbase.cpp
348 src/common/sstream.cpp
349 src/common/stdstream.cpp
350 src/common/stopwatch.cpp
351 src/common/strconv.cpp
352 src/common/stream.cpp
353 src/common/string.cpp
354 src/common/stringimpl.cpp
355 src/common/stringops.cpp
356 src/common/strvararg.cpp
357 src/common/sysopt.cpp
358 src/common/tarstrm.cpp
359 src/common/textbuf.cpp
360 src/common/textfile.cpp
361 src/common/threadinfo.cpp
363 src/common/timercmn.cpp
364 src/common/timerimpl.cpp
365 src/common/tokenzr.cpp
366 src/common/translation.cpp
367 src/common/txtstrm.cpp
368 src/common/unichar.cpp
370 src/common/ustring.cpp
371 src/common/variant.cpp
372 src/common/wfstream.cpp
374 src/common/wxprintf.cpp
375 src/common/xlocale.cpp
377 src/common/xtistrm.cpp
378 src/common/zipstrm.cpp
379 src/common/zstream.cpp
380 src/common/fswatchercmn.cpp
381 src/generic/fswatcherg.cpp
383 <set var=
"BASE_AND_GUI_CMN_SRC" hints=
"files">
385 src/common/fs_mem.cpp
386 src/common/msgout.cpp
387 src/common/utilscmn.cpp
389 <set var=
"BASE_CMN_HDR" hints=
"files">
545 wx/meta/convertible.h
547 wx/meta/implicitconversion.h
553 wx/generic/fswatcher.h
557 <!-- ====================================================================== -->
558 <!-- wxNet (part of wxBase) -->
559 <!-- ====================================================================== -->
561 <set var=
"NET_UNIX_SRC" hints=
"files">
562 src/common/socketiohandler.cpp
563 src/unix/sockunix.cpp
566 <set var=
"NET_OSX_SRC" hints=
"files">
567 src/osx/core/sockosx.cpp
570 <set var=
"NET_WIN32_SRC" hints=
"files">
574 <set var=
"NET_WIN32_HDR" hints=
"files">
577 <set var=
"NET_WINCE_SRC" hints=
"files">
578 <if cond=
"TOOLKIT=='WINCE'">src/msw/wince/net.cpp
</if>
580 <set var=
"NET_WINCE_HDR" hints=
"files">
581 <if cond=
"TOOLKIT=='WINCE'">wx/msw/wince/net.h
</if>
584 <set var=
"NET_OS2_SRC" hints=
"files">
585 src/unix/sockunix.cpp
588 <set var=
"NET_CMN_SRC" hints=
"files">
589 src/common/fs_inet.cpp
592 src/common/protocol.cpp
593 src/common/sckaddr.cpp
594 src/common/sckfile.cpp
595 src/common/sckipc.cpp
596 src/common/sckstrm.cpp
597 src/common/socket.cpp
600 <set var=
"NET_CMN_HDR" hints=
"files">
606 wx/protocol/protocol.h
614 <!-- ====================================================================== -->
615 <!-- wxQA (non GUI library) -->
616 <!-- ====================================================================== -->
618 <set var=
"QA_SRC" hints=
"files">
619 src/common/debugrpt.cpp
620 src/generic/dbgrptg.cpp
623 <set var=
"QA_HDR" hints=
"files">
627 <!-- ====================================================================== -->
628 <!-- Common GUI files -->
629 <!-- ====================================================================== -->
631 <set var=
"GUI_CMN_SRC" hints=
"files">
632 src/common/accelcmn.cpp
633 src/common/accesscmn.cpp
634 src/common/anidecod.cpp
635 src/common/affinematrix2d.cpp
636 src/common/appcmn.cpp
637 src/common/artprov.cpp
638 src/common/artstd.cpp
639 src/common/arttango.cpp
640 src/common/bmpbase.cpp
641 src/common/bmpbtncmn.cpp
642 src/common/bookctrl.cpp
643 src/common/btncmn.cpp
645 src/common/checkboxcmn.cpp
646 src/common/checklstcmn.cpp
647 src/common/choiccmn.cpp
648 src/common/clipcmn.cpp
649 src/common/clrpickercmn.cpp
650 src/common/colourcmn.cpp
651 src/common/colourdata.cpp
652 src/common/combocmn.cpp
653 src/common/cmdproc.cpp
654 src/common/cmndata.cpp
655 src/common/containr.cpp
656 src/common/cshelp.cpp
657 src/common/ctrlcmn.cpp
658 src/common/ctrlsub.cpp
659 src/common/dcbase.cpp
660 src/common/dcbufcmn.cpp
661 src/common/dcgraph.cpp
663 src/common/dirctrlcmn.cpp
664 src/common/dlgcmn.cpp
665 src/common/dndcmn.cpp
666 src/common/dobjcmn.cpp
667 src/common/docmdi.cpp
668 src/common/docview.cpp
669 src/common/dpycmn.cpp
670 src/common/dseldlg.cpp
671 src/common/effects.cpp
672 src/common/fddlgcmn.cpp
673 src/common/filectrlcmn.cpp
674 src/common/filehistorycmn.cpp
675 src/common/filepickercmn.cpp
676 src/common/fontpickercmn.cpp
677 src/common/fldlgcmn.cpp
678 src/common/fontcmn.cpp
679 src/common/fontdata.cpp
680 src/generic/graphicc.cpp
681 src/common/fontenumcmn.cpp
682 src/common/fontmap.cpp
683 src/common/fontutilcmn.cpp
684 src/common/framecmn.cpp
685 src/common/gaugecmn.cpp
686 src/common/gbsizer.cpp
687 src/common/gdicmn.cpp
688 src/common/geometry.cpp
689 src/common/gifdecod.cpp
690 src/common/graphcmn.cpp
691 src/common/headercolcmn.cpp
692 src/common/headerctrlcmn.cpp
693 src/common/helpbase.cpp
694 src/common/iconbndl.cpp
695 src/common/imagall.cpp
696 src/common/imagbmp.cpp
698 src/common/imagfill.cpp
699 src/common/imaggif.cpp
700 src/common/imagiff.cpp
701 src/common/imagjpeg.cpp
702 src/common/imagpcx.cpp
703 src/common/imagpng.cpp
704 src/common/imagpnm.cpp
705 src/common/imagtga.cpp
706 src/common/imagtiff.cpp
707 src/common/imagxpm.cpp
708 src/common/layout.cpp
709 src/common/lboxcmn.cpp
710 src/common/listctrlcmn.cpp
711 src/common/markupparser.cpp
712 src/common/matrix.cpp
713 src/common/menucmn.cpp
714 src/common/modalhook.cpp
715 src/common/mousemanager.cpp
716 src/common/nbkbase.cpp
717 src/common/overlaycmn.cpp
718 src/common/ownerdrwcmn.cpp
720 src/common/panelcmn.cpp
721 src/common/persist.cpp
722 src/common/pickerbase.cpp
723 src/common/popupcmn.cpp
724 src/common/preferencescmn.cpp
725 src/common/prntbase.cpp
726 src/common/quantize.cpp
727 src/common/radiobtncmn.cpp
728 src/common/radiocmn.cpp
729 src/common/rearrangectrl.cpp
730 src/common/rendcmn.cpp
731 src/common/rgncmn.cpp
732 src/common/scrolbarcmn.cpp
733 src/common/settcmn.cpp
735 src/common/slidercmn.cpp
736 src/common/spinbtncmn.cpp
737 src/common/spinctrlcmn.cpp
738 src/common/srchcmn.cpp
739 src/common/statbar.cpp
740 src/common/statbmpcmn.cpp
741 src/common/statboxcmn.cpp
742 src/common/statlinecmn.cpp
743 src/common/stattextcmn.cpp
744 src/common/stockitem.cpp
745 src/common/tbarbase.cpp
746 src/common/textcmn.cpp
747 src/common/textentrycmn.cpp
748 src/common/textmeasurecmn.cpp
749 src/common/toplvcmn.cpp
750 src/common/treebase.cpp
751 src/common/uiactioncmn.cpp
752 src/common/valgen.cpp
753 src/common/validate.cpp
754 src/common/valtext.cpp
755 src/common/valnum.cpp
756 src/common/wincmn.cpp
757 src/common/windowid.cpp
758 src/common/wrapsizer.cpp
759 src/common/xpmdecod.cpp
760 src/generic/busyinfo.cpp
761 src/generic/buttonbar.cpp
762 src/generic/choicdgg.cpp
763 src/generic/choicbkg.cpp
764 src/generic/combog.cpp
765 src/generic/dcpsg.cpp
766 src/generic/dirctrlg.cpp
767 src/generic/dragimgg.cpp
768 src/generic/filectrlg.cpp
769 src/generic/headerctrlg.cpp
770 src/generic/infobar.cpp
771 src/generic/listbkg.cpp
773 src/generic/markuptext.cpp
774 src/generic/msgdlgg.cpp
775 src/generic/numdlgg.cpp
776 src/generic/progdlgg.cpp
777 src/generic/preferencesg.cpp
778 src/generic/printps.cpp
779 src/generic/renderg.cpp
780 src/generic/richmsgdlgg.cpp
781 src/generic/scrlwing.cpp
782 src/generic/selstore.cpp
783 src/generic/spinctlg.cpp
784 src/generic/splitter.cpp
785 src/generic/srchctlg.cpp
786 src/generic/statbmpg.cpp
787 src/generic/stattextg.cpp
788 src/generic/textdlgg.cpp
789 src/generic/tipwin.cpp
790 src/generic/toolbkg.cpp
791 src/generic/treectlg.cpp
792 src/generic/treebkg.cpp
793 src/generic/vlbox.cpp
794 src/generic/vscroll.cpp
795 src/xrc/xmlreshandler.cpp
797 <set var=
"GUI_CMN_HDR" hints=
"files">
798 wx/affinematrix2dbase.h
834 wx/generic/buttonbar.h
835 wx/generic/choicdgg.h
836 wx/generic/colrdlgg.h
838 wx/generic/custombgwin.h
840 wx/generic/dirctrlg.h
841 wx/generic/dragimgg.h
842 wx/generic/filectrlg.h
843 wx/generic/headerctrlg.h
848 wx/generic/notebook.h
850 wx/generic/prntdlgg.h
852 wx/generic/progdlgg.h
853 wx/generic/richmsgdlgg.h
854 wx/generic/scrolwin.h
855 wx/generic/spinctlg.h
856 wx/generic/splitter.h
857 wx/generic/srchctlg.h
858 wx/generic/statbmpg.h
859 wx/generic/stattextg.h
860 wx/generic/textdlgg.h
861 wx/generic/treectlg.h
924 wx/generic/busyinfo.h
988 wx/persist/bookctrl.h
989 wx/persist/splitter.h
990 wx/persist/toplevel.h
991 wx/persist/treebook.h
1026 wx/xrc/xmlreshandler.h
1029 <!-- ====================================================================== -->
1030 <!-- Common Unix files: -->
1031 <!-- ====================================================================== -->
1033 <set var=
"UNIX_SRC" hints=
"files">
1034 src/unix/apptraits.cpp
1037 <!-- ====================================================================== -->
1038 <!-- Common X11 code: -->
1039 <!-- ====================================================================== -->
1041 <set var=
"XWIN_LOWLEVEL_SRC" hints=
"files">
1042 src/generic/caret.cpp
1043 src/generic/imaglist.cpp
1045 src/unix/displayx11.cpp
1046 src/unix/fontenum.cpp
1047 src/unix/fontutil.cpp
1048 src/unix/uiactionx11.cpp
1049 src/unix/utilsx11.cpp
1051 <set var=
"XWIN_LOWLEVEL_HDR" hints=
"files">
1053 wx/generic/imaglist.h
1059 <!-- ====================================================================== -->
1061 <!-- ====================================================================== -->
1063 <set var=
"GTK_WIN32_SRC" hints=
"files">
1064 src/generic/caret.cpp
1065 src/generic/imaglist.cpp
1066 src/msw/ole/automtn.cpp
1067 src/msw/ole/oleutils.cpp
1068 src/msw/ole/safearray.cpp
1069 src/msw/ole/uuid.cpp
1073 src/msw/utilswin.cpp
1074 src/unix/fontenum.cpp
1075 src/unix/fontutil.cpp
1077 <set var=
"GTK_WIN32_HDR" hints=
"files">
1079 wx/generic/imaglist.h
1080 wx/msw/ole/automtn.h
1081 wx/msw/ole/oleutils.h
1082 wx/msw/ole/safearray.h
1087 <set var=
"GTK_PLATFORM_SRC" hints=
"files">
1088 <if cond=
"PLATFORM_UNIX=='1'">$(XWIN_LOWLEVEL_SRC)
</if>
1089 <if cond=
"PLATFORM_MACOSX=='1'">$(XWIN_LOWLEVEL_SRC)
</if>
1090 <if cond=
"PLATFORM_WIN32=='1'">$(GTK_WIN32_SRC)
</if>
1092 <set var=
"GTK_PLATFORM_HDR" hints=
"files">
1093 <if cond=
"PLATFORM_UNIX=='1'">$(XWIN_LOWLEVEL_HDR)
</if>
1094 <if cond=
"PLATFORM_MACOSX=='1'">$(XWIN_LOWLEVEL_HDR)
</if>
1095 <if cond=
"PLATFORM_WIN32=='1'">$(GTK_WIN32_HDR)
</if>
1097 <set var=
"GTK_LOWLEVEL_SRC" hints=
"files">
1099 src/generic/icon.cpp
1100 src/generic/paletteg.cpp
1102 src/gtk/assertdlg_gtk.cpp
1112 src/gtk/filectrl.cpp
1113 src/gtk/filehistory.cpp
1116 src/gtk/minifram.cpp
1117 src/gtk/nonownedwnd.cpp
1119 src/gtk/popupwin.cpp
1122 src/gtk/renderer.cpp
1123 src/gtk/settings.cpp
1124 src/gtk/textmeasure.cpp
1127 src/gtk/toplevel.cpp
1128 src/gtk/utilsgtk.cpp
1132 <set var=
"GTK2_LOWLEVEL_SRC" hints=
"files">
1134 src/gtk/dcclient.cpp
1135 src/gtk/dcmemory.cpp
1136 src/gtk/dcscreen.cpp
1138 <set var=
"GTK_LOWLEVEL_HDR" hints=
"files">
1141 wx/generic/paletteg.h
1143 wx/gtk/assertdlg_gtk.h
1156 wx/gtk/filehistory.h
1158 wx/gtk/nonownedwnd.h
1166 <set var=
"GTK_SRC" hints=
"files">
1167 <!-- Generic implementations used by wxGTK: -->
1168 src/generic/accel.cpp
1169 src/generic/fdrepdlg.cpp
1170 <!-- Needed as long as we support GTK+ < 2.6 -->
1171 src/generic/filepickerg.cpp
1172 src/generic/listctrl.cpp
1173 src/generic/prntdlgg.cpp
1174 src/generic/statusbr.cpp
1175 <!-- GTK+ specific files: -->
1176 src/gtk/anybutton.cpp
1178 src/gtk/bmpbuttn.cpp
1180 src/gtk/checkbox.cpp
1181 src/gtk/checklst.cpp
1183 src/gtk/collpane.cpp
1184 src/gtk/colordlg.cpp
1185 src/gtk/combobox.cpp
1187 src/gtk/clrpicker.cpp
1189 src/gtk/fontpicker.cpp
1190 src/gtk/filepicker.cpp
1196 src/gtk/gnome/gvfs.cpp
1201 src/gtk/mnemonics.cpp
1203 src/gtk/nativewin.cpp
1204 src/gtk/notebook.cpp
1206 src/gtk/radiobox.cpp
1207 src/gtk/radiobut.cpp
1208 src/gtk/scrolbar.cpp
1209 src/gtk/scrolwin.cpp
1211 src/gtk/spinbutt.cpp
1212 src/gtk/spinctrl.cpp
1215 src/gtk/statline.cpp
1216 src/gtk/stattext.cpp
1218 src/gtk/textctrl.cpp
1219 src/gtk/textentry.cpp
1221 src/gtk/treeentry_gtk.c
1223 <set var=
"GTK2_SRC" hints=
"files">
1225 <!-- Generic implementations used by wxGPE: -->
1226 src/generic/fontdlgg.cpp
1227 <!-- GTK+ specific files: -->
1228 src/gtk/gnome/gprint.cpp
1230 <set var=
"GTK_HDR" hints=
"files">
1231 wx/generic/fdrepdlg.h
1232 wx/generic/filepickerg.h
1233 wx/generic/listctrl.h
1234 wx/generic/statusbr.h
1282 <set var=
"GTK2_HDR" hints=
"files">
1284 wx/generic/fontdlgg.h
1285 wx/gtk/gnome/gprint.h
1289 <!-- ====================================================================== -->
1291 <!-- ====================================================================== -->
1293 <set var=
"GTK1_LOWLEVEL_SRC" hints=
"files">
1294 $(XWIN_LOWLEVEL_SRC)
1295 src/generic/icon.cpp
1296 src/generic/paletteg.cpp
1297 src/generic/textmeasure.cpp
1301 src/gtk1/clipbrd.cpp
1305 src/gtk1/dataobj.cpp
1307 src/gtk1/dcclient.cpp
1308 src/gtk1/dcmemory.cpp
1309 src/gtk1/dcscreen.cpp
1311 src/gtk1/evtloop.cpp
1313 src/gtk1/sockgtk.cpp
1315 src/gtk1/minifram.cpp
1317 src/gtk1/popupwin.cpp
1319 src/gtk1/renderer.cpp
1320 src/gtk1/settings.cpp
1322 src/gtk1/tooltip.cpp
1323 src/gtk1/toplevel.cpp
1324 src/gtk1/utilsgtk.cpp
1328 <set var=
"GTK1_LOWLEVEL_HDR" hints=
"files">
1329 $(XWIN_LOWLEVEL_HDR)
1331 wx/generic/paletteg.h
1356 <set var=
"GTK1_SRC" hints=
"files">
1357 <!-- Generic implementations used by wxGTK1: -->
1358 src/generic/accel.cpp
1359 src/generic/clrpickerg.cpp
1360 src/generic/collpaneg.cpp
1361 src/generic/colrdlgg.cpp
1362 src/generic/dirdlgg.cpp
1363 src/generic/fdrepdlg.cpp
1364 src/generic/filedlgg.cpp
1365 src/generic/filepickerg.cpp
1366 src/generic/fontdlgg.cpp
1367 src/generic/fontpickerg.cpp
1368 src/generic/listctrl.cpp
1369 src/generic/prntdlgg.cpp
1370 src/generic/statusbr.cpp
1371 <!-- GTK1 specific files: -->
1372 src/gtk1/bmpbuttn.cpp
1374 src/gtk1/checkbox.cpp
1375 src/gtk1/checklst.cpp
1377 src/gtk1/combobox.cpp
1378 src/gtk1/control.cpp
1380 src/gtk1/filedlg.cpp
1381 src/gtk1/fontdlg.cpp
1384 src/gtk1/listbox.cpp
1387 src/gtk1/mnemonics.cpp
1388 src/gtk1/notebook.cpp
1389 src/gtk1/radiobox.cpp
1390 src/gtk1/radiobut.cpp
1391 src/gtk1/scrolbar.cpp
1392 src/gtk1/scrolwin.cpp
1394 src/gtk1/spinbutt.cpp
1395 src/gtk1/spinctrl.cpp
1396 src/gtk1/statbmp.cpp
1397 src/gtk1/statbox.cpp
1398 src/gtk1/statline.cpp
1399 src/gtk1/stattext.cpp
1400 src/gtk1/toolbar.cpp
1401 src/gtk1/textctrl.cpp
1404 <set var=
"GTK1_HDR" hints=
"files">
1405 wx/generic/clrpickerg.h
1406 wx/generic/collpaneg.h
1407 wx/generic/colrdlgg.h
1408 wx/generic/dirdlgg.h
1409 wx/generic/fdrepdlg.h
1410 wx/generic/filedlgg.h
1411 wx/generic/filepickerg.h
1412 wx/generic/fontdlgg.h
1413 wx/generic/fontpickerg.h
1414 wx/generic/listctrl.h
1415 wx/generic/statusbr.h
1453 <!-- ====================================================================== -->
1455 <!-- ====================================================================== -->
1457 <set var=
"MOTIF_LOWLEVEL_SRC" hints=
"files">
1458 $(XWIN_LOWLEVEL_SRC)
1459 src/generic/textmeasure.cpp
1467 <set var=
"MOTIF_LOWLEVEL_HDR" hints=
"files">
1468 $(XWIN_LOWLEVEL_HDR)
1475 <set var=
"MOTIF_SRC" hints=
"files">
1478 src/motif/bmpbuttn.cpp
1479 src/motif/bmpmotif.cpp
1480 src/motif/button.cpp
1481 src/motif/checkbox.cpp
1482 src/motif/checklst.cpp
1483 src/motif/choice.cpp
1484 src/motif/clipbrd.cpp
1485 src/motif/colour.cpp
1486 src/motif/combobox.cpp
1487 src/motif/combobox_native.cpp
1488 src/motif/control.cpp
1489 src/motif/cursor.cpp
1491 src/motif/dataobj.cpp
1493 src/motif/dcclient.cpp
1494 src/motif/dcmemory.cpp
1495 src/motif/dcscreen.cpp
1496 src/motif/dialog.cpp
1497 src/motif/evtloop.cpp
1498 src/motif/filedlg.cpp
1502 src/motif/sockmot.cpp
1504 src/motif/listbox.cpp
1507 src/motif/menuitem.cpp
1508 src/motif/minifram.cpp
1509 src/motif/msgdlg.cpp
1510 src/motif/popupwin.cpp
1511 src/motif/radiobox.cpp
1512 src/motif/radiobut.cpp
1513 src/motif/scrolbar.cpp
1514 src/motif/settings.cpp
1515 src/motif/slider.cpp
1516 src/motif/spinbutt.cpp
1517 src/motif/statbmp.cpp
1518 src/motif/statbox.cpp
1519 src/motif/stattext.cpp
1520 src/motif/textctrl.cpp
1521 src/motif/textentry.cpp
1523 src/motif/toolbar.cpp
1524 src/motif/toplevel.cpp
1526 src/motif/window.cpp
1527 src/motif/xmcombo/xmcombo.c
1528 <!-- Generic files used by wxMotif: -->
1529 src/generic/clrpickerg.cpp
1530 src/generic/collpaneg.cpp
1531 src/generic/colrdlgg.cpp
1532 src/generic/dirdlgg.cpp
1533 src/generic/fdrepdlg.cpp
1534 src/generic/filepickerg.cpp
1535 src/generic/fontdlgg.cpp
1536 src/generic/fontpickerg.cpp
1537 src/generic/listctrl.cpp
1538 src/generic/mdig.cpp
1539 src/generic/notebook.cpp
1540 src/generic/prntdlgg.cpp
1541 src/generic/statline.cpp
1542 src/generic/statusbr.cpp
1543 src/generic/tabg.cpp
1545 <set var=
"MOTIF_HDR" hints=
"files">
1546 wx/generic/clrpickerg.h
1547 wx/generic/collpaneg.h
1548 wx/generic/colrdlgg.h
1549 wx/generic/ctrlsub.h
1550 wx/generic/dirdlgg.h
1551 wx/generic/fdrepdlg.h
1552 wx/generic/filepickerg.h
1553 wx/generic/fontdlgg.h
1554 wx/generic/fontpickerg.h
1555 wx/generic/listctrl.h
1557 wx/generic/notebook.h
1558 wx/generic/prntdlgg.h
1559 wx/generic/statline.h
1560 wx/generic/statusbr.h
1609 wx/motif/textentry.h
1617 <!-- ====================================================================== -->
1619 <!-- ====================================================================== -->
1622 <set var=
"X11_LOWLEVEL_SRC" hints=
"files">
1623 $(XWIN_LOWLEVEL_SRC)
1624 src/generic/icon.cpp
1625 src/generic/textmeasure.cpp
1626 src/generic/timer.cpp
1636 src/x11/dcclient.cpp
1637 src/x11/dcmemory.cpp
1638 src/x11/dcscreen.cpp
1641 src/x11/minifram.cpp
1645 src/x11/popupwin.cpp
1647 src/x11/reparent.cpp
1648 src/x11/settings.cpp
1649 src/x11/toplevel.cpp
1654 <set var=
"X11_LOWLEVEL_HDR" hints=
"files">
1655 $(XWIN_LOWLEVEL_HDR)
1690 <!-- ====================================================================== -->
1692 <!-- ====================================================================== -->
1694 <set var=
"MSW_LOWLEVEL_SRC" hints=
"files">
1695 src/msw/ole/activex.cpp
1705 src/msw/dcclient.cpp
1706 src/msw/dcmemory.cpp
1708 src/msw/dcscreen.cpp
1714 src/msw/fontenum.cpp
1715 src/msw/fontutil.cpp
1716 src/msw/gdiimage.cpp
1719 src/msw/graphics.cpp
1721 src/msw/imaglist.cpp
1722 src/msw/minifram.cpp
1723 src/msw/nonownedwnd.cpp
1724 src/msw/ole/dataobj.cpp
1725 src/msw/ole/dropsrc.cpp
1726 src/msw/ole/droptgt.cpp
1727 src/msw/ole/oleutils.cpp
1728 src/msw/ole/safearray.cpp
1731 src/msw/popupwin.cpp
1732 src/msw/printdlg.cpp
1733 src/msw/printwin.cpp
1735 src/msw/renderer.cpp
1736 src/msw/settings.cpp
1737 src/msw/textmeasure.cpp
1739 src/msw/toplevel.cpp
1740 src/msw/uiaction.cpp
1741 src/msw/utilsgui.cpp
1742 src/msw/utilswin.cpp
1746 <set var=
"MSW_LOWLEVEL_HDR" hints=
"files">
1747 wx/msw/nonownedwnd.h
1748 wx/msw/ole/activex.h
1755 <set var=
"MSW_DESKTOP_LOWLEVEL_SRC" hints=
"files">
1758 src/msw/ole/automtn.cpp
1759 src/msw/ole/uuid.cpp
1762 <set var=
"MSW_DESKTOP_LOWLEVEL_HDR" hints=
"files">
1767 <set var=
"MSW_SRC" hints=
"files">
1768 src/generic/clrpickerg.cpp
1769 src/generic/collpaneg.cpp
1770 src/generic/filepickerg.cpp
1771 src/generic/fontpickerg.cpp
1772 src/generic/statusbr.cpp
1773 src/generic/prntdlgg.cpp
1775 src/msw/anybutton.cpp
1777 src/msw/bmpbuttn.cpp
1779 src/msw/checkbox.cpp
1781 src/msw/colordlg.cpp
1783 src/msw/combobox.cpp
1787 src/msw/dragimag.cpp
1792 src/msw/headerctrl.cpp
1795 src/msw/listctrl.cpp
1798 src/msw/menuitem.cpp
1799 src/msw/metafile.cpp
1801 src/msw/nativdlg.cpp
1802 src/msw/nativewin.cpp
1803 src/msw/notebook.cpp
1804 src/msw/ole/access.cpp
1805 src/msw/ownerdrw.cpp
1808 src/msw/radiobox.cpp
1809 src/msw/radiobut.cpp
1810 src/msw/richmsgdlg.cpp
1811 src/msw/scrolbar.cpp
1813 src/msw/spinbutt.cpp
1814 src/msw/spinctrl.cpp
1817 src/msw/statusbar.cpp
1818 src/msw/statline.cpp
1819 src/msw/stattext.cpp
1821 src/msw/textctrl.cpp
1822 src/msw/textentry.cpp
1824 src/msw/treectrl.cpp
1826 <set var=
"MSW_HDR" hints=
"files">
1827 wx/generic/clrpickerg.h
1828 wx/generic/collpaneg.h
1829 wx/generic/filepickerg.h
1830 wx/generic/fontpickerg.h
1849 wx/msw/custombgwin.h
1883 wx/msw/ole/dataform.h
1884 wx/msw/ole/dataobj.h
1885 wx/msw/ole/dataobj2.h
1886 wx/msw/ole/dropsrc.h
1887 wx/msw/ole/droptgt.h
1888 wx/msw/ole/oleutils.h
1889 wx/msw/ole/safearray.h
1920 <!-- Resources must be installed together with headers: -->
1922 wx/msw/amd64.manifest
1923 wx/msw/ia64.manifest
1954 <!-- Files used only by desktop MSW port, but *not* WindowsCE one: -->
1955 <set var=
"MSW_DESKTOP_SRC" hints=
"files">
1956 src/msw/checklst.cpp
1957 src/msw/fdrepdlg.cpp
1960 <set var=
"MSW_DESKTOP_HDR" hints=
"files">
1964 wx/msw/ole/automtn.h
1968 <!-- Files used by WindowsCE port but not by desktop MSW port: -->
1969 <set var=
"WINCE_SRC" hints=
"files">
1970 src/generic/dirdlgg.cpp
1971 src/generic/fdrepdlg.cpp
1972 src/generic/filedlgg.cpp
1973 src/generic/fontdlgg.cpp
1974 src/msw/wince/checklst.cpp
1975 src/msw/wince/choicece.cpp
1976 src/msw/wince/crt.cpp
1977 src/msw/wince/filedlgwce.cpp
1978 src/msw/wince/filefnwce.cpp
1979 src/msw/wince/helpwce.cpp
1980 src/msw/wince/menuce.cpp
1981 src/msw/wince/tbarwce.cpp
1982 src/msw/wince/textctrlce.cpp
1984 <set var=
"WINCE_HDR" hints=
"files">
1985 wx/generic/fdrepdlg.h
1986 wx/generic/filedlgg.h
1987 wx/generic/fontdlgg.h
1988 wx/msw/wince/checklst.h
1989 wx/msw/wince/choicece.h
1990 wx/msw/wince/helpwce.h
1991 wx/msw/wince/libraries.h
1992 wx/msw/wince/missing.h
1993 wx/msw/wince/tbarwce.h
1994 wx/msw/wince/textctrlce.h
1995 wx/msw/wince/resources.h
1999 <!-- ====================================================================== -->
2001 <!-- ====================================================================== -->
2003 <set var=
"DFB_LOWLEVEL_SRC" hints=
"files">
2004 src/common/fontmgrcmn.cpp
2005 src/generic/caret.cpp
2006 src/generic/colour.cpp
2007 src/generic/icon.cpp
2008 src/generic/imaglist.cpp
2009 src/generic/mask.cpp
2010 src/generic/textmeasure.cpp
2015 <!-- src/dfb/data.cpp -->
2017 src/dfb/dcclient.cpp
2018 src/dfb/dcmemory.cpp
2019 src/dfb/dcscreen.cpp
2022 src/dfb/fontenum.cpp
2024 src/dfb/nonownedwnd.cpp
2028 src/dfb/settings.cpp
2029 src/dfb/toplevel.cpp
2034 <set var=
"DFB_LOWLEVEL_HDR" hints=
"files">
2038 wx/generic/imaglist.h
2052 wx/dfb/nonownedwnd.h
2063 <!-- ====================================================================== -->
2065 <!-- ====================================================================== -->
2067 <set var=
"OS2_LOWLEVEL_SRC" hints=
"files">
2068 <!-- wxUniv builds not supported under OS/2 -->
2070 <set var=
"OS2_LOWLEVEL_HDR" hints=
"files">
2072 <set var=
"OS2_SRC" hints=
"files">
2073 <!-- Generic implementations used by wxOS2: -->
2074 src/generic/caret.cpp
2075 src/generic/clrpickerg.cpp
2076 src/generic/collpaneg.cpp
2077 src/generic/colrdlgg.cpp
2078 src/generic/dirdlgg.cpp
2079 src/generic/fdrepdlg.cpp
2080 src/generic/filepickerg.cpp
2081 src/generic/fontpickerg.cpp
2082 src/generic/imaglist.cpp
2083 src/generic/listctrl.cpp
2084 src/generic/mdig.cpp
2085 src/generic/prntdlgg.cpp
2086 src/generic/statusbr.cpp
2087 src/generic/textmeasure.cpp
2088 <!-- OS/2 specific files: -->
2092 src/os2/bmpbuttn.cpp
2095 src/os2/checkbox.cpp
2096 src/os2/checklst.cpp
2100 src/os2/combobox.cpp
2106 src/os2/dcclient.cpp
2107 src/os2/dcmemory.cpp
2109 src/os2/dcscreen.cpp
2116 src/os2/fontenum.cpp
2117 src/os2/fontutil.cpp
2120 src/os2/gdiimage.cpp
2128 src/os2/menuitem.cpp
2129 src/os2/metafile.cpp
2130 src/os2/minifram.cpp
2132 src/os2/nativdlg.cpp
2133 src/os2/notebook.cpp
2134 src/os2/ownerdrw.cpp
2137 src/os2/popupwin.cpp
2139 src/os2/radiobox.cpp
2140 src/os2/radiobut.cpp
2142 src/os2/scrolbar.cpp
2143 src/os2/settings.cpp
2145 src/os2/spinbutt.cpp
2146 src/os2/spinctrl.cpp
2149 src/os2/statline.cpp
2150 src/os2/stattext.cpp
2151 src/os2/textctrl.cpp
2152 src/os2/textentry.cpp
2157 src/os2/toplevel.cpp
2158 src/os2/utilsgui.cpp
2161 <set var=
"OS2_HDR" hints=
"files">
2163 wx/generic/clrpickerg.h
2164 wx/generic/collpaneg.h
2165 wx/generic/colrdlgg.h
2166 wx/generic/dirdlgg.h
2167 wx/generic/fdrepdlg.h
2168 wx/generic/listctrl.h
2170 wx/generic/statusbr.h
2240 <!-- ====================================================================== -->
2241 <!-- wxOSX Common -->
2242 <!-- ====================================================================== -->
2244 <set var=
"OSX_LOWLEVEL_SRC" hints=
"files">
2245 <!-- Shared wxMac and wxCocoa files -->
2246 <if cond=
"PLATFORM_MACOSX=='1'">
2249 src/osx/dialog_osx.cpp
2250 src/osx/fontutil.cpp
2251 src/osx/imaglist.cpp
2252 src/osx/minifram.cpp
2253 src/osx/nonownedwnd_osx.cpp
2256 src/osx/toplevel_osx.cpp
2257 src/osx/uiaction_osx.cpp
2258 src/osx/utils_osx.cpp
2259 <!-- src/osx/treectrl.cpp -->
2260 src/osx/window_osx.cpp
2262 src/osx/core/bitmap.cpp
2263 src/osx/core/colour.cpp
2264 src/osx/core/dcmemory.cpp
2265 src/osx/core/display.cpp
2266 src/osx/core/fontenum.cpp
2267 src/osx/core/hid.cpp
2268 src/osx/core/printmac.cpp
2269 src/osx/core/timer.cpp
2270 src/osx/core/utilsexc_cf.cpp
2274 <set var=
"OSX_LOWLEVEL_HDR" hints=
"files">
2278 <set var="OSX_LOWLEVEL_SRC" hints="files">
2279 <if cond="PLATFORM_MACOSX=='1'">$(OSX_LOWLEVEL_SRC)</if>
2281 <set var="OSX_LOWLEVEL_HDR" hints="files">
2282 <if cond="PLATFORM_MACOSX=='1'">$(OSX_LOWLEVEL_HDR)</if>
2286 <set var=
"OSX_CARBON_COCOA_SRC" hints=
"files">
2287 <if cond=
"PLATFORM_MACOSX=='1'">
2288 <!-- Common controls implementation -->
2289 src/osx/anybutton_osx.cpp
2290 src/osx/bmpbuttn_osx.cpp
2291 src/osx/button_osx.cpp
2292 src/osx/checkbox_osx.cpp
2293 src/osx/checklst_osx.cpp
2294 src/osx/choice_osx.cpp
2295 src/osx/combobox_osx.cpp
2297 src/osx/gauge_osx.cpp
2298 src/osx/listbox_osx.cpp
2299 src/osx/menu_osx.cpp
2300 src/osx/menuitem_osx.cpp
2301 src/osx/notebook_osx.cpp
2302 src/osx/printdlg_osx.cpp
2303 src/osx/radiobox_osx.cpp
2304 src/osx/radiobut_osx.cpp
2305 src/osx/scrolbar_osx.cpp
2306 src/osx/slider_osx.cpp
2307 src/osx/spinbutt_osx.cpp
2308 src/osx/srchctrl_osx.cpp
2309 src/osx/statbox_osx.cpp
2310 src/osx/statline_osx.cpp
2311 src/osx/stattext_osx.cpp
2312 src/osx/textentry_osx.cpp
2313 src/osx/textctrl_osx.cpp
2314 src/osx/tglbtn_osx.cpp
2315 src/osx/toolbar_osx.cpp
2316 <!-- wxWebKit files -->
2317 src/html/htmlctrl/webkit/webkit.mm
2318 <!-- Native color/font dialogs -->
2319 src/osx/carbon/colordlgosx.mm
2320 src/osx/carbon/fontdlgosx.mm
2321 <!-- other shared files -->
2323 src/osx/carbon/clipbrd.cpp
2324 src/osx/carbon/cursor.cpp
2325 src/osx/carbon/fontdlg.cpp
2326 src/osx/carbon/gdiobj.cpp
2327 src/osx/carbon/icon.cpp
2328 src/osx/carbon/app.cpp
2329 src/osx/carbon/combobox.cpp
2330 src/osx/carbon/control.cpp
2331 src/osx/carbon/dataobj.cpp
2332 src/osx/carbon/dcclient.cpp
2333 src/osx/carbon/dcprint.cpp
2334 src/osx/carbon/dcscreen.cpp
2335 src/osx/core/glgrab.cpp
2336 src/osx/carbon/graphics.cpp
2337 src/osx/carbon/font.cpp
2338 src/osx/carbon/frame.cpp
2339 src/osx/carbon/mdi.cpp
2340 src/osx/carbon/metafile.cpp
2341 src/osx/carbon/overlay.cpp
2342 src/osx/carbon/popupwin.cpp
2343 src/osx/carbon/renderer.cpp
2344 src/osx/carbon/settings.cpp
2345 src/osx/carbon/statbrma.cpp
2346 src/osx/carbon/region.cpp
2347 <!-- cocoa bridge -->
2348 src/osx/carbon/utilscocoa.mm
2349 <!-- Generic implementations used by wxOSX: -->
2350 src/generic/caret.cpp
2351 src/generic/clrpickerg.cpp
2352 src/generic/collpaneg.cpp
2353 src/generic/colrdlgg.cpp
2354 src/generic/dirdlgg.cpp
2355 src/generic/fdrepdlg.cpp
2356 src/generic/filedlgg.cpp
2357 src/generic/filepickerg.cpp
2358 src/generic/fontdlgg.cpp
2359 src/generic/fontpickerg.cpp
2360 src/generic/listctrl.cpp
2361 src/generic/prntdlgg.cpp
2362 src/generic/statusbr.cpp
2363 src/generic/textmeasure.cpp
2367 <!-- Header files like wx/osx/foo.h which include wx/osx/carbon/foo.h -->
2368 <set var=
"OSX_SHARED_HDR" hints=
"files">
2369 <!-- wxWebKit headers -->
2371 <!-- other shared headers -->
2419 wx/osx/nonownedwnd.h
2451 <!-- Generic implementations used by wxOSX: -->
2453 wx/generic/clrpickerg.h
2454 wx/generic/collpaneg.h
2455 wx/generic/colrdlgg.h
2456 wx/generic/dirdlgg.h
2457 wx/generic/fdrepdlg.h
2458 wx/generic/filedlgg.h
2459 wx/generic/filepickerg.h
2460 wx/generic/fontdlgg.h
2461 wx/generic/fontpickerg.h
2462 wx/generic/listctrl.h
2463 wx/generic/prntdlgg.h
2464 wx/generic/statusbr.h
2467 <!-- ====================================================================== -->
2468 <!-- wxOSX/Carbon -->
2469 <!-- ====================================================================== -->
2471 <set var=
"OSX_CARBON_SRC" hints=
"files">
2472 <!-- carbon files -->
2473 $(OSX_CARBON_COCOA_SRC)
2474 src/osx/carbon/anybutton.cpp
2475 src/osx/carbon/bmpbuttn.cpp
2476 src/osx/carbon/button.cpp
2477 src/osx/carbon/checkbox.cpp
2478 src/osx/carbon/choice.cpp
2479 src/osx/carbon/colordlg.cpp
2480 src/osx/carbon/dialog.cpp
2481 src/osx/carbon/dirdlg.cpp
2482 src/osx/carbon/dnd.cpp
2483 src/osx/carbon/evtloop.cpp
2484 src/osx/carbon/filedlg.cpp
2485 src/osx/carbon/gauge.cpp
2486 src/osx/carbon/listbox.cpp
2487 src/osx/carbon/listctrl_mac.cpp
2488 src/osx/carbon/menu.cpp
2489 src/osx/carbon/menuitem.cpp
2490 src/osx/carbon/msgdlg.cpp
2491 src/osx/carbon/nonownedwnd.cpp
2492 src/osx/carbon/notebmac.cpp
2493 src/osx/carbon/printdlg.cpp
2494 src/osx/carbon/radiobut.cpp
2495 src/osx/carbon/scrolbar.cpp
2496 src/osx/carbon/slider.cpp
2497 src/osx/carbon/spinbutt.cpp
2498 src/osx/carbon/srchctrl.cpp
2499 src/osx/carbon/statbmp.cpp
2500 src/osx/carbon/statbox.cpp
2501 src/osx/carbon/statlmac.cpp
2502 src/osx/carbon/stattext.cpp
2503 src/osx/carbon/textctrl.cpp
2504 src/osx/carbon/tglbtn.cpp
2505 src/osx/carbon/toolbar.cpp
2506 src/osx/carbon/tooltip.cpp
2507 src/osx/carbon/window.cpp
2510 <!-- wxMac Carbon header files -->
2511 <set var=
"OSX_CARBON_HDR" hints=
"files">
2513 wx/osx/core/colour.h
2514 <!-- carbon files -->
2515 wx/osx/carbon/chkconf.h
2516 wx/osx/carbon/evtloop.h
2517 wx/osx/carbon/private.h
2518 wx/osx/carbon/region.h
2519 wx/osx/carbon/statbmp.h
2523 <!-- ====================================================================== -->
2524 <!-- wxOSX/Cocoa -->
2525 <!-- ====================================================================== -->
2527 <set var=
"OSX_COCOA_SRC" hints=
"files">
2528 $(OSX_CARBON_COCOA_SRC)
2529 src/osx/cocoa/anybutton.mm
2530 src/osx/cocoa/button.mm
2531 src/osx/cocoa/checkbox.mm
2532 src/osx/cocoa/choice.mm
2533 src/osx/cocoa/colour.mm
2534 src/osx/cocoa/combobox.mm
2535 src/osx/cocoa/dialog.mm
2536 src/osx/cocoa/dirdlg.mm
2537 src/osx/cocoa/dnd.mm
2538 src/osx/cocoa/evtloop.mm
2539 src/osx/cocoa/filedlg.mm
2540 src/osx/cocoa/gauge.mm
2541 src/osx/cocoa/listbox.mm
2542 src/osx/cocoa/menu.mm
2543 src/osx/cocoa/menuitem.mm
2544 src/osx/cocoa/msgdlg.mm
2545 src/osx/cocoa/nonownedwnd.mm
2546 src/osx/cocoa/notebook.mm
2547 src/osx/cocoa/radiobut.mm
2548 src/osx/cocoa/preferences.mm
2549 src/osx/cocoa/printdlg.mm
2550 src/osx/cocoa/scrolbar.mm
2551 src/osx/cocoa/slider.mm
2552 src/osx/cocoa/spinbutt.mm
2553 src/osx/cocoa/srchctrl.mm
2554 src/osx/cocoa/statbox.mm
2555 src/osx/cocoa/statline.mm
2556 src/osx/cocoa/stattext.mm
2557 src/osx/cocoa/textctrl.mm
2558 src/osx/cocoa/tglbtn.mm
2559 src/osx/cocoa/toolbar.mm
2560 src/osx/cocoa/tooltip.mm
2561 src/osx/cocoa/window.mm
2563 <set var=
"OSX_COCOA_HDR" hints=
"files">
2564 wx/osx/cocoa/chkconf.h
2565 wx/osx/cocoa/evtloop.h
2566 wx/osx/cocoa/private.h
2567 $(OSX_CARBON_HDR)
<!-- FIXME: these headers need moved somewhere shared... -->
2571 <!-- ====================================================================== -->
2572 <!-- wxOSX/iPhone -->
2573 <!-- ====================================================================== -->
2575 <set var=
"OSX_IPHONE_SRC" hints=
"files">
2576 $(OSX_CARBON_COCOA_SRC)
2577 src/generic/regiong.cpp
2578 src/generic/icon.cpp
2579 <!-- iphone files -->
2580 src/osx/iphone/anybutton.mm
2581 src/osx/iphone/button.mm
2582 src/osx/iphone/checkbox.mm
2583 src/osx/iphone/dialog.mm
2584 src/osx/iphone/evtloop.mm
2585 src/osx/iphone/gauge.mm
2586 src/osx/iphone/msgdlg.mm
2587 src/osx/iphone/nonownedwnd.mm
2588 src/osx/iphone/scrolbar.mm
2589 src/osx/iphone/slider.mm
2590 src/osx/iphone/stattext.mm
2591 src/osx/iphone/textctrl.mm
2592 src/osx/iphone/toolbar.mm
2593 src/osx/iphone/utils.mm
2594 src/osx/iphone/window.mm
2597 <set var=
"OSX_IPHONE_HDR" hints=
"files">
2598 wx/osx/iphone/chkconf.h
2599 wx/osx/iphone/evtloop.h
2600 wx/osx/iphone/private.h
2601 $(OSX_CARBON_HDR)
<!-- FIXME: these headers need moved somewhere shared... -->
2605 <!-- ====================================================================== -->
2607 <!-- ====================================================================== -->
2609 <set var=
"COCOA_LOWLEVEL_SRC" hints=
"files">
2610 <!-- Shared wxMac and wxCocoa files -->
2611 src/osx/core/hid.cpp
2612 src/osx/core/utilsexc_cf.cpp
2614 <set var=
"COCOA_LOWLEVEL_HDR" hints=
"files">
2616 <set var=
"COCOA_SRC" hints=
"files">
2618 src/cocoa/NSButton.mm
2619 src/cocoa/NSControl.mm
2621 src/cocoa/NSPanel.mm
2622 src/cocoa/NSScroller.mm
2623 src/cocoa/NSSlider.mm
2624 src/cocoa/NSTabView.mm
2625 src/cocoa/NSTableView.mm
2626 src/cocoa/NSTextField.mm
2628 src/cocoa/NSWindow.mm
2629 src/cocoa/ObjcRef.mm
2632 src/cocoa/bmpbuttn.mm
2635 src/cocoa/checkbox.mm
2636 src/cocoa/checklst.mm
2638 src/cocoa/clipbrd.mm
2639 src/cocoa/colordlg.mm
2641 src/cocoa/combobox.mm
2642 src/cocoa/control.mm
2645 src/cocoa/dataobj.mm
2647 src/cocoa/dcclient.mm
2648 src/cocoa/dcmemory.mm
2649 src/cocoa/dcscreen.cpp
2652 src/cocoa/display.mm
2654 src/cocoa/evtloop.mm
2655 src/cocoa/filedlg.mm
2657 src/cocoa/fontdlg.mm
2658 src/cocoa/fontenum.mm
2659 src/cocoa/fontutil.cpp
2663 src/cocoa/listbox.mm
2665 src/cocoa/mbarman.mm
2668 src/cocoa/menuitem.mm
2670 src/cocoa/notebook.mm
2672 src/cocoa/radiobox.mm
2673 src/cocoa/radiobut.mm
2675 src/cocoa/scrolbar.mm
2676 src/cocoa/settings.mm
2679 src/cocoa/spinbutt.mm
2680 src/cocoa/statbmp.mm
2681 src/cocoa/statbox.mm
2682 src/cocoa/statline2.mm
2683 src/cocoa/stattext.mm
2684 src/cocoa/textctrl.mm
2686 src/cocoa/toolbar.mm
2687 src/cocoa/tooltip.mm
2688 src/cocoa/toplevel.mm
2690 src/cocoa/utilsexc.mm
2692 <!-- Generic implementations used by wxCocoa: -->
2693 src/generic/accel.cpp
2694 src/generic/caret.cpp
2695 src/generic/clrpickerg.cpp
2696 src/generic/collpaneg.cpp
2697 src/generic/colrdlgg.cpp
2698 src/generic/fdrepdlg.cpp
2699 src/generic/filepickerg.cpp
2700 src/generic/fontdlgg.cpp
2701 src/generic/fontpickerg.cpp
2702 src/generic/imaglist.cpp
2703 src/generic/listctrl.cpp
2704 src/generic/paletteg.cpp
2705 src/generic/regiong.cpp
2706 src/generic/statusbr.cpp
2707 src/generic/textmeasure.cpp
2709 <set var=
"COCOA_HDR" hints=
"files">
2710 wx/cocoa/NSApplication.h
2713 wx/cocoa/NSControl.h
2716 wx/cocoa/NSScroller.h
2718 wx/cocoa/NSTabView.h
2719 wx/cocoa/NSTableView.h
2720 wx/cocoa/NSTextField.h
2723 wx/cocoa/ObjcAssociate.h
2782 <!-- Semi-private headers -->
2783 wx/cocoa/objc/objc_uniquifying.h
2784 <!-- Generic implementations used by wxCocoa: -->
2786 wx/generic/clrpickerg.h
2787 wx/generic/collpaneg.h
2788 wx/generic/fdrepdlg.h
2789 wx/generic/fontdlgg.h
2790 wx/generic/fontpickerg.h
2791 wx/generic/imaglist.h
2792 wx/generic/listctrl.h
2793 wx/generic/paletteg.h
2795 wx/generic/statusbr.h
2800 <!-- ====================================================================== -->
2801 <!-- wxUniversal -->
2802 <!-- ====================================================================== -->
2805 <set var=
"UNIV_THEMES_SRC" hints=
"files">
2806 src/univ/themes/gtk.cpp
2807 src/univ/themes/metal.cpp
2808 src/univ/themes/mono.cpp
2809 src/univ/themes/win32.cpp
2812 <set var=
"UNIV_PLATFORM_SRC" hints=
"files">
2813 <if cond=
"TOOLKIT=='MSW'">
2817 <set var=
"UNIV_PLATFORM_HDR" hints=
"files">
2818 <if cond=
"TOOLKIT=='MSW'">
2823 <set var=
"UNIV_SRC" hints=
"files">
2824 $(UNIV_PLATFORM_SRC)
2825 src/generic/accel.cpp
2826 src/generic/clrpickerg.cpp
2827 src/generic/collpaneg.cpp
2828 src/generic/colrdlgg.cpp
2829 src/generic/dirdlgg.cpp
2830 src/generic/fdrepdlg.cpp
2831 src/generic/filedlgg.cpp
2832 src/generic/filepickerg.cpp
2833 src/generic/fontdlgg.cpp
2834 src/generic/fontpickerg.cpp
2835 src/generic/listctrl.cpp
2836 src/generic/mdig.cpp
2837 src/generic/prntdlgg.cpp
2838 src/univ/bmpbuttn.cpp
2840 src/univ/checkbox.cpp
2841 src/univ/checklst.cpp
2843 src/univ/combobox.cpp
2844 src/univ/control.cpp
2845 src/univ/ctrlrend.cpp
2847 src/univ/framuniv.cpp
2849 src/univ/inpcons.cpp
2850 src/univ/inphand.cpp
2851 src/univ/listbox.cpp
2853 src/univ/notebook.cpp
2854 src/univ/radiobox.cpp
2855 src/univ/radiobut.cpp
2856 src/univ/scrarrow.cpp
2857 src/univ/scrolbar.cpp
2858 src/univ/scrthumb.cpp
2859 src/univ/settingsuniv.cpp
2861 src/univ/spinbutt.cpp
2862 src/univ/statbmp.cpp
2863 src/univ/statbox.cpp
2864 src/univ/statline.cpp
2865 src/univ/stattext.cpp
2866 src/univ/statusbr.cpp
2867 src/univ/stdrend.cpp
2868 src/univ/textctrl.cpp
2871 src/univ/toolbar.cpp
2872 src/univ/topluniv.cpp
2873 src/univ/winuniv.cpp
2875 <set var=
"UNIV_HDR" hints=
"files">
2876 $(UNIV_PLATFORM_HDR)
2878 wx/generic/animate.h
2879 wx/generic/clrpickerg.h
2880 wx/generic/collpaneg.h
2881 wx/generic/ctrlsub.h
2882 wx/generic/dirdlgg.h
2883 wx/generic/fdrepdlg.h
2884 wx/generic/filedlgg.h
2885 wx/generic/filepickerg.h
2886 wx/generic/fontdlgg.h
2887 wx/generic/fontpickerg.h
2888 wx/generic/listctrl.h
2890 wx/generic/statusbr.h
2902 wx/univ/custombgwin.h
2936 <!-- ====================================================================== -->
2938 <!-- ====================================================================== -->
2940 <set var=
"ADVANCED_CMN_SRC" hints=
"files">
2941 src/common/animatecmn.cpp
2942 src/common/bmpcboxcmn.cpp
2943 src/common/calctrlcmn.cpp
2944 src/common/datavcmn.cpp
2945 src/common/gridcmn.cpp
2946 src/common/hyperlnkcmn.cpp
2947 src/common/odcombocmn.cpp
2948 src/common/richtooltipcmn.cpp
2949 src/generic/aboutdlgg.cpp
2950 src/generic/bannerwindow.cpp
2951 src/generic/bmpcboxg.cpp
2952 src/generic/calctrlg.cpp
2953 src/generic/commandlinkbuttong.cpp
2954 src/generic/datavgen.cpp
2955 src/generic/datectlg.cpp
2956 src/generic/editlbox.cpp
2957 src/generic/grid.cpp
2958 src/generic/gridctrl.cpp
2959 src/generic/grideditors.cpp
2960 src/generic/gridsel.cpp
2961 src/generic/helpext.cpp
2962 src/generic/hyperlinkg.cpp
2963 src/generic/laywin.cpp
2964 src/generic/notifmsgg.cpp
2965 src/generic/odcombo.cpp
2966 src/generic/propdlg.cpp
2967 src/generic/richtooltipg.cpp
2968 src/generic/sashwin.cpp
2969 src/generic/splash.cpp
2970 src/generic/timectrlg.cpp
2971 src/generic/tipdlg.cpp
2972 src/generic/treelist.cpp
2973 src/generic/wizard.cpp
2976 <set var=
"ADVANCED_CMN_HDR" hints=
"files">
2982 wx/commandlinkbutton.h
2990 wx/generic/aboutdlgg.h
2991 wx/generic/bmpcbox.h
2992 wx/generic/calctrlg.h
2993 wx/generic/datectrl.h
2994 wx/generic/dataview.h
2995 wx/generic/dvrenderer.h
2996 wx/generic/dvrenderers.h
2998 wx/generic/gridctrl.h
2999 wx/generic/grideditors.h
3000 wx/generic/gridsel.h
3001 wx/generic/helpext.h
3002 wx/generic/hyperlink.h
3004 wx/generic/notifmsg.h
3005 wx/generic/propdlg.h
3006 wx/generic/sashwin.h
3008 wx/generic/timectrl.h
3028 <set var=
"ADVANCED_MSW_SRC" hints=
"files">
3029 src/common/taskbarcmn.cpp
3030 src/msw/aboutdlg.cpp
3031 src/msw/notifmsg.cpp
3032 src/msw/richtooltip.cpp
3036 <set var=
"ADVANCED_MSW_HDR" hints=
"files">
3042 <!-- not used with wxUniv -->
3043 <set var=
"ADVANCED_MSW_NATIVE_SRC" hints=
"files">
3044 src/generic/animateg.cpp
3047 src/msw/commandlinkbutton.cpp
3048 src/msw/datecontrols.cpp
3049 src/msw/datectrl.cpp
3050 src/msw/datetimectrl.cpp
3051 src/msw/hyperlink.cpp
3052 src/msw/timectrl.cpp
3054 <set var=
"ADVANCED_MSW_NATIVE_HDR" hints=
"files">
3055 wx/generic/animate.h
3057 wx/msw/commandlinkbutton.h
3060 wx/msw/datetimectrl.h
3065 <!-- not built on WindowsCE: -->
3066 <set var=
"ADVANCED_MSW_DESKTOP_SRC" hints=
"files">
3067 src/msw/joystick.cpp
3069 <set var=
"ADVANCED_MSW_DESKTOP_HDR" hints=
"files">
3073 <set var=
"ADVANCED_OSX_CARBON_SRC" hints=
"files">
3074 src/common/taskbarcmn.cpp
3075 src/generic/animateg.cpp
3076 src/osx/carbon/aboutdlg.cpp
3077 src/osx/carbon/drawer.cpp
3078 src/osx/dataview_osx.cpp
3079 src/osx/carbon/dataview.cpp
3080 src/osx/sound_osx.cpp
3081 src/osx/carbon/sound.cpp
3082 src/osx/carbon/taskbar.cpp
3083 src/osx/core/hidjoystick.cpp
3086 <set var=
"ADVANCED_OSX_CARBON_HDR" hints=
"files">
3087 wx/generic/animate.h
3090 wx/osx/dvrenderers.h
3094 wx/osx/carbon/drawer.h
3095 wx/osx/carbon/dataview.h
3096 wx/osx/core/joystick.h
3099 <set var=
"ADVANCED_OSX_COCOA_SRC" hints=
"files">
3100 src/common/taskbarcmn.cpp
3101 src/generic/animateg.cpp
3102 src/osx/datetimectrl_osx.cpp
3103 src/osx/datectrl_osx.cpp
3104 src/osx/sound_osx.cpp
3105 src/osx/timectrl_osx.cpp
3106 src/osx/carbon/sound.cpp
3107 src/osx/core/sound.cpp
3108 src/osx/cocoa/aboutdlg.mm
3109 src/osx/dataview_osx.cpp
3110 src/osx/cocoa/dataview.mm
3111 src/osx/cocoa/datetimectrl.mm
3112 src/osx/cocoa/taskbar.mm
3113 src/osx/core/hidjoystick.cpp
3116 <set var=
"ADVANCED_OSX_COCOA_HDR" hints=
"files">
3117 wx/generic/animate.h
3120 wx/osx/datetimectrl.h
3122 wx/osx/dvrenderers.h
3127 wx/osx/core/joystick.h
3128 wx/osx/cocoa/dataview.h
3131 <set var=
"ADVANCED_OSX_IPHONE_SRC" hints=
"files">
3132 src/generic/animateg.cpp
3133 src/osx/sound_osx.cpp
3134 src/osx/core/sound.cpp
3137 <set var=
"ADVANCED_OSX_IPHONE_HDR" hints=
"files">
3138 wx/generic/animate.h
3142 <set var=
"ADVANCED_COCOA_SRC" hints=
"files">
3143 src/cocoa/taskbar.mm
3144 src/common/taskbarcmn.cpp
3145 src/generic/animateg.cpp
3146 src/osx/core/hidjoystick.cpp
3149 <set var=
"ADVANCED_COCOA_HDR" hints=
"files">
3151 wx/generic/animate.h
3152 wx/osx/core/joystick.h
3155 <set var=
"ADVANCED_OS2_SRC" hints=
"files">
3156 src/generic/animateg.cpp
3157 src/os2/joystick.cpp
3160 <set var=
"ADVANCED_OS2_HDR" hints=
"files">
3161 wx/generic/animate.h
3166 <set var=
"ADVANCED_UNIX_SRC" hints=
"files">
3167 src/common/taskbarcmn.cpp
3168 src/unix/joystick.cpp
3170 src/unix/taskbarx11.cpp
3172 <set var=
"ADVANCED_UNIX_HDR" hints=
"files">
3175 wx/unix/taskbarx11.h
3178 <set var=
"ADVANCED_MOTIF_SRC" hints=
"files">
3179 src/generic/animateg.cpp
3182 <set var=
"ADVANCED_MOTIF_HDR" hints=
"files">
3183 wx/generic/animate.h
3186 <set var=
"ADVANCED_GTK_WIN32_SRC" hints=
"files">
3187 src/common/taskbarcmn.cpp
3188 src/msw/joystick.cpp
3191 <set var=
"ADVANCED_GTK_WIN32_HDR" hints=
"files">
3196 <set var=
"ADVANCED_GTK_PLATFORM_SRC" hints=
"files">
3197 <if cond=
"PLATFORM_UNIX=='1'">$(ADVANCED_UNIX_SRC)
</if>
3198 <if cond=
"PLATFORM_MACOSX=='1'">$(ADVANCED_UNIX_SRC)
</if>
3199 <if cond=
"PLATFORM_WIN32=='1'">$(ADVANCED_GTK_WIN32_SRC)
</if>
3201 <set var=
"ADVANCED_GTK_PLATFORM_HDR" hints=
"files">
3202 <if cond=
"PLATFORM_UNIX=='1'">$(ADVANCED_UNIX_HDR)
</if>
3203 <if cond=
"PLATFORM_MACOSX=='1'">$(ADVANCED_UNIX_HDR)
</if>
3204 <if cond=
"PLATFORM_WIN32=='1'">$(ADVANCED_GTK_WIN32_HDR)
</if>
3206 <set var=
"ADVANCED_GTK_SRC" hints=
"files">
3207 $(ADVANCED_GTK_PLATFORM_SRC)
3208 src/gtk/notifmsg.cpp
3211 <set var=
"ADVANCED_GTK2_SRC" hints=
"files">
3213 src/gtk/eggtrayicon.c
3214 src/gtk/hildon/notifmsg.cpp
3216 <set var=
"ADVANCED_GTK_HDR" hints=
"files">
3217 $(ADVANCED_GTK_PLATFORM_HDR)
3221 <set var=
"ADVANCED_GTK2_HDR" hints=
"files">
3223 wx/gtk/hildon/notifmsg.h
3226 <set var=
"ADVANCED_GTK_NATIVE_SRC" hints=
"files">
3227 src/gtk/aboutdlg.cpp
3231 src/gtk/dataview.cpp
3232 src/gtk/hyperlink.cpp
3234 <set var=
"ADVANCED_GTK_NATIVE_HDR" hints=
"files">
3240 wx/gtk/dvrenderers.h
3244 <set var=
"ADVANCED_GTK1_SRC" hints=
"files">
3245 src/generic/animateg.cpp
3246 src/gtk1/eggtrayicon.c
3247 src/gtk1/taskbar.cpp
3249 <set var=
"ADVANCED_GTK1_HDR" hints=
"files">
3250 wx/generic/animate.h
3253 <set var=
"ADVANCED_UNIV_SRC" hints=
"files">
3255 Including src/generic/animateg.cpp hre unconditionally results in bakefile
3256 errors when not fixing the value of TOOLKIT to MSW in msvc format, see #15327.
3258 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">
3259 src/generic/animateg.cpp
3261 <if cond=
"TOOLKIT=='MSW'">
3262 src/generic/animateg.cpp
3264 <if cond=
"TOOLKIT=='WINCE'">
3265 src/generic/animateg.cpp
3267 <if cond=
"TOOLKIT=='X11'">
3268 src/generic/animateg.cpp
3271 <set var=
"ADVANCED_UNIV_HDR" hints=
"files">
3272 wx/generic/animate.h
3275 <!-- ====================================================================== -->
3277 <!-- ====================================================================== -->
3279 <set var=
"MEDIA_CMN_SRC" hints=
"files">
3280 src/common/mediactrlcmn.cpp
3283 <set var=
"MEDIA_CMN_HDR" hints=
"files">
3287 <set var=
"MEDIA_MSW_SRC" hints=
"files">
3288 src/msw/mediactrl_am.cpp
3289 src/msw/mediactrl_wmp10.cpp
3290 src/msw/mediactrl_qt.cpp
3292 <set var=
"MEDIA_MSW_HDR" hints=
"files">
3294 <!-- not built on WindowsCE: -->
3295 <set var=
"MEDIA_MSW_DESKTOP_SRC" hints=
"files">
3297 <set var=
"MEDIA_MSW_DESKTOP_HDR" hints=
"files">
3300 <set var=
"MEDIA_OSX_CARBON_SRC" hints=
"files">
3301 src/osx/carbon/mediactrl.cpp
3303 <set var=
"MEDIA_OSX_CARBON_HDR" hints=
"files">
3306 <set var=
"MEDIA_OSX_COCOA_SRC" hints=
"files">
3307 src/osx/cocoa/mediactrl.mm
3309 <set var=
"MEDIA_OSX_COCOA_HDR" hints=
"files">
3312 <set var=
"MEDIA_OSX_IPHONE_SRC" hints=
"files">
3313 <!-- src/osx/iphone/mediactrl.mm -->
3315 <set var=
"MEDIA_OSX_IPHONE_HDR" hints=
"files">
3318 <set var=
"MEDIA_COCOA_SRC" hints=
"files">
3319 src/cocoa/mediactrl.mm
3321 <set var=
"MEDIA_COCOA_HDR" hints=
"files">
3324 <set var=
"MEDIA_OS2_SRC" hints=
"files">
3326 <set var=
"MEDIA_OS2_HDR" hints=
"files">
3329 <set var=
"MEDIA_UNIX_SRC" hints=
"files">
3330 src/unix/mediactrl.cpp
3332 <set var=
"MEDIA_UNIX_HDR" hints=
"files">
3335 <set var=
"MEDIA_GTK_SRC" hints=
"files">
3338 <set var=
"MEDIA_GTK1_SRC" hints=
"files">
3341 <!-- ====================================================================== -->
3343 <!-- ====================================================================== -->
3345 <set var=
"HTML_SRC_PLATFORM">
3346 <if cond=
"TOOLKIT=='MSW'">
3347 src/msw/helpbest.cpp
3349 <if cond=
"PLATFORM_UNIX=='1'">
3352 <if cond=
"PLATFORM_MACOSX=='1'">
3356 <set var=
"HTML_SRC" hints=
"files">
3357 $(HTML_SRC_PLATFORM)
3358 src/html/helpctrl.cpp
3359 src/html/helpdata.cpp
3360 src/html/helpdlg.cpp
3361 src/html/helpfrm.cpp
3362 src/html/helpwnd.cpp
3363 src/html/htmlcell.cpp
3364 src/html/htmlfilt.cpp
3365 src/html/htmlpars.cpp
3366 src/html/htmltag.cpp
3367 src/html/htmlwin.cpp
3368 src/html/htmprint.cpp
3369 src/html/m_dflist.cpp
3370 src/html/m_fonts.cpp
3371 src/html/m_hline.cpp
3372 src/html/m_image.cpp
3373 src/html/m_layout.cpp
3374 src/html/m_links.cpp
3378 src/html/m_style.cpp
3379 src/html/m_tables.cpp
3380 src/html/styleparams.cpp
3381 src/html/winpars.cpp
3382 <!-- wxHTML users: -->
3383 src/generic/htmllbox.cpp
3385 <set var=
"MSW_HTML_HDR" hints=
"files">
3386 <if cond=
"TOOLKIT=='MSW'">wx/msw/helpbest.h
</if>
3388 <set var=
"HTML_HDR" hints=
"files">
3403 wx/html/styleparams.h
3406 <!-- wxHTML users: -->
3411 <!-- ====================================================================== -->
3413 <!-- ====================================================================== -->
3415 <set var=
"WEBVIEW_SRC_PLATFORM">
3416 <if cond=
"TOOLKIT=='MSW'">src/msw/webview_ie.cpp
</if>
3417 <if cond=
"TOOLKIT=='GTK'">src/gtk/webview_webkit.cpp
</if>
3418 <if cond=
"PLATFORM_MACOSX=='1'">src/osx/webview_webkit.mm
</if>
3420 <set var=
"WEBVIEW_SRC" hints=
"files">
3421 $(WEBVIEW_SRC_PLATFORM)
3422 src/common/webview.cpp
3423 src/common/webviewarchivehandler.cpp
3424 src/common/webviewfshandler.cpp
3427 <set var=
"WEBVIEW_HDR_PLATFORM" hints=
"files">
3428 <if cond=
"TOOLKIT=='MSW'">
3429 wx/msw/webviewhistoryitem_ie.h
3431 wx/msw/webview_missing.h
3433 <if cond=
"TOOLKIT=='GTK'">
3434 wx/gtk/webviewhistoryitem_webkit.h
3435 wx/gtk/webview_webkit.h
3437 <if cond=
"PLATFORM_MACOSX=='1'">
3438 wx/osx/webviewhistoryitem_webkit.h
3439 wx/osx/webview_webkit.h
3442 <set var=
"WEBVIEW_HDR" hints=
"files">
3443 $(WEBVIEW_HDR_PLATFORM)
3445 wx/webviewarchivehandler.h
3446 wx/webviewfshandler.h
3449 <!-- ====================================================================== -->
3451 <!-- ====================================================================== -->
3453 <set var=
"XRC_SRC" hints=
"files">
3454 src/xrc/xh_animatctrl.cpp
3455 src/xrc/xh_bannerwindow.cpp
3457 src/xrc/xh_bmpcbox.cpp
3458 src/xrc/xh_bmpbt.cpp
3461 src/xrc/xh_chckb.cpp
3462 src/xrc/xh_chckl.cpp
3463 src/xrc/xh_choic.cpp
3464 src/xrc/xh_choicbk.cpp
3465 src/xrc/xh_clrpicker.cpp
3466 src/xrc/xh_cmdlinkbn.cpp
3467 src/xrc/xh_collpane.cpp
3468 src/xrc/xh_combo.cpp
3469 src/xrc/xh_comboctrl.cpp
3470 src/xrc/xh_datectrl.cpp
3471 src/xrc/xh_dirpicker.cpp
3473 src/xrc/xh_editlbox.cpp
3474 src/xrc/xh_filectrl.cpp
3475 src/xrc/xh_filepicker.cpp
3476 src/xrc/xh_fontpicker.cpp
3477 src/xrc/xh_frame.cpp
3478 src/xrc/xh_gauge.cpp
3479 src/xrc/xh_gdctl.cpp
3482 src/xrc/xh_hyperlink.cpp
3483 src/xrc/xh_listb.cpp
3484 src/xrc/xh_listbk.cpp
3485 src/xrc/xh_listc.cpp
3488 src/xrc/xh_notbk.cpp
3489 src/xrc/xh_odcombo.cpp
3490 src/xrc/xh_panel.cpp
3491 src/xrc/xh_propdlg.cpp
3492 src/xrc/xh_radbt.cpp
3493 src/xrc/xh_radbx.cpp
3494 src/xrc/xh_scrol.cpp
3495 src/xrc/xh_scwin.cpp
3496 src/xrc/xh_htmllbox.cpp
3497 src/xrc/xh_sizer.cpp
3498 src/xrc/xh_slidr.cpp
3500 src/xrc/xh_split.cpp
3501 src/xrc/xh_srchctrl.cpp
3502 src/xrc/xh_statbar.cpp
3503 src/xrc/xh_stbmp.cpp
3504 src/xrc/xh_stbox.cpp
3505 src/xrc/xh_stlin.cpp
3506 src/xrc/xh_sttxt.cpp
3508 src/xrc/xh_tglbtn.cpp
3509 src/xrc/xh_timectrl.cpp
3510 src/xrc/xh_toolb.cpp
3511 src/xrc/xh_toolbk.cpp
3513 src/xrc/xh_treebk.cpp
3514 src/xrc/xh_unkwn.cpp
3515 src/xrc/xh_wizrd.cpp
3518 src/xrc/xmlrsall.cpp
3520 <set var=
"XRC_HDR" hints=
"files">
3522 wx/xrc/xh_animatctrl.h
3523 wx/xrc/xh_bannerwindow.h
3533 wx/xrc/xh_clrpicker.h
3534 wx/xrc/xh_cmdlinkbn.h
3535 wx/xrc/xh_collpane.h
3537 wx/xrc/xh_comboctrl.h
3538 wx/xrc/xh_datectrl.h
3539 wx/xrc/xh_dirpicker.h
3541 wx/xrc/xh_editlbox.h
3542 wx/xrc/xh_filectrl.h
3543 wx/xrc/xh_filepicker.h
3544 wx/xrc/xh_fontpicker.h
3551 wx/xrc/xh_hyperlink.h
3564 wx/xrc/xh_htmllbox.h
3569 wx/xrc/xh_srchctrl.h
3577 wx/xrc/xh_timectrl.h
3590 <!-- ====================================================================== -->
3591 <!-- XML classes -->
3592 <!-- ====================================================================== -->
3594 <set var=
"XML_SRC" hints=
"files">
3596 src/common/xtixml.cpp
<!-- FIXME - temporary solution -->
3598 <set var=
"XML_HDR" hints=
"files">
3600 wx/xtixml.h
<!-- FIXME - temporary solution -->
3604 <!-- ====================================================================== -->
3605 <!-- OpenGL canvas -->
3606 <!-- ====================================================================== -->
3608 <set var=
"OPENGL_SRC_PLATFORM" hints=
"files">
3609 <if cond=
"TOOLKIT=='OSX_CARBON'">src/osx/carbon/glcanvas.cpp src/osx/glcanvas_osx.cpp
</if>
3610 <if cond=
"TOOLKIT=='OSX_COCOA'">src/osx/cocoa/glcanvas.mm src/osx/glcanvas_osx.cpp
</if>
3611 <if cond=
"TOOLKIT=='OSX_IPHONE'">src/osx/iphone/glcanvas.mm src/osx/glcanvas_osx.cpp
</if>
3612 <if cond=
"TOOLKIT=='COCOA'">src/cocoa/glcanvas.mm
</if>
3613 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3' and PLATFORM_WIN32=='0'">
3615 src/gtk/glcanvas.cpp
3617 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">
3618 src/gtk/glcanvas.cpp
3621 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION==''">
3622 src/gtk1/glcanvas.cpp
3625 <if cond=
"TOOLKIT=='MSW'">src/msw/glcanvas.cpp
</if>
3626 <if cond=
"TOOLKIT=='WINCE'">src/msw/glcanvas.cpp
</if>
3627 <if cond=
"TOOLKIT=='MOTIF'">src/x11/glcanvas.cpp src/unix/glx11.cpp
</if>
3628 <if cond=
"TOOLKIT=='X11'">src/x11/glcanvas.cpp src/unix/glx11.cpp
</if>
3629 <if cond=
"TOOLKIT=='PM'">src/os2/glcanvas.cpp
</if>
3632 <set var=
"OPENGL_SRC" hints=
"files">
3633 src/common/glcmn.cpp
3634 $(OPENGL_SRC_PLATFORM)
3637 <set var=
"OPENGL_HDR_PLATFORM" hints=
"files">
3638 <if cond=
"TOOLKIT=='OSX_CARBON'">wx/osx/glcanvas.h
</if>
3639 <if cond=
"TOOLKIT=='OSX_COCOA'">wx/osx/glcanvas.h
</if>
3640 <if cond=
"TOOLKIT=='COCOA'">wx/cocoa/glcanvas.h
</if>
3641 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">
3645 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">
3649 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION==''">
3653 <if cond=
"TOOLKIT=='MSW'">wx/msw/glcanvas.h
</if>
3654 <if cond=
"TOOLKIT=='WINCE'">wx/msw/glcanvas.h
</if>
3655 <if cond=
"TOOLKIT=='MOTIF'">wx/x11/glcanvas.h wx/unix/glx11.h
</if>
3656 <if cond=
"TOOLKIT=='X11'">wx/x11/glcanvas.h wx/unix/glx11.h
</if>
3659 <set var=
"OPENGL_HDR" hints=
"files">
3661 $(OPENGL_HDR_PLATFORM)
3665 <!-- ====================================================================== -->
3666 <!-- Misc plugin sources: -->
3667 <!-- ====================================================================== -->
3669 <set var=
"UNIX_SOUND_SRC_SDL" hints=
"files">
3670 src/unix/sound_sdl.cpp
3673 <!-- ====================================================================== -->
3675 <!-- ====================================================================== -->
3677 <set var=
"AUI_GTK_SRC" hints=
"files">
3678 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">
3679 src/aui/tabartgtk.cpp
3682 <set var=
"AUI_GTK_HDR" hints=
"files">
3683 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">
3687 <set var=
"AUI_SRC" hints=
"files">
3688 src/aui/framemanager.cpp
3690 src/aui/floatpane.cpp
3695 src/xrc/xh_auinotbk.cpp
3698 <set var=
"AUI_HDR" hints=
"files">
3699 wx/aui/framemanager.h
3707 wx/xrc/xh_auinotbk.h
3711 <!-- ====================================================================== -->
3713 <!-- ====================================================================== -->
3715 <set var=
"RIBBON_SRC" hints=
"files">
3716 src/ribbon/art_internal.cpp
3717 src/ribbon/art_msw.cpp
3718 src/ribbon/art_aui.cpp
3720 src/ribbon/buttonbar.cpp
3721 src/ribbon/control.cpp
3722 src/ribbon/gallery.cpp
3724 src/ribbon/panel.cpp
3725 src/ribbon/toolbar.cpp
3726 src/xrc/xh_ribbon.cpp
3728 <set var=
"RIBBON_HDR" hints=
"files">
3730 wx/ribbon/art_internal.h
3732 wx/ribbon/buttonbar.h
3741 <!-- ====================================================================== -->
3742 <!-- wxPropertyGrid -->
3743 <!-- ====================================================================== -->
3745 <set var=
"PROPGRID_SRC" hints=
"files">
3746 src/propgrid/advprops.cpp
3747 src/propgrid/editors.cpp
3748 src/propgrid/manager.cpp
3749 src/propgrid/property.cpp
3750 src/propgrid/propgrid.cpp
3751 src/propgrid/propgridiface.cpp
3752 src/propgrid/propgridpagestate.cpp
3753 src/propgrid/props.cpp
3755 <set var=
"PROPGRID_HDR" hints=
"files">
3756 wx/propgrid/advprops.h
3757 wx/propgrid/editors.h
3758 wx/propgrid/manager.h
3759 wx/propgrid/property.h
3760 wx/propgrid/propgrid.h
3761 wx/propgrid/propgriddefs.h
3762 wx/propgrid/propgridiface.h
3763 wx/propgrid/propgridpagestate.h
3767 <!-- ====================================================================== -->
3768 <!-- wxRichTextCtrl -->
3769 <!-- ====================================================================== -->
3771 <set var=
"RICHTEXT_SRC" hints=
"files">
3772 src/richtext/richtextbuffer.cpp
3773 src/richtext/richtextctrl.cpp
3774 src/richtext/richtextformatdlg.cpp
3775 src/richtext/richtexthtml.cpp
3776 src/richtext/richtextimagedlg.cpp
3777 src/richtext/richtextprint.cpp
3778 src/richtext/richtextstyledlg.cpp
3779 src/richtext/richtextstyles.cpp
3780 src/richtext/richtextsymboldlg.cpp
3781 src/richtext/richtextxml.cpp
3782 src/xrc/xh_richtext.cpp
3784 <set var=
"RICHTEXT_HDR" hints=
"files">
3785 wx/richtext/richtextbackgroundpage.h
3786 wx/richtext/richtextborderspage.h
3787 wx/richtext/richtextbuffer.h
3788 wx/richtext/richtextbulletspage.h
3789 wx/richtext/richtextctrl.h
3790 wx/richtext/richtextdialogpage.h
3791 wx/richtext/richtextfontpage.h
3792 wx/richtext/richtextformatdlg.h
3793 wx/richtext/richtexthtml.h
3794 wx/richtext/richtextimagedlg.h
3795 wx/richtext/richtextindentspage.h
3796 wx/richtext/richtextliststylepage.h
3797 wx/richtext/richtextmarginspage.h
3798 wx/richtext/richtextprint.h
3799 wx/richtext/richtextsizepage.h
3800 wx/richtext/richtextstyledlg.h
3801 wx/richtext/richtextstylepage.h
3802 wx/richtext/richtextstyles.h
3803 wx/richtext/richtextsymboldlg.h
3804 wx/richtext/richtexttabspage.h
3805 wx/richtext/richtextuicustomization.h
3806 wx/richtext/richtextxml.h
3807 wx/xrc/xh_richtext.h
3811 <!-- ====================================================================== -->
3813 <!-- ====================================================================== -->
3815 <set var=
"STC_SRC" hints=
"files">
3818 src/stc/ScintillaWX.cpp
3821 <set var=
"STC_HDR" hints=
"files">
3825 <!-- ====================================================================== -->
3826 <!-- Define sources for specific libraries: -->
3827 <!-- ====================================================================== -->
3829 <!-- wxBase files: -->
3831 <!-- Nested if would be nicer, but this works -->
3832 <!-- These are the files for PLATFORM_MACOSX -->
3833 <set var=
"BASE_OSX_SRC" hints=
"files">
3834 <if cond=
"TOOLKIT=='OSX_CARBON'">$(BASE_OSX_SHARED_SRC)
</if>
3835 <if cond=
"TOOLKIT=='OSX_COCOA'">$(BASE_OSX_SHARED_SRC)
</if>
3836 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(BASE_OSX_SHARED_SRC)
</if>
3837 <if cond=
"TOOLKIT=='COCOA'">$(BASE_OSX_NOTWXMAC_SRC)
</if>
3838 <if cond=
"TOOLKIT=='GTK'">$(BASE_OSX_NOTWXMAC_SRC)
</if>
3839 <if cond=
"TOOLKIT=='X11'">$(BASE_OSX_NOTWXMAC_SRC)
</if>
3840 <if cond=
"TOOLKIT=='MOTIF'">$(BASE_OSX_NOTWXMAC_SRC)
</if>
3841 <!-- FIXME: TOOLKIT!='MAC' is what we really want -->
3843 <!-- FIXME: a hack because there are two wxBase versions on
3844 Mac; once fixed, this would no longer be needed -->
3845 <if cond=
"TOOLKIT==''">$(BASE_OSX_NOTWXMAC_SRC)
</if>
3847 <set var=
"BASE_PLATFORM_SRC" hints=
"files">
3848 <if cond=
"PLATFORM_UNIX=='1'">$(BASE_UNIX_SRC)
</if>
3849 <if cond=
"PLATFORM_WIN32=='1'">$(BASE_WIN32_SRC) $(BASE_WINCE_SRC)
</if>
3850 <if cond=
"PLATFORM_MACOSX=='1'">$(BASE_OSX_SHARED_SRC)
</if>
3851 <if cond=
"PLATFORM_OS2=='1'">$(BASE_OS2_SRC)
</if>
3852 <if cond=
"PLATFORM_MSDOS=='1'">$(BASE_MSDOS_SRC)
</if>
3854 <set var=
"BASE_AND_GUI_TOOLKIT_SRC" hints=
"files">
3855 <if cond=
"TOOLKIT=='OSX_CARBON'">$(BASE_AND_GUI_OSX_CARBON_SRC)
</if>
3856 <if cond=
"TOOLKIT=='OSX_COCOA'">$(BASE_AND_GUI_OSX_COCOA_SRC)
</if>
3858 <set var=
"BASE_AND_GUI_PLATFORM_SRC" hints=
"files">
3859 <if cond=
"PLATFORM_WIN32=='1'">$(BASE_AND_GUI_WIN32_SRC)
</if>
3860 <if cond=
"PLATFORM_MSDOS=='1'">$(BASE_AND_GUI_MSDOS_SRC)
</if>
3861 <!-- At the moment, BASE_AND_GUI_TOOLKIT_SRC handles this -->
3862 <!-- if cond="PLATFORM_MACOS=='1'">$(BASE_AND_GUI_MAC_SRC)</if -->
3865 <!-- Nested if would be nicer, but this works -->
3866 <!-- These are the files for PLATFORM_MACOSX -->
3867 <set var=
"BASE_OSX_HDR" hints=
"files">
3868 <if cond=
"TOOLKIT=='OSX_CARBON'">$(BASE_OSX_SHARED_HDR)
</if>
3869 <if cond=
"TOOLKIT=='OSX_COCOA'">$(BASE_OSX_SHARED_HDR)
</if>
3870 <if cond=
"TOOLKIT=='COCOA'">$(BASE_OSX_NOTWXMAC_HDR)
</if>
3871 <if cond=
"TOOLKIT=='GTK'">$(BASE_OSX_NOTWXMAC_HDR)
</if>
3872 <if cond=
"TOOLKIT=='X11'">$(BASE_OSX_NOTWXMAC_HDR)
</if>
3873 <if cond=
"TOOLKIT=='MOTIF'">$(BASE_OSX_NOTWXMAC_HDR)
</if>
3874 <!-- FIXME: TOOLKIT!='MAC' is what we really want -->
3876 <!-- FIXME: a hack because there are two wxBase versions on
3877 Mac; once fixed, this would no longer be needed -->
3878 <if cond=
"TOOLKIT==''">$(BASE_OSX_NOTWXMAC_HDR)
</if>
3880 <set var=
"BASE_PLATFORM_HDR" hints=
"files">
3881 <if cond=
"PLATFORM_UNIX=='1'">$(BASE_UNIX_HDR)
</if>
3882 <if cond=
"PLATFORM_WIN32=='1'">$(BASE_WIN32_HDR) $(BASE_WINCE_HDR)
</if>
3883 <if cond=
"PLATFORM_MACOSX=='1'">$(BASE_OSX_HDR)
</if>
3884 <if cond=
"PLATFORM_MSDOS=='1'">$(BASE_MSDOS_HDR)
</if>
3885 <if cond=
"PLATFORM_OS2=='1'">$(BASE_OS2_HDR)
</if>
3888 <set var=
"BASE_SRC" hints=
"files">
3889 $(BASE_CMN_SRC) $(BASE_PLATFORM_SRC)
3891 <set var=
"BASE_AND_GUI_SRC" hints=
"files">
3892 $(BASE_AND_GUI_CMN_SRC)
3893 $(BASE_AND_GUI_PLATFORM_SRC) $(BASE_AND_GUI_TOOLKIT_SRC)
3897 <!-- wxNet files: -->
3898 <set var=
"NET_PLATFORM_SRC" hints=
"files">
3899 <if cond=
"PLATFORM_UNIX=='1'">$(NET_UNIX_SRC)
</if>
3900 <if cond=
"PLATFORM_WIN32=='1'">$(NET_WIN32_SRC) $(NET_WINCE_SRC)
</if>
3901 <if cond=
"PLATFORM_MACOSX=='1'">$(NET_UNIX_SRC) $(NET_OSX_SRC)
</if>
3902 <if cond=
"PLATFORM_OS2=='1'">$(NET_OS2_SRC)
</if>
3904 <set var=
"NET_PLATFORM_HDR" hints=
"files">
3905 <if cond=
"PLATFORM_WIN32=='1'">$(NET_WIN32_HDR) $(NET_WINCE_HDR)
</if>
3908 <set var=
"NET_SRC" hints=
"files">
3909 $(NET_CMN_SRC) $(NET_PLATFORM_SRC)
3913 <!-- GUI sources: -->
3915 <set var=
"LOWLEVEL_SRC" hints=
"files">
3916 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(GTK2_LOWLEVEL_SRC)
</if>
3917 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(GTK_LOWLEVEL_SRC)
</if>
3918 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION==''">$(GTK1_LOWLEVEL_SRC)
</if>
3919 <if cond=
"TOOLKIT=='MOTIF'">$(MOTIF_LOWLEVEL_SRC)
</if>
3920 <if cond=
"TOOLKIT=='MSW'">$(MSW_LOWLEVEL_SRC) $(MSW_DESKTOP_LOWLEVEL_SRC)
</if>
3921 <if cond=
"TOOLKIT=='WINCE'">$(MSW_LOWLEVEL_SRC)
</if>
3922 <if cond=
"TOOLKIT=='OSX_CARBON'">$(OSX_LOWLEVEL_SRC)
</if>
3923 <if cond=
"TOOLKIT=='OSX_COCOA'">$(OSX_LOWLEVEL_SRC)
</if>
3924 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(OSX_LOWLEVEL_SRC)
</if>
3925 <if cond=
"TOOLKIT=='COCOA'">$(COCOA_LOWLEVEL_SRC)
</if>
3926 <if cond=
"TOOLKIT=='PM'">$(OS2_LOWLEVEL_SRC)
</if>
3927 <if cond=
"TOOLKIT=='X11'">$(X11_LOWLEVEL_SRC)
</if>
3928 <if cond=
"TOOLKIT=='DFB'">$(DFB_LOWLEVEL_SRC)
</if>
3930 <set var=
"LOWLEVEL_HDR" hints=
"files">
3931 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(GTK_LOWLEVEL_HDR)
</if>
3932 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(GTK_LOWLEVEL_HDR)
</if>
3933 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION==''">$(GTK1_LOWLEVEL_HDR)
</if>
3934 <if cond=
"TOOLKIT=='MOTIF'">$(MOTIF_LOWLEVEL_HDR)
</if>
3935 <if cond=
"TOOLKIT=='MSW'">$(MSW_LOWLEVEL_HDR) $(MSW_DESKTOP_LOWLEVEL_HDR)
</if>
3936 <if cond=
"TOOLKIT=='WINCE'">$(MSW_LOWLEVEL_HDR)
</if>
3937 <if cond=
"TOOLKIT=='OSX_CARBON'">$(OSX_LOWLEVEL_HDR)
</if>
3938 <if cond=
"TOOLKIT=='OSX_COCOA'">$(OSX_LOWLEVEL_HDR)
</if>
3939 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(OSX_LOWLEVEL_HDR)
</if>
3940 <if cond=
"TOOLKIT=='COCOA'">$(COCOA_LOWLEVEL_HDR)
</if>
3941 <if cond=
"TOOLKIT=='PM'">$(OS2_LOWLEVEL_HDR)
</if>
3942 <if cond=
"TOOLKIT=='X11'">$(X11_LOWLEVEL_HDR)
</if>
3943 <if cond=
"TOOLKIT=='DFB'">$(DFB_LOWLEVEL_HDR)
</if>
3946 <set var=
"PLATFORM_SRC" hints=
"files">
3947 <if cond=
"PLATFORM_UNIX=='1'">$(UNIX_SRC)
</if>
3948 <if cond=
"PLATFORM_MACOSX=='1'">$(UNIX_SRC)
</if>
3951 <set var=
"GUI_SRC" hints=
"files">
3952 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(GTK2_SRC)
</if>
3953 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(GTK_SRC)
</if>
3954 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION==''">$(GTK1_SRC)
</if>
3955 <if cond=
"TOOLKIT=='MOTIF'">$(MOTIF_SRC)
</if>
3956 <if cond=
"TOOLKIT=='MSW'">$(MSW_SRC) $(MSW_DESKTOP_SRC)
</if>
3957 <if cond=
"TOOLKIT=='WINCE'">$(MSW_SRC) $(WINCE_SRC)
</if>
3958 <if cond=
"TOOLKIT=='OSX_CARBON'">$(OSX_CARBON_SRC)
</if>
3959 <if cond=
"TOOLKIT=='OSX_COCOA'">$(OSX_COCOA_SRC)
</if>
3960 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(OSX_IPHONE_SRC)
</if>
3961 <if cond=
"TOOLKIT=='COCOA'">$(COCOA_SRC)
</if>
3962 <if cond=
"TOOLKIT=='PM'">$(OS2_SRC)
</if>
3964 <set var=
"GUI_HDR" hints=
"files">
3965 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(GTK2_HDR)
</if>
3966 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(GTK_HDR)
</if>
3967 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION==''">$(GTK1_HDR)
</if>
3968 <if cond=
"TOOLKIT=='MOTIF'">$(MOTIF_HDR)
</if>
3969 <if cond=
"TOOLKIT=='MSW'">$(MSW_HDR) $(MSW_DESKTOP_HDR)
</if>
3970 <if cond=
"TOOLKIT=='WINCE'">$(MSW_HDR) $(WINCE_HDR)
</if>
3971 <if cond=
"TOOLKIT=='OSX_CARBON'">$(OSX_SHARED_HDR) $(OSX_CARBON_HDR)
</if>
3972 <if cond=
"TOOLKIT=='OSX_COCOA'">$(OSX_SHARED_HDR) $(OSX_COCOA_HDR)
</if>
3973 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(OSX_SHARED_HDR) $(OSX_IPHONE_HDR)
</if>
3974 <if cond=
"TOOLKIT=='COCOA'">$(COCOA_HDR)
</if>
3975 <if cond=
"TOOLKIT=='PM'">$(OS2_HDR)
</if>
3978 <set var=
"CORE_SRC" hints=
"files">
3979 <if cond=
"USE_GUI=='1' and WXUNIV=='0'">
3980 $(LOWLEVEL_SRC) $(PLATFORM_SRC) $(GUI_SRC) $(GUI_CMN_SRC)
3982 <if cond=
"USE_GUI=='1' and WXUNIV=='1'">
3983 $(LOWLEVEL_SRC) $(PLATFORM_SRC) $(UNIV_SRC) $(UNIV_THEMES_SRC) $(GUI_CMN_SRC)
3987 <!-- wxAdvanced files: -->
3988 <set var=
"ADVANCED_PLATFORM_SRC" hints=
"files">
3989 <if cond=
"TOOLKIT=='MSW'">$(ADVANCED_MSW_SRC) $(ADVANCED_MSW_DESKTOP_SRC)
</if>
3990 <if cond=
"TOOLKIT=='WINCE'">$(ADVANCED_MSW_SRC)
</if>
3991 <if cond=
"TOOLKIT=='OSX_CARBON'">$(ADVANCED_OSX_CARBON_SRC)
</if>
3992 <if cond=
"TOOLKIT=='OSX_COCOA'">$(ADVANCED_OSX_COCOA_SRC)
</if>
3993 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(ADVANCED_OSX_IPHONE_SRC)
</if>
3994 <if cond=
"TOOLKIT=='COCOA'">$(ADVANCED_COCOA_SRC)
</if>
3995 <if cond=
"TOOLKIT=='MOTIF'">$(ADVANCED_UNIX_SRC) $(ADVANCED_MOTIF_SRC)
</if>
3996 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(ADVANCED_GTK2_SRC)
</if>
3997 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(ADVANCED_GTK_SRC)
</if>
3998 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION==''">$(ADVANCED_UNIX_SRC) $(ADVANCED_GTK1_SRC)
</if>
3999 <if cond=
"TOOLKIT=='X11'">$(ADVANCED_UNIX_SRC)
</if>
4000 <if cond=
"TOOLKIT=='PM'">$(ADVANCED_OS2_SRC)
</if>
4002 <set var=
"ADVANCED_PLATFORM_HDR" hints=
"files">
4003 <if cond=
"TOOLKIT=='MSW'">$(ADVANCED_MSW_HDR) $(ADVANCED_MSW_DESKTOP_HDR)
</if>
4004 <if cond=
"TOOLKIT=='WINCE'">$(ADVANCED_MSW_HDR)
</if>
4005 <if cond=
"TOOLKIT=='OSX_CARBON'">$(ADVANCED_OSX_CARBON_HDR)
</if>
4006 <if cond=
"TOOLKIT=='OSX_COCOA'">$(ADVANCED_OSX_COCOA_HDR)
</if>
4007 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(ADVANCED_OSX_IPHONE_HDR)
</if>
4008 <if cond=
"TOOLKIT=='COCOA'">$(ADVANCED_COCOA_HDR)
</if>
4009 <if cond=
"TOOLKIT=='MOTIF'">$(ADVANCED_UNIX_HDR) $(ADVANCED_MOTIF_HDR)
</if>
4010 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(ADVANCED_GTK2_HDR)
</if>
4011 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(ADVANCED_GTK_HDR)
</if>
4012 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION==''">$(ADVANCED_UNIX_HDR) $(ADVANCED_GTK1_HDR)
</if>
4013 <if cond=
"TOOLKIT=='X11'">$(ADVANCED_UNIX_HDR)
</if>
4014 <if cond=
"TOOLKIT=='PM'">$(ADVANCED_OS2_HDR)
</if>
4017 <!-- wxAdv files not used by wxUniv -->
4018 <set var=
"ADVANCED_PLATFORM_NATIVE_SRC" hints=
"files">
4019 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(ADVANCED_GTK_NATIVE_SRC)
</if>
4020 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(ADVANCED_GTK_NATIVE_SRC)
</if>
4021 <if cond=
"TOOLKIT=='MSW'">$(ADVANCED_MSW_NATIVE_SRC)
</if>
4022 <if cond=
"TOOLKIT=='WINCE'">$(ADVANCED_MSW_NATIVE_SRC)
</if>
4024 <set var=
"ADVANCED_PLATFORM_NATIVE_HDR" hints=
"files">
4025 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(ADVANCED_GTK_NATIVE_HDR)
</if>
4026 <if cond=
"TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(ADVANCED_GTK_NATIVE_HDR)
</if>
4027 <if cond=
"TOOLKIT=='MSW'">$(ADVANCED_MSW_NATIVE_HDR)
</if>
4028 <if cond=
"TOOLKIT=='WINCE'">$(ADVANCED_MSW_NATIVE_HDR)
</if>
4031 <set var=
"ADVANCED_SRC" hints=
"files">
4032 <if cond=
"WXUNIV=='0'">$(ADVANCED_CMN_SRC) $(ADVANCED_PLATFORM_SRC) $(ADVANCED_PLATFORM_NATIVE_SRC)
</if>
4033 <if cond=
"WXUNIV=='1'">$(ADVANCED_CMN_SRC) $(ADVANCED_PLATFORM_SRC) $(ADVANCED_UNIV_SRC)
</if>
4035 <set var=
"ADVANCED_HDR" hints=
"files">
4036 <if cond=
"WXUNIV=='0'">$(ADVANCED_CMN_HDR) $(ADVANCED_PLATFORM_HDR) $(ADVANCED_PLATFORM_NATIVE_HDR)
</if>
4037 <if cond=
"WXUNIV=='1'">$(ADVANCED_CMN_HDR) $(ADVANCED_PLATFORM_HDR) $(ADVANCED_UNIV_HDR)
</if>
4040 <!-- wxMedia files: -->
4041 <set var=
"MEDIA_PLATFORM_SRC" hints=
"files">
4042 <if cond=
"TOOLKIT=='MSW'">$(MEDIA_MSW_SRC) $(MEDIA_MSW_DESKTOP_SRC)
</if>
4043 <if cond=
"TOOLKIT=='WINCE'">$(MEDIA_MSW_SRC)
</if>
4044 <if cond=
"TOOLKIT=='OSX_CARBON'">$(MEDIA_OSX_CARBON_SRC)
</if>
4045 <if cond=
"TOOLKIT=='OSX_COCOA'">$(MEDIA_OSX_COCOA_SRC)
</if>
4046 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(MEDIA_OSX_IPHONE_SRC)
</if>
4047 <if cond=
"TOOLKIT=='COCOA'">$(MEDIA_COCOA_SRC)
</if>
4048 <if cond=
"TOOLKIT=='MOTIF'">$(MEDIA_UNIX_SRC)
</if>
4049 <if cond=
"TOOLKIT=='GTK'">$(MEDIA_UNIX_SRC) $(MEDIA_GTK_SRC)
</if>
4050 <if cond=
"TOOLKIT=='X11'">$(MEDIA_UNIX_SRC)
</if>
4051 <if cond=
"TOOLKIT=='PM'">$(MEDIA_OS2_SRC)
</if>
4053 <set var=
"MEDIA_PLATFORM_HDR" hints=
"files">
4054 <if cond=
"TOOLKIT=='MSW'">$(MEDIA_MSW_HDR) $(MEDIA_MSW_DESKTOP_HDR)
</if>
4055 <if cond=
"TOOLKIT=='WINCE'">$(MEDIA_MSW_HDR)
</if>
4056 <if cond=
"TOOLKIT=='OSX_CARBON'">$(MEDIA_OSX_CARBON_HDR)
</if>
4057 <if cond=
"TOOLKIT=='OSX_COCOA'">$(MEDIA_OSX_COCOA_HDR)
</if>
4058 <if cond=
"TOOLKIT=='OSX_IPHONE'">$(MEDIA_OSX_IPHONE_HDR)
</if>
4059 <if cond=
"TOOLKIT=='COCOA'">$(MEDIA_COCOA_HDR)
</if>
4060 <if cond=
"TOOLKIT=='MOTIF'">$(MEDIA_UNIX_HDR)
</if>
4061 <if cond=
"TOOLKIT=='GTK'">$(MEDIA_UNIX_HDR)
</if>
4062 <if cond=
"TOOLKIT=='X11'">$(MEDIA_UNIX_HDR)
</if>
4063 <if cond=
"TOOLKIT=='PM'">$(MEDIA_OS2_HDR)
</if>
4065 <set var=
"MEDIA_SRC">$(MEDIA_CMN_SRC) $(MEDIA_PLATFORM_SRC)
</set>
4066 <set var=
"MEDIA_HDR">$(MEDIA_CMN_HDR) $(MEDIA_PLATFORM_HDR)
</set>
4069 <set var=
"GUI_CORE_HEADERS" hints=
"files">
4070 <if cond=
"USE_GUI=='1' and WXUNIV=='0'">$(GUI_HDR)
</if>
4071 <if cond=
"USE_GUI=='1' and WXUNIV=='1'">$(UNIV_HDR)
</if>
4074 <set var=
"ALL_GUI_HEADERS" hints=
"files">
4075 <if cond=
"USE_GUI=='1'">
4079 $(ADVANCED_HDR) $(MEDIA_HDR) $(HTML_HDR)
4080 $(OPENGL_HDR) $(QA_HDR) $(XRC_HDR) $(AUI_HDR) $(PROPGRID_HDR)
4081 $(RIBBON_HDR) $(RICHTEXT_HDR) $(STC_HDR) $(WEBVIEW_HDR)
4085 <!-- for 'make install', only the headers needed for the installed port -->
4086 <set var=
"ALL_BASE_HEADERS" make_var=
"1" hints=
"files">
4087 $(BASE_CMN_HDR) $(BASE_PLATFORM_HDR)
4091 <set var=
"ALL_HEADERS" make_var=
"1" hints=
"files">
4092 $(ALL_BASE_HEADERS) $(ALL_GUI_HEADERS)
4096 <!-- used by 'make dist', should include wxBase headers for all ports -->
4097 <set var=
"ALL_PORTS_BASE_HEADERS" make_var=
"1" hints=
"files">
4100 $(BASE_WIN32_HDR) $(BASE_WINCE_HDR)
4107 <!-- used by 'make dist', should include wxBase sources for all ports -->
4108 <set var=
"ALL_BASE_SOURCES" make_var=
"1" hints=
"files">
4110 $(BASE_UNIX_SRC) $(BASE_WIN32_SRC) $(BASE_WINCE_SRC)
4114 $(BASE_AND_GUI_CMN_SRC)
4115 $(BASE_AND_GUI_OSX_CARBON_SRC)
4116 $(BASE_AND_GUI_OSX_COCOA_SRC)
4117 $(BASE_AND_GUI_WIN32_SRC)
4118 $(NET_CMN_SRC) $(NET_UNIX_SRC) $(NET_OSX_SRC)
4119 $(NET_WIN32_SRC) $(NET_WINCE_SRC)
4125 <!-- ================================================================ -->
4126 <!-- Define where plugins sources go if USE_PLUGINS=0 -->
4127 <!-- ================================================================ -->
4129 <!-- wxAdv sources -->
4130 <set var=
"PLUGIN_ADV_SRC">
4131 <if cond=
"FORMAT=='autoconf' and PLATFORM_UNIX=='1' and USE_PLUGINS=='0'">
4132 $(UNIX_SOUND_SRC_SDL)
4136 <set var=
"PLUGIN_MONOLIB_SRC">$(PLUGIN_ADV_SRC)
</set>