]> git.saurik.com Git - wxWidgets.git/blob - include/wx/Makefile.am
1. added wxGetNumberFromUser (to textdlgg.cpp and dialogs sample)
[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 hash.h \
78 help.h \
79 helpbase.h \
80 helphtml.h \
81 helpwin.h \
82 helpxlp.h \
83 icon.h \
84 image.h \
85 imaglist.h \
86 intl.h \
87 ioswrap.h \
88 ipcbase.h \
89 joystick.h \
90 layout.h \
91 laywin.h \
92 list.h \
93 listbox.h \
94 listctrl.h \
95 log.h \
96 longlong.h \
97 matrix.h \
98 mdi.h \
99 memory.h \
100 menu.h \
101 menuitem.h \
102 metafile.h \
103 mimetype.h \
104 minifram.h \
105 module.h \
106 msgdlg.h \
107 mstream.h \
108 notebook.h \
109 object.h \
110 objstrm.h \
111 odbc.h \
112 ownerdrw.h \
113 palette.h \
114 panel.h \
115 paper.h \
116 pen.h \
117 pnghand.h \
118 print.h \
119 printdlg.h \
120 prntbase.h \
121 process.h \
122 progdlg.h \
123 prop.h \
124 propform.h \
125 proplist.h \
126 radiobox.h \
127 radiobut.h \
128 region.h \
129 resource.h \
130 sashwin.h \
131 sckaddr.h \
132 sckipc.h \
133 sckstrm.h \
134 scrolbar.h \
135 scrolwin.h \
136 serbase.h \
137 settings.h \
138 setup.h \
139 slider.h \
140 socket.h \
141 spinbutt.h \
142 splitter.h \
143 statbmp.h \
144 statbox.h \
145 statline.h \
146 stattext.h \
147 statusbr.h \
148 stream.h \
149 string.h \
150 tab.h \
151 tabctrl.h \
152 taskbar.h \
153 tbar95.h \
154 tbarbase.h \
155 tbarmsw.h \
156 tbarsmpl.h \
157 textctrl.h \
158 textdlg.h \
159 textfile.h \
160 txtstrm.h \
161 thread.h \
162 time.h \
163 timer.h \
164 tipdlg.h \
165 tokenzr.h \
166 toolbar.h \
167 tooltip.h \
168 treectrl.h \
169 types.h \
170 url.h \
171 utils.h \
172 valgen.h \
173 validate.h \
174 valtext.h \
175 variant.h \
176 version.h \
177 wave.h \
178 wfstream.h \
179 window.h \
180 wx.h \
181 wx_cw.h \
182 wx_cw_cm.h \
183 wx_cw_d.h \
184 wxchar.h \
185 wxexpr.h \
186 wxhtml.h \
187 wxprec.h \
188 xpmhand.h \
189 zipstream.h \
190 zstream.h
191
192 # setup.h is installed in another directory because several versions of wxwin
193 # should be able to coexist on the same machine
194 portheadersdir = ${datadir}/@PACKAGE@/include/wx/@TOOLKIT_DIR@
195 portheaders_headers = setup.h
196