]> git.saurik.com Git - wxWidgets.git/blame - src/motif.inc
wxWindow::OnClose() removed completely from wxGTK, wxCloseEvent is now
[wxWidgets.git] / src / motif.inc
CommitLineData
a1a2adef
RR
1# needed for unactivated
2NONE =
3
4# define library name
8710cf5c 5LIB_TARGET=wx_motif2
a1a2adef
RR
6LIB_MAJOR=0
7LIB_MINOR=1
8
9# define library sources
10
11LIB_CPP_SRC=\
12\
d18ed59a
RR
13 common/cmndata.cpp \
14 common/config.cpp \
15 common/date.cpp \
16 common/docmdi.cpp \
17 common/docview.cpp \
18 common/dynarray.cpp \
19 common/dynlib.cpp \
20 common/event.cpp \
21 common/file.cpp \
22 common/fileconf.cpp \
23 common/filefn.cpp \
24 common/gdicmn.cpp \
25 common/hash.cpp \
26 common/helpbase.cpp \
b75867a6 27 common/image.cpp \
d18ed59a 28 common/intl.cpp \
d18ed59a
RR
29 common/ipcbase.cpp \
30 common/layout.cpp \
31 common/list.cpp \
32 common/log.cpp \
33 common/matrix.cpp \
34 common/memory.cpp \
2a847583 35 common/mimetype.cpp \
d18ed59a
RR
36 common/module.cpp \
37 common/object.cpp \
d18ed59a
RR
38 common/prntbase.cpp \
39 common/resource.cpp \
40 common/serbase.cpp \
41 common/string.cpp \
42 common/textfile.cpp \
f6c6dd8c
RR
43 common/tbarbase.cpp \
44 common/tbarsmpl.cpp \
d18ed59a
RR
45 common/time.cpp \
46 common/timercmn.cpp \
47 common/utilscmn.cpp \
48 common/wincmn.cpp \
49 common/framecmn.cpp \
50 common/stream.cpp \
51 common/datstrm.cpp \
25331334 52 common/wfstream.cpp \
d18ed59a
RR
53 common/mstream.cpp \
54 common/zstream.cpp \
55 common/objstrm.cpp \
56 common/sckstrm.cpp \
57 common/validate.cpp \
58 common/valtext.cpp \
59 common/variant.cpp \
60 common/wxexpr.cpp \
61 common/socket.cpp \
62 common/sckaddr.cpp \
63 common/sckipc.cpp \
64 common/protocol.cpp \
65 common/ftp.cpp \
66 common/http.cpp \
67 common/url.cpp \
68 common/tokenzr.cpp \
69\
70 motif/accel.cpp \
71 motif/app.cpp \
72 motif/bitmap.cpp \
73 motif/bmpbuttn.cpp \
74 motif/brush.cpp \
75 motif/button.cpp \
76 motif/checkbox.cpp \
d18ed59a 77 motif/choice.cpp \
f6c6dd8c 78 motif/clipbrd.cpp \
d18ed59a 79 motif/colour.cpp \
f6c6dd8c 80 motif/colordlg.cpp \
d18ed59a
RR
81 motif/control.cpp \
82 motif/combobox.cpp \
83 motif/cursor.cpp \
84 motif/data.cpp \
85 motif/dc.cpp \
86 motif/dcclient.cpp \
87 motif/dcmemory.cpp \
88 motif/dcscreen.cpp \
d18ed59a 89 motif/dialog.cpp \
f6c6dd8c 90 motif/dnd.cpp \
d18ed59a
RR
91 motif/filedlg.cpp \
92 motif/font.cpp \
93 motif/fontdlg.cpp \
94 motif/frame.cpp \
95 motif/gauge.cpp \
96 motif/gdiobj.cpp \
f6c6dd8c 97 motif/helpxxxx.cpp \
d18ed59a
RR
98 motif/icon.cpp \
99 motif/listbox.cpp \
f6c6dd8c 100 motif/joystick.cpp \
d18ed59a
RR
101 motif/main.cpp \
102 motif/mdi.cpp \
103 motif/menu.cpp \
104 motif/menuitem.cpp \
f6c6dd8c
RR
105 motif/metafile.cpp \
106 motif/minifram.cpp \
d18ed59a 107 motif/msgdlg.cpp \
d18ed59a
RR
108 motif/palette.cpp \
109 motif/pen.cpp \
d18ed59a
RR
110 motif/radiobox.cpp \
111 motif/radiobut.cpp \
112 motif/region.cpp \
113 motif/scrolbar.cpp \
114 motif/settings.cpp \
d18ed59a 115 motif/slider.cpp \
f6c6dd8c 116 motif/spinbutt.cpp \
d18ed59a
RR
117 motif/statbox.cpp \
118 motif/statbmp.cpp \
119 motif/stattext.cpp \
f6c6dd8c 120 motif/taskbar.cpp \
d18ed59a 121 motif/textctrl.cpp \
f6c6dd8c 122 motif/thread.cpp \
d18ed59a 123 motif/timer.cpp \
f6c6dd8c 124 motif/toolbar.cpp \
d18ed59a
RR
125 motif/utils.cpp \
126 motif/utilsexc.cpp \
f6c6dd8c 127 motif/wave.cpp \
d18ed59a
RR
128 motif/window.cpp \
129\
130 generic/choicdgg.cpp \
131 generic/colrdlgg.cpp \
bf38cbff 132 generic/dcpsg.cpp \
36b3b54a 133 generic/dirdlgg.cpp \
d18ed59a
RR
134 generic/fontdlgg.cpp \
135 generic/gridg.cpp \
55acd85e 136 generic/helpext.cpp \
afcaf277 137 generic/helphtml.cpp \
d18ed59a
RR
138 generic/imaglist.cpp \
139 generic/listctrl.cpp \
140 generic/laywin.cpp \
141 generic/msgdlgg.cpp \
aaa38880 142 generic/notebook.cpp \
d18ed59a
RR
143 generic/panelg.cpp \
144 generic/printps.cpp \
145 generic/prntdlgg.cpp \
8710cf5c
RR
146 generic/prop.cpp \
147 generic/propform.cpp \
148 generic/proplist.cpp \
d18ed59a
RR
149 generic/sashwin.cpp \
150 generic/scrolwin.cpp \
151 generic/splitter.cpp \
152 generic/statusbr.cpp \
153 generic/tabg.cpp \
154 generic/textdlgg.cpp \
155 generic/treectrl.cpp
156
a1a2adef 157LIB_C_SRC=\
76153302
RR
158\
159 motif/xmcombo/xmcombo.c \
160\
afcaf277 161 common/extended.c