]> git.saurik.com Git - wxWidgets.git/blame - src/motif.inc
Moved main Makefile.am for wxGTK to /src/gtk
[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 \
e9c4b1a2
JS
28 common/imagjpeg.cpp \
29 common/imagpng.cpp \
e702ff0f 30 common/imaggif.cpp \
d18ed59a 31 common/intl.cpp \
d18ed59a
RR
32 common/ipcbase.cpp \
33 common/layout.cpp \
34 common/list.cpp \
35 common/log.cpp \
36 common/matrix.cpp \
37 common/memory.cpp \
2a847583 38 common/mimetype.cpp \
d18ed59a
RR
39 common/module.cpp \
40 common/object.cpp \
7bcb11d3 41 common/paper.cpp \
d18ed59a
RR
42 common/prntbase.cpp \
43 common/resource.cpp \
44 common/serbase.cpp \
45 common/string.cpp \
46 common/textfile.cpp \
f6c6dd8c
RR
47 common/tbarbase.cpp \
48 common/tbarsmpl.cpp \
d18ed59a
RR
49 common/time.cpp \
50 common/timercmn.cpp \
51 common/utilscmn.cpp \
52 common/wincmn.cpp \
53 common/framecmn.cpp \
54 common/stream.cpp \
55 common/datstrm.cpp \
25331334 56 common/wfstream.cpp \
d18ed59a
RR
57 common/mstream.cpp \
58 common/zstream.cpp \
59 common/objstrm.cpp \
60 common/sckstrm.cpp \
61 common/validate.cpp \
89c684ef 62 common/valgen.cpp \
d18ed59a
RR
63 common/valtext.cpp \
64 common/variant.cpp \
65 common/wxexpr.cpp \
66 common/socket.cpp \
67 common/sckaddr.cpp \
68 common/sckipc.cpp \
69 common/protocol.cpp \
70 common/ftp.cpp \
71 common/http.cpp \
72 common/url.cpp \
73 common/tokenzr.cpp \
c9e089e9 74 common/wxchar.cpp \
d18ed59a
RR
75\
76 motif/accel.cpp \
77 motif/app.cpp \
78 motif/bitmap.cpp \
79 motif/bmpbuttn.cpp \
80 motif/brush.cpp \
81 motif/button.cpp \
82 motif/checkbox.cpp \
b69f1bd1 83 motif/checklst.cpp \
d18ed59a 84 motif/choice.cpp \
f6c6dd8c 85 motif/clipbrd.cpp \
d18ed59a 86 motif/colour.cpp \
f6c6dd8c 87 motif/colordlg.cpp \
d18ed59a
RR
88 motif/control.cpp \
89 motif/combobox.cpp \
90 motif/cursor.cpp \
91 motif/data.cpp \
aed0ed3c 92 motif/dataobj.cpp \
d18ed59a
RR
93 motif/dc.cpp \
94 motif/dcclient.cpp \
95 motif/dcmemory.cpp \
96 motif/dcscreen.cpp \
d18ed59a 97 motif/dialog.cpp \
f6c6dd8c 98 motif/dnd.cpp \
d18ed59a
RR
99 motif/filedlg.cpp \
100 motif/font.cpp \
101 motif/fontdlg.cpp \
102 motif/frame.cpp \
103 motif/gauge.cpp \
104 motif/gdiobj.cpp \
f6c6dd8c 105 motif/helpxxxx.cpp \
d18ed59a
RR
106 motif/icon.cpp \
107 motif/listbox.cpp \
f6c6dd8c 108 motif/joystick.cpp \
d18ed59a
RR
109 motif/main.cpp \
110 motif/mdi.cpp \
111 motif/menu.cpp \
112 motif/menuitem.cpp \
f6c6dd8c
RR
113 motif/metafile.cpp \
114 motif/minifram.cpp \
d18ed59a 115 motif/msgdlg.cpp \
d18ed59a
RR
116 motif/palette.cpp \
117 motif/pen.cpp \
d18ed59a
RR
118 motif/radiobox.cpp \
119 motif/radiobut.cpp \
120 motif/region.cpp \
121 motif/scrolbar.cpp \
122 motif/settings.cpp \
d18ed59a 123 motif/slider.cpp \
f6c6dd8c 124 motif/spinbutt.cpp \
d18ed59a
RR
125 motif/statbox.cpp \
126 motif/statbmp.cpp \
127 motif/stattext.cpp \
f6c6dd8c 128 motif/taskbar.cpp \
d18ed59a
RR
129 motif/textctrl.cpp \
130 motif/timer.cpp \
f6c6dd8c 131 motif/toolbar.cpp \
d18ed59a 132 motif/utils.cpp \
f6c6dd8c 133 motif/wave.cpp \
d18ed59a
RR
134 motif/window.cpp \
135\
30d7f785 136 generic/caret.cpp \
d18ed59a
RR
137 generic/choicdgg.cpp \
138 generic/colrdlgg.cpp \
bf38cbff 139 generic/dcpsg.cpp \
36b3b54a 140 generic/dirdlgg.cpp \
d18ed59a
RR
141 generic/fontdlgg.cpp \
142 generic/gridg.cpp \
55acd85e 143 generic/helpext.cpp \
afcaf277 144 generic/helphtml.cpp \
d18ed59a
RR
145 generic/imaglist.cpp \
146 generic/listctrl.cpp \
147 generic/laywin.cpp \
148 generic/msgdlgg.cpp \
aaa38880 149 generic/notebook.cpp \
d18ed59a
RR
150 generic/panelg.cpp \
151 generic/printps.cpp \
152 generic/prntdlgg.cpp \
8710cf5c
RR
153 generic/prop.cpp \
154 generic/propform.cpp \
155 generic/proplist.cpp \
d18ed59a
RR
156 generic/sashwin.cpp \
157 generic/scrolwin.cpp \
158 generic/splitter.cpp \
159 generic/statusbr.cpp \
160 generic/tabg.cpp \
161 generic/textdlgg.cpp \
1363811b
VZ
162 generic/treectrl.cpp \
163\
8fa2e6a2
KB
164 unix/utilsunx.cpp \
165 generic/progdlgg.cpp
d18ed59a 166
a1a2adef 167LIB_C_SRC=\
76153302
RR
168\
169 motif/xmcombo/xmcombo.c \
170\
afcaf277 171 common/extended.c