generic/treectlg.cpp \
generic/treelay.cpp \
generic/wizard.cpp \
+ common/accesscmn.cpp \
common/appcmn.cpp \
common/artprov.cpp \
common/artstd.cpp \
common/dobjcmn.cpp \
common/docmdi.cpp \
common/docview.cpp \
+ common/dpycmn.cpp \
common/dseldlg.cpp \
common/dynarray.cpp \
common/dynlib.cpp \
motif/app.cpp \
motif/bitmap.cpp \
motif/bmpbuttn.cpp \
- motif/brush.cpp \
+ motif/bmpmotif.cpp \
motif/button.cpp \
motif/checkbox.cpp \
motif/checklst.cpp \
motif/clipbrd.cpp \
motif/colour.cpp \
motif/combobox.cpp \
+ motif/combobox_native.cpp \
motif/control.cpp \
motif/cursor.cpp \
motif/data.cpp \
motif/dcmemory.cpp \
motif/dcscreen.cpp \
motif/dialog.cpp \
+ motif/evtloop.cpp \
motif/filedlg.cpp \
motif/font.cpp \
motif/frame.cpp \
motif/minifram.cpp \
motif/msgdlg.cpp \
motif/palette.cpp \
- motif/pen.cpp \
motif/radiobox.cpp \
motif/radiobut.cpp \
motif/region.cpp \
motif/toplevel.cpp \
motif/utils.cpp \
motif/window.cpp \
+ x11/brush.cpp \
+ x11/pen.cpp \
unix/dialup.cpp \
unix/dir.cpp \
unix/fontenum.cpp \
ALL_HEADERS = \
accel.h \
+ access.h \
+ access.h \
app.h \
arrimpl.cpp \
artprov.h \
ctrlsub.h \
cursor.h \
dataobj.h \
- date.h \
datetime.h \
datetime.inl \
datstrm.h \
dir.h \
dirctrl.h \
dirdlg.h \
+ display.h \
dnd.h \
docmdi.h \
docview.h \
imagtiff.h \
imagxpm.h \
intl.h \
+ iosfwrap.h \
ioswrap.h \
ipc.h \
ipcbase.h \
listimpl.cpp \
log.h \
longlong.h \
+ math.h \
matrix.h \
mdi.h \
memconf.h \
mstream.h \
notebook.h \
object.h \
- odbc.h \
ownerdrw.h \
palette.h \
panel.h \
quantize.h \
radiobox.h \
radiobut.h \
+ rawbmp.h \
regex.h \
region.h \
resource.h \
tglbtn.h \
thread.h \
thrimpl.cpp \
- time.h \
timer.h \
tipdlg.h \
tipwin.h \
motif/app.h \
motif/bitmap.h \
motif/bmpbuttn.h \
- motif/brush.h \
+ motif/bmpmotif.h \
motif/button.h \
motif/checkbox.h \
motif/checklst.h \
motif/minifram.h \
motif/msgdlg.h \
motif/palette.h \
- motif/pen.h \
motif/print.h \
motif/printdlg.h \
motif/private.h \
motif/statbox.h \
motif/stattext.h \
motif/textctrl.h \
+ motif/tglbtn.h \
motif/timer.h \
motif/toolbar.h \
motif/toplevel.h \
protocol/file.h \
protocol/ftp.h \
protocol/http.h \
- protocol/protocol.h
+ protocol/protocol.h \
+ x11/brush.h \
+ x11/pen.h
COMMONOBJS = \
+ accesscmn.o \
appcmn.o \
artprov.o \
artstd.o \
dobjcmn.o \
docmdi.o \
docview.o \
+ dpycmn.o \
dseldlg.o \
dynarray.o \
dynlib.o \
app.o \
bitmap.o \
bmpbuttn.o \
- brush.o \
+ bmpmotif.o \
button.o \
checkbox.o \
checklst.o \
clipbrd.o \
colour.o \
combobox.o \
+ combobox_native.o \
control.o \
cursor.o \
data.o \
dcmemory.o \
dcscreen.o \
dialog.o \
+ evtloop.o \
filedlg.o \
font.o \
frame.o \
minifram.o \
msgdlg.o \
palette.o \
- pen.o \
radiobox.o \
radiobut.o \
region.o \
toolbar.o \
toplevel.o \
utils.o \
- window.o
+ window.o \
+ brush.o \
+ pen.o
UNIXOBJS = \
dialup.o \