]>
Commit | Line | Data |
---|---|---|
1a519eb0 VZ |
1 | ## Purpose: The automake makefile for wxWindows (include/wx/gtk subdir) |
2 | ## Author: Vadim Zeitlin | |
3 | ## Version: $Id$ | |
4 | ## | |
5 | ## Process this file with automake to produce Makefile.in | |
6 | ||
7 | wx_gtk_includedir = ${includedir}/wx/gtk | |
8 | wx_gtk_include_HEADERS = \ | |
9 | accel.h \ | |
10 | app.h \ | |
11 | bitmap.h \ | |
12 | bmpbuttn.h \ | |
13 | brush.h \ | |
14 | button.h \ | |
15 | checkbox.h \ | |
16 | checklst.h \ | |
17 | choice.h \ | |
57dde4bd | 18 | choicdlg.h \ |
1a519eb0 VZ |
19 | clipbrd.h \ |
20 | colour.h \ | |
21 | combobox.h \ | |
22 | control.h \ | |
23 | cursor.h \ | |
24 | dataobj.h \ | |
25 | dc.h \ | |
26 | dcclient.h \ | |
27 | dcmemory.h \ | |
1a519eb0 VZ |
28 | dcscreen.h \ |
29 | dialog.h \ | |
30 | dnd.h \ | |
31 | filedlg.h \ | |
32 | font.h \ | |
33 | frame.h \ | |
34 | gauge.h \ | |
35 | gdiobj.h \ | |
36 | icon.h \ | |
37 | joystick.h \ | |
38 | listbox.h \ | |
39 | mdi.h \ | |
40 | menu.h \ | |
41 | menuitem.h \ | |
dff4a868 | 42 | msgdlg.h \ |
1a519eb0 VZ |
43 | minifram.h \ |
44 | notebook.h \ | |
45 | palette.h \ | |
46 | pen.h \ | |
47 | radiobox.h \ | |
48 | radiobut.h \ | |
49 | region.h \ | |
50 | scrolbar.h \ | |
51 | settings.h \ | |
52 | slider.h \ | |
53 | spinbutt.h \ | |
54 | statbmp.h \ | |
55 | statbox.h \ | |
56 | statline.h \ | |
57 | stattext.h \ | |
58 | tbargtk.h \ | |
59 | textctrl.h \ | |
57dde4bd | 60 | textdlg.h \ |
1a519eb0 VZ |
61 | timer.h \ |
62 | tooltip.h \ | |
63 | treectrl.h \ | |
64 | wave.h \ | |
65 | win_gtk.h \ | |
66 | window.h | |
67 | ||
57dde4bd RR |
68 | # why do these get installed ? |
69 | # info.xpm \ | |
70 | # question.xpm \ | |
71 | # error.xpm \ | |
72 | # warning.xpm |