]> git.saurik.com Git - wxWidgets.git/blob - include/wx/Makefile.am
Finished porting Robin's wxSizers
[wxWidgets.git] / include / wx / Makefile.am
1 ## Purpose: The automake makefile for wxWindows (include/wx subdir)
2 ## Author: Vadim Zeitlin
3 ## Version: $Id$
4 ##
5 ## Process this file with automake to produce Makefile.in
6
7 SUBDIRS = generic @TOOLKIT_DIR@ @INCLUDE_SUBDIRS@
8
9 wx_includedir = ${includedir}/wx
10 wx_include_HEADERS = \
11 \
12 arrimpl.cpp \
13 listimpl.cpp \
14 \
15 accel.h \
16 app.h \
17 bitmap.h \
18 bmpbuttn.h \
19 brush.h \
20 buffer.h \
21 busyinfo.h \
22 button.h \
23 caret.h \
24 checkbox.h \
25 checklst.h \
26 choicdlg.h \
27 choice.h \
28 clipbrd.h \
29 cmndata.h \
30 colordlg.h \
31 colour.h \
32 combobox.h \
33 confbase.h \
34 config.h \
35 control.h \
36 cursor.h \
37 dataobj.h \
38 date.h \
39 datstrm.h \
40 db.h \
41 dbtable.h \
42 dc.h \
43 dcclient.h \
44 dcmemory.h \
45 dcprint.h \
46 dcps.h \
47 dcscreen.h \
48 dde.h \
49 debug.h \
50 defs.h \
51 dialog.h \
52 dirdlg.h \
53 dnd.h \
54 docmdi.h \
55 docview.h \
56 dragimag.h \
57 dynarray.h \
58 dynlib.h \
59 event.h \
60 expr.h \
61 extdlg.h \
62 ffile.h \
63 file.h \
64 fileconf.h \
65 filedlg.h \
66 filefn.h \
67 filesys.h \
68 font.h \
69 fontdlg.h \
70 frame.h \
71 fs_inet.h \
72 fs_zip.h \
73 gauge.h \
74 gdicmn.h \
75 gdiobj.h \
76 grid.h \
77 gsocket.h \
78 hash.h \
79 help.h \
80 helpbase.h \
81 helphtml.h \
82 helpwin.h \
83 helpxlp.h \
84 icon.h \
85 image.h \
86 imaglist.h \
87 intl.h \
88 ioswrap.h \
89 ipcbase.h \
90 joystick.h \
91 layout.h \
92 laywin.h \
93 list.h \
94 listbox.h \
95 listctrl.h \
96 log.h \
97 longlong.h \
98 matrix.h \
99 mdi.h \
100 memory.h \
101 menu.h \
102 menuitem.h \
103 metafile.h \
104 mimetype.h \
105 minifram.h \
106 module.h \
107 msgdlg.h \
108 mstream.h \
109 notebook.h \
110 object.h \
111 objstrm.h \
112 odbc.h \
113 ownerdrw.h \
114 palette.h \
115 panel.h \
116 paper.h \
117 pen.h \
118 pnghand.h \
119 print.h \
120 printdlg.h \
121 prntbase.h \
122 process.h \
123 progdlg.h \
124 prop.h \
125 propform.h \
126 proplist.h \
127 radiobox.h \
128 radiobut.h \
129 region.h \
130 resource.h \
131 sashwin.h \
132 sckaddr.h \
133 sckipc.h \
134 sckstrm.h \
135 scrolbar.h \
136 scrolwin.h \
137 serbase.h \
138 settings.h \
139 setup.h \
140 slider.h \
141 socket.h \
142 spinbutt.h \
143 splitter.h \
144 statbmp.h \
145 statbox.h \
146 statline.h \
147 stattext.h \
148 statusbr.h \
149 stream.h \
150 strconv.h \
151 string.h \
152 tab.h \
153 tabctrl.h \
154 taskbar.h \
155 tbar95.h \
156 tbarbase.h \
157 tbarmsw.h \
158 tbarsmpl.h \
159 textctrl.h \
160 textdlg.h \
161 textfile.h \
162 txtstrm.h \
163 thread.h \
164 time.h \
165 timer.h \
166 tipdlg.h \
167 tokenzr.h \
168 toolbar.h \
169 tooltip.h \
170 treectrl.h \
171 types.h \
172 url.h \
173 utils.h \
174 valgen.h \
175 validate.h \
176 valtext.h \
177 variant.h \
178 version.h \
179 wave.h \
180 wfstream.h \
181 window.h \
182 wx.h \
183 wx_cw.h \
184 wx_cw_cm.h \
185 wx_cw_d.h \
186 wxchar.h \
187 wxexpr.h \
188 wxhtml.h \
189 wxprec.h \
190 xpmhand.h \
191 zipstrm.h \
192 zstream.h
193
194 # setup.h is installed in another directory because several versions of wxwin
195 # should be able to coexist on the same machine
196 portheadersdir = ${datadir}/@PACKAGE@/include/wx/@TOOLKIT_DIR@
197 portheaders_headers = setup.h
198