]>
Commit | Line | Data |
---|---|---|
1a519eb0 VZ |
1 | ## Purpose: The automake makefile for wxWindows (include/wx/motif subdir) |
2 | ## Author: Vadim Zeitlin | |
3 | ## Version: $Id$ | |
4 | ## | |
5 | ## Process this file with automake to produce Makefile.in | |
6 | ||
7 | wx_motif_includedir = ${includedir}/wx/motif | |
8 | wx_motif_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 \ | |
18 | clipbrd.h \ | |
19 | colordlg.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 \ | |
28 | dcprint.h \ | |
29 | dcscreen.h \ | |
30 | dialog.h \ | |
31 | dirdlg.h \ | |
32 | dnd.h \ | |
33 | filedlg.h \ | |
34 | font.h \ | |
35 | fontdlg.h \ | |
36 | frame.h \ | |
37 | gauge.h \ | |
38 | gdiobj.h \ | |
39 | helpxxxx.h \ | |
40 | icon.h \ | |
41 | joystick.h \ | |
42 | listbox.h \ | |
43 | mdi.h \ | |
44 | menu.h \ | |
45 | menuitem.h \ | |
46 | metafile.h \ | |
47 | minifram.h \ | |
48 | msgdlg.h \ | |
49 | palette.h \ | |
50 | pen.h \ | |
51 | print.h \ | |
52 | printdlg.h \ | |
53 | private.h \ | |
54 | radiobox.h \ | |
55 | radiobut.h \ | |
56 | region.h \ | |
57 | scrolbar.h \ | |
58 | settings.h \ | |
1a519eb0 VZ |
59 | slider.h \ |
60 | spinbutt.h \ | |
61 | statbmp.h \ | |
62 | statbox.h \ | |
63 | stattext.h \ | |
64 | tabctrl.h \ | |
65 | taskbar.h \ | |
66 | textctrl.h \ | |
67 | timer.h \ | |
68 | toolbar.h \ | |
69 | wave.h \ | |
70 | window.h | |
71 | ||
72 | # setup.h is installed in another directory because several versions of wxwin | |
73 | # should be able to coexist on the same machine | |
74 | portheadersdir = ${datadir}/@PACKAGE@/include/wx | |
75 | portheaders_HEADERS = setup.h | |
76 |