* New wxStreams (to be documented), new classes: wxBufferedStreams,
[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  extdlg.h \
61  file.h \
62  fileconf.h \
63  filedlg.h \
64  filefn.h \
65  font.h \
66  fontdlg.h \
67  frame.h \
68  gauge.h \
69  gdicmn.h \
70  gdiobj.h \
71  grid.h \
72  hash.h \
73  help.h \
74  helpbase.h \
75  helphtml.h \
76  helpwin.h \
77  helpxlp.h \
78  icon.h \
79  image.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  txtstrm.h \
157  thread.h \
158  time.h \
159  timer.h \
160  tipdlg.h \
161  tokenzr.h \
162  toolbar.h \
163  tooltip.h \
164  treectrl.h \
165  types.h \
166  url.h \
167  utils.h \
168  valgen.h \
169  validate.h \
170  valtext.h \
171  variant.h \
172  version.h \
173  wave.h \
174  wfstream.h \
175  window.h \
176  wx.h \
177  wx_cw.h \
178  wx_cw_cm.h \
179  wx_cw_d.h \
180  wxchar.h \
181  wxexpr.h \
182  wxprec.h \
183  xpmhand.h \
184  zstream.h
185
186 # setup.h is installed in another directory because several versions of wxwin
187 # should be able to coexist on the same machine
188 portheadersdir = ${datadir}/@PACKAGE@/include/wx/@TOOLKIT_DIR@
189 portheaders_headers = setup.h
190