1999-08-12 19:24:39 +00:00
#
2000-01-14 17:08:42 +00:00
# This file was automatically generated by tmake at 17:53, 2000/01/14
1999-08-12 19:24:39 +00:00
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE UNX.T!
1999-08-14 09:41:49 +00:00
1999-08-12 19:24:39 +00:00
#
# File: makefile.unx
# Author: Julian Smart, Robert Roebling, Vadim Zeitlin
# Created: 1993
# Updated: 1999
# Copyright:(c) 1993, AIAI, University of Edinburgh,
# Copyright:(c) 1999, Vadim Zeitlin
# Copyright:(c) 1999, Robert Roebling
#
# Makefile for libwx_gtk.a, libwx_motif.a and libwx_msw.a
###################################################################
i n c l u d e . / s r c / m a k e . e n v
############## override make.env for PIC ##########################
# Clears all default suffixes
.SUFFIXES : .o .cpp .c .cxx
.c.o :
1999-08-20 19:40:03 +00:00
$( CCC) -c @DEP_INFO_FLAGS@ $( CFLAGS) $( PICFLAGS) -o $@ $<
1999-08-12 19:24:39 +00:00
.cpp.o :
1999-08-20 19:40:03 +00:00
$( CC) -c @DEP_INFO_FLAGS@ $( CPPFLAGS) $( PICFLAGS) -o $@ $<
1999-08-12 19:24:39 +00:00
.cxx.o :
1999-08-20 19:40:03 +00:00
$( CC) -c @DEP_INFO_FLAGS@ $( CPPFLAGS) $( PICFLAGS) -o $@ $<
1999-08-12 19:24:39 +00:00
########################### Paths #################################
srcdir = @srcdir@
1999-08-20 19:40:03 +00:00
VP1 = @top_srcdir@/src/common
VP2 = @top_srcdir@/src/@TOOLKIT_DIR@
VP3 = @top_srcdir@/src/motif/xmcombo
VP4 = @top_srcdir@/src/generic
VP5 = @top_srcdir@/src/unix
VP6 = @top_srcdir@/src/html
VP7 = @top_srcdir@/src/png
VP8 = @top_srcdir@/src/jpeg
1999-11-28 17:11:24 +00:00
VP9 = @top_srcdir@/src/tiff
VP10 = @top_srcdir@/src/zlib
VP11 = @top_srcdir@/src/iodbc
1999-08-20 19:40:03 +00:00
2000-01-14 00:34:55 +00:00
# the comment at the end of the next line is needed because otherwise autoconf
# would remove this line completely - it contains a built-in hack to remove
# any VPATH assignment not containing ':'
VPATH = $( VP1) @PATH_IFS@$( VP2) @PATH_IFS@$( VP3) @PATH_IFS@$( VP4) @PATH_IFS@$( VP5) @PATH_IFS@$( VP6) @PATH_IFS@$( VP7) @PATH_IFS@$( VP8) @PATH_IFS@$( VP9) @PATH_IFS@$( VP10) @PATH_IFS@$( VP11) # ':' for autoconf
1999-08-12 19:24:39 +00:00
top_srcdir = @top_srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
datadir = @datadir@
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
libdir = @libdir@
infodir = @infodir@
mandir = @mandir@
includedir = @includedir@
oldincludedir = /usr/include
DESTDIR =
pkgdatadir = $( datadir) /@PACKAGE@
pkglibdir = $( libdir) /@PACKAGE@
pkgincludedir = $( includedir) /@PACKAGE@
top_builddir = .
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
1999-08-17 15:55:25 +00:00
# my autoconf doesn't set this
#INSTALL_SCRIPT = @INSTALL_SCRIPT@
# maybe do an additional chmod if needed?
INSTALL_SCRIPT = @INSTALL@
1999-08-12 19:24:39 +00:00
transform = @program_transform_name@
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_alias = @build_alias@
build_triplet = @build@
host_alias = @host_alias@
host_triplet = @host@
target_alias = @target_alias@
target_triplet = @target@
2000-01-10 17:12:43 +00:00
USE_GUI = @USE_GUI@
1999-08-12 19:24:39 +00:00
############################# Dirs #################################
WXDIR = $( top_srcdir)
# Subordinate library possibilities
1999-08-13 14:21:06 +00:00
SRCDIR = $( WXDIR) /src
GENDIR = $( WXDIR) /src/generic
COMMDIR = $( WXDIR) /src/common
HTMLDIR = $( WXDIR) /src/html
UNIXDIR = $( WXDIR) /src/unix
PNGDIR = $( WXDIR) /src/png
JPEGDIR = $( WXDIR) /src/jpeg
1999-12-04 16:40:27 +00:00
TIFFDIR = $( WXDIR) /src/tiff
1999-08-13 14:21:06 +00:00
ZLIBDIR = $( WXDIR) /src/zlib
GTKDIR = $( WXDIR) /src/gtk
1999-08-12 19:24:39 +00:00
MOTIFDIR = $( WXDIR) /src/motif
1999-08-13 14:21:06 +00:00
MSWDIR = $( WXDIR) /src/msw
2000-01-12 16:13:29 +00:00
PMDIR = $( WXDIR) /src/os2
1999-10-12 14:36:37 +00:00
ODBCDIR = $( WXDIR) /src/iodbc
1999-08-13 14:21:06 +00:00
INCDIR = $( WXDIR) /include
SAMPDIR = $( WXDIR) /samples
2000-01-14 17:08:42 +00:00
DEMODIR = $( WXDIR) /demos
1999-08-25 16:39:29 +00:00
UTILSDIR = $( WXDIR) /utils
1999-08-26 16:15:38 +00:00
MISCDIR = $( WXDIR) /misc
1999-08-12 19:24:39 +00:00
DOCDIR = $( WXDIR) /docs
1999-08-13 10:33:08 +00:00
########################## Archive name ###############################
1999-10-12 09:44:18 +00:00
WXARCHIVE = wx$( TOOLKIT) -$( WX_MAJOR_VERSION_NUMBER) .$( WX_MINOR_VERSION_NUMBER) .$( WX_RELEASE_NUMBER) .tgz
1999-11-14 19:25:07 +00:00
WXSAMPLES = wx$( TOOLKIT) -samples-$( WX_MAJOR_VERSION_NUMBER) .$( WX_MINOR_VERSION_NUMBER) .$( WX_RELEASE_NUMBER) .tgz
2000-01-14 17:08:42 +00:00
WXDEMOS = wx$( TOOLKIT) -demos-$( WX_MAJOR_VERSION_NUMBER) .$( WX_MINOR_VERSION_NUMBER) .$( WX_RELEASE_NUMBER) .tgz
1999-08-13 10:33:08 +00:00
DISTDIR = ./_dist_dir/wx$( TOOLKIT)
1999-08-12 19:24:39 +00:00
############################## Files ##################################
1999-10-06 17:48:34 +00:00
BASE_HEADERS = \
app.h \
2000-01-10 17:12:43 +00:00
buffer.h \
cmdline.h \
1999-10-06 17:48:34 +00:00
date.h \
1999-12-15 19:40:22 +00:00
datetime.h \
1999-10-06 17:48:34 +00:00
debug.h \
defs.h \
1999-12-08 15:20:22 +00:00
dir.h \
1999-10-06 17:48:34 +00:00
dynarray.h \
dynlib.h \
event.h \
ffile.h \
file.h \
fileconf.h \
hash.h \
intl.h \
2000-01-10 17:12:43 +00:00
ioswrap.h \
1999-10-06 17:48:34 +00:00
list.h \
log.h \
longlong.h \
2000-01-10 17:12:43 +00:00
memory.h \
1999-10-06 17:48:34 +00:00
mimetype.h \
module.h \
object.h \
process.h \
strconv.h \
stream.h \
string.h \
textfile.h \
thread.h \
time.h \
timer.h \
tokenzr.h \
txtstrm.h \
utils.h \
variant.h \
version.h \
2000-01-05 18:10:06 +00:00
wfstream.h \
1999-10-06 17:48:34 +00:00
wx.h \
wxchar.h \
wxprec.h
1999-08-12 19:24:39 +00:00
WX_HEADERS = \
accel.h \
app.h \
arrimpl.cpp \
bitmap.h \
bmpbuttn.h \
brush.h \
buffer.h \
busyinfo.h \
button.h \
1999-12-29 19:18:01 +00:00
calctrl.h \
1999-08-12 19:24:39 +00:00
caret.h \
checkbox.h \
checklst.h \
choicdlg.h \
choice.h \
clipbrd.h \
2000-01-10 17:12:43 +00:00
cmdline.h \
1999-08-12 19:24:39 +00:00
cmndata.h \
colordlg.h \
colour.h \
combobox.h \
confbase.h \
config.h \
control.h \
1999-10-24 16:45:01 +00:00
ctrlsub.h \
1999-08-12 19:24:39 +00:00
cursor.h \
dataobj.h \
date.h \
1999-12-15 19:40:22 +00:00
datetime.h \
1999-08-12 19:24:39 +00:00
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 \
1999-11-01 18:20:39 +00:00
dialup.h \
1999-12-08 15:20:22 +00:00
dir.h \
1999-08-12 19:24:39 +00:00
dirdlg.h \
dnd.h \
docmdi.h \
docview.h \
dragimag.h \
dynarray.h \
dynlib.h \
2000-01-02 23:32:08 +00:00
encconv.h \
1999-08-12 19:24:39 +00:00
event.h \
expr.h \
ffile.h \
file.h \
fileconf.h \
filedlg.h \
filefn.h \
filesys.h \
font.h \
fontdlg.h \
1999-11-05 15:54:10 +00:00
fontenum.h \
fontmap.h \
fontutil.h \
1999-08-12 19:24:39 +00:00
frame.h \
fs_inet.h \
fs_zip.h \
gauge.h \
gdicmn.h \
gdiobj.h \
1999-08-18 22:33:35 +00:00
gifdecod.h \
1999-08-12 19:24:39 +00:00
grid.h \
1999-08-17 15:55:25 +00:00
gsocket.h \
1999-08-12 19:24:39 +00:00
hash.h \
help.h \
helpbase.h \
helphtml.h \
helpwin.h \
helpxlp.h \
icon.h \
1999-12-20 12:49:14 +00:00
imagbmp.h \
1999-08-12 19:24:39 +00:00
image.h \
1999-12-20 12:49:14 +00:00
imaggif.h \
imagjpeg.h \
1999-08-12 19:24:39 +00:00
imaglist.h \
1999-12-20 12:49:14 +00:00
imagpcx.h \
imagpng.h \
imagpnm.h \
imagtiff.h \
1999-08-12 19:24:39 +00:00
intl.h \
ioswrap.h \
ipcbase.h \
joystick.h \
layout.h \
laywin.h \
list.h \
listbox.h \
listctrl.h \
listimpl.cpp \
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 \
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 \
sizer.h \
slider.h \
socket.h \
spinbutt.h \
1999-10-12 14:36:37 +00:00
spinctrl.h \
1999-08-12 19:24:39 +00:00
splitter.h \
statbmp.h \
statbox.h \
statline.h \
stattext.h \
statusbr.h \
strconv.h \
stream.h \
string.h \
tab.h \
tabctrl.h \
taskbar.h \
tbarbase.h \
tbarsmpl.h \
textctrl.h \
textdlg.h \
textfile.h \
thread.h \
time.h \
timer.h \
tipdlg.h \
tokenzr.h \
toolbar.h \
tooltip.h \
treectrl.h \
txtstrm.h \
types.h \
url.h \
utils.h \
valgen.h \
validate.h \
valtext.h \
variant.h \
version.h \
wave.h \
wfstream.h \
window.h \
1999-11-21 19:28:15 +00:00
wizard.h \
1999-08-12 19:24:39 +00:00
wx.h \
wx_cw.h \
wx_cw_cm.h \
wx_cw_d.h \
wxchar.h \
wxexpr.h \
wxhtml.h \
wxprec.h \
xpmhand.h \
zipstrm.h \
zstream.h
GTK_HEADERS = \
gtk/accel.h \
gtk/app.h \
gtk/bitmap.h \
gtk/bmpbuttn.h \
gtk/brush.h \
gtk/button.h \
gtk/checkbox.h \
gtk/checklst.h \
gtk/choice.h \
gtk/clipbrd.h \
gtk/colour.h \
gtk/combobox.h \
gtk/control.h \
gtk/cursor.h \
1999-10-21 02:13:46 +00:00
gtk/dataform.h \
1999-08-12 19:24:39 +00:00
gtk/dataobj.h \
1999-10-21 02:13:46 +00:00
gtk/dataobj2.h \
1999-08-12 19:24:39 +00:00
gtk/dc.h \
gtk/dcclient.h \
gtk/dcmemory.h \
gtk/dcscreen.h \
gtk/dialog.h \
gtk/dnd.h \
gtk/filedlg.h \
gtk/font.h \
1999-08-24 20:26:06 +00:00
gtk/fontdlg.h \
1999-08-12 19:24:39 +00:00
gtk/frame.h \
gtk/gauge.h \
gtk/gdiobj.h \
gtk/icon.h \
gtk/joystick.h \
gtk/listbox.h \
gtk/mdi.h \
gtk/menu.h \
gtk/menuitem.h \
gtk/minifram.h \
gtk/notebook.h \
gtk/palette.h \
gtk/pen.h \
gtk/radiobox.h \
gtk/radiobut.h \
gtk/region.h \
gtk/scrolbar.h \
gtk/settings.h \
gtk/slider.h \
gtk/spinbutt.h \
1999-10-12 14:36:37 +00:00
gtk/spinctrl.h \
1999-08-12 19:24:39 +00:00
gtk/statbmp.h \
gtk/statbox.h \
gtk/statline.h \
gtk/stattext.h \
gtk/tbargtk.h \
gtk/textctrl.h \
gtk/timer.h \
gtk/tooltip.h \
gtk/treectrl.h \
gtk/wave.h \
gtk/win_gtk.h \
gtk/window.h
MOTIF_HEADERS = \
motif/accel.h \
motif/app.h \
motif/bitmap.h \
motif/bmpbuttn.h \
motif/brush.h \
motif/button.h \
motif/checkbox.h \
motif/checklst.h \
motif/choice.h \
motif/clipbrd.h \
motif/colordlg.h \
motif/colour.h \
motif/combobox.h \
motif/control.h \
motif/cursor.h \
1999-10-21 02:13:46 +00:00
motif/dataform.h \
1999-08-12 19:24:39 +00:00
motif/dataobj.h \
1999-10-21 02:13:46 +00:00
motif/dataobj2.h \
1999-08-12 19:24:39 +00:00
motif/dc.h \
motif/dcclient.h \
motif/dcmemory.h \
motif/dcprint.h \
motif/dcscreen.h \
motif/dialog.h \
motif/dnd.h \
motif/filedlg.h \
motif/font.h \
motif/fontdlg.h \
motif/frame.h \
motif/gauge.h \
motif/gdiobj.h \
motif/icon.h \
motif/joystick.h \
motif/listbox.h \
motif/mdi.h \
motif/menu.h \
motif/menuitem.h \
motif/metafile.h \
motif/minifram.h \
motif/msgdlg.h \
motif/palette.h \
motif/pen.h \
motif/print.h \
motif/printdlg.h \
motif/private.h \
motif/radiobox.h \
motif/radiobut.h \
motif/region.h \
motif/scrolbar.h \
motif/settings.h \
motif/slider.h \
motif/spinbutt.h \
motif/statbmp.h \
motif/statbox.h \
motif/stattext.h \
motif/textctrl.h \
motif/timer.h \
motif/toolbar.h \
motif/window.h
1999-08-13 10:33:08 +00:00
MSW_HEADERS = \
msw/accel.h \
msw/app.h \
msw/bitmap.h \
msw/bmpbuttn.h \
msw/brush.h \
msw/button.h \
msw/caret.h \
msw/checkbox.h \
msw/checklst.h \
msw/choice.h \
msw/clipbrd.h \
msw/colordlg.h \
msw/colour.h \
msw/combobox.h \
msw/control.h \
msw/curico.h \
msw/curicop.h \
msw/cursor.h \
msw/dc.h \
msw/dcclient.h \
msw/dcmemory.h \
msw/dcprint.h \
msw/dcscreen.h \
msw/dde.h \
msw/dialog.h \
msw/dib.h \
msw/dibutils.h \
msw/dirdlg.h \
msw/dragimag.h \
2000-01-13 23:39:48 +00:00
msw/enhmeta.h \
1999-08-13 10:33:08 +00:00
msw/filedlg.h \
msw/font.h \
msw/fontdlg.h \
msw/frame.h \
msw/gauge.h \
msw/gauge95.h \
msw/gaugemsw.h \
1999-11-25 23:28:41 +00:00
msw/gdiimage.h \
1999-08-13 10:33:08 +00:00
msw/gdiobj.h \
msw/helpwin.h \
msw/icon.h \
msw/imaglist.h \
msw/iniconf.h \
msw/joystick.h \
msw/listbox.h \
msw/listctrl.h \
msw/mdi.h \
msw/menu.h \
msw/menuitem.h \
msw/metafile.h \
msw/minifram.h \
msw/msgdlg.h \
msw/msvcrt.h \
msw/notebook.h \
msw/palette.h \
msw/pen.h \
msw/printdlg.h \
msw/printwin.h \
msw/private.h \
msw/radiobox.h \
msw/radiobut.h \
msw/regconf.h \
msw/region.h \
msw/registry.h \
msw/scrolbar.h \
msw/settings.h \
msw/setup0.h \
msw/slider.h \
msw/slider95.h \
msw/slidrmsw.h \
msw/spinbutt.h \
msw/statbmp.h \
msw/statbox.h \
msw/statbr95.h \
msw/statline.h \
msw/stattext.h \
msw/tabctrl.h \
msw/taskbar.h \
msw/tbar95.h \
msw/tbarmsw.h \
msw/textctrl.h \
msw/timer.h \
msw/tooltip.h \
msw/treectrl.h \
msw/wave.h \
msw/window.h \
msw/winundef.h \
msw/xpmhand.h
2000-01-12 16:13:29 +00:00
PM_HEADERS = \
os2/accel.h \
os2/app.h \
os2/bitmap.h \
os2/bmpbuttn.h \
os2/brush.h \
os2/button.h \
os2/checkbox.h \
os2/checklst.h \
os2/choice.h \
os2/clipbrd.h \
os2/colour.h \
os2/combobox.h \
os2/control.h \
os2/cursor.h \
os2/dataform.h \
os2/dataobj.h \
os2/dataobj2.h \
os2/dc.h \
os2/dcclient.h \
os2/dcmemory.h \
os2/dcprint.h \
os2/dcscreen.h \
os2/dialog.h \
os2/dirdlg.h \
os2/dnd.h \
os2/filedlg.h \
os2/font.h \
os2/fontdlg.h \
os2/frame.h \
os2/gauge.h \
os2/gdiimage.h \
os2/gdiobj.h \
os2/gsockos2.h \
os2/helpwin.h \
os2/icon.h \
os2/iniconf.h \
os2/joystick.h \
os2/listbox.h \
os2/mdi.h \
os2/menu.h \
os2/menuitem.h \
os2/metafile.h \
os2/minifram.h \
os2/msgdlg.h \
os2/notebook.h \
os2/palette.h \
os2/pen.h \
os2/pnghand.h \
os2/pngread.h \
os2/print.h \
os2/private.h \
os2/radiobox.h \
os2/radiobut.h \
os2/region.h \
os2/scrolbar.h \
os2/settings.h \
os2/setup0.h \
os2/slider.h \
os2/spinbutt.h \
os2/spinctrl.h \
os2/statbmp.h \
os2/statbox.h \
os2/statline.h \
os2/stattext.h \
os2/tabctrl.h \
os2/taskbar.h \
os2/textctrl.h \
os2/timer.h \
os2/toolbar.h \
os2/tooltip.h \
os2/wave.h \
os2/window.h
1999-08-12 19:24:39 +00:00
UNIX_HEADERS = \
1999-11-08 15:06:41 +00:00
unix/execute.h \
unix/fontutil.h
1999-08-12 19:24:39 +00:00
GENERIC_HEADERS = \
1999-12-29 19:18:01 +00:00
generic/calctrl.h \
1999-08-12 19:24:39 +00:00
generic/caret.h \
generic/choicdgg.h \
generic/colrdlgg.h \
generic/dcpsg.h \
generic/dirdlgg.h \
1999-08-18 22:33:35 +00:00
generic/filedlgg.h \
1999-08-12 19:24:39 +00:00
generic/fontdlgg.h \
1999-10-06 05:13:20 +00:00
generic/grid.h \
1999-10-14 05:41:22 +00:00
generic/gridg.h \
1999-08-12 19:24:39 +00:00
generic/helpext.h \
generic/helphtml.h \
generic/helpwxht.h \
generic/helpxlp.h \
generic/imaglist.h \
generic/laywin.h \
generic/listctrl.h \
generic/msgdlgg.h \
generic/notebook.h \
generic/panelg.h \
generic/printps.h \
generic/prntdlgg.h \
generic/progdlgg.h \
generic/sashwin.h \
generic/scrolwin.h \
generic/splitter.h \
generic/statusbr.h \
generic/tabg.h \
generic/textdlgg.h \
1999-12-09 16:53:49 +00:00
generic/treectrl.h \
generic/wizard.h
1999-08-12 19:24:39 +00:00
PROTOCOL_HEADERS = \
protocol/file.h \
protocol/ftp.h \
protocol/http.h \
protocol/protocol.h
HTML_HEADERS = \
1999-10-02 18:19:46 +00:00
html/forcelnk.h \
1999-09-12 17:45:34 +00:00
html/helpctrl.h \
html/helpdata.h \
html/helpfrm.h \
1999-08-12 19:24:39 +00:00
html/htmlcell.h \
html/htmldefs.h \
1999-10-02 18:19:46 +00:00
html/htmlfilt.h \
html/htmlpars.h \
1999-08-12 19:24:39 +00:00
html/htmltag.h \
html/htmlwin.h \
1999-10-17 13:03:40 +00:00
html/htmprint.h \
1999-10-02 18:19:46 +00:00
html/m_templ.h \
html/winpars.h
1999-08-12 19:24:39 +00:00
GTK_GENERICOBJS = \
1999-08-20 19:40:03 +00:00
busyinfo.o \
1999-12-29 19:18:01 +00:00
calctrl.o \
1999-08-20 19:40:03 +00:00
caret.o \
choicdgg.o \
colrdlgg.o \
dcpsg.o \
dirdlgg.o \
filedlgg.o \
1999-10-06 05:13:20 +00:00
grid.o \
1999-10-21 13:41:18 +00:00
helpext.o \
1999-08-20 19:40:03 +00:00
helphtml.o \
helpwxht.o \
imaglist.o \
laywin.o \
listctrl.o \
1999-09-20 16:10:03 +00:00
logg.o \
1999-08-20 19:40:03 +00:00
msgdlgg.o \
numdlgg.o \
panelg.o \
printps.o \
prntdlgg.o \
progdlgg.o \
prop.o \
propform.o \
proplist.o \
sashwin.o \
scrolwin.o \
splitter.o \
statusbr.o \
1999-11-05 15:54:10 +00:00
tabg.o \
1999-12-15 19:40:22 +00:00
tbarsmpl.o \
1999-08-20 19:40:03 +00:00
textdlgg.o \
tipdlg.o \
treectrl.o \
wizard.o
GTK_GENERICDEPS = \
busyinfo.d \
1999-12-29 19:18:01 +00:00
calctrl.d \
1999-08-20 19:40:03 +00:00
caret.d \
choicdgg.d \
colrdlgg.d \
dcpsg.d \
dirdlgg.d \
filedlgg.d \
1999-10-06 05:13:20 +00:00
grid.d \
1999-10-21 13:41:18 +00:00
helpext.d \
1999-08-20 19:40:03 +00:00
helphtml.d \
helpwxht.d \
imaglist.d \
laywin.d \
listctrl.d \
1999-09-20 16:10:03 +00:00
logg.d \
1999-08-20 19:40:03 +00:00
msgdlgg.d \
numdlgg.d \
panelg.d \
printps.d \
prntdlgg.d \
progdlgg.d \
prop.d \
propform.d \
proplist.d \
sashwin.d \
scrolwin.d \
splitter.d \
statusbr.d \
1999-11-05 15:54:10 +00:00
tabg.d \
1999-12-15 19:40:22 +00:00
tbarsmpl.d \
1999-08-20 19:40:03 +00:00
textdlgg.d \
tipdlg.d \
treectrl.d \
wizard.d
1999-08-12 19:24:39 +00:00
GTK_COMMONOBJS = \
parser.o \
1999-10-18 22:22:56 +00:00
appcmn.o \
choiccmn.o \
1999-10-21 10:23:30 +00:00
clipcmn.o \
2000-01-05 17:19:29 +00:00
cmdline.o \
1999-08-20 19:40:03 +00:00
cmndata.o \
config.o \
1999-10-18 22:22:56 +00:00
ctrlcmn.o \
1999-10-22 18:00:39 +00:00
ctrlsub.o \
1999-12-15 19:40:22 +00:00
datetime.o \
1999-08-20 19:40:03 +00:00
datstrm.o \
db.o \
dbtable.o \
dcbase.o \
dlgcmn.o \
1999-10-21 02:13:46 +00:00
dobjcmn.o \
1999-08-20 19:40:03 +00:00
docmdi.o \
docview.o \
dynarray.o \
dynlib.o \
2000-01-02 23:32:08 +00:00
encconv.o \
1999-08-20 19:40:03 +00:00
event.o \
extended.o \
ffile.o \
file.o \
fileconf.o \
filefn.o \
filesys.o \
1999-09-30 22:13:45 +00:00
fontcmn.o \
1999-11-05 15:54:10 +00:00
fontmap.o \
1999-08-20 19:40:03 +00:00
framecmn.o \
fs_inet.o \
fs_zip.o \
ftp.o \
gdicmn.o \
gifdecod.o \
hash.o \
helpbase.o \
http.o \
1999-09-30 22:13:45 +00:00
imagall.o \
1999-08-20 19:40:03 +00:00
imagbmp.o \
image.o \
imaggif.o \
imagjpeg.o \
1999-08-29 05:12:08 +00:00
imagpcx.o \
1999-08-20 19:40:03 +00:00
imagpng.o \
imagpnm.o \
1999-11-28 17:11:24 +00:00
imagtiff.o \
1999-08-20 19:40:03 +00:00
intl.o \
ipcbase.o \
layout.o \
1999-10-22 18:00:39 +00:00
lboxcmn.o \
1999-08-20 19:40:03 +00:00
list.o \
log.o \
1999-12-15 19:40:22 +00:00
longlong.o \
1999-08-20 19:40:03 +00:00
memory.o \
1999-10-26 19:07:04 +00:00
menucmn.o \
1999-08-20 19:40:03 +00:00
mimetype.o \
module.o \
mstream.o \
object.o \
objstrm.o \
paper.o \
prntbase.o \
process.o \
protocol.o \
resource.o \
sckaddr.o \
sckfile.o \
sckipc.o \
sckstrm.o \
1999-09-18 17:23:20 +00:00
serbase.o \
1999-08-20 19:40:03 +00:00
sizer.o \
socket.o \
strconv.o \
stream.o \
string.o \
tbarbase.o \
textcmn.o \
textfile.o \
timercmn.o \
tokenzr.o \
txtstrm.o \
unzip.o \
url.o \
utilscmn.o \
valgen.o \
validate.o \
valtext.o \
variant.o \
wfstream.o \
wincmn.o \
wxchar.o \
wxexpr.o \
zipstrm.o \
zstream.o
GTK_COMMONDEPS = \
parser.d \
1999-10-18 22:22:56 +00:00
appcmn.d \
choiccmn.d \
1999-10-21 10:23:30 +00:00
clipcmn.d \
2000-01-05 17:19:29 +00:00
cmdline.d \
1999-08-20 19:40:03 +00:00
cmndata.d \
config.d \
1999-10-18 22:22:56 +00:00
ctrlcmn.d \
1999-10-22 18:00:39 +00:00
ctrlsub.d \
1999-12-15 19:40:22 +00:00
datetime.d \
1999-08-20 19:40:03 +00:00
datstrm.d \
db.d \
dbtable.d \
dcbase.d \
dlgcmn.d \
1999-10-21 02:13:46 +00:00
dobjcmn.d \
1999-08-20 19:40:03 +00:00
docmdi.d \
docview.d \
dynarray.d \
dynlib.d \
2000-01-02 23:32:08 +00:00
encconv.d \
1999-08-20 19:40:03 +00:00
event.d \
extended.d \
ffile.d \
file.d \
fileconf.d \
filefn.d \
filesys.d \
1999-09-30 22:13:45 +00:00
fontcmn.d \
1999-11-05 15:54:10 +00:00
fontmap.d \
1999-08-20 19:40:03 +00:00
framecmn.d \
fs_inet.d \
fs_zip.d \
ftp.d \
gdicmn.d \
gifdecod.d \
hash.d \
helpbase.d \
http.d \
1999-09-30 22:13:45 +00:00
imagall.d \
1999-08-20 19:40:03 +00:00
imagbmp.d \
image.d \
imaggif.d \
imagjpeg.d \
1999-08-29 05:12:08 +00:00
imagpcx.d \
1999-08-20 19:40:03 +00:00
imagpng.d \
imagpnm.d \
1999-11-28 17:11:24 +00:00
imagtiff.d \
1999-08-20 19:40:03 +00:00
intl.d \
ipcbase.d \
layout.d \
1999-10-22 18:00:39 +00:00
lboxcmn.d \
1999-08-20 19:40:03 +00:00
list.d \
log.d \
1999-12-15 19:40:22 +00:00
longlong.d \
1999-08-20 19:40:03 +00:00
memory.d \
1999-10-26 19:07:04 +00:00
menucmn.d \
1999-08-20 19:40:03 +00:00
mimetype.d \
module.d \
mstream.d \
object.d \
objstrm.d \
paper.d \
prntbase.d \
process.d \
protocol.d \
resource.d \
sckaddr.d \
sckfile.d \
sckipc.d \
sckstrm.d \
1999-09-18 17:23:20 +00:00
serbase.d \
1999-08-20 19:40:03 +00:00
sizer.d \
socket.d \
strconv.d \
stream.d \
string.d \
tbarbase.d \
textcmn.d \
textfile.d \
timercmn.d \
tokenzr.d \
txtstrm.d \
unzip.d \
url.d \
utilscmn.d \
valgen.d \
validate.d \
valtext.d \
variant.d \
wfstream.d \
wincmn.d \
wxchar.d \
wxexpr.d \
zipstrm.d \
zstream.d
1999-08-12 19:24:39 +00:00
GTK_GUIOBJS = \
1999-08-20 19:40:03 +00:00
accel.o \
app.o \
bitmap.o \
bmpbuttn.o \
brush.o \
button.o \
checkbox.o \
checklst.o \
choice.o \
clipbrd.o \
colour.o \
combobox.o \
control.o \
cursor.o \
data.o \
dataobj.o \
dc.o \
dcclient.o \
dcmemory.o \
dcscreen.o \
dialog.o \
dnd.o \
font.o \
1999-08-24 20:26:06 +00:00
fontdlg.o \
1999-08-20 19:40:03 +00:00
frame.o \
gauge.o \
gdiobj.o \
gsockgtk.o \
icon.o \
listbox.o \
main.o \
mdi.o \
menu.o \
minifram.o \
notebook.o \
palette.o \
pen.o \
radiobox.o \
radiobut.o \
region.o \
scrolbar.o \
settings.o \
slider.o \
spinbutt.o \
1999-10-11 10:05:36 +00:00
spinctrl.o \
1999-08-20 19:40:03 +00:00
statbmp.o \
statbox.o \
statline.o \
stattext.o \
tbargtk.o \
textctrl.o \
timer.o \
tooltip.o \
utilsgtk.o \
utilsres.o \
wave.o \
win_gtk.o \
window.o
GTK_GUIDEPS = \
accel.d \
app.d \
bitmap.d \
bmpbuttn.d \
brush.d \
button.d \
checkbox.d \
checklst.d \
choice.d \
clipbrd.d \
colour.d \
combobox.d \
control.d \
cursor.d \
data.d \
dataobj.d \
dc.d \
dcclient.d \
dcmemory.d \
dcscreen.d \
dialog.d \
dnd.d \
font.d \
1999-08-24 20:26:06 +00:00
fontdlg.d \
1999-08-20 19:40:03 +00:00
frame.d \
gauge.d \
gdiobj.d \
gsockgtk.d \
icon.d \
listbox.d \
main.d \
mdi.d \
menu.d \
minifram.d \
notebook.d \
palette.d \
pen.d \
radiobox.d \
radiobut.d \
region.d \
scrolbar.d \
settings.d \
slider.d \
spinbutt.d \
1999-10-11 10:05:36 +00:00
spinctrl.d \
1999-08-20 19:40:03 +00:00
statbmp.d \
statbox.d \
statline.d \
stattext.d \
tbargtk.d \
textctrl.d \
timer.d \
tooltip.d \
utilsgtk.d \
utilsres.d \
wave.d \
win_gtk.d \
window.d
1999-08-12 19:24:39 +00:00
MOTIF_GENERICOBJS = \
1999-08-20 19:40:03 +00:00
busyinfo.o \
1999-12-29 19:18:01 +00:00
calctrl.o \
1999-08-20 19:40:03 +00:00
caret.o \
choicdgg.o \
colrdlgg.o \
dcpsg.o \
dirdlgg.o \
fontdlgg.o \
1999-10-06 05:13:20 +00:00
grid.o \
1999-10-21 13:41:18 +00:00
helpext.o \
1999-08-20 19:40:03 +00:00
helphtml.o \
helpwxht.o \
helpxlp.o \
imaglist.o \
laywin.o \
listctrl.o \
1999-09-20 16:10:03 +00:00
logg.o \
1999-08-20 19:40:03 +00:00
msgdlgg.o \
notebook.o \
numdlgg.o \
panelg.o \
printps.o \
prntdlgg.o \
progdlgg.o \
prop.o \
propform.o \
proplist.o \
sashwin.o \
scrolwin.o \
splitter.o \
1999-09-03 05:16:19 +00:00
statline.o \
1999-08-20 19:40:03 +00:00
statusbr.o \
tabg.o \
1999-12-15 19:40:22 +00:00
tbarsmpl.o \
1999-08-20 19:40:03 +00:00
textdlgg.o \
tipdlg.o \
treectrl.o \
wizard.o
MOTIF_GENERICDEPS = \
busyinfo.d \
1999-12-29 19:18:01 +00:00
calctrl.d \
1999-08-20 19:40:03 +00:00
caret.d \
choicdgg.d \
colrdlgg.d \
dcpsg.d \
dirdlgg.d \
fontdlgg.d \
1999-10-06 05:13:20 +00:00
grid.d \
1999-10-21 13:41:18 +00:00
helpext.d \
1999-08-20 19:40:03 +00:00
helphtml.d \
helpwxht.d \
helpxlp.d \
imaglist.d \
laywin.d \
listctrl.d \
1999-09-20 16:10:03 +00:00
logg.d \
1999-08-20 19:40:03 +00:00
msgdlgg.d \
notebook.d \
numdlgg.d \
panelg.d \
printps.d \
prntdlgg.d \
progdlgg.d \
prop.d \
propform.d \
proplist.d \
sashwin.d \
scrolwin.d \
splitter.d \
1999-09-03 05:16:19 +00:00
statline.d \
1999-08-20 19:40:03 +00:00
statusbr.d \
tabg.d \
1999-12-15 19:40:22 +00:00
tbarsmpl.d \
1999-08-20 19:40:03 +00:00
textdlgg.d \
tipdlg.d \
treectrl.d \
wizard.d
1999-08-12 19:24:39 +00:00
MOTIF_COMMONOBJS = \
parser.o \
1999-10-18 22:22:56 +00:00
appcmn.o \
1999-08-20 19:40:03 +00:00
choiccmn.o \
1999-10-21 10:23:30 +00:00
clipcmn.o \
2000-01-05 17:19:29 +00:00
cmdline.o \
1999-08-20 19:40:03 +00:00
cmndata.o \
config.o \
ctrlcmn.o \
1999-10-22 18:00:39 +00:00
ctrlsub.o \
1999-12-15 19:40:22 +00:00
datetime.o \
1999-08-20 19:40:03 +00:00
datstrm.o \
db.o \
dbtable.o \
dcbase.o \
dlgcmn.o \
1999-10-21 02:13:46 +00:00
dobjcmn.o \
1999-08-20 19:40:03 +00:00
docmdi.o \
docview.o \
dynarray.o \
dynlib.o \
2000-01-02 23:32:08 +00:00
encconv.o \
1999-08-20 19:40:03 +00:00
event.o \
extended.o \
ffile.o \
file.o \
fileconf.o \
filefn.o \
filesys.o \
1999-09-30 22:13:45 +00:00
fontcmn.o \
1999-11-05 15:54:10 +00:00
fontmap.o \
1999-08-20 19:40:03 +00:00
framecmn.o \
fs_inet.o \
fs_zip.o \
ftp.o \
gdicmn.o \
gifdecod.o \
hash.o \
helpbase.o \
http.o \
1999-09-30 22:13:45 +00:00
imagall.o \
1999-08-20 19:40:03 +00:00
imagbmp.o \
image.o \
imaggif.o \
imagjpeg.o \
1999-08-29 05:12:08 +00:00
imagpcx.o \
1999-08-20 19:40:03 +00:00
imagpng.o \
imagpnm.o \
1999-11-28 17:11:24 +00:00
imagtiff.o \
1999-08-20 19:40:03 +00:00
intl.o \
ipcbase.o \
layout.o \
1999-10-22 18:00:39 +00:00
lboxcmn.o \
1999-08-20 19:40:03 +00:00
list.o \
log.o \
1999-12-15 19:40:22 +00:00
longlong.o \
1999-08-20 19:40:03 +00:00
memory.o \
1999-10-26 19:07:04 +00:00
menucmn.o \
1999-08-20 19:40:03 +00:00
mimetype.o \
module.o \
mstream.o \
object.o \
objstrm.o \
paper.o \
prntbase.o \
process.o \
protocol.o \
resource.o \
sckaddr.o \
sckfile.o \
sckipc.o \
sckstrm.o \
1999-09-18 17:23:20 +00:00
serbase.o \
1999-08-20 19:40:03 +00:00
sizer.o \
socket.o \
strconv.o \
stream.o \
string.o \
tbarbase.o \
textcmn.o \
textfile.o \
timercmn.o \
tokenzr.o \
txtstrm.o \
unzip.o \
url.o \
utilscmn.o \
valgen.o \
validate.o \
valtext.o \
variant.o \
wfstream.o \
wincmn.o \
wxchar.o \
wxexpr.o \
zipstrm.o \
zstream.o
MOTIF_COMMONDEPS = \
parser.d \
1999-10-18 22:22:56 +00:00
appcmn.d \
1999-08-20 19:40:03 +00:00
choiccmn.d \
1999-10-21 10:23:30 +00:00
clipcmn.d \
2000-01-05 17:19:29 +00:00
cmdline.d \
1999-08-20 19:40:03 +00:00
cmndata.d \
config.d \
ctrlcmn.d \
1999-10-22 18:00:39 +00:00
ctrlsub.d \
1999-12-15 19:40:22 +00:00
datetime.d \
1999-08-20 19:40:03 +00:00
datstrm.d \
db.d \
dbtable.d \
dcbase.d \
dlgcmn.d \
1999-10-21 02:13:46 +00:00
dobjcmn.d \
1999-08-20 19:40:03 +00:00
docmdi.d \
docview.d \
dynarray.d \
dynlib.d \
2000-01-02 23:32:08 +00:00
encconv.d \
1999-08-20 19:40:03 +00:00
event.d \
extended.d \
ffile.d \
file.d \
fileconf.d \
filefn.d \
filesys.d \
1999-09-30 22:13:45 +00:00
fontcmn.d \
1999-11-05 15:54:10 +00:00
fontmap.d \
1999-08-20 19:40:03 +00:00
framecmn.d \
fs_inet.d \
fs_zip.d \
ftp.d \
gdicmn.d \
gifdecod.d \
hash.d \
helpbase.d \
http.d \
1999-09-30 22:13:45 +00:00
imagall.d \
1999-08-20 19:40:03 +00:00
imagbmp.d \
image.d \
imaggif.d \
imagjpeg.d \
1999-08-29 05:12:08 +00:00
imagpcx.d \
1999-08-20 19:40:03 +00:00
imagpng.d \
imagpnm.d \
1999-11-28 17:11:24 +00:00
imagtiff.d \
1999-08-20 19:40:03 +00:00
intl.d \
ipcbase.d \
layout.d \
1999-10-22 18:00:39 +00:00
lboxcmn.d \
1999-08-20 19:40:03 +00:00
list.d \
log.d \
1999-12-15 19:40:22 +00:00
longlong.d \
1999-08-20 19:40:03 +00:00
memory.d \
1999-10-26 19:07:04 +00:00
menucmn.d \
1999-08-20 19:40:03 +00:00
mimetype.d \
module.d \
mstream.d \
object.d \
objstrm.d \
paper.d \
prntbase.d \
process.d \
protocol.d \
resource.d \
sckaddr.d \
sckfile.d \
sckipc.d \
sckstrm.d \
1999-09-18 17:23:20 +00:00
serbase.d \
1999-08-20 19:40:03 +00:00
sizer.d \
socket.d \
strconv.d \
stream.d \
string.d \
tbarbase.d \
textcmn.d \
textfile.d \
timercmn.d \
tokenzr.d \
txtstrm.d \
unzip.d \
url.d \
utilscmn.d \
valgen.d \
validate.d \
valtext.d \
variant.d \
wfstream.d \
wincmn.d \
wxchar.d \
wxexpr.d \
zipstrm.d \
zstream.d
1999-08-12 19:24:39 +00:00
MOTIF_GUIOBJS = \
1999-08-20 19:40:03 +00:00
xmcombo.o \
accel.o \
app.o \
bitmap.o \
bmpbuttn.o \
brush.o \
button.o \
checkbox.o \
1999-09-03 05:16:19 +00:00
checklst.o \
1999-08-20 19:40:03 +00:00
choice.o \
clipbrd.o \
colour.o \
combobox.o \
control.o \
cursor.o \
data.o \
dataobj.o \
dc.o \
dcclient.o \
dcmemory.o \
dcscreen.o \
dialog.o \
filedlg.o \
font.o \
frame.o \
gauge.o \
gdiobj.o \
gsockmot.o \
icon.o \
listbox.o \
main.o \
mdi.o \
menu.o \
menuitem.o \
minifram.o \
msgdlg.o \
palette.o \
pen.o \
radiobox.o \
radiobut.o \
region.o \
scrolbar.o \
settings.o \
slider.o \
1999-09-03 05:16:19 +00:00
spinbutt.o \
1999-08-20 19:40:03 +00:00
statbmp.o \
statbox.o \
stattext.o \
textctrl.o \
timer.o \
toolbar.o \
utils.o \
window.o
MOTIF_GUIDEPS = \
xmcombo.d \
accel.d \
app.d \
bitmap.d \
bmpbuttn.d \
brush.d \
button.d \
checkbox.d \
1999-09-03 05:16:19 +00:00
checklst.d \
1999-08-20 19:40:03 +00:00
choice.d \
clipbrd.d \
colour.d \
combobox.d \
control.d \
cursor.d \
data.d \
dataobj.d \
dc.d \
dcclient.d \
dcmemory.d \
dcscreen.d \
dialog.d \
filedlg.d \
font.d \
frame.d \
gauge.d \
gdiobj.d \
gsockmot.d \
icon.d \
listbox.d \
main.d \
mdi.d \
menu.d \
menuitem.d \
minifram.d \
msgdlg.d \
palette.d \
pen.d \
radiobox.d \
radiobut.d \
region.d \
scrolbar.d \
settings.d \
slider.d \
1999-09-03 05:16:19 +00:00
spinbutt.d \
1999-08-20 19:40:03 +00:00
statbmp.d \
statbox.d \
stattext.d \
textctrl.d \
timer.d \
toolbar.d \
utils.d \
window.d
1999-08-12 19:24:39 +00:00
1999-08-13 08:58:58 +00:00
MSW_GENERICOBJS = \
1999-08-20 19:40:03 +00:00
busyinfo.o \
1999-12-29 19:18:01 +00:00
calctrl.o \
1999-08-20 19:40:03 +00:00
choicdgg.o \
dirdlgg.o \
1999-10-06 05:13:20 +00:00
grid.o \
1999-08-20 19:40:03 +00:00
laywin.o \
1999-09-20 16:10:03 +00:00
logg.o \
1999-08-20 19:40:03 +00:00
numdlgg.o \
panelg.o \
progdlgg.o \
prop.o \
propform.o \
proplist.o \
sashwin.o \
scrolwin.o \
splitter.o \
statusbr.o \
1999-12-15 19:40:22 +00:00
tbarsmpl.o \
1999-08-20 19:40:03 +00:00
textdlgg.o \
tipdlg.o \
wizard.o
MSW_GENERICDEPS = \
busyinfo.d \
1999-12-29 19:18:01 +00:00
calctrl.d \
1999-08-20 19:40:03 +00:00
choicdgg.d \
dirdlgg.d \
1999-10-06 05:13:20 +00:00
grid.d \
1999-08-20 19:40:03 +00:00
laywin.d \
1999-09-20 16:10:03 +00:00
logg.d \
1999-08-20 19:40:03 +00:00
numdlgg.d \
panelg.d \
progdlgg.d \
prop.d \
propform.d \
proplist.d \
sashwin.d \
scrolwin.d \
splitter.d \
statusbr.d \
1999-12-15 19:40:22 +00:00
tbarsmpl.d \
1999-08-20 19:40:03 +00:00
textdlgg.d \
tipdlg.d \
wizard.d
1999-08-13 08:58:58 +00:00
MSW_COMMONOBJS = \
1999-08-22 22:43:58 +00:00
parser.o \
1999-10-18 22:22:56 +00:00
appcmn.o \
1999-08-20 19:40:03 +00:00
choiccmn.o \
1999-10-21 10:23:30 +00:00
clipcmn.o \
2000-01-05 17:19:29 +00:00
cmdline.o \
1999-08-20 19:40:03 +00:00
cmndata.o \
config.o \
ctrlcmn.o \
1999-10-22 18:00:39 +00:00
ctrlsub.o \
1999-12-15 19:40:22 +00:00
datetime.o \
1999-08-20 19:40:03 +00:00
datstrm.o \
db.o \
dbtable.o \
dcbase.o \
dlgcmn.o \
1999-10-21 02:13:46 +00:00
dobjcmn.o \
1999-08-20 19:40:03 +00:00
docmdi.o \
docview.o \
dynarray.o \
dynlib.o \
2000-01-02 23:32:08 +00:00
encconv.o \
1999-08-20 19:40:03 +00:00
event.o \
extended.o \
ffile.o \
file.o \
fileconf.o \
filefn.o \
filesys.o \
1999-09-30 22:13:45 +00:00
fontcmn.o \
1999-11-05 15:54:10 +00:00
fontmap.o \
1999-08-20 19:40:03 +00:00
framecmn.o \
fs_inet.o \
fs_zip.o \
ftp.o \
gdicmn.o \
gifdecod.o \
hash.o \
helpbase.o \
http.o \
1999-09-30 22:13:45 +00:00
imagall.o \
1999-08-20 19:40:03 +00:00
imagbmp.o \
image.o \
imaggif.o \
imagjpeg.o \
1999-08-29 05:12:08 +00:00
imagpcx.o \
1999-08-20 19:40:03 +00:00
imagpng.o \
imagpnm.o \
1999-11-28 17:11:24 +00:00
imagtiff.o \
1999-08-20 19:40:03 +00:00
intl.o \
ipcbase.o \
layout.o \
1999-10-22 18:00:39 +00:00
lboxcmn.o \
1999-08-20 19:40:03 +00:00
list.o \
log.o \
1999-12-15 19:40:22 +00:00
longlong.o \
1999-08-20 19:40:03 +00:00
memory.o \
1999-10-26 19:07:04 +00:00
menucmn.o \
1999-08-20 19:40:03 +00:00
mimetype.o \
module.o \
mstream.o \
object.o \
objstrm.o \
1999-10-06 17:48:34 +00:00
odbc.o \
1999-08-20 19:40:03 +00:00
paper.o \
prntbase.o \
process.o \
protocol.o \
resource.o \
sckaddr.o \
sckfile.o \
sckipc.o \
sckstrm.o \
1999-09-18 17:23:20 +00:00
serbase.o \
1999-08-20 19:40:03 +00:00
sizer.o \
socket.o \
strconv.o \
stream.o \
string.o \
tbarbase.o \
textcmn.o \
textfile.o \
timercmn.o \
tokenzr.o \
txtstrm.o \
unzip.o \
url.o \
utilscmn.o \
valgen.o \
validate.o \
valtext.o \
variant.o \
wfstream.o \
wincmn.o \
wxchar.o \
wxexpr.o \
zipstrm.o \
zstream.o
MSW_COMMONDEPS = \
1999-08-22 22:43:58 +00:00
parser.d \
1999-10-18 22:22:56 +00:00
appcmn.d \
1999-08-20 19:40:03 +00:00
choiccmn.d \
1999-10-21 10:23:30 +00:00
clipcmn.d \
2000-01-05 17:19:29 +00:00
cmdline.d \
1999-08-20 19:40:03 +00:00
cmndata.d \
config.d \
ctrlcmn.d \
1999-10-22 18:00:39 +00:00
ctrlsub.d \
1999-12-15 19:40:22 +00:00
datetime.d \
1999-08-20 19:40:03 +00:00
datstrm.d \
db.d \
dbtable.d \
dcbase.d \
dlgcmn.d \
1999-10-21 02:13:46 +00:00
dobjcmn.d \
1999-08-20 19:40:03 +00:00
docmdi.d \
docview.d \
dynarray.d \
dynlib.d \
2000-01-02 23:32:08 +00:00
encconv.d \
1999-08-20 19:40:03 +00:00
event.d \
extended.d \
ffile.d \
file.d \
fileconf.d \
filefn.d \
filesys.d \
1999-09-30 22:13:45 +00:00
fontcmn.d \
1999-11-05 15:54:10 +00:00
fontmap.d \
1999-08-20 19:40:03 +00:00
framecmn.d \
fs_inet.d \
fs_zip.d \
ftp.d \
gdicmn.d \
gifdecod.d \
hash.d \
helpbase.d \
http.d \
1999-09-30 22:13:45 +00:00
imagall.d \
1999-08-20 19:40:03 +00:00
imagbmp.d \
image.d \
imaggif.d \
imagjpeg.d \
1999-08-29 05:12:08 +00:00
imagpcx.d \
1999-08-20 19:40:03 +00:00
imagpng.d \
imagpnm.d \
1999-11-28 17:11:24 +00:00
imagtiff.d \
1999-08-20 19:40:03 +00:00
intl.d \
ipcbase.d \
layout.d \
1999-10-22 18:00:39 +00:00
lboxcmn.d \
1999-08-20 19:40:03 +00:00
list.d \
log.d \
1999-12-15 19:40:22 +00:00
longlong.d \
1999-08-20 19:40:03 +00:00
memory.d \
1999-10-26 19:07:04 +00:00
menucmn.d \
1999-08-20 19:40:03 +00:00
mimetype.d \
module.d \
mstream.d \
object.d \
objstrm.d \
1999-10-06 17:48:34 +00:00
odbc.d \
1999-08-20 19:40:03 +00:00
paper.d \
prntbase.d \
process.d \
protocol.d \
resource.d \
sckaddr.d \
sckfile.d \
sckipc.d \
sckstrm.d \
1999-09-18 17:23:20 +00:00
serbase.d \
1999-08-20 19:40:03 +00:00
sizer.d \
socket.d \
strconv.d \
stream.d \
string.d \
tbarbase.d \
textcmn.d \
textfile.d \
timercmn.d \
tokenzr.d \
txtstrm.d \
unzip.d \
url.d \
utilscmn.d \
valgen.d \
validate.d \
valtext.d \
variant.d \
wfstream.d \
wincmn.d \
wxchar.d \
wxexpr.d \
zipstrm.d \
zstream.d
1999-08-13 08:58:58 +00:00
MSW_GUIOBJS = \
1999-08-20 19:40:03 +00:00
accel.o \
app.o \
bitmap.o \
bmpbuttn.o \
brush.o \
button.o \
caret.o \
checkbox.o \
checklst.o \
choice.o \
clipbrd.o \
colordlg.o \
colour.o \
combobox.o \
control.o \
curico.o \
cursor.o \
data.o \
dc.o \
dcclient.o \
dcmemory.o \
dcprint.o \
dcscreen.o \
dde.o \
dialog.o \
1999-11-28 17:11:24 +00:00
dialup.o \
1999-08-20 19:40:03 +00:00
dib.o \
dibutils.o \
1999-12-08 15:20:22 +00:00
dir.o \
1999-08-20 19:40:03 +00:00
dragimag.o \
2000-01-13 23:39:48 +00:00
enhmeta.o \
1999-08-20 19:40:03 +00:00
filedlg.o \
font.o \
fontdlg.o \
1999-11-11 15:41:43 +00:00
fontenum.o \
1999-11-05 15:54:10 +00:00
fontutil.o \
1999-08-20 19:40:03 +00:00
frame.o \
gauge95.o \
1999-11-25 23:28:41 +00:00
gdiimage.o \
1999-08-20 19:40:03 +00:00
gdiobj.o \
1999-09-12 17:45:34 +00:00
gsocket.o \
1999-08-20 19:40:03 +00:00
helpwin.o \
icon.o \
imaglist.o \
joystick.o \
listbox.o \
listctrl.o \
main.o \
mdi.o \
menu.o \
menuitem.o \
metafile.o \
minifram.o \
msgdlg.o \
nativdlg.o \
notebook.o \
ownerdrw.o \
palette.o \
pen.o \
penwin.o \
printdlg.o \
printwin.o \
radiobox.o \
radiobut.o \
regconf.o \
region.o \
registry.o \
scrolbar.o \
settings.o \
slider95.o \
spinbutt.o \
1999-10-14 12:55:26 +00:00
spinctrl.o \
1999-08-20 19:40:03 +00:00
statbmp.o \
statbox.o \
statbr95.o \
statline.o \
stattext.o \
tabctrl.o \
taskbar.o \
tbar95.o \
textctrl.o \
thread.o \
timer.o \
tooltip.o \
treectrl.o \
utils.o \
utilsexc.o \
wave.o \
window.o \
xpmhand.o
MSW_GUIDEPS = \
accel.d \
app.d \
bitmap.d \
bmpbuttn.d \
brush.d \
button.d \
caret.d \
checkbox.d \
checklst.d \
choice.d \
clipbrd.d \
colordlg.d \
colour.d \
combobox.d \
control.d \
curico.d \
cursor.d \
data.d \
dc.d \
dcclient.d \
dcmemory.d \
dcprint.d \
dcscreen.d \
dde.d \
dialog.d \
1999-11-28 17:11:24 +00:00
dialup.d \
1999-08-20 19:40:03 +00:00
dib.d \
dibutils.d \
1999-12-08 15:20:22 +00:00
dir.d \
1999-08-20 19:40:03 +00:00
dragimag.d \
2000-01-13 23:39:48 +00:00
enhmeta.d \
1999-08-20 19:40:03 +00:00
filedlg.d \
font.d \
fontdlg.d \
1999-11-11 15:41:43 +00:00
fontenum.d \
1999-11-05 15:54:10 +00:00
fontutil.d \
1999-08-20 19:40:03 +00:00
frame.d \
gauge95.d \
1999-11-25 23:28:41 +00:00
gdiimage.d \
1999-08-20 19:40:03 +00:00
gdiobj.d \
1999-09-12 17:45:34 +00:00
gsocket.d \
1999-08-20 19:40:03 +00:00
helpwin.d \
icon.d \
imaglist.d \
joystick.d \
listbox.d \
listctrl.d \
main.d \
mdi.d \
menu.d \
menuitem.d \
metafile.d \
minifram.d \
msgdlg.d \
nativdlg.d \
notebook.d \
ownerdrw.d \
palette.d \
pen.d \
penwin.d \
printdlg.d \
printwin.d \
radiobox.d \
radiobut.d \
regconf.d \
region.d \
registry.d \
scrolbar.d \
settings.d \
slider95.d \
spinbutt.d \
1999-10-14 12:55:26 +00:00
spinctrl.d \
1999-08-20 19:40:03 +00:00
statbmp.d \
statbox.d \
statbr95.d \
statline.d \
stattext.d \
tabctrl.d \
taskbar.d \
tbar95.d \
textctrl.d \
thread.d \
timer.d \
tooltip.d \
treectrl.d \
utils.d \
utilsexc.d \
wave.d \
window.d \
xpmhand.d
1999-08-13 08:58:58 +00:00
2000-01-12 16:13:29 +00:00
PM_GENERICOBJS = \
busyinfo.o \
calctrl.o \
caret.o \
choicdgg.o \
colrdlgg.o \
dcpsg.o \
grid.o \
helpext.o \
helphtml.o \
helpwxht.o \
helpxlp.o \
imaglist.o \
laywin.o \
listctrl.o \
logg.o \
msgdlgg.o \
numdlgg.o \
panelg.o \
printps.o \
prntdlgg.o \
progdlgg.o \
prop.o \
propform.o \
proplist.o \
sashwin.o \
scrolwin.o \
splitter.o \
statusbr.o \
tbarsmpl.o \
textdlgg.o \
tipdlg.o \
treectrl.o \
wizard.o
PM_GENERICDEPS = \
busyinfo.d \
calctrl.d \
caret.d \
choicdgg.d \
colrdlgg.d \
dcpsg.d \
grid.d \
helpext.d \
helphtml.d \
helpwxht.d \
helpxlp.d \
imaglist.d \
laywin.d \
listctrl.d \
logg.d \
msgdlgg.d \
numdlgg.d \
panelg.d \
printps.d \
prntdlgg.d \
progdlgg.d \
prop.d \
propform.d \
proplist.d \
sashwin.d \
scrolwin.d \
splitter.d \
statusbr.d \
tbarsmpl.d \
textdlgg.d \
tipdlg.d \
treectrl.d \
wizard.d
PM_COMMONOBJS = \
parser.o \
appcmn.o \
choiccmn.o \
clipcmn.o \
cmdline.o \
cmndata.o \
config.o \
ctrlcmn.o \
ctrlsub.o \
datetime.o \
datstrm.o \
db.o \
dbtable.o \
dcbase.o \
dlgcmn.o \
dobjcmn.o \
docmdi.o \
docview.o \
dynarray.o \
dynlib.o \
encconv.o \
event.o \
extended.o \
ffile.o \
file.o \
fileconf.o \
filefn.o \
filesys.o \
fontcmn.o \
fontmap.o \
framecmn.o \
fs_inet.o \
fs_zip.o \
ftp.o \
gdicmn.o \
gifdecod.o \
hash.o \
helpbase.o \
http.o \
imagall.o \
imagbmp.o \
image.o \
imaggif.o \
imagjpeg.o \
imagpcx.o \
imagpng.o \
imagpnm.o \
imagtiff.o \
intl.o \
ipcbase.o \
layout.o \
lboxcmn.o \
list.o \
log.o \
longlong.o \
memory.o \
menucmn.o \
mimetype.o \
module.o \
mstream.o \
object.o \
objstrm.o \
odbc.o \
paper.o \
prntbase.o \
process.o \
protocol.o \
resource.o \
sckaddr.o \
sckfile.o \
sckipc.o \
sckstrm.o \
serbase.o \
sizer.o \
socket.o \
strconv.o \
stream.o \
string.o \
tbarbase.o \
textcmn.o \
textfile.o \
timercmn.o \
tokenzr.o \
txtstrm.o \
unzip.o \
url.o \
utilscmn.o \
valgen.o \
validate.o \
valtext.o \
variant.o \
wfstream.o \
wincmn.o \
wxchar.o \
wxexpr.o \
zipstrm.o \
zstream.o
PM_COMMONDEPS = \
parser.d \
appcmn.d \
choiccmn.d \
clipcmn.d \
cmdline.d \
cmndata.d \
config.d \
ctrlcmn.d \
ctrlsub.d \
datetime.d \
datstrm.d \
db.d \
dbtable.d \
dcbase.d \
dlgcmn.d \
dobjcmn.d \
docmdi.d \
docview.d \
dynarray.d \
dynlib.d \
encconv.d \
event.d \
extended.d \
ffile.d \
file.d \
fileconf.d \
filefn.d \
filesys.d \
fontcmn.d \
fontmap.d \
framecmn.d \
fs_inet.d \
fs_zip.d \
ftp.d \
gdicmn.d \
gifdecod.d \
hash.d \
helpbase.d \
http.d \
imagall.d \
imagbmp.d \
image.d \
imaggif.d \
imagjpeg.d \
imagpcx.d \
imagpng.d \
imagpnm.d \
imagtiff.d \
intl.d \
ipcbase.d \
layout.d \
lboxcmn.d \
list.d \
log.d \
longlong.d \
memory.d \
menucmn.d \
mimetype.d \
module.d \
mstream.d \
object.d \
objstrm.d \
odbc.d \
paper.d \
prntbase.d \
process.d \
protocol.d \
resource.d \
sckaddr.d \
sckfile.d \
sckipc.d \
sckstrm.d \
serbase.d \
sizer.d \
socket.d \
strconv.d \
stream.d \
string.d \
tbarbase.d \
textcmn.d \
textfile.d \
timercmn.d \
tokenzr.d \
txtstrm.d \
unzip.d \
url.d \
utilscmn.d \
valgen.d \
validate.d \
valtext.d \
variant.d \
wfstream.d \
wincmn.d \
wxchar.d \
wxexpr.d \
zipstrm.d \
zstream.d
PM_GUIOBJS = \
accel.o \
app.o \
bitmap.o \
bmpbuttn.o \
brush.o \
button.o \
checkbox.o \
checklst.o \
choice.o \
clipbrd.o \
colour.o \
combobox.o \
control.o \
cursor.o \
data.o \
dataobj.o \
dc.o \
dcclient.o \
dcmemory.o \
dcprint.o \
dcscreen.o \
dialog.o \
dirdlg.o \
dnd.o \
filedlg.o \
font.o \
fontdlg.o \
frame.o \
gauge.o \
gdiimage.o \
gdiobj.o \
gsocket.o \
helpwin.o \
icon.o \
iniconf.o \
joystick.o \
listbox.o \
main.o \
mdi.o \
menu.o \
menuitem.o \
metafile.o \
minifram.o \
msgdlg.o \
nativdlg.o \
notebook.o \
ownerdrw.o \
palette.o \
pen.o \
print.o \
radiobox.o \
radiobut.o \
region.o \
scrolbar.o \
settings.o \
slider.o \
spinbutt.o \
spinctrl.o \
statbmp.o \
statbox.o \
statline.o \
stattext.o \
tabctrl.o \
taskbar.o \
textctrl.o \
thread.o \
timer.o \
toolbar.o \
tooltip.o \
utils.o \
utilsexc.o \
wave.o \
window.o
PM_GUIDEPS = \
accel.d \
app.d \
bitmap.d \
bmpbuttn.d \
brush.d \
button.d \
checkbox.d \
checklst.d \
choice.d \
clipbrd.d \
colour.d \
combobox.d \
control.d \
cursor.d \
data.d \
dataobj.d \
dc.d \
dcclient.d \
dcmemory.d \
dcprint.d \
dcscreen.d \
dialog.d \
dirdlg.d \
dnd.d \
filedlg.d \
font.d \
fontdlg.d \
frame.d \
gauge.d \
gdiimage.d \
gdiobj.d \
gsocket.d \
helpwin.d \
icon.d \
iniconf.d \
joystick.d \
listbox.d \
main.d \
mdi.d \
menu.d \
menuitem.d \
metafile.d \
minifram.d \
msgdlg.d \
nativdlg.d \
notebook.d \
ownerdrw.d \
palette.d \
pen.d \
print.d \
radiobox.d \
radiobut.d \
region.d \
scrolbar.d \
settings.d \
slider.d \
spinbutt.d \
spinctrl.d \
statbmp.d \
statbox.d \
statline.d \
stattext.d \
tabctrl.d \
taskbar.d \
textctrl.d \
thread.d \
timer.d \
toolbar.d \
tooltip.d \
utils.d \
utilsexc.d \
wave.d \
window.d
1999-10-06 17:48:34 +00:00
BASE_OBJS = \
1999-10-14 12:55:26 +00:00
init.o \
1999-10-18 22:22:56 +00:00
appcmn.o \
2000-01-05 17:19:29 +00:00
cmdline.o \
1999-10-06 17:48:34 +00:00
config.o \
1999-12-15 19:40:22 +00:00
datetime.o \
1999-10-06 17:48:34 +00:00
dynarray.o \
dynlib.o \
event.o \
extended.o \
ffile.o \
file.o \
fileconf.o \
filefn.o \
filesys.o \
hash.o \
intl.o \
list.o \
log.o \
1999-12-15 19:40:22 +00:00
longlong.o \
1999-10-06 17:48:34 +00:00
mimetype.o \
module.o \
object.o \
process.o \
strconv.o \
stream.o \
string.o \
textfile.o \
timercmn.o \
tokenzr.o \
txtstrm.o \
utilscmn.o \
variant.o \
2000-01-05 18:10:06 +00:00
wfstream.o \
1999-10-06 17:48:34 +00:00
wxchar.o \
1999-12-08 15:20:22 +00:00
dir.o \
1999-11-28 17:11:24 +00:00
threadpsx.o \
1999-10-06 17:48:34 +00:00
utilsunx.o
BASE_DEPS = \
1999-10-14 12:55:26 +00:00
init.d \
1999-10-18 22:22:56 +00:00
appcmn.d \
2000-01-05 17:19:29 +00:00
cmdline.d \
1999-10-06 17:48:34 +00:00
config.d \
1999-12-15 19:40:22 +00:00
datetime.d \
1999-10-06 17:48:34 +00:00
dynarray.d \
dynlib.d \
event.d \
extended.d \
ffile.d \
file.d \
fileconf.d \
filefn.d \
filesys.d \
hash.d \
intl.d \
list.d \
log.d \
1999-12-15 19:40:22 +00:00
longlong.d \
1999-10-06 17:48:34 +00:00
mimetype.d \
module.d \
object.d \
process.d \
strconv.d \
stream.d \
string.d \
textfile.d \
timercmn.d \
tokenzr.d \
txtstrm.d \
utilscmn.d \
variant.d \
2000-01-05 18:10:06 +00:00
wfstream.d \
1999-10-06 17:48:34 +00:00
wxchar.d \
1999-12-08 15:20:22 +00:00
dir.d \
1999-11-28 17:11:24 +00:00
threadpsx.d \
1999-10-06 17:48:34 +00:00
utilsunx.d
1999-08-12 19:24:39 +00:00
HTMLOBJS = \
1999-09-12 17:45:34 +00:00
helpctrl.o \
helpdata.o \
helpfrm.o \
1999-08-20 19:40:03 +00:00
htmlcell.o \
1999-10-02 18:19:46 +00:00
htmlfilt.o \
htmlpars.o \
1999-08-20 19:40:03 +00:00
htmltag.o \
htmlwin.o \
1999-10-17 13:03:40 +00:00
htmprint.o \
1999-12-20 12:49:14 +00:00
m_dflist.o \
1999-10-02 18:19:46 +00:00
m_fonts.o \
m_hline.o \
m_image.o \
m_layout.o \
m_links.o \
m_list.o \
m_pre.o \
m_tables.o \
winpars.o
1999-08-20 19:40:03 +00:00
HTMLDEPS = \
1999-09-12 17:45:34 +00:00
helpctrl.d \
helpdata.d \
helpfrm.d \
1999-08-20 19:40:03 +00:00
htmlcell.d \
1999-10-02 18:19:46 +00:00
htmlfilt.d \
htmlpars.d \
1999-08-20 19:40:03 +00:00
htmltag.d \
htmlwin.d \
1999-10-17 13:03:40 +00:00
htmprint.d \
1999-12-20 12:49:14 +00:00
m_dflist.d \
1999-10-02 18:19:46 +00:00
m_fonts.d \
m_hline.d \
m_image.d \
m_layout.d \
m_links.d \
m_list.d \
m_pre.d \
m_tables.d \
winpars.d
1999-08-12 19:24:39 +00:00
1999-10-06 17:48:34 +00:00
UNIX_OBJS = \
1999-10-03 17:26:45 +00:00
dialup.o \
1999-12-08 15:20:22 +00:00
dir.o \
1999-10-26 19:07:04 +00:00
fontenum.o \
1999-11-05 15:54:10 +00:00
fontutil.o \
1999-10-04 14:23:44 +00:00
gsocket.o \
1999-08-20 19:40:03 +00:00
threadpsx.o \
utilsunx.o
1999-10-06 17:48:34 +00:00
UNIX_DEPS = \
1999-10-03 17:26:45 +00:00
dialup.d \
1999-12-08 15:20:22 +00:00
dir.d \
1999-10-26 19:07:04 +00:00
fontenum.d \
1999-11-05 15:54:10 +00:00
fontutil.d \
1999-10-04 14:23:44 +00:00
gsocket.d \
1999-08-20 19:40:03 +00:00
threadpsx.d \
utilsunx.d
1999-08-12 19:24:39 +00:00
ZLIBOBJS = \
1999-08-20 19:40:03 +00:00
adler32.o \
compress.o \
crc32.o \
gzio.o \
uncompr.o \
deflate.o \
trees.o \
zutil.o \
inflate.o \
infblock.o \
inftrees.o \
infcodes.o \
infutil.o \
inffast.o
1999-08-12 19:24:39 +00:00
PNGOBJS = \
1999-08-20 19:40:03 +00:00
png.o \
pngread.o \
pngrtran.o \
pngrutil.o \
pngpread.o \
pngtrans.o \
pngwrite.o \
pngwtran.o \
pngwutil.o \
pngerror.o \
pngmem.o \
pngwio.o \
pngrio.o \
pngget.o \
pngset.o
1999-08-12 19:24:39 +00:00
JPEGOBJS = \
1999-08-20 19:40:03 +00:00
jcomapi.o \
jutils.o \
jerror.o \
jmemmgr.o \
jmemnobs.o \
jcapimin.o \
jcapistd.o \
jctrans.o \
jcparam.o \
jdatadst.o \
jcinit.o \
jcmaster.o \
jcmarker.o \
jcmainct.o \
jcprepct.o \
jccoefct.o \
jccolor.o \
jcsample.o \
jchuff.o \
jcphuff.o \
jcdctmgr.o \
jfdctfst.o \
jfdctflt.o \
jfdctint.o \
jdapimin.o \
jdapistd.o \
jdtrans.o \
jdatasrc.o \
jdmaster.o \
jdinput.o \
jdmarker.o \
jdhuff.o \
jdphuff.o \
jdmainct.o \
jdcoefct.o \
jdpostct.o \
jddctmgr.o \
jidctfst.o \
jidctflt.o \
jidctint.o \
jidctred.o \
jdsample.o \
jdcolor.o \
jquant1.o \
jquant2.o \
jdmerge.o
1999-08-12 19:24:39 +00:00
1999-11-28 17:11:24 +00:00
TIFFOBJS = \
tif_aux.o \
tif_close.o \
tif_codec.o \
tif_compress.o \
tif_dir.o \
tif_dirinfo.o \
tif_dirread.o \
tif_dirwrite.o \
tif_dumpmode.o \
tif_error.o \
tif_fax3.o \
tif_fax3sm.o \
tif_getimage.o \
tif_jpeg.o \
tif_flush.o \
tif_lzw.o \
1999-11-30 18:42:35 +00:00
tif_luv.o \
1999-11-28 17:11:24 +00:00
tif_next.o \
tif_open.o \
tif_packbits.o \
tif_pixarlog.o \
tif_predict.o \
tif_print.o \
tif_read.o \
tif_swab.o \
tif_strip.o \
tif_thunder.o \
tif_tile.o \
tif_unix.o \
tif_version.o \
tif_warning.o \
tif_write.o \
tif_zip.o
1999-10-13 18:06:19 +00:00
IODBC_OBJS = \
1999-10-09 13:32:40 +00:00
catalog.o \
connect.o \
dlf.o \
dlproc.o \
execute.o \
fetch.o \
hdbc.o \
henv.o \
herr.o \
hstmt.o \
info.o \
itrace.o \
misc.o \
prepare.o \
result.o
1999-10-06 17:48:34 +00:00
GUIOBJS = @GUIOBJS@
GUIDEPS = @GUIDEPS@
GUIHEADERS = @GUIHEADERS@
COMMONOBJS = @COMMONOBJS@
COMMONDEPS = @COMMONDEPS@
GENERICOBJS = @GENERICOBJS@
GENERICDEPS = @GENERICDEPS@
UNIXOBJS = @UNIXOBJS@
UNIXDEPS = @UNIXDEPS@
1999-10-13 18:06:19 +00:00
IODBCOBJS = @IODBCOBJS@
1999-10-06 05:13:20 +00:00
1999-10-13 18:06:19 +00:00
OBJECTS = @ALL_OBJECTS@
1999-10-06 05:13:20 +00:00
1999-10-06 17:48:34 +00:00
DEPFILES = @ALL_DEPFILES@
1999-10-06 05:13:20 +00:00
1999-10-06 17:48:34 +00:00
HEADERS = @ALL_HEADERS@
1999-10-06 05:13:20 +00:00
1999-12-04 16:40:27 +00:00
BURNT_LIBRARY_NAME = @BURNT_LIBRARY_NAME@
1999-10-09 11:20:06 +00:00
all : @WX_ALL @
1999-08-12 19:24:39 +00:00
@WX_LIBRARY_NAME_STATIC@ : $( OBJECTS )
1999-08-21 13:54:32 +00:00
@$( INSTALL) -d ./lib
1999-08-12 19:24:39 +00:00
$( AR) $( AROPTIONS) ./lib/$@ $( OBJECTS)
$( RANLIB) ./lib/$@
@WX_LIBRARY_NAME_SHARED@ : $( OBJECTS )
1999-08-21 13:54:32 +00:00
@$( INSTALL) -d ./lib
1999-12-04 16:40:27 +00:00
$( SHARED_LD) ./lib/$@ $( BURNT_LIBRARY_NAME) $( OBJECTS) $( EXTRALIBS)
1999-10-14 05:41:22 +00:00
1999-10-09 11:20:06 +00:00
CREATE_LINKS : @WX_LIBRARY_NAME_SHARED @
1999-08-21 13:54:32 +00:00
@$( RM) ./lib/@WX_LIBRARY_LINK1@
@$( RM) ./lib/@WX_LIBRARY_LINK2@
@$( RM) ./lib/@WX_LIBRARY_LINK3@
1999-08-12 19:24:39 +00:00
$( LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK1@
$( LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK2@
$( LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK3@
1999-10-14 05:41:22 +00:00
1999-10-09 11:20:06 +00:00
CREATE_INSTALLED_LINKS : $( libdir ) /@WX_LIBRARY_NAME_SHARED @
1999-08-20 19:40:03 +00:00
$( RM) $( libdir) /@WX_LIBRARY_LINK1@
$( RM) $( libdir) /@WX_LIBRARY_LINK2@
$( RM) $( libdir) /@WX_LIBRARY_LINK3@
1999-10-09 11:20:06 +00:00
$( LN_S) @WX_LIBRARY_NAME_SHARED@ $( libdir) /@WX_LIBRARY_LINK1@
$( LN_S) @WX_LIBRARY_NAME_SHARED@ $( libdir) /@WX_LIBRARY_LINK2@
$( LN_S) @WX_LIBRARY_NAME_SHARED@ $( libdir) /@WX_LIBRARY_LINK3@
1999-10-14 05:41:22 +00:00
1999-10-25 18:56:26 +00:00
$(OBJECTS) : $( WXDIR ) /include /wx /defs .h $( WXDIR ) /include /wx /object .h
1999-08-12 19:24:39 +00:00
parser.o : parser .c lexer .c
1999-08-24 20:26:06 +00:00
$( CCLEX) -c $( CFLAGS) $( PICFLAGS) -o $@ parser.c
1999-08-12 19:24:39 +00:00
parser.c : $( COMMDIR ) /parser .y lexer .c
$( YACC) $( COMMDIR) /parser.y
@sed -e " s; $( COMMDIR) /y.tab.c;parser.y;g " < y.tab.c | \
sed -e "s/BUFSIZ/5000/g" | \
sed -e "s/YYLMAX 200/YYLMAX 5000/g" | \
sed -e "s/yy/PROIO_yy/g" | \
sed -e "s/input/PROIO_input/g" | \
sed -e "s/unput/PROIO_unput/g" > parser.c
@$( RM) y.tab.c
lexer.c : $( COMMDIR ) /lexer .l
$( LEX) $( COMMDIR) /lexer.l
2000-01-12 16:13:29 +00:00
@sed -e " s; $( COMMDIR) /@LEX_STEM@.c;lexer.l;g " < @LEX_STEM@.c | \
1999-08-12 19:24:39 +00:00
sed -e "s/yy/PROIO_yy/g" | \
sed -e "s/input/PROIO_input/g" | \
sed -e "s/unput/PROIO_unput/g" > lexer.c
2000-01-12 16:13:29 +00:00
@$( RM) @LEX_STEM@.c
1999-08-12 19:24:39 +00:00
1999-08-20 19:40:03 +00:00
- i n c l u d e $( DEPFILES )
2000-01-10 17:12:43 +00:00
afminstall :
$( INSTALL) -d $( datadir)
$( INSTALL) -d $( datadir) /wx
$( INSTALL) -d $( datadir) /wx/afm
$( INSTALL) -d $( datadir) /wx/gs_afm
$( INSTALL_DATA) $( top_srcdir) /misc/afm/*.afm $( datadir) /wx/afm
$( INSTALL_DATA) $( top_srcdir) /misc/gs_afm/*.afm $( datadir) /wx/gs_afm
1999-10-25 18:56:26 +00:00
preinstall : $( top_builddir ) /lib /@WX_TARGET_LIBRARY @ $( top_builddir ) /wx -config
1999-08-12 19:24:39 +00:00
@echo " "
@echo " Installing wxWindows..."
@echo " "
1999-08-17 15:55:25 +00:00
$( INSTALL) -d $( prefix)
$( INSTALL) -d $( bindir)
$( INSTALL) -d $( libdir)
1999-08-12 19:24:39 +00:00
$( INSTALL_SCRIPT) $( top_builddir) /wx-config $( bindir) /wx-config
$( INSTALL_PROGRAM) $( top_builddir) /lib/@WX_TARGET_LIBRARY@ $( libdir) /@WX_TARGET_LIBRARY@
1999-08-17 15:55:25 +00:00
$( INSTALL) -d $( libdir) /wx
$( INSTALL) -d $( libdir) /wx/include
$( INSTALL) -d $( libdir) /wx/include/wx
$( INSTALL) -d $( libdir) /wx/include/wx/@TOOLKIT_DIR@
1999-10-25 18:56:26 +00:00
$( INSTALL_DATA) $( top_builddir) /include/wx/@TOOLKIT_DIR@/setup.h $( libdir) /wx/include/wx/@TOOLKIT_DIR@/setup.h
1999-10-14 05:41:22 +00:00
1999-08-17 15:55:25 +00:00
$( INSTALL) -d $( includedir) /wx
2000-01-12 16:13:29 +00:00
@if test " $( USE_GUI) " = 1; then $( INSTALL) -d $( includedir) /wx/@TOOLKIT_DIR@; fi
@if test " $( USE_GUI) " = 1; then $( INSTALL) -d $( includedir) /wx/html; fi
@if test " $( USE_GUI) " = 1; then $( INSTALL) -d $( includedir) /wx/protocol; fi
@if test " $( USE_GUI) " = 1; then $( INSTALL) -d $( includedir) /wx/unix; fi
@if test " $( USE_GUI) " = 1; then $( INSTALL) -d $( includedir) /wx/generic; fi
1999-08-12 19:24:39 +00:00
@list= '$(HEADERS)' ; for p in $$ list; do \
$( INSTALL_DATA) $( top_srcdir) /include/wx/$$ p $( includedir) /wx/$$ p; \
echo " $( INSTALL_DATA) $( top_srcdir) /include/wx/ $$ p $( includedir) /wx/ $$ p " ; \
done
2000-01-12 16:13:29 +00:00
1999-08-12 19:24:39 +00:00
write_message :
1999-08-14 09:41:49 +00:00
@echo " "
1999-08-12 19:24:39 +00:00
@echo " The installation of wxWindows is finished. On certain"
1999-10-12 14:36:37 +00:00
@echo " platforms (e.g. Linux) you'll now have to run ldconfig"
@echo " if you installed a shared library."
1999-08-12 19:24:39 +00:00
@echo " "
@echo " wxWindows comes with no guarantees and doesn't claim"
@echo " to be suitable for any purpose."
@echo " "
@echo " Read the wxWindows Licence on licencing conditions."
@echo " "
2000-01-10 17:12:43 +00:00
install : preinstall @AFMINSTALL @ @WX_ALL_INSTALLED @ write_message
1999-08-12 19:24:39 +00:00
uninstall :
@echo " "
@echo " Uninstalling wxWindows..."
@echo " "
@echo " Removing library..."
1999-08-17 15:55:25 +00:00
@$( RM) $( libdir) /@WX_TARGET_LIBRARY@
@$( RM) $( libdir) /@WX_LIBRARY_LINK1@
@$( RM) $( libdir) /@WX_LIBRARY_LINK2@
@$( RM) $( libdir) /@WX_LIBRARY_LINK3@
1999-08-12 19:24:39 +00:00
@echo " Removing helper files..."
1999-08-17 15:55:25 +00:00
@$( RM) $( libdir) /wx/include/wx/@TOOLKIT_DIR@/setup.h
@$( RM) $( bindir) /wx-config
1999-08-26 16:15:38 +00:00
@$( RM) $( datadir) /wx/afm/*
@$( RM) $( datadir) /wx/gs_afm/*
@rmdir $( datadir) /wx/gs_afm
@rmdir $( datadir) /wx/afm
@rmdir $( datadir) /wx
1999-08-12 19:24:39 +00:00
@echo " Removing headers..."
@list= '$(HEADERS)' ; for p in $$ list; do \
1999-08-17 15:55:25 +00:00
$( RM) $( includedir) /wx/$$ p; \
1999-08-12 19:24:39 +00:00
done
@echo " Removing directories..."
@if test -d $( libdir) /wx/include/wx/@TOOLKIT_DIR@; then rmdir $( libdir) /wx/include/wx/@TOOLKIT_DIR@; fi
@if test -d $( libdir) /wx/include/wx; then rmdir $( libdir) /wx/include/wx; fi
@if test -d $( libdir) /wx/include; then rmdir $( libdir) /wx/include; fi
@if test -d $( libdir) /wx; then rmdir $( libdir) /wx; fi
@if test -d $( includedir) /wx/gtk; then rmdir $( includedir) /wx/gtk; fi
@if test -d $( includedir) /wx/motif; then rmdir $( includedir) /wx/motif; fi
1999-08-26 16:15:38 +00:00
@if test -d $( includedir) /wx/msw; then rmdir $( includedir) /wx/msw; fi
1999-08-12 19:24:39 +00:00
@if test -d $( includedir) /wx/html; then rmdir $( includedir) /wx/html; fi
@if test -d $( includedir) /wx/unix; then rmdir $( includedir) /wx/unix; fi
@if test -d $( includedir) /wx/generic; then rmdir $( includedir) /wx/generic; fi
@if test -d $( includedir) /wx/protocol; then rmdir $( includedir) /wx/protocol; fi
@if test -d $( includedir) /wx; then rmdir $( includedir) /wx; fi
1999-08-13 14:21:06 +00:00
ALL_DIST :
1999-08-13 10:33:08 +00:00
mkdir _dist_dir
mkdir $( DISTDIR)
cp $( WXDIR) /wx$( TOOLKIT) .spec $( DISTDIR)
1999-10-25 18:56:26 +00:00
cp $( WXDIR) /configure.in $( DISTDIR)
1999-08-13 10:33:08 +00:00
cp $( WXDIR) /configure $( DISTDIR)
cp $( WXDIR) /config.sub $( DISTDIR)
cp $( WXDIR) /config.guess $( DISTDIR)
cp $( WXDIR) /install-sh $( DISTDIR)
cp $( WXDIR) /mkinstalldirs $( DISTDIR)
cp $( WXDIR) /wx-config.in $( DISTDIR)
cp $( WXDIR) /setup.h.in $( DISTDIR)
cp $( WXDIR) /Makefile.in $( DISTDIR)
cp $( DOCDIR) /lgpl.txt $( DISTDIR) /COPYING.LIB
cp $( DOCDIR) /licence.txt $( DISTDIR) /LICENCE.txt
cp $( DOCDIR) /symbols.txt $( DISTDIR) /SYMBOLS.txt
cp $( DOCDIR) /$( TOOLKITDIR) /install.txt $( DISTDIR) /INSTALL.txt
cp $( DOCDIR) /$( TOOLKITDIR) /changes.txt $( DISTDIR) /CHANGES.txt
cp $( DOCDIR) /$( TOOLKITDIR) /readme.txt $( DISTDIR) /README.txt
cp $( DOCDIR) /$( TOOLKITDIR) /todo.txt $( DISTDIR) /TODO.txt
mkdir $( DISTDIR) /include
mkdir $( DISTDIR) /include/wx
mkdir $( DISTDIR) /include/wx/$( TOOLKITDIR)
mkdir $( DISTDIR) /include/wx/generic
mkdir $( DISTDIR) /include/wx/html
mkdir $( DISTDIR) /include/wx/unix
mkdir $( DISTDIR) /include/wx/protocol
cp $( INCDIR) /wx/*.h $( DISTDIR) /include/wx
2000-01-03 17:11:48 +00:00
cp $( INCDIR) /wx/*.inl $( DISTDIR) /include/wx
1999-08-13 10:33:08 +00:00
cp $( INCDIR) /wx/*.cpp $( DISTDIR) /include/wx
cp $( INCDIR) /wx/generic/*.h $( DISTDIR) /include/wx/generic
cp $( INCDIR) /wx/generic/*.xpm $( DISTDIR) /include/wx/generic
cp $( INCDIR) /wx/html/*.h $( DISTDIR) /include/wx/html
cp $( INCDIR) /wx/unix/*.h $( DISTDIR) /include/wx/unix
cp $( INCDIR) /wx/protocol/*.h $( DISTDIR) /include/wx/protocol
1999-08-13 14:21:06 +00:00
mkdir $( DISTDIR) /src
mkdir $( DISTDIR) /src/common
mkdir $( DISTDIR) /src/generic
mkdir $( DISTDIR) /src/html
mkdir $( DISTDIR) /src/html/bitmaps
mkdir $( DISTDIR) /src/$( TOOLKITDIR)
mkdir $( DISTDIR) /src/unix
mkdir $( DISTDIR) /src/png
mkdir $( DISTDIR) /src/jpeg
1999-12-04 16:40:27 +00:00
mkdir $( DISTDIR) /src/tiff
1999-08-13 14:21:06 +00:00
mkdir $( DISTDIR) /src/zlib
1999-10-12 14:36:37 +00:00
mkdir $( DISTDIR) /src/iodbc
1999-08-13 14:21:06 +00:00
cp $( SRCDIR) /*.in $( DISTDIR) /src
cp $( COMMDIR) /*.cpp $( DISTDIR) /src/common
cp $( COMMDIR) /*.c $( DISTDIR) /src/common
cp $( COMMDIR) /*.inc $( DISTDIR) /src/common
cp $( COMMDIR) /*.l $( DISTDIR) /src/common
cp $( COMMDIR) /*.h $( DISTDIR) /src/common
cp $( COMMDIR) /*.y $( DISTDIR) /src/common
cp $( GENDIR) /*.cpp $( DISTDIR) /src/generic
cp $( HTMLDIR) /*.cpp $( DISTDIR) /src/html
cp $( HTMLDIR) /bitmaps/*.xpm $( DISTDIR) /src/html/bitmaps
cp $( UNIXDIR) /*.c $( DISTDIR) /src/unix
cp $( UNIXDIR) /*.cpp $( DISTDIR) /src/unix
cp $( PNGDIR) /*.h $( DISTDIR) /src/png
cp $( PNGDIR) /*.c $( DISTDIR) /src/png
cp $( PNGDIR) /README $( DISTDIR) /src/png
cp $( ZLIBDIR) /*.h $( DISTDIR) /src/zlib
cp $( ZLIBDIR) /*.c $( DISTDIR) /src/zlib
cp $( ZLIBDIR) /README $( DISTDIR) /src/zlib
cp $( JPEGDIR) /*.h $( DISTDIR) /src/jpeg
cp $( JPEGDIR) /*.c $( DISTDIR) /src/jpeg
cp $( JPEGDIR) /README $( DISTDIR) /src/jpeg
1999-12-04 16:40:27 +00:00
cp $( TIFFDIR) /*.h $( DISTDIR) /src/tiff
cp $( TIFFDIR) /*.c $( DISTDIR) /src/tiff
cp $( TIFFDIR) /README $( DISTDIR) /src/tiff
1999-10-12 14:36:37 +00:00
cp $( ODBCDIR) /*.h $( DISTDIR) /src/iodbc
cp $( ODBCDIR) /*.c $( DISTDIR) /src/iodbc
cp $( ODBCDIR) /*.ci $( DISTDIR) /src/iodbc
cp $( ODBCDIR) /*.exp $( DISTDIR) /src/iodbc
cp $( ODBCDIR) /README $( DISTDIR) /src/iodbc
cp $( ODBCDIR) /NEWS $( DISTDIR) /src/iodbc
cp $( ODBCDIR) /Changes.log $( DISTDIR) /src/iodbc
1999-08-13 10:33:08 +00:00
GTK_DIST :
1999-08-13 14:21:06 +00:00
cp $( WXDIR) /wxGTK.spec $( DISTDIR)
1999-08-13 10:33:08 +00:00
cp $( INCDIR) /wx/gtk/*.h $( DISTDIR) /include/wx/gtk
1999-08-13 14:21:06 +00:00
cp $( INCDIR) /wx/gtk/*.xpm $( DISTDIR) /include/wx/gtk
cp $( GTKDIR) /*.cpp $( DISTDIR) /src/gtk
cp $( GTKDIR) /*.c $( DISTDIR) /src/gtk
cp $( GTKDIR) /*.xbm $( DISTDIR) /src/gtk
1999-08-13 10:33:08 +00:00
MOTIF_DIST :
1999-08-13 14:21:06 +00:00
cp $( WXDIR) /wxMOTIF.spec $( DISTDIR)
1999-08-13 10:33:08 +00:00
cp $( INCDIR) /wx/motif/*.h $( DISTDIR) /include/wx/motif
1999-08-13 14:21:06 +00:00
cp $( MOTIFDIR) /*.cpp $( DISTDIR) /src/motif
cp $( MOTIFDIR) /*.xbm $( DISTDIR) /src/motif
mkdir $( DISTDIR) /src/motif/xmcombo
cp $( MOTIFDIR) /xmcombo/*.c $( DISTDIR) /src/motif/xmcombo
cp $( MOTIFDIR) /xmcombo/*.h $( DISTDIR) /src/motif/xmcombo
cp $( MOTIFDIR) /xmcombo/copying.txt $( DISTDIR) /src/motif/xmcombo
1999-08-13 10:33:08 +00:00
MSW_DIST :
1999-08-13 14:21:06 +00:00
cp $( WXDIR) /wxWINE.spec $( DISTDIR)
1999-08-13 10:33:08 +00:00
cp $( INCDIR) /wx/msw/*.h $( DISTDIR) /include/wx/msw
cp $( INCDIR) /wx/msw/*.cur $( DISTDIR) /include/wx/msw
cp $( INCDIR) /wx/msw/*.ico $( DISTDIR) /include/wx/msw
cp $( INCDIR) /wx/msw/*.bmp $( DISTDIR) /include/wx/msw
cp $( INCDIR) /wx/msw/*.rc $( DISTDIR) /include/wx/msw
1999-08-13 14:21:06 +00:00
cp $( MSWDIR) /*.cpp $( DISTDIR) /src/msw
cp $( MSWDIR) /*.c $( DISTDIR) /src/msw
cp $( MSWDIR) /*.def $( DISTDIR) /src/msw
mkdir $( DISTDIR) /src/msw/ole
cp $( MSWDIR) /ole/*.cpp $( DISTDIR) /src/msw/ole
2000-01-14 17:08:42 +00:00
DEMOS_DIST :
mkdir $( DISTDIR) /demos
cp $( DEMODIR) /Makefile.in $( DISTDIR) /demos
mkdir $( DISTDIR) /demos/bombs
cp $( DEMODIR) /bombs/Makefile.in $( DISTDIR) /demos/bombs
cp $( DEMODIR) /bombs/makefile.unx $( DISTDIR) /demos/bombs
cp $( DEMODIR) /bombs/*.cpp $( DISTDIR) /demos/bombs
cp $( DEMODIR) /bombs/*.h $( DISTDIR) /demos/bombs
cp $( DEMODIR) /bombs/*.xpm $( DISTDIR) /demos/bombs
cp $( DEMODIR) /bombs/readme.txt $( DISTDIR) /demos/bombs
mkdir $( DISTDIR) /demos/forty
cp $( DEMODIR) /forty/Makefile.in $( DISTDIR) /demos/forty
cp $( DEMODIR) /forty/makefile.unx $( DISTDIR) /demos/forty
cp $( DEMODIR) /forty/*.h $( DISTDIR) /demos/forty
cp $( DEMODIR) /forty/*.cpp $( DISTDIR) /demos/forty
cp $( DEMODIR) /forty/*.xpm $( DISTDIR) /demos/forty
cp $( DEMODIR) /forty/*.xbm $( DISTDIR) /demos/forty
mkdir $( DISTDIR) /demos/life
mkdir $( DISTDIR) /demos/life/bitmaps
cp $( DEMODIR) /life/Makefile.in $( DISTDIR) /demos/life
cp $( DEMODIR) /life/makefile.unx $( DISTDIR) /demos/life
cp $( DEMODIR) /life/*.cpp $( DISTDIR) /demos/life
cp $( DEMODIR) /life/*.h $( DISTDIR) /demos/life
cp $( DEMODIR) /life/*.xpm $( DISTDIR) /demos/life
cp $( DEMODIR) /life/bitmaps/*.xpm $( DISTDIR) /demos/life/bitmaps
mkdir $( DISTDIR) /demos/poem
cp $( DEMODIR) /poem/Makefile.in $( DISTDIR) /demos/poem
cp $( DEMODIR) /poem/*.cpp $( DISTDIR) /demos/poem
cp $( DEMODIR) /poem/*.xpm $( DISTDIR) /demos/poem
cp $( DEMODIR) /poem/*.dat $( DISTDIR) /demos/poem
cp $( DEMODIR) /poem/*.txt $( DISTDIR) /demos/poem
mkdir $( DISTDIR) /demos/fractal
cp $( DEMODIR) /fractal/Makefile.in $( DISTDIR) /demos/fractal
cp $( DEMODIR) /fractal/makefile.unx $( DISTDIR) /demos/fractal
cp $( DEMODIR) /fractal/*.cpp $( DISTDIR) /demos/fractal
1999-08-13 14:21:06 +00:00
SAMPLES_DIST :
mkdir $( DISTDIR) /samples
cp $( SAMPDIR) /Makefile.in $( DISTDIR) /samples
1999-11-21 19:28:15 +00:00
1999-08-13 14:21:06 +00:00
mkdir $( DISTDIR) /samples/caret
cp $( SAMPDIR) /caret/Makefile.in $( DISTDIR) /samples/caret
1999-11-15 17:31:10 +00:00
cp $( SAMPDIR) /caret/makefile.unx $( DISTDIR) /samples/caret
1999-08-13 14:21:06 +00:00
cp $( SAMPDIR) /caret/*.cpp $( DISTDIR) /samples/caret
cp $( SAMPDIR) /caret/*.xpm $( DISTDIR) /samples/caret
1999-11-21 19:28:15 +00:00
2000-01-03 17:11:48 +00:00
mkdir $( DISTDIR) /samples/calendar
cp $( SAMPDIR) /calendar/Makefile.in $( DISTDIR) /samples/calendar
cp $( SAMPDIR) /calendar/makefile.unx $( DISTDIR) /samples/calendar
cp $( SAMPDIR) /calendar/*.cpp $( DISTDIR) /samples/calendar
1999-08-13 14:21:06 +00:00
mkdir $( DISTDIR) /samples/config
cp $( SAMPDIR) /config/Makefile.in $( DISTDIR) /samples/config
1999-11-15 17:31:10 +00:00
cp $( SAMPDIR) /config/makefile.unx $( DISTDIR) /samples/config
1999-08-13 14:21:06 +00:00
cp $( SAMPDIR) /config/*.cpp $( DISTDIR) /samples/config
1999-11-21 19:28:15 +00:00
2000-01-03 17:11:48 +00:00
mkdir $( DISTDIR) /samples/console
cp $( SAMPDIR) /console/Makefile.in $( DISTDIR) /samples/console
cp $( SAMPDIR) /console/makefile.unx $( DISTDIR) /samples/console
cp $( SAMPDIR) /console/*.cpp $( DISTDIR) /samples/console
1999-08-13 14:21:06 +00:00
mkdir $( DISTDIR) /samples/controls
mkdir $( DISTDIR) /samples/controls/icons
cp $( SAMPDIR) /controls/Makefile.in $( DISTDIR) /samples/controls
1999-11-15 17:31:10 +00:00
cp $( SAMPDIR) /controls/makefile.unx $( DISTDIR) /samples/controls
1999-08-13 14:21:06 +00:00
cp $( SAMPDIR) /controls/*.cpp $( DISTDIR) /samples/controls
cp $( SAMPDIR) /controls/*.xpm $( DISTDIR) /samples/controls
cp $( SAMPDIR) /controls/icons/*.??? $( DISTDIR) /samples/controls/icons
1999-11-21 19:28:15 +00:00
1999-08-13 14:21:06 +00:00
mkdir $( DISTDIR) /samples/checklst
cp $( SAMPDIR) /checklst/Makefile.in $( DISTDIR) /samples/checklst
1999-11-15 17:31:10 +00:00
cp $( SAMPDIR) /checklst/makefile.unx $( DISTDIR) /samples/checklst
1999-08-13 14:21:06 +00:00
cp $( SAMPDIR) /checklst/*.cpp $( DISTDIR) /samples/checklst
cp $( SAMPDIR) /checklst/*.xpm $( DISTDIR) /samples/checklst
1999-11-21 19:28:15 +00:00
1999-10-12 09:44:18 +00:00
mkdir $( DISTDIR) /samples/db
cp $( SAMPDIR) /db/Makefile.in $( DISTDIR) /samples/db
1999-11-15 17:31:10 +00:00
cp $( SAMPDIR) /db/makefile.unx $( DISTDIR) /samples/db
1999-10-12 09:44:18 +00:00
cp $( SAMPDIR) /db/*.cpp $( DISTDIR) /samples/db
cp $( SAMPDIR) /db/*.h $( DISTDIR) /samples/db
cp $( SAMPDIR) /db/*.xpm $( DISTDIR) /samples/db
1999-11-21 19:28:15 +00:00
1999-08-25 16:39:29 +00:00
mkdir $( DISTDIR) /samples/dialogs
cp $( SAMPDIR) /dialogs/Makefile.in $( DISTDIR) /samples/dialogs
1999-11-15 17:31:10 +00:00
cp $( SAMPDIR) /dialogs/makefile.unx $( DISTDIR) /samples/dialogs
1999-08-25 16:39:29 +00:00
cp $( SAMPDIR) /dialogs/*.cpp $( DISTDIR) /samples/dialogs
cp $( SAMPDIR) /dialogs/*.h $( DISTDIR) /samples/dialogs
cp $( SAMPDIR) /dialogs/*.txt $( DISTDIR) /samples/dialogs
1999-11-21 19:28:15 +00:00
1999-08-25 16:39:29 +00:00
mkdir $( DISTDIR) /samples/dnd
cp $( SAMPDIR) /dnd/Makefile.in $( DISTDIR) /samples/dnd
1999-11-15 17:31:10 +00:00
cp $( SAMPDIR) /dnd/makefile.unx $( DISTDIR) /samples/dnd
1999-11-11 15:41:43 +00:00
cp $( SAMPDIR) /dnd/*.wxr $( DISTDIR) /samples/dnd
1999-08-25 16:39:29 +00:00
cp $( SAMPDIR) /dnd/*.cpp $( DISTDIR) /samples/dnd
cp $( SAMPDIR) /dnd/*.xpm $( DISTDIR) /samples/dnd
cp $( SAMPDIR) /dnd/*.txt $( DISTDIR) /samples/dnd
cp $( SAMPDIR) /dnd/*.png $( DISTDIR) /samples/dnd
1999-11-21 19:28:15 +00:00
1999-08-25 16:39:29 +00:00
mkdir $( DISTDIR) /samples/docview
cp $( SAMPDIR) /docview/Makefile.in $( DISTDIR) /samples/docview
1999-11-21 19:28:15 +00:00
cp $( SAMPDIR) /docview/makefile.unx $( DISTDIR) /samples/docview
1999-08-25 16:39:29 +00:00
cp $( SAMPDIR) /docview/*.cpp $( DISTDIR) /samples/docview
cp $( SAMPDIR) /docview/*.h $( DISTDIR) /samples/docview
cp $( SAMPDIR) /docview/*.xpm $( DISTDIR) /samples/docview
1999-11-21 19:28:15 +00:00
1999-08-25 16:39:29 +00:00
mkdir $( DISTDIR) /samples/docvwmdi
cp $( SAMPDIR) /docvwmdi/Makefile.in $( DISTDIR) /samples/docvwmdi
1999-11-21 19:28:15 +00:00
cp $( SAMPDIR) /docvwmdi/makefile.unx $( DISTDIR) /samples/docvwmdi
1999-08-25 16:39:29 +00:00
cp $( SAMPDIR) /docvwmdi/*.cpp $( DISTDIR) /samples/docvwmdi
cp $( SAMPDIR) /docvwmdi/*.h $( DISTDIR) /samples/docvwmdi
1999-11-21 19:28:15 +00:00
1999-08-25 16:39:29 +00:00
mkdir $( DISTDIR) /samples/drawing
cp $( SAMPDIR) /drawing/Makefile.in $( DISTDIR) /samples/drawing
1999-11-21 19:28:15 +00:00
cp $( SAMPDIR) /drawing/makefile.unx $( DISTDIR) /samples/drawing
1999-08-25 16:39:29 +00:00
cp $( SAMPDIR) /drawing/*.cpp $( DISTDIR) /samples/drawing
cp $( SAMPDIR) /drawing/*.xpm $( DISTDIR) /samples/drawing
1999-11-21 19:28:15 +00:00
1999-08-25 16:39:29 +00:00
mkdir $( DISTDIR) /samples/dynamic
cp $( SAMPDIR) /dynamic/Makefile.in $( DISTDIR) /samples/dynamic
1999-11-21 19:28:15 +00:00
cp $( SAMPDIR) /dynamic/makefile.unx $( DISTDIR) /samples/dynamic
1999-08-25 16:39:29 +00:00
cp $( SAMPDIR) /dynamic/*.cpp $( DISTDIR) /samples/dynamic
cp $( SAMPDIR) /dynamic/*.xpm $( DISTDIR) /samples/dynamic
1999-11-21 19:28:15 +00:00
2000-01-03 17:11:48 +00:00
mkdir $( DISTDIR) /samples/font
cp $( SAMPDIR) /font/Makefile.in $( DISTDIR) /samples/font
cp $( SAMPDIR) /font/makefile.unx $( DISTDIR) /samples/font
cp $( SAMPDIR) /font/*.cpp $( DISTDIR) /samples/font
mkdir $( DISTDIR) /samples/grid
cp $( SAMPDIR) /grid/Makefile.in $( DISTDIR) /samples/grid
cp $( SAMPDIR) /grid/makefile.unx $( DISTDIR) /samples/grid
cp $( SAMPDIR) /grid/*.cpp $( DISTDIR) /samples/grid
1999-11-21 19:28:15 +00:00
mkdir $( DISTDIR) /samples/help
mkdir $( DISTDIR) /samples/help/doc
cp $( SAMPDIR) /help/Makefile.in $( DISTDIR) /samples/help
cp $( SAMPDIR) /help/makefile.unx $( DISTDIR) /samples/help
cp $( SAMPDIR) /help/*.cpp $( DISTDIR) /samples/help
cp $( SAMPDIR) /help/*.xpm $( DISTDIR) /samples/help
cp $( SAMPDIR) /help/doc/*.* $( DISTDIR) /samples/help/doc
1999-08-25 16:39:29 +00:00
mkdir $( DISTDIR) /samples/html
cp $( SAMPDIR) /html/Makefile.in $( DISTDIR) /samples/html
mkdir $( DISTDIR) /samples/html/about
cp $( SAMPDIR) /html/about/Makefile.in $( DISTDIR) /samples/html/about
cp $( SAMPDIR) /html/about/*.cpp $( DISTDIR) /samples/html/about
mkdir $( DISTDIR) /samples/html/about/data
cp $( SAMPDIR) /html/about/data/*.htm $( DISTDIR) /samples/html/about/data
cp $( SAMPDIR) /html/about/data/*.png $( DISTDIR) /samples/html/about/data
mkdir $( DISTDIR) /samples/html/help
cp $( SAMPDIR) /html/help/Makefile.in $( DISTDIR) /samples/html/help
cp $( SAMPDIR) /html/help/*.cpp $( DISTDIR) /samples/html/help
mkdir $( DISTDIR) /samples/html/help/helpfiles
cp $( SAMPDIR) /html/help/helpfiles/*.??? $( DISTDIR) /samples/html/help/helpfiles
1999-11-01 18:20:39 +00:00
mkdir $( DISTDIR) /samples/html/helpview
cp $( SAMPDIR) /html/helpview/Makefile.in $( DISTDIR) /samples/html/helpview
cp $( SAMPDIR) /html/helpview/*.cpp $( DISTDIR) /samples/html/helpview
cp $( SAMPDIR) /html/helpview/*.zip $( DISTDIR) /samples/html/helpview
1999-08-25 16:39:29 +00:00
mkdir $( DISTDIR) /samples/html/printing
cp $( SAMPDIR) /html/printing/Makefile.in $( DISTDIR) /samples/html/printing
cp $( SAMPDIR) /html/printing/*.cpp $( DISTDIR) /samples/html/printing
cp $( SAMPDIR) /html/printing/*.htm $( DISTDIR) /samples/html/printing
mkdir $( DISTDIR) /samples/html/test
cp $( SAMPDIR) /html/test/Makefile.in $( DISTDIR) /samples/html/test
cp $( SAMPDIR) /html/test/*.cpp $( DISTDIR) /samples/html/test
cp $( SAMPDIR) /html/test/*.bmp $( DISTDIR) /samples/html/test
cp $( SAMPDIR) /html/test/*.png $( DISTDIR) /samples/html/test
cp $( SAMPDIR) /html/test/*.htm $( DISTDIR) /samples/html/test
cp $( SAMPDIR) /html/test/*.html $( DISTDIR) /samples/html/test
mkdir $( DISTDIR) /samples/html/virtual
cp $( SAMPDIR) /html/virtual/Makefile.in $( DISTDIR) /samples/html/virtual
cp $( SAMPDIR) /html/virtual/*.cpp $( DISTDIR) /samples/html/virtual
cp $( SAMPDIR) /html/virtual/*.htm $( DISTDIR) /samples/html/virtual
mkdir $( DISTDIR) /samples/html/widget
cp $( SAMPDIR) /html/widget/Makefile.in $( DISTDIR) /samples/html/widget
cp $( SAMPDIR) /html/widget/*.cpp $( DISTDIR) /samples/html/widget
cp $( SAMPDIR) /html/widget/*.htm $( DISTDIR) /samples/html/widget
mkdir $( DISTDIR) /samples/html/zip
cp $( SAMPDIR) /html/zip/Makefile.in $( DISTDIR) /samples/html/zip
cp $( SAMPDIR) /html/zip/*.cpp $( DISTDIR) /samples/html/zip
cp $( SAMPDIR) /html/zip/*.htm $( DISTDIR) /samples/html/zip
cp $( SAMPDIR) /html/zip/*.zip $( DISTDIR) /samples/html/zip
1999-11-21 19:28:15 +00:00
1999-08-25 16:39:29 +00:00
mkdir $( DISTDIR) /samples/image
cp $( SAMPDIR) /image/Makefile.in $( DISTDIR) /samples/image
1999-11-21 19:28:15 +00:00
cp $( SAMPDIR) /image/makefile.unx $( DISTDIR) /samples/image
1999-08-25 16:39:29 +00:00
cp $( SAMPDIR) /image/*.cpp $( DISTDIR) /samples/image
cp $( SAMPDIR) /image/horse.* $( DISTDIR) /samples/image
2000-01-03 17:11:48 +00:00
cp $( SAMPDIR) /image/smile.xbm $( DISTDIR) /samples/image
1999-10-12 14:36:37 +00:00
mkdir $( DISTDIR) /samples/internat
mkdir $( DISTDIR) /samples/internat/de
mkdir $( DISTDIR) /samples/internat/fr
cp $( SAMPDIR) /internat/Makefile.in $( DISTDIR) /samples/internat
1999-11-21 19:28:15 +00:00
cp $( SAMPDIR) /internat/makefile.unx $( DISTDIR) /samples/internat
1999-10-12 14:36:37 +00:00
cp $( SAMPDIR) /internat/*.cpp $( DISTDIR) /samples/internat
cp $( SAMPDIR) /internat/*.xpm $( DISTDIR) /samples/internat
cp $( SAMPDIR) /internat/*.txt $( DISTDIR) /samples/internat
cp $( SAMPDIR) /internat/*.po $( DISTDIR) /samples/internat
cp $( SAMPDIR) /internat/fr/*.po $( DISTDIR) /samples/internat/fr
cp $( SAMPDIR) /internat/de/*.mo $( DISTDIR) /samples/internat/de
cp $( SAMPDIR) /internat/fr/*.po $( DISTDIR) /samples/internat/fr
cp $( SAMPDIR) /internat/de/*.mo $( DISTDIR) /samples/internat/de
1999-11-21 19:28:15 +00:00
1999-08-25 16:39:29 +00:00
mkdir $( DISTDIR) /samples/layout
cp $( SAMPDIR) /layout/Makefile.in $( DISTDIR) /samples/layout
1999-11-21 19:28:15 +00:00
cp $( SAMPDIR) /layout/makefile.unx $( DISTDIR) /samples/layout
1999-08-25 16:39:29 +00:00
cp $( SAMPDIR) /layout/*.cpp $( DISTDIR) /samples/layout
cp $( SAMPDIR) /layout/*.h $( DISTDIR) /samples/layout
1999-11-21 19:28:15 +00:00
1999-08-25 16:39:29 +00:00
mkdir $( DISTDIR) /samples/listctrl
1999-11-21 19:28:15 +00:00
mkdir $( DISTDIR) /samples/listctrl/bitmaps
1999-08-25 16:39:29 +00:00
cp $( SAMPDIR) /listctrl/Makefile.in $( DISTDIR) /samples/listctrl
1999-11-21 19:28:15 +00:00
cp $( SAMPDIR) /listctrl/makefile.unx $( DISTDIR) /samples/listctrl
1999-08-25 16:39:29 +00:00
cp $( SAMPDIR) /listctrl/*.cpp $( DISTDIR) /samples/listctrl
cp $( SAMPDIR) /listctrl/*.h $( DISTDIR) /samples/listctrl
cp $( SAMPDIR) /listctrl/*.xpm $( DISTDIR) /samples/listctrl
1999-10-17 14:55:39 +00:00
cp $( SAMPDIR) /listctrl/bitmaps/*.xpm $( DISTDIR) /samples/listctrl/bitmaps
1999-11-21 19:28:15 +00:00
1999-08-25 16:39:29 +00:00
mkdir $( DISTDIR) /samples/mdi
1999-11-21 19:28:15 +00:00
mkdir $( DISTDIR) /samples/mdi/bitmaps
1999-08-25 16:39:29 +00:00
cp $( SAMPDIR) /mdi/Makefile.in $( DISTDIR) /samples/mdi
1999-11-21 19:28:15 +00:00
cp $( SAMPDIR) /mdi/makefile.unx $( DISTDIR) /samples/mdi
1999-08-25 16:39:29 +00:00
cp $( SAMPDIR) /mdi/*.cpp $( DISTDIR) /samples/mdi
cp $( SAMPDIR) /mdi/*.h $( DISTDIR) /samples/mdi
cp $( SAMPDIR) /mdi/*.xpm $( DISTDIR) /samples/mdi
1999-10-17 14:55:39 +00:00
cp $( SAMPDIR) /mdi/bitmaps/*.xpm $( DISTDIR) /samples/mdi/bitmaps
1999-11-21 19:28:15 +00:00
mkdir $( DISTDIR) /samples/memcheck
cp $( SAMPDIR) /memcheck/Makefile.in $( DISTDIR) /samples/memcheck
cp $( SAMPDIR) /memcheck/makefile.unx $( DISTDIR) /samples/memcheck
cp $( SAMPDIR) /memcheck/*.cpp $( DISTDIR) /samples/memcheck
cp $( SAMPDIR) /memcheck/*.xpm $( DISTDIR) /samples/memcheck
mkdir $( DISTDIR) /samples/menu
cp $( SAMPDIR) /menu/Makefile.in $( DISTDIR) /samples/menu
cp $( SAMPDIR) /menu/makefile.unx $( DISTDIR) /samples/menu
cp $( SAMPDIR) /menu/*.cpp $( DISTDIR) /samples/menu
1999-08-25 16:39:29 +00:00
mkdir $( DISTDIR) /samples/minifram
1999-11-21 19:28:15 +00:00
mkdir $( DISTDIR) /samples/minifram/bitmaps
1999-08-25 16:39:29 +00:00
cp $( SAMPDIR) /minifram/Makefile.in $( DISTDIR) /samples/minifram
1999-11-21 19:28:15 +00:00
cp $( SAMPDIR) /minifram/makefile.unx $( DISTDIR) /samples/minifram
1999-08-25 16:39:29 +00:00
cp $( SAMPDIR) /minifram/*.cpp $( DISTDIR) /samples/minifram
cp $( SAMPDIR) /minifram/*.h $( DISTDIR) /samples/minifram
cp $( SAMPDIR) /minifram/*.xpm $( DISTDIR) /samples/minifram
1999-10-17 14:55:39 +00:00
cp $( SAMPDIR) /minifram/bitmaps/*.xpm $( DISTDIR) /samples/minifram/bitmaps
1999-11-21 19:28:15 +00:00
1999-08-25 16:39:29 +00:00
mkdir $( DISTDIR) /samples/minimal
cp $( SAMPDIR) /minimal/Makefile.in $( DISTDIR) /samples/minimal
1999-11-21 19:28:15 +00:00
cp $( SAMPDIR) /minimal/makefile.unx $( DISTDIR) /samples/minimal
1999-08-25 16:39:29 +00:00
cp $( SAMPDIR) /minimal/*.cpp $( DISTDIR) /samples/minimal
cp $( SAMPDIR) /minimal/*.xpm $( DISTDIR) /samples/minimal
1999-11-21 19:28:15 +00:00
2000-01-14 17:08:42 +00:00
mkdir $( DISTDIR) /samples/dialup
cp $( SAMPDIR) /dialup/Makefile.in $( DISTDIR) /samples/dialup
cp $( SAMPDIR) /dialup/makefile.unx $( DISTDIR) /samples/dialup
cp $( SAMPDIR) /dialup/*.cpp $( DISTDIR) /samples/dialup
1999-11-21 19:28:15 +00:00
1999-10-06 05:13:20 +00:00
mkdir $( DISTDIR) /samples/newgrid
cp $( SAMPDIR) /newgrid/Makefile.in $( DISTDIR) /samples/newgrid
2000-01-03 17:11:48 +00:00
cp $( SAMPDIR) /newgrid/makefile.unx $( DISTDIR) /samples/newgrid
1999-10-06 05:13:20 +00:00
cp $( SAMPDIR) /newgrid/*.cpp $( DISTDIR) /samples/newgrid
cp $( SAMPDIR) /newgrid/*.h $( DISTDIR) /samples/newgrid
1999-11-21 19:28:15 +00:00
1999-08-25 16:39:29 +00:00
mkdir $( DISTDIR) /samples/notebook
cp $( SAMPDIR) /notebook/Makefile.in $( DISTDIR) /samples/notebook
2000-01-03 17:11:48 +00:00
cp $( SAMPDIR) /notebook/makefile.unx $( DISTDIR) /samples/notebook
1999-08-25 16:39:29 +00:00
cp $( SAMPDIR) /notebook/*.cpp $( DISTDIR) /samples/notebook
cp $( SAMPDIR) /notebook/*.h $( DISTDIR) /samples/notebook
1999-11-21 19:28:15 +00:00
1999-10-12 09:44:18 +00:00
mkdir $( DISTDIR) /samples/png
cp $( SAMPDIR) /png/Makefile.in $( DISTDIR) /samples/png
2000-01-03 17:11:48 +00:00
cp $( SAMPDIR) /png/makefile.unx $( DISTDIR) /samples/png
1999-10-12 09:44:18 +00:00
cp $( SAMPDIR) /png/*.cpp $( DISTDIR) /samples/png
cp $( SAMPDIR) /png/*.h $( DISTDIR) /samples/png
cp $( SAMPDIR) /png/*.png $( DISTDIR) /samples/png
1999-11-21 19:28:15 +00:00
2000-01-03 17:11:48 +00:00
mkdir $( DISTDIR) /samples/printing
cp $( SAMPDIR) /printing/Makefile.in $( DISTDIR) /samples/printing
cp $( SAMPDIR) /printing/makefile.unx $( DISTDIR) /samples/printing
cp $( SAMPDIR) /printing/*.cpp $( DISTDIR) /samples/printing
cp $( SAMPDIR) /printing/*.h $( DISTDIR) /samples/printing
cp $( SAMPDIR) /printing/*.xpm $( DISTDIR) /samples/printing
cp $( SAMPDIR) /printing/*.xbm $( DISTDIR) /samples/printing
1999-10-13 15:35:55 +00:00
mkdir $( DISTDIR) /samples/resource
cp $( SAMPDIR) /resource/Makefile.in $( DISTDIR) /samples/resource
2000-01-03 17:11:48 +00:00
cp $( SAMPDIR) /resource/makefile.unx $( DISTDIR) /samples/resource
1999-10-13 15:35:55 +00:00
cp $( SAMPDIR) /resource/*.cpp $( DISTDIR) /samples/resource
cp $( SAMPDIR) /resource/*.h $( DISTDIR) /samples/resource
cp $( SAMPDIR) /resource/*.wxr $( DISTDIR) /samples/resource
1999-11-21 19:28:15 +00:00
1999-10-13 15:35:55 +00:00
mkdir $( DISTDIR) /samples/richedit
cp $( SAMPDIR) /richedit/Makefile.in $( DISTDIR) /samples/richedit
cp $( SAMPDIR) /richedit/*.cpp $( DISTDIR) /samples/richedit
cp $( SAMPDIR) /richedit/*.h $( DISTDIR) /samples/richedit
cp $( SAMPDIR) /richedit/*.xpm $( DISTDIR) /samples/richedit
cp $( SAMPDIR) /richedit/README $( DISTDIR) /samples/richedit
cp $( SAMPDIR) /richedit/TODO $( DISTDIR) /samples/richedit
2000-01-03 17:11:48 +00:00
1999-08-25 16:39:29 +00:00
mkdir $( DISTDIR) /samples/proplist
cp $( SAMPDIR) /proplist/Makefile.in $( DISTDIR) /samples/proplist
cp $( SAMPDIR) /proplist/*.cpp $( DISTDIR) /samples/proplist
cp $( SAMPDIR) /proplist/*.h $( DISTDIR) /samples/proplist
2000-01-03 17:11:48 +00:00
1999-11-14 19:25:07 +00:00
mkdir $( DISTDIR) /samples/propsize
cp $( SAMPDIR) /propsize/Makefile.in $( DISTDIR) /samples/propsize
cp $( SAMPDIR) /propsize/*.cpp $( DISTDIR) /samples/propsize
cp $( SAMPDIR) /propsize/*.xpm $( DISTDIR) /samples/propsize
2000-01-03 17:11:48 +00:00
1999-08-25 16:39:29 +00:00
mkdir $( DISTDIR) /samples/sashtest
cp $( SAMPDIR) /sashtest/Makefile.in $( DISTDIR) /samples/sashtest
cp $( SAMPDIR) /sashtest/*.cpp $( DISTDIR) /samples/sashtest
cp $( SAMPDIR) /sashtest/*.h $( DISTDIR) /samples/sashtest
2000-01-03 17:11:48 +00:00
1999-08-25 16:39:29 +00:00
mkdir $( DISTDIR) /samples/scroll
cp $( SAMPDIR) /scroll/Makefile.in $( DISTDIR) /samples/scroll
2000-01-03 17:11:48 +00:00
cp $( SAMPDIR) /scroll/makefile.unx $( DISTDIR) /samples/scroll
1999-08-25 16:39:29 +00:00
cp $( SAMPDIR) /scroll/*.cpp $( DISTDIR) /samples/scroll
2000-01-03 17:11:48 +00:00
1999-10-17 14:55:39 +00:00
mkdir $( DISTDIR) /samples/scrollsub
cp $( SAMPDIR) /scrollsub/Makefile.in $( DISTDIR) /samples/scrollsub
2000-01-03 17:11:48 +00:00
cp $( SAMPDIR) /scrollsub/makefile.unx $( DISTDIR) /samples/scrollsub
1999-10-17 14:55:39 +00:00
cp $( SAMPDIR) /scrollsub/*.cpp $( DISTDIR) /samples/scrollsub
2000-01-03 17:11:48 +00:00
1999-08-25 16:39:29 +00:00
mkdir $( DISTDIR) /samples/splitter
2000-01-03 17:11:48 +00:00
cp $( SAMPDIR) /splitter/makefile.unx $( DISTDIR) /samples/splitter
1999-08-25 16:39:29 +00:00
cp $( SAMPDIR) /splitter/Makefile.in $( DISTDIR) /samples/splitter
cp $( SAMPDIR) /splitter/*.cpp $( DISTDIR) /samples/splitter
2000-01-03 17:11:48 +00:00
1999-08-25 16:39:29 +00:00
mkdir $( DISTDIR) /samples/text
cp $( SAMPDIR) /text/Makefile.in $( DISTDIR) /samples/text
2000-01-03 17:11:48 +00:00
cp $( SAMPDIR) /text/makefile.unx $( DISTDIR) /samples/text
1999-08-25 16:39:29 +00:00
cp $( SAMPDIR) /text/*.cpp $( DISTDIR) /samples/text
cp $( SAMPDIR) /text/*.xpm $( DISTDIR) /samples/text
2000-01-03 17:11:48 +00:00
1999-08-25 16:39:29 +00:00
mkdir $( DISTDIR) /samples/thread
cp $( SAMPDIR) /thread/Makefile.in $( DISTDIR) /samples/thread
2000-01-03 17:11:48 +00:00
cp $( SAMPDIR) /thread/makefile.unx $( DISTDIR) /samples/thread
1999-08-25 16:39:29 +00:00
cp $( SAMPDIR) /thread/*.cpp $( DISTDIR) /samples/thread
2000-01-03 17:11:48 +00:00
1999-08-25 16:39:29 +00:00
mkdir $( DISTDIR) /samples/toolbar
cp $( SAMPDIR) /toolbar/Makefile.in $( DISTDIR) /samples/toolbar
cp $( SAMPDIR) /toolbar/*.cpp $( DISTDIR) /samples/toolbar
cp $( SAMPDIR) /toolbar/*.xpm $( DISTDIR) /samples/toolbar
1999-10-17 14:55:39 +00:00
mkdir $( DISTDIR) /samples/toolbar/bitmaps
cp $( SAMPDIR) /toolbar/bitmaps/*.xpm $( DISTDIR) /samples/toolbar/bitmaps
2000-01-03 17:11:48 +00:00
1999-08-25 16:39:29 +00:00
mkdir $( DISTDIR) /samples/treectrl
cp $( SAMPDIR) /treectrl/Makefile.in $( DISTDIR) /samples/treectrl
cp $( SAMPDIR) /treectrl/*.cpp $( DISTDIR) /samples/treectrl
cp $( SAMPDIR) /treectrl/*.h $( DISTDIR) /samples/treectrl
cp $( SAMPDIR) /treectrl/*.xpm $( DISTDIR) /samples/treectrl
2000-01-03 17:11:48 +00:00
1999-08-25 16:39:29 +00:00
mkdir $( DISTDIR) /samples/typetest
cp $( SAMPDIR) /typetest/Makefile.in $( DISTDIR) /samples/typetest
cp $( SAMPDIR) /typetest/*.cpp $( DISTDIR) /samples/typetest
cp $( SAMPDIR) /typetest/*.h $( DISTDIR) /samples/typetest
cp $( SAMPDIR) /typetest/*.xpm $( DISTDIR) /samples/typetest
2000-01-03 17:11:48 +00:00
1999-08-25 16:39:29 +00:00
mkdir $( DISTDIR) /samples/validate
cp $( SAMPDIR) /validate/Makefile.in $( DISTDIR) /samples/validate
cp $( SAMPDIR) /validate/*.cpp $( DISTDIR) /samples/validate
cp $( SAMPDIR) /validate/*.h $( DISTDIR) /samples/validate
cp $( SAMPDIR) /validate/*.xpm $( DISTDIR) /samples/validate
2000-01-03 17:11:48 +00:00
1999-08-25 16:39:29 +00:00
mkdir $( DISTDIR) /samples/wizard
cp $( SAMPDIR) /wizard/Makefile.in $( DISTDIR) /samples/wizard
cp $( SAMPDIR) /wizard/*.cpp $( DISTDIR) /samples/wizard
cp $( SAMPDIR) /wizard/*.xpm $( DISTDIR) /samples/wizard
2000-01-03 17:11:48 +00:00
2000-01-14 17:08:42 +00:00
mkdir $( DISTDIR) /samples/sockets
cp $( SAMPDIR) /sockets/Makefile.in $( DISTDIR) /samples/sockets
cp $( SAMPDIR) /sockets/*.cpp $( DISTDIR) /samples/sockets
cp $( SAMPDIR) /sockets/*.xpm $( DISTDIR) /samples/sockets
1999-08-25 16:39:29 +00:00
UTILS_DIST :
mkdir $( DISTDIR) /utils
cp $( UTILSDIR) /Makefile.in $( DISTDIR) /utils
1999-10-14 05:41:22 +00:00
1999-08-25 16:39:29 +00:00
mkdir $( DISTDIR) /utils/wxMMedia2
mkdir $( DISTDIR) /utils/wxMMedia2/lib
1999-10-12 14:36:37 +00:00
mkdir $( DISTDIR) /utils/wxMMedia2/sample
cp $( UTILSDIR) /wxMMedia2/Makefile.in $( DISTDIR) /utils/wxMMedia2
1999-08-25 16:39:29 +00:00
cp $( UTILSDIR) /wxMMedia2/lib/Makefile.in $( DISTDIR) /utils/wxMMedia2/lib
cp $( UTILSDIR) /wxMMedia2/lib/*.h $( DISTDIR) /utils/wxMMedia2/lib
cp $( UTILSDIR) /wxMMedia2/lib/*.cpp $( DISTDIR) /utils/wxMMedia2/lib
cp $( UTILSDIR) /wxMMedia2/lib/*.def $( DISTDIR) /utils/wxMMedia2/lib
cp $( UTILSDIR) /wxMMedia2/sample/Makefile.in $( DISTDIR) /utils/wxMMedia2/sample
cp $( UTILSDIR) /wxMMedia2/sample/*.cpp $( DISTDIR) /utils/wxMMedia2/sample
1999-10-14 05:41:22 +00:00
1999-08-25 16:39:29 +00:00
mkdir $( DISTDIR) /utils/glcanvas
1999-10-12 14:36:37 +00:00
mkdir $( DISTDIR) /utils/glcanvas/$( TOOLKITDIR)
1999-08-25 16:39:29 +00:00
cp $( UTILSDIR) /glcanvas/Makefile.in $( DISTDIR) /utils/glcanvas
cp $( UTILSDIR) /glcanvas/docs/notes.txt $( DISTDIR) /utils/glcanvas/NOTES.txt
cp $( UTILSDIR) /glcanvas/$( TOOLKITDIR) /Makefile.in $( DISTDIR) /utils/glcanvas/$( TOOLKITDIR)
cp $( UTILSDIR) /glcanvas/$( TOOLKITDIR) /*.h $( DISTDIR) /utils/glcanvas/$( TOOLKITDIR)
cp $( UTILSDIR) /glcanvas/$( TOOLKITDIR) /*.cpp $( DISTDIR) /utils/glcanvas/$( TOOLKITDIR)
1999-10-14 05:41:22 +00:00
1999-10-12 14:36:37 +00:00
mkdir $( DISTDIR) /utils/ogl
mkdir $( DISTDIR) /utils/ogl/src
cp $( UTILSDIR) /ogl/Makefile.in $( DISTDIR) /utils/ogl
cp $( UTILSDIR) /ogl/src/Makefile.in $( DISTDIR) /utils/ogl/src
cp $( UTILSDIR) /ogl/src/*.h $( DISTDIR) /utils/ogl/src
cp $( UTILSDIR) /ogl/src/*.cpp $( DISTDIR) /utils/ogl/src
1999-10-14 05:41:22 +00:00
1999-08-26 16:15:38 +00:00
MISC_DIST :
mkdir $( DISTDIR) /misc
mkdir $( DISTDIR) /misc/afm
cp $( MISCDIR) /afm/*.afm $( DISTDIR) /misc/afm
mkdir $( DISTDIR) /misc/gs_afm
cp $( MISCDIR) /gs_afm/*.afm $( DISTDIR) /misc/gs_afm
1999-10-14 05:41:22 +00:00
2000-01-14 17:08:42 +00:00
dist : ALL_DIST @GUIDIST @ SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST
1999-08-13 10:33:08 +00:00
cd _dist_dir; tar ch wx$( TOOLKIT) | gzip -f9 > $( WXARCHIVE) ; mv $( WXARCHIVE) ..
1999-11-14 19:25:07 +00:00
mv _dist_dir/wx$( TOOLKIT) /samples _dist_dir/wx$( TOOLKIT) /wxSamples
cd _dist_dir/wx$( TOOLKIT) ; tar ch wxSamples | gzip -f9 > $( WXSAMPLES) ; mv $( WXSAMPLES) ../..
2000-01-14 17:08:42 +00:00
mv _dist_dir/wx$( TOOLKIT) /demos _dist_dir/wx$( TOOLKIT) /wxDemos
cd _dist_dir/wx$( TOOLKIT) ; tar ch wxDemos | gzip -f9 > $( WXDEMOS) ; mv $( WXDEMOS) ../..
1999-08-17 15:55:25 +00:00
$( RM) -r _dist_dir
1999-08-13 10:33:08 +00:00
1999-08-12 19:24:39 +00:00
clean :
1999-08-17 15:55:25 +00:00
$( RM) *.o
1999-08-20 19:40:03 +00:00
$( RM) *.d
1999-08-17 15:55:25 +00:00
$( RM) parser.c
$( RM) lexer.c
1999-10-27 23:29:05 +00:00
$( RM) ./lib/*
1999-08-12 19:24:39 +00:00
cleanall : clean