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