bcd2b961ff
2. various fixes to configure/Makefiles - building in another dir works again 3. AC_C_BIGENDIAN replaced with WX_C_BIGENDIAN (much better :-) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
77 lines
1.2 KiB
Makefile
77 lines
1.2 KiB
Makefile
## Purpose: The automake makefile for wxWindows (include/wx/motif subdir)
|
|
## Author: Vadim Zeitlin
|
|
## Version: $Id$
|
|
##
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
wx_motif_includedir = ${includedir}/wx/motif
|
|
wx_motif_include_HEADERS = \
|
|
accel.h \
|
|
app.h \
|
|
bitmap.h \
|
|
bmpbuttn.h \
|
|
brush.h \
|
|
button.h \
|
|
checkbox.h \
|
|
checklst.h \
|
|
choice.h \
|
|
clipbrd.h \
|
|
colordlg.h \
|
|
colour.h \
|
|
combobox.h \
|
|
control.h \
|
|
cursor.h \
|
|
dataobj.h \
|
|
dc.h \
|
|
dcclient.h \
|
|
dcmemory.h \
|
|
dcprint.h \
|
|
dcscreen.h \
|
|
dialog.h \
|
|
dirdlg.h \
|
|
dnd.h \
|
|
filedlg.h \
|
|
font.h \
|
|
fontdlg.h \
|
|
frame.h \
|
|
gauge.h \
|
|
gdiobj.h \
|
|
helpxxxx.h \
|
|
icon.h \
|
|
joystick.h \
|
|
listbox.h \
|
|
mdi.h \
|
|
menu.h \
|
|
menuitem.h \
|
|
metafile.h \
|
|
minifram.h \
|
|
msgdlg.h \
|
|
palette.h \
|
|
pen.h \
|
|
print.h \
|
|
printdlg.h \
|
|
private.h \
|
|
radiobox.h \
|
|
radiobut.h \
|
|
region.h \
|
|
scrolbar.h \
|
|
settings.h \
|
|
slider.h \
|
|
spinbutt.h \
|
|
statbmp.h \
|
|
statbox.h \
|
|
stattext.h \
|
|
tabctrl.h \
|
|
taskbar.h \
|
|
textctrl.h \
|
|
timer.h \
|
|
toolbar.h \
|
|
wave.h \
|
|
window.h
|
|
|
|
# setup.h is installed in another directory because several versions of wxwin
|
|
# should be able to coexist on the same machine
|
|
portheadersdir = ${datadir}/@PACKAGE@/include/wx
|
|
portheaders_HEADERS = setup.h
|
|
|