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