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