c49245f8ba
2. wxTE_RICH style added to wxMSW, the text controls don't use RICHEDIT class by default any more 3. wxRadioBox doesn't generate button events any more (grrr...) 4. commented out code in log.cpp restored and a bug corrected git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
197 lines
2.6 KiB
Makefile
197 lines
2.6 KiB
Makefile
## Purpose: The automake makefile for wxWindows (include/wx subdir)
|
|
## Author: Vadim Zeitlin
|
|
## Version: $Id$
|
|
##
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = generic @TOOLKIT_DIR@ @INCLUDE_SUBDIRS@
|
|
|
|
wx_includedir = ${includedir}/wx
|
|
wx_include_HEADERS = \
|
|
\
|
|
arrimpl.cpp \
|
|
listimpl.cpp \
|
|
\
|
|
accel.h \
|
|
app.h \
|
|
bitmap.h \
|
|
bmpbuttn.h \
|
|
brush.h \
|
|
buffer.h \
|
|
busyinfo.h \
|
|
button.h \
|
|
caret.h \
|
|
checkbox.h \
|
|
checklst.h \
|
|
choicdlg.h \
|
|
choice.h \
|
|
clipbrd.h \
|
|
cmndata.h \
|
|
colordlg.h \
|
|
colour.h \
|
|
combobox.h \
|
|
confbase.h \
|
|
config.h \
|
|
control.h \
|
|
cursor.h \
|
|
dataobj.h \
|
|
date.h \
|
|
datstrm.h \
|
|
db.h \
|
|
dbtable.h \
|
|
dc.h \
|
|
dcclient.h \
|
|
dcmemory.h \
|
|
dcprint.h \
|
|
dcps.h \
|
|
dcscreen.h \
|
|
dde.h \
|
|
debug.h \
|
|
defs.h \
|
|
dialog.h \
|
|
dirdlg.h \
|
|
dnd.h \
|
|
docmdi.h \
|
|
docview.h \
|
|
dragimag.h \
|
|
dynarray.h \
|
|
dynlib.h \
|
|
event.h \
|
|
expr.h \
|
|
extdlg.h \
|
|
ffile.h \
|
|
file.h \
|
|
fileconf.h \
|
|
filedlg.h \
|
|
filefn.h \
|
|
filesys.h \
|
|
font.h \
|
|
fontdlg.h \
|
|
frame.h \
|
|
fs_inet.h \
|
|
fs_zip.h \
|
|
gauge.h \
|
|
gdicmn.h \
|
|
gdiobj.h \
|
|
grid.h \
|
|
hash.h \
|
|
help.h \
|
|
helpbase.h \
|
|
helphtml.h \
|
|
helpwin.h \
|
|
helpxlp.h \
|
|
icon.h \
|
|
image.h \
|
|
imaglist.h \
|
|
intl.h \
|
|
ioswrap.h \
|
|
ipcbase.h \
|
|
joystick.h \
|
|
layout.h \
|
|
laywin.h \
|
|
list.h \
|
|
listbox.h \
|
|
listctrl.h \
|
|
log.h \
|
|
longlong.h \
|
|
matrix.h \
|
|
mdi.h \
|
|
memory.h \
|
|
menu.h \
|
|
menuitem.h \
|
|
metafile.h \
|
|
mimetype.h \
|
|
minifram.h \
|
|
module.h \
|
|
msgdlg.h \
|
|
mstream.h \
|
|
notebook.h \
|
|
object.h \
|
|
objstrm.h \
|
|
odbc.h \
|
|
ownerdrw.h \
|
|
palette.h \
|
|
panel.h \
|
|
paper.h \
|
|
pen.h \
|
|
pnghand.h \
|
|
print.h \
|
|
printdlg.h \
|
|
prntbase.h \
|
|
process.h \
|
|
progdlg.h \
|
|
prop.h \
|
|
propform.h \
|
|
proplist.h \
|
|
radiobox.h \
|
|
radiobut.h \
|
|
region.h \
|
|
resource.h \
|
|
sashwin.h \
|
|
sckaddr.h \
|
|
sckipc.h \
|
|
sckstrm.h \
|
|
scrolbar.h \
|
|
scrolwin.h \
|
|
serbase.h \
|
|
settings.h \
|
|
setup.h \
|
|
slider.h \
|
|
socket.h \
|
|
spinbutt.h \
|
|
splitter.h \
|
|
statbmp.h \
|
|
statbox.h \
|
|
statline.h \
|
|
stattext.h \
|
|
statusbr.h \
|
|
stream.h \
|
|
string.h \
|
|
tab.h \
|
|
tabctrl.h \
|
|
taskbar.h \
|
|
tbar95.h \
|
|
tbarbase.h \
|
|
tbarmsw.h \
|
|
tbarsmpl.h \
|
|
textctrl.h \
|
|
textdlg.h \
|
|
textfile.h \
|
|
txtstrm.h \
|
|
thread.h \
|
|
time.h \
|
|
timer.h \
|
|
tipdlg.h \
|
|
tokenzr.h \
|
|
toolbar.h \
|
|
tooltip.h \
|
|
treectrl.h \
|
|
types.h \
|
|
url.h \
|
|
utils.h \
|
|
valgen.h \
|
|
validate.h \
|
|
valtext.h \
|
|
variant.h \
|
|
version.h \
|
|
wave.h \
|
|
wfstream.h \
|
|
window.h \
|
|
wx.h \
|
|
wx_cw.h \
|
|
wx_cw_cm.h \
|
|
wx_cw_d.h \
|
|
wxchar.h \
|
|
wxexpr.h \
|
|
wxhtml.h \
|
|
wxprec.h \
|
|
xpmhand.h \
|
|
zipstream.h \
|
|
zstream.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/@TOOLKIT_DIR@
|
|
portheaders_headers = setup.h
|
|
|