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)
35 * one file may be listed in several groups
37 ====================================================================== -->
41 <!-- ====================================================================== -->
43 <!-- ====================================================================== -->
45 <set var=
"BASE_UNIX_SRC" hints=
"files">
50 src/unix/threadpsx.cpp
52 <set var=
"BASE_AND_GUI_UNIX_SRC" hints=
"files">
55 <set var=
"BASE_UNIX_HDR" hints=
"files">
63 <set var=
"BASE_WIN32_SRC" hints=
"files">
76 <set var=
"BASE_AND_GUI_WIN32_SRC" hints=
"files">
81 <set var=
"BASE_WIN32_HDR" hints=
"files">
94 <set var=
"BASE_DARWIN_SRC" hints=
"files">
99 src/unix/threadpsx.cpp
101 <set var=
"BASE_AND_GUI_DARWIN_SRC" hints=
"files">
102 src/unix/utilsunx.cpp
104 <set var=
"BASE_DARWIN_HDR" hints=
"files">
107 <set var=
"BASE_MAC_SRC" hints=
"files">
110 src/unix/baseunix.cpp
114 src/mac/morefilex/MoreFilesX.c
117 <set var=
"BASE_AND_GUI_MAC_SRC" hints=
"files">
122 <set var=
"BASE_MAC_HDR" hints=
"files">
125 <set var=
"BASE_OS2_SRC" hints=
"files">
132 <set var=
"BASE_AND_GUI_OS2_SRC" hints=
"files">
134 <set var=
"BASE_OS2_HDR" hints=
"files">
137 <set var=
"BASE_CMN_SRC" hints=
"files">
138 src/common/appbase.cpp
139 src/common/clntdata.cpp
140 src/common/cmdline.cpp
141 src/common/config.cpp
142 src/common/datetime.cpp
143 src/common/datstrm.cpp
144 src/common/dircmn.cpp
145 src/common/dynarray.cpp
146 src/common/dynlib.cpp
147 src/common/dynload.cpp
148 src/common/encconv.cpp
149 src/common/extended.c
152 src/common/fileconf.cpp
153 src/common/filefn.cpp
154 src/common/filename.cpp
155 src/common/filesys.cpp
156 src/common/fmapbase.cpp
157 src/common/fs_zip.cpp
159 src/common/hashmap.cpp
162 src/common/ipcbase.cpp
165 src/common/longlong.cpp
166 src/common/memory.cpp
167 src/common/mimecmn.cpp
168 src/common/module.cpp
169 src/common/mstream.cpp
170 src/common/object.cpp
171 src/common/process.cpp
173 src/common/stopwatch.cpp
174 src/common/strconv.cpp
175 src/common/stream.cpp
176 src/common/string.cpp
177 src/common/sysopt.cpp
178 src/common/textbuf.cpp
179 src/common/textfile.cpp
180 src/common/tokenzr.cpp
181 src/common/txtstrm.cpp
183 src/common/variant.cpp
184 src/common/wfstream.cpp
185 src/common/wxchar.cpp
187 src/common/xtistrm.cpp
188 src/common/zipstrm.cpp
189 src/common/zstream.cpp
191 <set var=
"BASE_AND_GUI_CMN_SRC" hints=
"files">
193 src/common/fs_mem.cpp
194 src/common/msgout.cpp
195 src/common/utilscmn.cpp
197 <set var=
"BASE_CMN_HDR" hints=
"files">
297 <!-- ====================================================================== -->
298 <!-- wxNet (part of wxBase) -->
299 <!-- ====================================================================== -->
301 <set var=
"NET_UNIX_SRC" hints=
"files">
304 <set var=
"NET_UNIX_HDR" hints=
"files">
308 <set var=
"NET_WIN32_SRC" hints=
"files">
311 <set var=
"NET_WIN32_HDR" hints=
"files">
315 <set var=
"NET_DARWIN_SRC" hints=
"files">
318 <set var=
"NET_DARWIN_HDR" hints=
"files">
322 <set var=
"NET_MAC_SRC" hints=
"files">
325 <set var=
"NET_MAC_HDR" hints=
"files">
329 <set var=
"NET_OS2_SRC" hints=
"files">
332 <set var=
"NET_OS2_HDR" hints=
"files">
336 <set var=
"NET_CMN_SRC" hints=
"files">
337 src/common/fs_inet.cpp
340 src/common/protocol.cpp
341 src/common/sckaddr.cpp
342 src/common/sckfile.cpp
343 src/common/sckipc.cpp
344 src/common/sckstrm.cpp
345 src/common/socket.cpp
348 <set var=
"NET_CMN_HDR" hints=
"files">
354 wx/protocol/protocol.h
364 <!-- ====================================================================== -->
365 <!-- Common GUI files -->
366 <!-- ====================================================================== -->
368 <set var=
"GUI_CMN_SRC" hints=
"files">
369 src/common/accesscmn.cpp
370 src/common/appcmn.cpp
371 src/common/artprov.cpp
372 src/common/artstd.cpp
373 src/common/bmpbase.cpp
374 src/common/bookctrl.cpp
375 src/common/choiccmn.cpp
376 src/common/clipcmn.cpp
377 src/common/cmdproc.cpp
378 src/common/cmndata.cpp
379 src/common/containr.cpp
380 src/common/cshelp.cpp
381 src/common/ctrlcmn.cpp
382 src/common/ctrlsub.cpp
383 src/common/datacmn.cpp
384 src/common/dcbase.cpp
385 src/common/dlgcmn.cpp
386 src/common/dndcmn.cpp
387 src/common/dobjcmn.cpp
388 src/common/docmdi.cpp
389 src/common/docview.cpp
390 src/common/dpycmn.cpp
391 src/common/dseldlg.cpp
392 src/common/effects.cpp
393 src/common/fddlgcmn.cpp
394 src/common/fldlgcmn.cpp
395 src/common/fontcmn.cpp
396 src/common/fontmap.cpp
397 src/common/framecmn.cpp
398 src/common/gaugecmn.cpp
399 src/common/gdicmn.cpp
400 src/common/geometry.cpp
401 src/common/gifdecod.cpp
402 src/common/helpbase.cpp
403 src/common/iconbndl.cpp
404 src/common/imagall.cpp
405 src/common/imagbmp.cpp
407 src/common/imagfill.cpp
408 src/common/imaggif.cpp
409 src/common/imagiff.cpp
410 src/common/imagjpeg.cpp
411 src/common/imagpcx.cpp
412 src/common/imagpng.cpp
413 src/common/imagpnm.cpp
414 src/common/imagtiff.cpp
415 src/common/imagxpm.cpp
416 src/common/layout.cpp
417 src/common/lboxcmn.cpp
418 src/common/matrix.cpp
419 src/common/menucmn.cpp
420 src/common/nbkbase.cpp
422 src/common/popupcmn.cpp
423 src/common/prntbase.cpp
424 src/common/quantize.cpp
425 src/common/radiocmn.cpp
426 src/common/rendcmn.cpp
427 src/common/rgncmn.cpp
428 src/common/settcmn.cpp
430 src/common/statbar.cpp
431 src/common/tbarbase.cpp
432 src/common/textcmn.cpp
433 src/common/timercmn.cpp
434 src/common/toplvcmn.cpp
435 src/common/treebase.cpp
436 src/common/valgen.cpp
437 src/common/validate.cpp
438 src/common/valtext.cpp
439 src/common/wincmn.cpp
440 src/common/xpmdecod.cpp
441 src/generic/busyinfo.cpp
442 src/generic/choicdgg.cpp
443 src/generic/dcpsg.cpp
444 src/generic/dirctrlg.cpp
445 src/generic/dragimgg.cpp
446 src/generic/listbkg.cpp
448 src/generic/numdlgg.cpp
449 src/generic/panelg.cpp
450 src/generic/progdlgg.cpp
451 src/generic/printps.cpp
452 src/generic/renderg.cpp
453 src/generic/scrlwing.cpp
454 src/generic/selstore.cpp
455 src/generic/spinctlg.cpp
456 src/generic/splitter.cpp
457 src/generic/textdlgg.cpp
458 src/generic/tipwin.cpp
459 src/generic/treectlg.cpp
460 src/generic/vlbox.cpp
461 src/generic/vscroll.cpp
463 <set var=
"GUI_CMN_HDR" hints=
"files">
489 wx/generic/choicdgg.h
490 wx/generic/colrdlgg.h
492 wx/generic/dirctrlg.h
493 wx/generic/dragimgg.h
494 wx/generic/filedlgg.h
495 wx/generic/fontdlgg.h
496 wx/generic/imaglist.h
499 wx/generic/notebook.h
501 wx/generic/prntdlgg.h
503 wx/generic/progdlgg.h
504 wx/generic/scrolwin.h
505 wx/generic/spinctlg.h
506 wx/generic/splitter.h
507 wx/generic/textdlgg.h
509 wx/generic/treectlg.h
632 <!-- ====================================================================== -->
633 <!-- Common X11 code: -->
634 <!-- ====================================================================== -->
636 <set var=
"XWIN_LOWLEVEL_SRC" hints=
"files">
637 src/generic/caret.cpp
639 src/unix/fontenum.cpp
640 src/unix/fontutil.cpp
641 src/unix/utilsx11.cpp
643 <set var=
"XWIN_LOWLEVEL_HDR" hints=
"files">
650 <!-- ====================================================================== -->
652 <!-- ====================================================================== -->
654 <set var=
"GTK_LOWLEVEL_SRC" hints=
"files">
656 src/generic/paletteg.cpp
688 <set var=
"GTK_LOWLEVEL_HDR" hints=
"files">
690 wx/generic/paletteg.h
692 <set var=
"GTK_SRC" hints=
"files">
693 <!-- Generic implementations used by wxGTK: -->
694 src/generic/accel.cpp
695 src/generic/colrdlgg.cpp
696 src/generic/dirdlgg.cpp
697 src/generic/fdrepdlg.cpp
698 src/generic/filedlgg.cpp
699 src/generic/imaglist.cpp
700 src/generic/listctrl.cpp
701 src/generic/msgdlgg.cpp
702 src/generic/prntdlgg.cpp
703 src/generic/statusbr.cpp
705 <!-- GTK+ specific files: -->
739 <set var=
"GTK_HDR" hints=
"files">
741 wx/generic/fdrepdlg.h
742 wx/generic/listctrl.h
743 wx/generic/statusbr.h
808 <!-- ====================================================================== -->
810 <!-- ====================================================================== -->
812 <set var=
"MOTIF_LOWLEVEL_SRC" hints=
"files">
820 <set var=
"MOTIF_LOWLEVEL_HDR" hints=
"files">
827 <set var=
"MOTIF_SRC" hints=
"files">
830 src/motif/bmpbuttn.cpp
831 src/motif/bmpmotif.cpp
833 src/motif/checkbox.cpp
834 src/motif/checklst.cpp
836 src/motif/clipbrd.cpp
838 src/motif/combobox.cpp
839 src/motif/combobox_native.cpp
840 src/motif/control.cpp
843 src/motif/dataobj.cpp
845 src/motif/dcclient.cpp
846 src/motif/dcmemory.cpp
847 src/motif/dcscreen.cpp
849 src/motif/evtloop.cpp
850 src/motif/filedlg.cpp
857 src/motif/listbox.cpp
861 src/motif/menuitem.cpp
862 src/motif/minifram.cpp
864 src/motif/palette.cpp
865 src/motif/radiobox.cpp
866 src/motif/radiobut.cpp
867 src/motif/scrolbar.cpp
868 src/motif/settings.cpp
870 src/motif/spinbutt.cpp
871 src/motif/statbmp.cpp
872 src/motif/statbox.cpp
873 src/motif/stattext.cpp
874 src/motif/textctrl.cpp
876 src/motif/toolbar.cpp
877 src/motif/toplevel.cpp
880 src/motif/xmcombo/xmcombo.c
881 <!-- Generic files used by wxMotif: -->
882 src/generic/colrdlgg.cpp
883 src/generic/dirdlgg.cpp
884 src/generic/fdrepdlg.cpp
885 src/generic/fontdlgg.cpp
886 src/generic/imaglist.cpp
887 src/generic/listctrl.cpp
888 src/generic/notebook.cpp
889 src/generic/prntdlgg.cpp
890 src/generic/statline.cpp
891 src/generic/statusbr.cpp
894 <set var=
"MOTIF_HDR" hints=
"files">
895 wx/generic/colrdlgg.h
897 wx/generic/fdrepdlg.h
898 wx/generic/fontdlgg.h
899 wx/generic/imaglist.h
900 wx/generic/listctrl.h
901 wx/generic/notebook.h
902 wx/generic/prntdlgg.h
903 wx/generic/statline.h
904 wx/generic/statusbr.h
961 <!-- ====================================================================== -->
963 <!-- ====================================================================== -->
966 <set var=
"X11_LOWLEVEL_SRC" hints=
"files">
968 src/generic/timer.cpp
1000 <set var=
"X11_LOWLEVEL_HDR" hints=
"files">
1001 $(XWIN_LOWLEVEL_HDR)
1035 <!-- ====================================================================== -->
1037 <!-- ====================================================================== -->
1039 <set var=
"MSW_LOWLEVEL_SRC" hints=
"files">
1049 src/msw/dcclient.cpp
1050 src/msw/dcmemory.cpp
1052 src/msw/dcscreen.cpp
1060 src/msw/fontenum.cpp
1061 src/msw/fontutil.cpp
1062 src/msw/gdiimage.cpp
1068 src/msw/minifram.cpp
1069 src/msw/ole/automtn.cpp
1070 src/msw/ole/dataobj.cpp
1071 src/msw/ole/dropsrc.cpp
1072 src/msw/ole/droptgt.cpp
1073 src/msw/ole/oleutils.cpp
1074 src/msw/ole/uuid.cpp
1077 src/msw/popupwin.cpp
1078 src/msw/printdlg.cpp
1079 src/msw/printwin.cpp
1081 src/msw/renderer.cpp
1082 src/msw/settings.cpp
1085 src/msw/toplevel.cpp
1086 src/msw/utilsgui.cpp
1090 <set var=
"MSW_LOWLEVEL_HDR" hints=
"files">
1092 <set var=
"MSW_SRC" hints=
"files">
1093 src/generic/statusbr.cpp
1095 src/msw/bmpbuttn.cpp
1097 src/msw/checkbox.cpp
1098 src/msw/checklst.cpp
1100 src/msw/colordlg.cpp
1101 src/msw/combobox.cpp
1104 src/msw/dragimag.cpp
1105 src/msw/fdrepdlg.cpp
1110 src/msw/imaglist.cpp
1113 src/msw/listctrl.cpp
1116 src/msw/menuitem.cpp
1117 src/msw/metafile.cpp
1119 src/msw/nativdlg.cpp
1120 src/msw/notebook.cpp
1121 src/msw/ole/access.cpp
1122 src/msw/ownerdrw.cpp
1123 src/msw/radiobox.cpp
1124 src/msw/radiobut.cpp
1125 src/msw/scrolbar.cpp
1126 src/msw/slider95.cpp
1127 src/msw/spinbutt.cpp
1128 src/msw/spinctrl.cpp
1131 src/msw/statbr95.cpp
1132 src/msw/statline.cpp
1133 src/msw/stattext.cpp
1136 src/msw/textctrl.cpp
1138 src/msw/treectrl.cpp
1140 <set var=
"MSW_HDR" hints=
"files">
1194 wx/msw/ole/automtn.h
1195 wx/msw/ole/dataform.h
1196 wx/msw/ole/dataobj.h
1197 wx/msw/ole/dataobj2.h
1198 wx/msw/ole/dropsrc.h
1199 wx/msw/ole/droptgt.h
1200 wx/msw/ole/oleutils.h
1234 <!-- Resources must be installed together with headers: -->
1235 wx/msw/gnuwin32/winresrc.h
1278 <!-- ====================================================================== -->
1280 <!-- ====================================================================== -->
1282 <set var=
"MGL_LOWLEVEL_SRC" hints=
"files">
1283 src/generic/caret.cpp
1284 src/generic/timer.cpp
1293 src/mgl/dcclient.cpp
1294 src/mgl/dcmemory.cpp
1295 src/mgl/dcscreen.cpp
1299 src/mgl/fontenum.cpp
1300 src/mgl/fontutil.cpp
1306 src/mgl/settings.cpp
1307 src/mgl/toplevel.cpp
1311 <set var=
"MGL_LOWLEVEL_HDR" hints=
"files">
1338 <!-- ====================================================================== -->
1340 <!-- ====================================================================== -->
1342 <set var=
"OS2_LOWLEVEL_SRC" hints=
"files">
1344 <set var=
"OS2_LOWLEVEL_HDR" hints=
"files">
1346 <set var=
"OS2_SRC" hints=
"files">
1347 <!-- Generic implementations used by wxOS2: -->
1348 src/generic/caret.cpp
1349 src/generic/colrdlgg.cpp
1350 src/generic/dirdlgg.cpp
1351 src/generic/fdrepdlg.cpp
1352 src/generic/imaglist.cpp
1353 src/generic/mdig.cpp
1354 src/generic/msgdlgg.cpp
1355 src/generic/prntdlgg.cpp
1356 src/generic/statusbr.cpp
1357 <!-- OS/2 specific files: -->
1361 src/os2/bmpbuttn.cpp
1364 src/os2/checkbox.cpp
1365 src/os2/checklst.cpp
1369 src/os2/combobox.cpp
1375 src/os2/dcclient.cpp
1376 src/os2/dcmemory.cpp
1378 src/os2/dcscreen.cpp
1384 src/os2/fontenum.cpp
1385 src/os2/fontutil.cpp
1388 src/os2/gdiimage.cpp
1395 src/os2/listctrl.cpp
1398 src/os2/menuitem.cpp
1399 src/os2/metafile.cpp
1401 src/os2/nativdlg.cpp
1402 src/os2/notebook.cpp
1403 src/os2/ownerdrw.cpp
1407 src/os2/radiobox.cpp
1408 src/os2/radiobut.cpp
1410 src/os2/scrolbar.cpp
1411 src/os2/settings.cpp
1413 src/os2/spinbutt.cpp
1414 src/os2/spinctrl.cpp
1417 src/os2/statline.cpp
1418 src/os2/stattext.cpp
1420 src/os2/textctrl.cpp
1424 src/os2/toplevel.cpp
1425 src/os2/treectrl.cpp
1426 src/os2/utilsgui.cpp
1429 <set var=
"OS2_HDR" hints=
"files">
1431 wx/generic/colrdlgg.h
1432 wx/generic/dirdlgg.h
1433 wx/generic/fdrepdlg.h
1435 wx/generic/statusbr.h
1509 <!-- ====================================================================== -->
1511 <!-- ====================================================================== -->
1513 <set var=
"MAC_LOWLEVEL_SRC" hints=
"files">
1515 <set var=
"MAC_LOWLEVEL_HDR" hints=
"files">
1517 <set var=
"MAC_SRC" hints=
"files">
1522 src/mac/bmpbuttn.cpp
1525 src/mac/checkbox.cpp
1526 src/mac/checklst.cpp
1529 src/mac/colordlg.cpp
1531 src/mac/combobox.cpp
1537 src/mac/dcclient.cpp
1538 src/mac/dcmemory.cpp
1540 src/mac/dcscreen.cpp
1547 src/mac/fontenum.cpp
1548 src/mac/fontutil.cpp
1556 src/mac/menuitem.cpp
1557 src/mac/metafile.cpp
1558 src/mac/minifram.cpp
1560 src/mac/notebmac.cpp
1564 src/mac/printdlg.cpp
1565 src/mac/printmac.cpp
1566 src/mac/radiobox.cpp
1567 src/mac/radiobut.cpp
1569 src/mac/renderer.cpp
1570 src/mac/scrolbar.cpp
1571 src/mac/settings.cpp
1573 src/mac/spinbutt.cpp
1576 src/mac/statbrma.cpp
1577 src/mac/statlmac.cpp
1578 src/mac/stattext.cpp
1580 src/mac/textctrl.cpp
1584 src/mac/toplevel.cpp
1586 <!-- Generic implementations used by wxMac: -->
1587 src/generic/caret.cpp
1588 src/generic/fdrepdlg.cpp
1589 src/generic/fontdlgg.cpp
1590 src/generic/imaglist.cpp
1591 src/generic/listctrl.cpp
1592 src/generic/prntdlgg.cpp
1593 src/generic/statusbr.cpp
1594 src/generic/tabg.cpp
1595 <!-- Unix files used by wxMac: -->
1596 src/unix/snglinst.cpp
1598 <set var=
"MAC_HDR" hints=
"files">
1677 <!-- Generic implementations used by wxMac: -->
1679 wx/generic/fdrepdlg.h
1680 wx/generic/fontdlgg.h
1681 wx/generic/imaglist.h
1682 wx/generic/listctrl.h
1683 wx/generic/statusbr.h
1688 <!-- ====================================================================== -->
1690 <!-- ====================================================================== -->
1692 <set var=
"COCOA_LOWLEVEL_SRC" hints=
"files">
1694 <set var=
"COCOA_LOWLEVEL_HDR" hints=
"files">
1696 <set var=
"COCOA_SRC" hints=
"files">
1698 src/cocoa/NSButton.mm
1699 src/cocoa/NSControl.mm
1701 src/cocoa/NSPanel.mm
1702 src/cocoa/NSTableView.mm
1703 src/cocoa/NSTextField.mm
1705 src/cocoa/NSWindow.mm
1708 src/cocoa/bmpbuttn.mm
1711 src/cocoa/checkbox.mm
1712 src/cocoa/checklst.mm
1714 src/cocoa/clipbrd.mm
1716 src/cocoa/combobox.mm
1717 src/cocoa/control.mm
1720 src/cocoa/dataobj.mm
1722 src/cocoa/dcclient.mm
1723 src/cocoa/dcmemory.mm
1724 src/cocoa/dcscreen.cpp
1727 src/cocoa/fontenum.mm
1728 src/cocoa/fontutil.cpp
1731 src/cocoa/gdiobj.cpp
1733 src/cocoa/listbox.mm
1735 src/cocoa/mbarman.mm
1737 src/cocoa/menuitem.mm
1739 src/cocoa/radiobox.mm
1740 src/cocoa/radiobut.mm
1741 src/cocoa/region.cpp
1742 src/cocoa/settings.cpp
1744 src/cocoa/spinbutt.mm
1745 src/cocoa/statbmp.mm
1746 src/cocoa/statbox.mm
1747 src/cocoa/statline2.mm
1748 src/cocoa/stattext.mm
1749 src/cocoa/textctrl.mm
1750 src/cocoa/toplevel.mm
1752 src/cocoa/utilsexc.cpp
1754 <!-- Generic implementations used by wxCocoa: -->
1755 src/generic/accel.cpp
1756 src/generic/caret.cpp
1757 src/generic/colrdlgg.cpp
1758 src/generic/dirdlgg.cpp
1759 src/generic/fdrepdlg.cpp
1760 src/generic/filedlgg.cpp
1761 src/generic/fontdlgg.cpp
1762 src/generic/imaglist.cpp
1763 src/generic/listctrl.cpp
1764 src/generic/mdig.cpp
1765 src/generic/msgdlgg.cpp
1766 src/generic/notebook.cpp
1767 src/generic/paletteg.cpp
1768 src/generic/statusbr.cpp
1769 src/generic/tabg.cpp
1770 src/generic/timer.cpp
1772 <set var=
"COCOA_HDR" hints=
"files">
1775 wx/cocoa/NSControl.h
1778 wx/cocoa/NSTableView.h
1779 wx/cocoa/NSTextField.h
1782 wx/cocoa/ObjcAssociate.h
1826 <!-- Generic implementations used by wxCocoa: -->
1828 wx/generic/fdrepdlg.h
1829 wx/generic/fontdlgg.h
1830 wx/generic/imaglist.h
1831 wx/generic/listctrl.h
1833 wx/generic/paletteg.h
1834 wx/generic/statusbr.h
1840 <!-- ====================================================================== -->
1841 <!-- wxUniversal -->
1842 <!-- ====================================================================== -->
1845 <set var=
"UNIV_THEMES_SRC" hints=
"files">
1846 src/univ/themes/gtk.cpp
1847 src/univ/themes/metal.cpp
1848 src/univ/themes/win32.cpp
1851 <set var=
"UNIV_SRC" hints=
"files">
1852 src/generic/accel.cpp
1853 src/generic/colrdlgg.cpp
1854 src/generic/dirdlgg.cpp
1855 src/generic/fdrepdlg.cpp
1856 src/generic/filedlgg.cpp
1857 src/generic/fontdlgg.cpp
1858 src/generic/imaglist.cpp
1859 src/generic/listctrl.cpp
1860 src/generic/mdig.cpp
1861 src/generic/msgdlgg.cpp
1862 src/generic/prntdlgg.cpp
1863 src/generic/tabg.cpp
1864 src/univ/bmpbuttn.cpp
1866 src/univ/checkbox.cpp
1867 src/univ/checklst.cpp
1869 src/univ/colschem.cpp
1870 src/univ/combobox.cpp
1871 src/univ/control.cpp
1872 src/univ/ctrlrend.cpp
1874 src/univ/framuniv.cpp
1876 src/univ/inpcons.cpp
1877 src/univ/inphand.cpp
1878 src/univ/listbox.cpp
1880 src/univ/notebook.cpp
1881 src/univ/radiobox.cpp
1882 src/univ/radiobut.cpp
1883 src/univ/scrarrow.cpp
1884 src/univ/scrolbar.cpp
1885 src/univ/scrthumb.cpp
1887 src/univ/spinbutt.cpp
1888 src/univ/statbmp.cpp
1889 src/univ/statbox.cpp
1890 src/univ/statline.cpp
1891 src/univ/stattext.cpp
1892 src/univ/statusbr.cpp
1893 src/univ/textctrl.cpp
1895 src/univ/toolbar.cpp
1896 src/univ/topluniv.cpp
1897 src/univ/winuniv.cpp
1899 <set var=
"UNIV_HDR" hints=
"files">
1901 wx/generic/dirdlgg.h
1902 wx/generic/fdrepdlg.h
1903 wx/generic/fontdlgg.h
1904 wx/generic/listctrl.h
1906 wx/generic/statusbr.h
1948 <!-- ====================================================================== -->
1950 <!-- ====================================================================== -->
1952 <set var=
"ADVANCED_CMN_SRC" hints=
"files">
1953 src/generic/calctrl.cpp
1954 src/generic/dcbuffer.cpp
1955 src/generic/grid.cpp
1956 src/generic/gridctrl.cpp
1957 src/generic/gridsel.cpp
1958 src/generic/helpext.cpp
1959 src/generic/laywin.cpp
1960 src/generic/sashwin.cpp
1961 src/generic/splash.cpp
1962 src/generic/tipdlg.cpp
1963 src/generic/wizard.cpp
1966 <set var=
"ADVANCED_CMN_HDR" hints=
"files">
1969 wx/generic/calctrl.h
1971 wx/generic/gridctrl.h
1972 wx/generic/gridsel.h
1973 wx/generic/helpext.h
1975 wx/generic/sashwin.h
1989 <set var=
"ADVANCED_MSW_SRC" hints=
"files">
1990 src/common/taskbarcmn.cpp
1991 src/msw/joystick.cpp
1995 <set var=
"ADVANCED_MSW_HDR" hints=
"files">
2001 <set var=
"ADVANCED_MAC_SRC" hints=
"files">
2002 src/mac/joystick.cpp
2005 <set var=
"ADVANCED_MAC_HDR" hints=
"files">
2010 <set var=
"ADVANCED_OS2_SRC" hints=
"files">
2011 src/os2/joystick.cpp
2014 <set var=
"ADVANCED_OS2_HDR" hints=
"files">
2019 <set var=
"ADVANCED_UNIX_SRC" hints=
"files">
2020 src/common/taskbarcmn.cpp
2021 src/unix/joystick.cpp
2022 src/unix/taskbarx11.cpp
2025 <set var=
"ADVANCED_UNIX_HDR" hints=
"files">
2027 wx/unix/taskbarx11.h
2032 <!-- ====================================================================== -->
2034 <!-- ====================================================================== -->
2036 <set var=
"HTML_SRC_PLATFORM">
2037 <if cond=
"TOOLKIT=='MSW'">
2038 src/msw/helpbest.cpp
2041 <set var=
"HTML_SRC" hints=
"files">
2042 $(HTML_SRC_PLATFORM)
2043 src/html/helpctrl.cpp
2044 src/html/helpdata.cpp
2045 src/html/helpfrm.cpp
2046 src/html/htmlcell.cpp
2047 src/html/htmlfilt.cpp
2048 src/html/htmlpars.cpp
2049 src/html/htmltag.cpp
2050 src/html/htmlwin.cpp
2051 src/html/htmprint.cpp
2052 src/html/m_dflist.cpp
2053 src/html/m_fonts.cpp
2054 src/html/m_hline.cpp
2055 src/html/m_image.cpp
2056 src/html/m_layout.cpp
2057 src/html/m_links.cpp
2060 src/html/m_style.cpp
2061 src/html/m_tables.cpp
2062 src/html/winpars.cpp
2063 <!-- wxHTML users: -->
2064 src/generic/htmllbox.cpp
2066 <set var=
"HTML_HDR" hints=
"files">
2082 <!-- wxHTML users: -->
2088 <!-- ====================================================================== -->
2089 <!-- XML classes -->
2090 <!-- ====================================================================== -->
2092 <set var=
"XML_SRC" hints=
"files">
2094 src/common/xtixml.cpp
<!-- FIXME - temporary solution -->
2096 <set var=
"XML_HDR" hints=
"files">
2098 wx/xtixml.h
<!-- FIXME - temporary solution -->
2102 <!-- ====================================================================== -->
2103 <!-- OpenGL canvas -->
2104 <!-- ====================================================================== -->
2106 <set var=
"OPENGL_SRC" hints=
"files">
2107 <if cond=
"TOOLKIT=='MAC'">src/mac/glcanvas.cpp
</if>
2108 <if cond=
"TOOLKIT=='GTK'">src/gtk/glcanvas.cpp
</if>
2109 <if cond=
"TOOLKIT=='MSW'">src/msw/glcanvas.cpp
</if>
2110 <if cond=
"TOOLKIT=='MOTIF'">src/motif/glcanvas.cpp
</if>
2111 <if cond=
"TOOLKIT=='X11'">src/x11/glcanvas.cpp
</if>
2112 <if cond=
"TOOLKIT=='PM'">src/os2/glcanvas.cpp
</if>
2115 <set var=
"OPENGL_HDR" hints=
"files">
2116 <if cond=
"TOOLKIT=='MAC'">wx/mac/glcanvas.h
</if>
2117 <if cond=
"TOOLKIT=='GTK'">wx/gtk/glcanvas.h
</if>
2118 <if cond=
"TOOLKIT=='MSW'">wx/msw/glcanvas.h
</if>
2119 <if cond=
"TOOLKIT=='MOTIF'">wx/motif/glcanvas.h
</if>
2120 <if cond=
"TOOLKIT=='X11'">wx/x11/glcanvas.h
</if>
2121 <if cond=
"TOOLKIT=='PM'">wx/os2/glcanvas.h
</if>
2126 <!-- ====================================================================== -->
2127 <!-- ODBD classes -->
2128 <!-- ====================================================================== -->
2130 <set var=
"ODBC_SRC" hints=
"files">
2132 src/common/dbtable.cpp
2134 <set var=
"ODBC_HDR" hints=
"files">
2140 <set var=
"DBGRID_SRC" hints=
"files">
2141 src/common/dbgrid.cpp
2143 <set var=
"DBGRID_HDR" hints=
"files">
2149 <!-- ====================================================================== -->
2150 <!-- Define sources for specific libraries: -->
2151 <!-- ====================================================================== -->
2153 <!-- wxBase files: -->
2155 <!-- Nested if would be nicer, but this works -->
2156 <set var=
"BASE_MACOSX_SRC" hints=
"files">
2157 <if cond=
"TOOLKIT=='MAC'">$(BASE_MAC_SRC)
</if>
2158 <if cond=
"TOOLKIT=='COCOA'">$(BASE_DARWIN_SRC)
</if>
2159 <if cond=
"TOOLKIT=='GTK'">$(BASE_DARWIN_SRC)
</if>
2160 <!-- FIXME: TOOLKIT!='MAC' is what we really want -->
2162 <set var=
"BASE_PLATFORM_SRC" hints=
"files">
2163 <if cond=
"PLATFORM_UNIX=='1'">$(BASE_UNIX_SRC)
</if>
2164 <if cond=
"PLATFORM_WIN32=='1'">$(BASE_WIN32_SRC)
</if>
2165 <if cond=
"PLATFORM_MACOSX=='1'">$(BASE_MACOSX_SRC)
</if>
2166 <if cond=
"PLATFORM_OS2=='1'">$(BASE_OS2_SRC)
</if>
2168 <set var=
"BASE_AND_GUI_TOOLKIT_SRC" hints=
"files">
2169 <if cond=
"TOOLKIT=='MAC'">$(BASE_AND_GUI_MAC_SRC)
</if>
2171 <set var=
"BASE_AND_GUI_PLATFORM_SRC" hints=
"files">
2172 <if cond=
"PLATFORM_UNIX=='1'">$(BASE_AND_GUI_UNIX_SRC)
</if>
2173 <if cond=
"PLATFORM_WIN32=='1'">$(BASE_AND_GUI_WIN32_SRC)
</if>
2174 <if cond=
"PLATFORM_MACOSX=='1'">$(BASE_AND_GUI_DARWIN_SRC)
</if>
2176 <set var=
"BASE_PLATFORM_HDR" hints=
"files">
2177 <if cond=
"PLATFORM_UNIX=='1'">$(BASE_UNIX_HDR)
</if>
2178 <if cond=
"PLATFORM_WIN32=='1'">$(BASE_WIN32_HDR)
</if>
2179 <if cond=
"TOOLKIT=='MAC'">$(BASE_MAC_HDR)
</if>
2180 <if cond=
"TOOLKIT=='COCOA'">$(BASE_DARWIN_HDR)
</if>
2183 <set var=
"BASE_SRC" hints=
"files">
2184 $(BASE_CMN_SRC) $(BASE_PLATFORM_SRC)
2186 <set var=
"BASE_AND_GUI_SRC" hints=
"files">
2187 $(BASE_AND_GUI_CMN_SRC)
2188 $(BASE_AND_GUI_PLATFORM_SRC) $(BASE_AND_GUI_TOOLKIT_SRC)
2192 <!-- wxNet files: -->
2193 <set var=
"NET_MACOSX_SRC" hints=
"files">
2194 <if cond=
"TOOLKIT=='MAC'">$(NET_MAC_SRC)
</if>
2195 <if cond=
"TOOLKIT=='COCOA'">$(NET_DARWIN_SRC)
</if>
2196 <if cond=
"TOOLKIT=='GTK'">$(NET_DARWIN_SRC)
</if>
2197 <!-- FIXME: TOOLKIT!='MAC' is what we really want -->
2199 <set var=
"NET_PLATFORM_SRC" hints=
"files">
2200 <if cond=
"PLATFORM_UNIX=='1'">$(NET_UNIX_SRC)
</if>
2201 <if cond=
"PLATFORM_WIN32=='1'">$(NET_WIN32_SRC)
</if>
2202 <if cond=
"PLATFORM_MACOSX=='1'">$(NET_MACOSX_SRC)
</if>
2203 <if cond=
"PLATFORM_OS2=='1'">$(NET_OS2_SRC)
</if>
2205 <set var=
"NET_PLATFORM_HDR" hints=
"files">
2206 <if cond=
"PLATFORM_UNIX=='1'">$(NET_UNIX_HDR)
</if>
2207 <if cond=
"PLATFORM_WIN32=='1'">$(NET_WIN32_HDR)
</if>
2208 <if cond=
"PLATFORM_OS2=='1'">$(NET_OS2_HDR)
</if>
2209 <if cond=
"TOOLKIT=='MAC'">$(NET_MAC_HDR)
</if>
2210 <if cond=
"TOOLKIT=='COCOA'">$(NET_DARWIN_HDR)
</if>
2213 <set var=
"NET_SRC" hints=
"files">
2214 $(NET_CMN_SRC) $(NET_PLATFORM_SRC)
2218 <!-- GUI sources: -->
2220 <set var=
"LOWLEVEL_SRC" hints=
"files">
2221 <if cond=
"TOOLKIT=='GTK'">$(GTK_LOWLEVEL_SRC)
</if>
2222 <if cond=
"TOOLKIT=='MOTIF'">$(MOTIF_LOWLEVEL_SRC)
</if>
2223 <if cond=
"TOOLKIT=='MSW'">$(MSW_LOWLEVEL_SRC)
</if>
2224 <if cond=
"TOOLKIT=='MAC'">$(MAC_LOWLEVEL_SRC)
</if>
2225 <if cond=
"TOOLKIT=='COCOA'">$(COCOA_LOWLEVEL_SRC)
</if>
2226 <if cond=
"TOOLKIT=='PM'">$(OS2_LOWLEVEL_SRC)
</if>
2227 <if cond=
"TOOLKIT=='X11'">$(X11_LOWLEVEL_SRC)
</if>
2228 <if cond=
"TOOLKIT=='MGL'">$(MGL_LOWLEVEL_SRC)
</if>
2230 <set var=
"LOWLEVEL_HDR" hints=
"files">
2231 <if cond=
"TOOLKIT=='GTK'">$(GTK_LOWLEVEL_HDR)
</if>
2232 <if cond=
"TOOLKIT=='MOTIF'">$(MOTIF_LOWLEVEL_HDR)
</if>
2233 <if cond=
"TOOLKIT=='MSW'">$(MSW_LOWLEVEL_HDR)
</if>
2234 <if cond=
"TOOLKIT=='MAC'">$(MAC_LOWLEVEL_HDR)
</if>
2235 <if cond=
"TOOLKIT=='COCOA'">$(COCOA_LOWLEVEL_HDR)
</if>
2236 <if cond=
"TOOLKIT=='PM'">$(OS2_LOWLEVEL_HDR)
</if>
2237 <if cond=
"TOOLKIT=='X11'">$(X11_LOWLEVEL_HDR)
</if>
2238 <if cond=
"TOOLKIT=='MGL'">$(MGL_LOWLEVEL_HDR)
</if>
2241 <set var=
"GUI_SRC" hints=
"files">
2242 <if cond=
"TOOLKIT=='GTK'">$(GTK_SRC)
</if>
2243 <if cond=
"TOOLKIT=='MOTIF'">$(MOTIF_SRC)
</if>
2244 <if cond=
"TOOLKIT=='MSW'">$(MSW_SRC)
</if>
2245 <if cond=
"TOOLKIT=='MAC'">$(MAC_SRC)
</if>
2246 <if cond=
"TOOLKIT=='COCOA'">$(COCOA_SRC)
</if>
2247 <if cond=
"TOOLKIT=='PM'">$(OS2_SRC)
</if>
2249 <set var=
"GUI_HDR" hints=
"files">
2250 <if cond=
"TOOLKIT=='GTK'">$(GTK_HDR)
</if>
2251 <if cond=
"TOOLKIT=='MOTIF'">$(MOTIF_HDR)
</if>
2252 <if cond=
"TOOLKIT=='MSW'">$(MSW_HDR)
</if>
2253 <if cond=
"TOOLKIT=='MAC'">$(MAC_HDR)
</if>
2254 <if cond=
"TOOLKIT=='COCOA'">$(COCOA_HDR)
</if>
2255 <if cond=
"TOOLKIT=='PM'">$(OS2_HDR)
</if>
2258 <set var=
"CORE_SRC" hints=
"files">
2259 <if cond=
"USE_GUI=='1' and WXUNIV=='0'">
2260 $(LOWLEVEL_SRC) $(GUI_SRC) $(GUI_CMN_SRC)
2262 <if cond=
"USE_GUI=='1' and WXUNIV=='1'">
2263 $(LOWLEVEL_SRC) $(UNIV_SRC) $(UNIV_THEMES_SRC) $(GUI_CMN_SRC)
2267 <!-- wxAdvanced files: -->
2268 <set var=
"ADVANCED_PLATFORM_SRC" hints=
"files">
2269 <if cond=
"TOOLKIT=='MSW'">$(ADVANCED_MSW_SRC)
</if>
2270 <if cond=
"TOOLKIT=='MAC'">$(ADVANCED_MAC_SRC)
</if>
2271 <if cond=
"TOOLKIT=='MOTIF'">$(ADVANCED_UNIX_SRC)
</if>
2272 <if cond=
"TOOLKIT=='GTK'">$(ADVANCED_UNIX_SRC)
</if>
2273 <if cond=
"TOOLKIT=='X11'">$(ADVANCED_UNIX_SRC)
</if>
2274 <if cond=
"TOOLKIT=='PM'">$(ADVANCED_OS2_SRC)
</if>
2276 <set var=
"ADVANCED_PLATFORM_HDR" hints=
"files">
2277 <if cond=
"TOOLKIT=='MSW'">$(ADVANCED_MSW_HDR)
</if>
2278 <if cond=
"TOOLKIT=='MAC'">$(ADVANCED_MAC_HDR)
</if>
2279 <if cond=
"TOOLKIT=='MOTIF'">$(ADVANCED_UNIX_HDR)
</if>
2280 <if cond=
"TOOLKIT=='GTK'">$(ADVANCED_UNIX_HDR)
</if>
2281 <if cond=
"TOOLKIT=='X11'">$(ADVANCED_UNIX_HDR)
</if>
2282 <if cond=
"TOOLKIT=='PM'">$(ADVANCED_OS2_HDR)
</if>
2284 <set var=
"ADVANCED_SRC">$(ADVANCED_CMN_SRC) $(ADVANCED_PLATFORM_SRC)
</set>
2285 <set var=
"ADVANCED_HDR">$(ADVANCED_CMN_HDR) $(ADVANCED_PLATFORM_HDR)
</set>
2289 <set var=
"GUI_CORE_HEADERS" hints=
"files">
2290 <if cond=
"USE_GUI=='1' and WXUNIV=='0'">$(GUI_HDR)
</if>
2291 <if cond=
"USE_GUI=='1' and WXUNIV=='1'">$(UNIV_HDR)
</if>
2294 <set var=
"ALL_GUI_HEADERS" hints=
"files">
2295 <if cond=
"USE_GUI=='1'">
2299 $(ADVANCED_HDR) $(HTML_HDR)
2300 $(OPENGL_HDR) $(DBGRID_HDR)
2305 <set var=
"ALL_BASE_HEADERS" make_var=
"1" hints=
"files">
2306 $(BASE_CMN_HDR) $(BASE_PLATFORM_HDR)
2307 $(NET_CMN_HDR) $(NET_PLATFORM_HDR)
2308 $(XML_HDR) $(ODBC_HDR)
2311 <set var=
"ALL_HEADERS" make_var=
"1" hints=
"files">
2312 $(ALL_BASE_HEADERS) $(ALL_GUI_HEADERS)
2315 <set var=
"ALL_BASE_SOURCES" make_var=
"1" hints=
"files">
2317 $(BASE_UNIX_SRC) $(BASE_WIN32_SRC) $(BASE_MAC_SRC) $(BASE_DARWIN_SRC)
2319 $(BASE_AND_GUI_CMN_SRC)
2320 $(BASE_AND_GUI_UNIX_SRC)
2321 $(BASE_AND_GUI_MAC_SRC)
2322 $(BASE_AND_GUI_DARWIN_SRC)
2323 $(BASE_AND_GUI_WIN32_SRC)
2324 $(NET_CMN_SRC) $(NET_UNIX_SRC) $(NET_WIN32_SRC) $(NET_MAC_SRC)
2325 $(XML_SRC) $(ODBC_SRC)