dff4a8684d
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2906 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
74 lines
1.0 KiB
Makefile
74 lines
1.0 KiB
Makefile
## Purpose: The automake makefile for wxWindows (include/wx/gtk subdir)
|
|
## Author: Vadim Zeitlin
|
|
## Version: $Id$
|
|
##
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
wx_gtk_includedir = ${includedir}/wx/gtk
|
|
wx_gtk_include_HEADERS = \
|
|
accel.h \
|
|
app.h \
|
|
bitmap.h \
|
|
bmpbuttn.h \
|
|
brush.h \
|
|
button.h \
|
|
checkbox.h \
|
|
checklst.h \
|
|
choice.h \
|
|
choicdlg.h \
|
|
clipbrd.h \
|
|
colour.h \
|
|
combobox.h \
|
|
control.h \
|
|
cursor.h \
|
|
dataobj.h \
|
|
dc.h \
|
|
dcclient.h \
|
|
dcmemory.h \
|
|
dcps.h \
|
|
dcscreen.h \
|
|
dialog.h \
|
|
dnd.h \
|
|
filedlg.h \
|
|
font.h \
|
|
frame.h \
|
|
gauge.h \
|
|
gdiobj.h \
|
|
icon.h \
|
|
joystick.h \
|
|
listbox.h \
|
|
mdi.h \
|
|
menu.h \
|
|
menuitem.h \
|
|
msgdlg.h \
|
|
minifram.h \
|
|
notebook.h \
|
|
palette.h \
|
|
pen.h \
|
|
radiobox.h \
|
|
radiobut.h \
|
|
region.h \
|
|
scrolbar.h \
|
|
settings.h \
|
|
slider.h \
|
|
spinbutt.h \
|
|
statbmp.h \
|
|
statbox.h \
|
|
statline.h \
|
|
stattext.h \
|
|
tbargtk.h \
|
|
textctrl.h \
|
|
textdlg.h \
|
|
timer.h \
|
|
tooltip.h \
|
|
treectrl.h \
|
|
wave.h \
|
|
win_gtk.h \
|
|
window.h
|
|
|
|
# why do these get installed ?
|
|
# info.xpm \
|
|
# question.xpm \
|
|
# error.xpm \
|
|
# warning.xpm
|