]> git.saurik.com Git - wxWidgets.git/blame - src/motif.inc
*** empty log message ***
[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 \
35 common/module.cpp \
36 common/object.cpp \
37 common/postscrp.cpp \
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
RR
90 motif/dirdlg.cpp \
91 motif/dnd.cpp \
d18ed59a
RR
92 motif/filedlg.cpp \
93 motif/font.cpp \
94 motif/fontdlg.cpp \
95 motif/frame.cpp \
96 motif/gauge.cpp \
97 motif/gdiobj.cpp \
f6c6dd8c 98 motif/helpxxxx.cpp \
d18ed59a
RR
99 motif/icon.cpp \
100 motif/listbox.cpp \
f6c6dd8c 101 motif/joystick.cpp \
d18ed59a
RR
102 motif/main.cpp \
103 motif/mdi.cpp \
104 motif/menu.cpp \
105 motif/menuitem.cpp \
f6c6dd8c
RR
106 motif/metafile.cpp \
107 motif/minifram.cpp \
d18ed59a 108 motif/msgdlg.cpp \
d18ed59a
RR
109 motif/palette.cpp \
110 motif/pen.cpp \
111 motif/print.cpp \
d18ed59a
RR
112 motif/radiobox.cpp \
113 motif/radiobut.cpp \
114 motif/region.cpp \
115 motif/scrolbar.cpp \
116 motif/settings.cpp \
d18ed59a 117 motif/slider.cpp \
f6c6dd8c 118 motif/spinbutt.cpp \
d18ed59a
RR
119 motif/statbox.cpp \
120 motif/statbmp.cpp \
121 motif/stattext.cpp \
f6c6dd8c 122 motif/taskbar.cpp \
d18ed59a 123 motif/textctrl.cpp \
f6c6dd8c 124 motif/thread.cpp \
d18ed59a 125 motif/timer.cpp \
f6c6dd8c 126 motif/toolbar.cpp \
d18ed59a
RR
127 motif/utils.cpp \
128 motif/utilsexc.cpp \
f6c6dd8c 129 motif/wave.cpp \
d18ed59a
RR
130 motif/window.cpp \
131\
132 generic/choicdgg.cpp \
133 generic/colrdlgg.cpp \
134 generic/fontdlgg.cpp \
135 generic/gridg.cpp \
55acd85e 136 generic/helpext.cpp \
d18ed59a
RR
137 generic/imaglist.cpp \
138 generic/listctrl.cpp \
139 generic/laywin.cpp \
140 generic/msgdlgg.cpp \
aaa38880 141 generic/notebook.cpp \
d18ed59a
RR
142 generic/panelg.cpp \
143 generic/printps.cpp \
144 generic/prntdlgg.cpp \
8710cf5c
RR
145 generic/prop.cpp \
146 generic/propform.cpp \
147 generic/proplist.cpp \
d18ed59a
RR
148 generic/sashwin.cpp \
149 generic/scrolwin.cpp \
150 generic/splitter.cpp \
151 generic/statusbr.cpp \
152 generic/tabg.cpp \
153 generic/textdlgg.cpp \
154 generic/treectrl.cpp
155
a1a2adef 156LIB_C_SRC=\
76153302
RR
157\
158 motif/xmcombo/xmcombo.c \
159\
b75867a6 160 common/extended.c