-# Makefile.in generated automatically by automake 1.4 from Makefile.am
+#
+# This file was automatically generated by tmake at 15:02, 1999/08/29
+# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE UNX.T!
-# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
+#
+# 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
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
+###################################################################
+include ./src/make.env
-SHELL = @SHELL@
+############## override make.env for PIC ##########################
+
+# Clears all default suffixes
+.SUFFIXES: .o .cpp .c .cxx
+
+.c.o :
+ $(CCC) -c @DEP_INFO_FLAGS@ $(CFLAGS) $(PICFLAGS) -o $@ $<
+
+.cpp.o :
+ $(CC) -c @DEP_INFO_FLAGS@ $(CPPFLAGS) $(PICFLAGS) -o $@ $<
+
+.cxx.o :
+ $(CC) -c @DEP_INFO_FLAGS@ $(CPPFLAGS) $(PICFLAGS) -o $@ $<
+
+########################### Paths #################################
srcdir = @srcdir@
+
+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
+VP9 = @top_srcdir@/src/zlib
+
+VPATH = $(VP1):$(VP2):$(VP3):$(VP4):$(VP5):$(VP6):$(VP7):$(VP8):$(VP9)
+
top_srcdir = @top_srcdir@
-VPATH = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
top_builddir = .
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+# my autoconf doesn't set this
+#INSTALL_SCRIPT = @INSTALL_SCRIPT@
+# maybe do an additional chmod if needed?
+INSTALL_SCRIPT = @INSTALL@
transform = @program_transform_name@
NORMAL_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
+build_alias = @build_alias@
+build_triplet = @build@
host_alias = @host_alias@
host_triplet = @host@
-AR = @AR@
-AS = @AS@
-CC = @CC@
-CPP = @CPP@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-DLLTOOL = @DLLTOOL@
-DOCS_SUBDIRS = @DOCS_SUBDIRS@
-EXTRA_LIBS = @EXTRA_LIBS@
-EXTRA_VPATH = @EXTRA_VPATH@
-GTK_CFLAGS = @GTK_CFLAGS@
-GTK_CONFIG = @GTK_CONFIG@
-GTK_LIBS = @GTK_LIBS@
-LD = @LD@
-LEX = @LEX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LN_S = @LN_S@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-NM = @NM@
-PACKAGE = @PACKAGE@
-RANLIB = @RANLIB@
-SAMPLES_SUBDIRS = @SAMPLES_SUBDIRS@
-STRIP = @STRIP@
-TOOLKIT = @TOOLKIT@
-TOOLKIT_DEF = @TOOLKIT_DEF@
-TOOLKIT_DIR = @TOOLKIT_DIR@
-TOOLKIT_INCLUDE = @TOOLKIT_INCLUDE@
-USER_SUBDIRS = @USER_SUBDIRS@
-UTILS_SUBDIRS = @UTILS_SUBDIRS@
-VERSION = @VERSION@
-WXDEBUG_DEFINE = @WXDEBUG_DEFINE@
-WX_LIBRARY = @WX_LIBRARY@
-WX_MAJOR_VERSION_NUMBER = @WX_MAJOR_VERSION_NUMBER@
-WX_MINOR_VERSION_NUMBER = @WX_MINOR_VERSION_NUMBER@
-WX_RELEASE_NUMBER = @WX_RELEASE_NUMBER@
-YACC = @YACC@
-
-SUBDIRS = src samples # utils user docs
-
-pkgdata_SCRIPTS = wx-config
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ./${SETUPH_DIR}/setup.h
-CONFIG_CLEAN_FILES = wx-config
-SCRIPTS = $(pkgdata_SCRIPTS)
-
-DIST_COMMON = Makefile.am Makefile.in aclocal.m4 config.guess \
-config.sub configure configure.in include/wx/unix/setup.h.in \
-include/wx/unix/stamp-h.in install-sh ltconfig ltmain.sh missing \
-mkinstalldirs wx-config.in
-
-
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-
-TAR = gtar
-GZIP_ENV = --best
-all: all-redirect
-.SUFFIXES:
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
- cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
-
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
- cd $(top_builddir) \
- && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
-
-
-config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- $(SHELL) ./config.status --recheck
-$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
- cd $(srcdir) && $(AUTOCONF)
-
-/setup.h: /stamp-h
- @if test ! -f $@; then \
- rm -f /stamp-h; \
- $(MAKE) /stamp-h; \
- else :; fi
-/stamp-h: $(srcdir)/include/wx/unix/setup.h.in $(top_builddir)/config.status
- cd $(top_builddir) \
- && CONFIG_FILES= CONFIG_HEADERS=/setup.h:include/wx/unix/setup.h.in \
- $(SHELL) ./config.status
- @echo timestamp > /stamp-h 2> /dev/null
-$(srcdir)/include/wx/unix/setup.h.in: $(srcdir)//stamp-h.in
- @if test ! -f $@; then \
- rm -f $(srcdir)//stamp-h.in; \
- $(MAKE) $(srcdir)//stamp-h.in; \
- else :; fi
-$(srcdir)//stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
- cd $(top_srcdir) && $(AUTOHEADER)
- @echo timestamp > $(srcdir)//stamp-h.in 2> /dev/null
-
-mostlyclean-hdr:
-
-clean-hdr:
-
-distclean-hdr:
- -rm -f /setup.h
-
-maintainer-clean-hdr:
-wx-config: $(top_builddir)/config.status wx-config.in
- cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
-
-install-pkgdataSCRIPTS: $(pkgdata_SCRIPTS)
- @$(NORMAL_INSTALL)
- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
- @list='$(pkgdata_SCRIPTS)'; for p in $$list; do \
- if test -f $$p; then \
- echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(pkgdatadir)/`echo $$p|sed '$(transform)'`"; \
- $(INSTALL_SCRIPT) $$p $(DESTDIR)$(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
- else if test -f $(srcdir)/$$p; then \
- echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/`echo $$p|sed '$(transform)'`"; \
- $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
- else :; fi; fi; \
- done
+target_alias = @target_alias@
+target_triplet = @target@
-uninstall-pkgdataSCRIPTS:
- @$(NORMAL_UNINSTALL)
- list='$(pkgdata_SCRIPTS)'; for p in $$list; do \
- rm -f $(DESTDIR)$(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
- done
+############################# Dirs #################################
-# This directory's subdirectories are mostly independent; you can cd
-# into them and run `make' without going through this Makefile.
-# To change the values of `make' variables: instead of editing Makefiles,
-# (1) if the variable is set in `config.status', edit `config.status'
-# (which will cause the Makefiles to be regenerated when you run `make');
-# (2) otherwise, pass the desired values on the `make' command line.
-
-@SET_MAKE@
-
-all-recursive install-data-recursive install-exec-recursive \
-installdirs-recursive install-recursive uninstall-recursive \
-check-recursive installcheck-recursive info-recursive dvi-recursive:
- @set fnord $(MAKEFLAGS); amf=$$2; \
- dot_seen=no; \
- target=`echo $@ | sed s/-recursive//`; \
- list='$(SUBDIRS)'; for subdir in $$list; do \
- echo "Making $$target in $$subdir"; \
- if test "$$subdir" = "."; then \
- dot_seen=yes; \
- local_target="$$target-am"; \
- else \
- local_target="$$target"; \
- fi; \
- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
- || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
- done; \
- if test "$$dot_seen" = "no"; then \
- $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
- fi; test -z "$$fail"
-
-mostlyclean-recursive clean-recursive distclean-recursive \
-maintainer-clean-recursive:
- @set fnord $(MAKEFLAGS); amf=$$2; \
- dot_seen=no; \
- rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
- rev="$$subdir $$rev"; \
- test "$$subdir" = "." && dot_seen=yes; \
- done; \
- test "$$dot_seen" = "no" && rev=". $$rev"; \
- target=`echo $@ | sed s/-recursive//`; \
- for subdir in $$rev; do \
- echo "Making $$target in $$subdir"; \
- if test "$$subdir" = "."; then \
- local_target="$$target-am"; \
- else \
- local_target="$$target"; \
- fi; \
- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
- || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
- done && test -z "$$fail"
-tags-recursive:
- list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
- done
+WXDIR = $(top_srcdir)
+
+# Subordinate library possibilities
+
+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
+ZLIBDIR = $(WXDIR)/src/zlib
+GTKDIR = $(WXDIR)/src/gtk
+MOTIFDIR = $(WXDIR)/src/motif
+MSWDIR = $(WXDIR)/src/msw
+INCDIR = $(WXDIR)/include
+SAMPDIR = $(WXDIR)/samples
+UTILSDIR = $(WXDIR)/utils
+MISCDIR = $(WXDIR)/misc
+
+DOCDIR = $(WXDIR)/docs
+
+########################## Archive name ###############################
+
+WXARCHIVE = wx$(TOOLKIT)-$(WX_MAJOR_VERSION_NUMBER).$(WX_MINOR_VERSION_NUMBER).$(WX_RELEASE_NUMBER)-b9.tgz
+DISTDIR = ./_dist_dir/wx$(TOOLKIT)
+
+############################## Files ##################################
+
+WX_HEADERS = \
+ accel.h \
+ app.h \
+ arrimpl.cpp \
+ 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 \
+ 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 \
+ gifdecod.h \
+ grid.h \
+ gsocket.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 \
+ 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 \
+ 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 \
+ sizer.h \
+ slider.h \
+ socket.h \
+ spinbutt.h \
+ splitter.h \
+ statbmp.h \
+ statbox.h \
+ statline.h \
+ stattext.h \
+ statusbr.h \
+ strconv.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 \
+ 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 \
+ 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 \
+ gtk/dataobj.h \
+ gtk/dc.h \
+ gtk/dcclient.h \
+ gtk/dcmemory.h \
+ gtk/dcscreen.h \
+ gtk/dialog.h \
+ gtk/dnd.h \
+ gtk/filedlg.h \
+ gtk/font.h \
+ gtk/fontdlg.h \
+ 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 \
+ 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 \
+ motif/dataobj.h \
+ 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
+
+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 \
+ msw/filedlg.h \
+ msw/font.h \
+ msw/fontdlg.h \
+ msw/frame.h \
+ msw/gauge.h \
+ msw/gauge95.h \
+ msw/gaugemsw.h \
+ 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/pnghand.h \
+ msw/pngread.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
+
+UNIX_HEADERS = \
+ unix/execute.h
+
+GENERIC_HEADERS = \
+ generic/caret.h \
+ generic/choicdgg.h \
+ generic/colrdlgg.h \
+ generic/dcpsg.h \
+ generic/dirdlgg.h \
+ generic/filedlgg.h \
+ generic/fontdlgg.h \
+ generic/gridg.h \
+ 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 \
+ generic/treectrl.h
+
+PROTOCOL_HEADERS = \
+ protocol/file.h \
+ protocol/ftp.h \
+ protocol/http.h \
+ protocol/protocol.h
+
+HTML_HEADERS = \
+ html/forcelink.h \
+ html/htmlcell.h \
+ html/htmldefs.h \
+ html/htmlfilter.h \
+ html/htmlhelp.h \
+ html/htmlparser.h \
+ html/htmltag.h \
+ html/htmlwin.h \
+ html/htmlwinparser.h \
+ html/mod_templ.h \
+ html/version.h
+
+GTK_GENERICOBJS = \
+ busyinfo.o \
+ caret.o \
+ choicdgg.o \
+ colrdlgg.o \
+ dcpsg.o \
+ dirdlgg.o \
+ filedlgg.o \
+ gridg.o \
+ helphtml.o \
+ helpwxht.o \
+ imaglist.o \
+ laywin.o \
+ listctrl.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 \
+ textdlgg.o \
+ tipdlg.o \
+ treectrl.o \
+ wizard.o
+
+GTK_GENERICDEPS = \
+ busyinfo.d \
+ caret.d \
+ choicdgg.d \
+ colrdlgg.d \
+ dcpsg.d \
+ dirdlgg.d \
+ filedlgg.d \
+ gridg.d \
+ helphtml.d \
+ helpwxht.d \
+ imaglist.d \
+ laywin.d \
+ listctrl.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 \
+ textdlgg.d \
+ tipdlg.d \
+ treectrl.d \
+ wizard.d
+
+GTK_COMMONOBJS = \
+ parser.o \
+ cmndata.o \
+ config.o \
+ date.o \
+ datstrm.o \
+ db.o \
+ dbtable.o \
+ dcbase.o \
+ dlgcmn.o \
+ docmdi.o \
+ docview.o \
+ dynarray.o \
+ dynlib.o \
+ event.o \
+ extended.o \
+ ffile.o \
+ file.o \
+ fileconf.o \
+ filefn.o \
+ filesys.o \
+ framecmn.o \
+ fs_inet.o \
+ fs_zip.o \
+ ftp.o \
+ gdicmn.o \
+ gifdecod.o \
+ hash.o \
+ helpbase.o \
+ http.o \
+ imagbmp.o \
+ image.o \
+ imaggif.o \
+ imagjpeg.o \
+ imagpcx.o \
+ imagpng.o \
+ imagpnm.o \
+ intl.o \
+ ipcbase.o \
+ layout.o \
+ list.o \
+ log.o \
+ memory.o \
+ 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 \
+ sizer.o \
+ socket.o \
+ strconv.o \
+ stream.o \
+ string.o \
+ tbarbase.o \
+ tbarsmpl.o \
+ textcmn.o \
+ textfile.o \
+ time.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 \
+ cmndata.d \
+ config.d \
+ date.d \
+ datstrm.d \
+ db.d \
+ dbtable.d \
+ dcbase.d \
+ dlgcmn.d \
+ docmdi.d \
+ docview.d \
+ dynarray.d \
+ dynlib.d \
+ event.d \
+ extended.d \
+ ffile.d \
+ file.d \
+ fileconf.d \
+ filefn.d \
+ filesys.d \
+ framecmn.d \
+ fs_inet.d \
+ fs_zip.d \
+ ftp.d \
+ gdicmn.d \
+ gifdecod.d \
+ hash.d \
+ helpbase.d \
+ http.d \
+ imagbmp.d \
+ image.d \
+ imaggif.d \
+ imagjpeg.d \
+ imagpcx.d \
+ imagpng.d \
+ imagpnm.d \
+ intl.d \
+ ipcbase.d \
+ layout.d \
+ list.d \
+ log.d \
+ memory.d \
+ 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 \
+ sizer.d \
+ socket.d \
+ strconv.d \
+ stream.d \
+ string.d \
+ tbarbase.d \
+ tbarsmpl.d \
+ textcmn.d \
+ textfile.d \
+ time.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
+
+GTK_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 \
+ dcscreen.o \
+ dialog.o \
+ dnd.o \
+ font.o \
+ fontdlg.o \
+ 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 \
+ 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 \
+ fontdlg.d \
+ 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 \
+ 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
+
+MOTIF_GENERICOBJS = \
+ busyinfo.o \
+ caret.o \
+ choicdgg.o \
+ colrdlgg.o \
+ dcpsg.o \
+ dirdlgg.o \
+ fontdlgg.o \
+ gridg.o \
+ helphtml.o \
+ helpwxht.o \
+ helpxlp.o \
+ imaglist.o \
+ laywin.o \
+ listctrl.o \
+ 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 \
+ statusbr.o \
+ tabg.o \
+ textdlgg.o \
+ tipdlg.o \
+ treectrl.o \
+ wizard.o
+
+MOTIF_GENERICDEPS = \
+ busyinfo.d \
+ caret.d \
+ choicdgg.d \
+ colrdlgg.d \
+ dcpsg.d \
+ dirdlgg.d \
+ fontdlgg.d \
+ gridg.d \
+ helphtml.d \
+ helpwxht.d \
+ helpxlp.d \
+ imaglist.d \
+ laywin.d \
+ listctrl.d \
+ 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 \
+ statusbr.d \
+ tabg.d \
+ textdlgg.d \
+ tipdlg.d \
+ treectrl.d \
+ wizard.d
+
+MOTIF_COMMONOBJS = \
+ parser.o \
+ choiccmn.o \
+ cmndata.o \
+ config.o \
+ ctrlcmn.o \
+ date.o \
+ datstrm.o \
+ db.o \
+ dbtable.o \
+ dcbase.o \
+ dlgcmn.o \
+ docmdi.o \
+ docview.o \
+ dynarray.o \
+ dynlib.o \
+ event.o \
+ extended.o \
+ ffile.o \
+ file.o \
+ fileconf.o \
+ filefn.o \
+ filesys.o \
+ framecmn.o \
+ fs_inet.o \
+ fs_zip.o \
+ ftp.o \
+ gdicmn.o \
+ gifdecod.o \
+ hash.o \
+ helpbase.o \
+ http.o \
+ imagbmp.o \
+ image.o \
+ imaggif.o \
+ imagjpeg.o \
+ imagpcx.o \
+ imagpng.o \
+ imagpnm.o \
+ intl.o \
+ ipcbase.o \
+ layout.o \
+ list.o \
+ log.o \
+ memory.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 \
+ sizer.o \
+ socket.o \
+ strconv.o \
+ stream.o \
+ string.o \
+ tbarbase.o \
+ tbarsmpl.o \
+ textcmn.o \
+ textfile.o \
+ time.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 \
+ choiccmn.d \
+ cmndata.d \
+ config.d \
+ ctrlcmn.d \
+ date.d \
+ datstrm.d \
+ db.d \
+ dbtable.d \
+ dcbase.d \
+ dlgcmn.d \
+ docmdi.d \
+ docview.d \
+ dynarray.d \
+ dynlib.d \
+ event.d \
+ extended.d \
+ ffile.d \
+ file.d \
+ fileconf.d \
+ filefn.d \
+ filesys.d \
+ framecmn.d \
+ fs_inet.d \
+ fs_zip.d \
+ ftp.d \
+ gdicmn.d \
+ gifdecod.d \
+ hash.d \
+ helpbase.d \
+ http.d \
+ imagbmp.d \
+ image.d \
+ imaggif.d \
+ imagjpeg.d \
+ imagpcx.d \
+ imagpng.d \
+ imagpnm.d \
+ intl.d \
+ ipcbase.d \
+ layout.d \
+ list.d \
+ log.d \
+ memory.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 \
+ sizer.d \
+ socket.d \
+ strconv.d \
+ stream.d \
+ string.d \
+ tbarbase.d \
+ tbarsmpl.d \
+ textcmn.d \
+ textfile.d \
+ time.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
+
+MOTIF_GUIOBJS = \
+ xmcombo.o \
+ accel.o \
+ app.o \
+ bitmap.o \
+ bmpbuttn.o \
+ brush.o \
+ button.o \
+ checkbox.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 \
+ 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 \
+ 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 \
+ 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 \
+ statbmp.d \
+ statbox.d \
+ stattext.d \
+ textctrl.d \
+ timer.d \
+ toolbar.d \
+ utils.d \
+ window.d
-tags: TAGS
-
-ID: $(HEADERS) $(SOURCES) $(LISP)
- list='$(SOURCES) $(HEADERS)'; \
- unique=`for i in $$list; do echo $$i; done | \
- awk ' { files[$$0] = 1; } \
- END { for (i in files) print i; }'`; \
- here=`pwd` && cd $(srcdir) \
- && mkid -f$$here/ID $$unique $(LISP)
-
-TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
- tags=; \
- here=`pwd`; \
- list='$(SUBDIRS)'; for subdir in $$list; do \
- if test "$$subdir" = .; then :; else \
- test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
- fi; \
- done; \
- list='$(SOURCES) $(HEADERS)'; \
- unique=`for i in $$list; do echo $$i; done | \
- awk ' { files[$$0] = 1; } \
- END { for (i in files) print i; }'`; \
- test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
- || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
-
-mostlyclean-tags:
-
-clean-tags:
-
-distclean-tags:
- -rm -f TAGS ID
-
-maintainer-clean-tags:
-
-distdir = $(PACKAGE)-$(VERSION)
-top_distdir = $(distdir)
-
-# This target untars the dist file and tries a VPATH configuration. Then
-# it guarantees that the distribution is self-contained by making another
-# tarfile.
-distcheck: dist
- -rm -rf $(distdir)
- GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
- mkdir $(distdir)/=build
- mkdir $(distdir)/=inst
- dc_install_base=`cd $(distdir)/=inst && pwd`; \
- cd $(distdir)/=build \
- && ../configure --srcdir=.. --prefix=$$dc_install_base \
- && $(MAKE) $(AM_MAKEFLAGS) \
- && $(MAKE) $(AM_MAKEFLAGS) dvi \
- && $(MAKE) $(AM_MAKEFLAGS) check \
- && $(MAKE) $(AM_MAKEFLAGS) install \
- && $(MAKE) $(AM_MAKEFLAGS) installcheck \
- && $(MAKE) $(AM_MAKEFLAGS) dist
- -rm -rf $(distdir)
- @banner="$(distdir).tar.gz is ready for distribution"; \
- dashes=`echo "$$banner" | sed s/./=/g`; \
- echo "$$dashes"; \
- echo "$$banner"; \
- echo "$$dashes"
-dist: distdir
- -chmod -R a+r $(distdir)
- GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
- -rm -rf $(distdir)
-dist-all: distdir
- -chmod -R a+r $(distdir)
- GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
- -rm -rf $(distdir)
-distdir: $(DISTFILES)
- -rm -rf $(distdir)
- mkdir $(distdir)
- -chmod 777 $(distdir)
- here=`cd $(top_builddir) && pwd`; \
- top_distdir=`cd $(distdir) && pwd`; \
- distdir=`cd $(distdir) && pwd`; \
- cd $(top_srcdir) \
- && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
- @for file in $(DISTFILES); do \
- d=$(srcdir); \
- if test -d $$d/$$file; then \
- cp -pr $$/$$file $(distdir)/$$file; \
- else \
- test -f $(distdir)/$$file \
- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
- || cp -p $$d/$$file $(distdir)/$$file || :; \
- fi; \
+MSW_GENERICOBJS = \
+ busyinfo.o \
+ choicdgg.o \
+ dirdlgg.o \
+ gridg.o \
+ laywin.o \
+ numdlgg.o \
+ panelg.o \
+ progdlgg.o \
+ prop.o \
+ propform.o \
+ proplist.o \
+ sashwin.o \
+ scrolwin.o \
+ splitter.o \
+ statusbr.o \
+ tabg.o \
+ textdlgg.o \
+ tipdlg.o \
+ wizard.o
+
+MSW_GENERICDEPS = \
+ busyinfo.d \
+ choicdgg.d \
+ dirdlgg.d \
+ gridg.d \
+ laywin.d \
+ numdlgg.d \
+ panelg.d \
+ progdlgg.d \
+ prop.d \
+ propform.d \
+ proplist.d \
+ sashwin.d \
+ scrolwin.d \
+ splitter.d \
+ statusbr.d \
+ tabg.d \
+ textdlgg.d \
+ tipdlg.d \
+ wizard.d
+
+MSW_COMMONOBJS = \
+ parser.o \
+ choiccmn.o \
+ cmndata.o \
+ config.o \
+ ctrlcmn.o \
+ date.o \
+ datstrm.o \
+ db.o \
+ dbtable.o \
+ dcbase.o \
+ dlgcmn.o \
+ docmdi.o \
+ docview.o \
+ dynarray.o \
+ dynlib.o \
+ event.o \
+ extended.o \
+ ffile.o \
+ file.o \
+ fileconf.o \
+ filefn.o \
+ filesys.o \
+ framecmn.o \
+ fs_inet.o \
+ fs_zip.o \
+ ftp.o \
+ gdicmn.o \
+ gifdecod.o \
+ hash.o \
+ helpbase.o \
+ http.o \
+ imagbmp.o \
+ image.o \
+ imaggif.o \
+ imagjpeg.o \
+ imagpcx.o \
+ imagpng.o \
+ imagpnm.o \
+ intl.o \
+ ipcbase.o \
+ layout.o \
+ list.o \
+ log.o \
+ memory.o \
+ 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 \
+ sizer.o \
+ socket.o \
+ strconv.o \
+ stream.o \
+ string.o \
+ tbarbase.o \
+ textcmn.o \
+ textfile.o \
+ time.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 = \
+ parser.d \
+ choiccmn.d \
+ cmndata.d \
+ config.d \
+ ctrlcmn.d \
+ date.d \
+ datstrm.d \
+ db.d \
+ dbtable.d \
+ dcbase.d \
+ dlgcmn.d \
+ docmdi.d \
+ docview.d \
+ dynarray.d \
+ dynlib.d \
+ event.d \
+ extended.d \
+ ffile.d \
+ file.d \
+ fileconf.d \
+ filefn.d \
+ filesys.d \
+ framecmn.d \
+ fs_inet.d \
+ fs_zip.d \
+ ftp.d \
+ gdicmn.d \
+ gifdecod.d \
+ hash.d \
+ helpbase.d \
+ http.d \
+ imagbmp.d \
+ image.d \
+ imaggif.d \
+ imagjpeg.d \
+ imagpcx.d \
+ imagpng.d \
+ imagpnm.d \
+ intl.d \
+ ipcbase.d \
+ layout.d \
+ list.d \
+ log.d \
+ memory.d \
+ 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 \
+ sizer.d \
+ socket.d \
+ strconv.d \
+ stream.d \
+ string.d \
+ tbarbase.d \
+ textcmn.d \
+ textfile.d \
+ time.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
+
+MSW_GUIOBJS = \
+ 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 \
+ dib.o \
+ dibutils.o \
+ dragimag.o \
+ filedlg.o \
+ font.o \
+ fontdlg.o \
+ frame.o \
+ gauge95.o \
+ gdiobj.o \
+ 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 \
+ pnghand.o \
+ printdlg.o \
+ printwin.o \
+ radiobox.o \
+ radiobut.o \
+ regconf.o \
+ region.o \
+ registry.o \
+ scrolbar.o \
+ settings.o \
+ slider95.o \
+ spinbutt.o \
+ 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 \
+ dib.d \
+ dibutils.d \
+ dragimag.d \
+ filedlg.d \
+ font.d \
+ fontdlg.d \
+ frame.d \
+ gauge95.d \
+ gdiobj.d \
+ 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 \
+ pnghand.d \
+ printdlg.d \
+ printwin.d \
+ radiobox.d \
+ radiobut.d \
+ regconf.d \
+ region.d \
+ registry.d \
+ scrolbar.d \
+ settings.d \
+ slider95.d \
+ spinbutt.d \
+ 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
+
+HTMLOBJS = \
+ htmlcell.o \
+ htmlfilter.o \
+ htmlhelp.o \
+ htmlhelp_io.o \
+ htmlparser.o \
+ htmltag.o \
+ htmlwin.o \
+ htmlwinparser.o \
+ mod_fonts.o \
+ mod_hline.o \
+ mod_image.o \
+ mod_layout.o \
+ mod_links.o \
+ mod_list.o \
+ mod_pre.o \
+ mod_tables.o \
+ search.o
+
+HTMLDEPS = \
+ htmlcell.d \
+ htmlfilter.d \
+ htmlhelp.d \
+ htmlhelp_io.d \
+ htmlparser.d \
+ htmltag.d \
+ htmlwin.d \
+ htmlwinparser.d \
+ mod_fonts.d \
+ mod_hline.d \
+ mod_image.d \
+ mod_layout.d \
+ mod_links.d \
+ mod_list.d \
+ mod_pre.d \
+ mod_tables.d \
+ search.d
+
+UNIXOBJS = \
+ gsocket.o \
+ threadpsx.o \
+ utilsunx.o
+
+UNIXDEPS = \
+ gsocket.d \
+ threadpsx.d \
+ utilsunx.d
+
+ZLIBOBJS = \
+ 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
+
+PNGOBJS = \
+ 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
+
+
+JPEGOBJS = \
+ 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
+
+
+OBJECTS = $(@GUIOBJS@) $(@COMMONOBJS@) $(@GENERICOBJS@) $(@UNIXOBJS@) $(HTMLOBJS) \
+ $(JPEGOBJS) $(PNGOBJS) $(ZLIBOBJS)
+
+DEPFILES = $(@GUIDEPS@) $(@COMMONDEPS@) $(@GENERICDEPS@) $(UNIXDEPS) $(HTMLDEPS)
+
+HEADERS = $(@GUIHEADERS@) $(HTML_HEADERS) $(UNIX_HEADERS) $(PROTOCOL_HEADERS) \
+ $(GENERIC_HEADERS) $(WX_HEADERS)
+
+all: $(OBJECTS) @WX_TARGET_LIBRARY@ @WX_CREATE_LINKS@
+
+@WX_LIBRARY_NAME_STATIC@: $(OBJECTS)
+ @$(INSTALL) -d ./lib
+ $(AR) $(AROPTIONS) ./lib/$@ $(OBJECTS)
+ $(RANLIB) ./lib/$@
+
+@WX_LIBRARY_NAME_SHARED@: $(OBJECTS)
+ @$(INSTALL) -d ./lib
+ $(SHARED_LD) ./lib/$@ $(OBJECTS) $(EXTRALIBS)
+
+CREATE_LINKS: ./lib/@WX_TARGET_LIBRARY@
+ @$(RM) ./lib/@WX_LIBRARY_LINK1@
+ @$(RM) ./lib/@WX_LIBRARY_LINK2@
+ @$(RM) ./lib/@WX_LIBRARY_LINK3@
+ $(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@
+
+CREATE_INSTALLED_LINKS: $(libdir)/@WX_TARGET_LIBRARY@
+ $(RM) $(libdir)/@WX_LIBRARY_LINK1@
+ $(RM) $(libdir)/@WX_LIBRARY_LINK2@
+ $(RM) $(libdir)/@WX_LIBRARY_LINK3@
+ $(LN_S) @WX_TARGET_LIBRARY@ $(libdir)/@WX_LIBRARY_LINK1@
+ $(LN_S) @WX_TARGET_LIBRARY@ $(libdir)/@WX_LIBRARY_LINK2@
+ $(LN_S) @WX_TARGET_LIBRARY@ $(libdir)/@WX_LIBRARY_LINK3@
+
+$(OBJECTS): $(WXDIR)/include/wx/defs.h $(WXDIR)/include/wx/object.h $(WXDIR)/include/wx/setup.h
+
+parser.o: parser.c lexer.c
+ $(CCLEX) -c $(CFLAGS) $(PICFLAGS) -o $@ parser.c
+
+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
+ @sed -e "s;$(COMMDIR)/lex.yy.c;lexer.l;g" < lex.yy.c | \
+ sed -e "s/yy/PROIO_yy/g" | \
+ sed -e "s/input/PROIO_input/g" | \
+ sed -e "s/unput/PROIO_unput/g" > lexer.c
+ @$(RM) lex.yy.c
+
+-include $(DEPFILES)
+
+preinstall: $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(top_builddir)/wx-config $(top_builddir)/setup.h
+ @echo " "
+ @echo " Installing wxWindows..."
+ @echo " "
+
+ $(INSTALL) -d $(prefix)
+ $(INSTALL) -d $(bindir)
+ $(INSTALL) -d $(libdir)
+ $(INSTALL) -d $(datadir)
+
+ $(INSTALL_SCRIPT) $(top_builddir)/wx-config $(bindir)/wx-config
+ $(INSTALL_PROGRAM) $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(libdir)/@WX_TARGET_LIBRARY@
+
+ $(INSTALL) -d $(libdir)/wx
+ $(INSTALL) -d $(libdir)/wx/include
+ $(INSTALL) -d $(libdir)/wx/include/wx
+ $(INSTALL) -d $(libdir)/wx/include/wx/@TOOLKIT_DIR@
+ $(INSTALL_DATA) $(top_builddir)/setup.h $(libdir)/wx/include/wx/@TOOLKIT_DIR@/setup.h
+
+ $(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
+
+ $(INSTALL) -d $(includedir)/wx
+ $(INSTALL) -d $(includedir)/wx/msw
+ $(INSTALL) -d $(includedir)/wx/gtk
+ $(INSTALL) -d $(includedir)/wx/motif
+ $(INSTALL) -d $(includedir)/wx/html
+ $(INSTALL) -d $(includedir)/wx/protocol
+ $(INSTALL) -d $(includedir)/wx/unix
+ $(INSTALL) -d $(includedir)/wx/generic
+ @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
- for subdir in $(SUBDIRS); do \
- if test "$$subdir" = .; then :; else \
- test -d $(distdir)/$$subdir \
- || mkdir $(distdir)/$$subdir \
- || exit 1; \
- chmod 777 $(distdir)/$$subdir; \
- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
- || exit 1; \
- fi; \
+
+write_message:
+ @echo " "
+ @echo " The installation of wxWindows is finished. On certain"
+ @echo " platforms (e.g. Linux, Solaris) you'll now have to run"
+ @echo " ldconfig if you installed a shared library."
+ @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 " "
+
+install: preinstall @WX_CREATE_INSTALLED_LINKS@ write_message
+
+uninstall:
+ @echo " "
+ @echo " Uninstalling wxWindows..."
+ @echo " "
+ @echo " Removing library..."
+ @$(RM) $(libdir)/@WX_TARGET_LIBRARY@
+ @$(RM) $(libdir)/@WX_LIBRARY_LINK1@
+ @$(RM) $(libdir)/@WX_LIBRARY_LINK2@
+ @$(RM) $(libdir)/@WX_LIBRARY_LINK3@
+ @echo " Removing helper files..."
+ @$(RM) $(libdir)/wx/include/wx/@TOOLKIT_DIR@/setup.h
+ @$(RM) $(bindir)/wx-config
+ @$(RM) $(datadir)/wx/afm/*
+ @$(RM) $(datadir)/wx/gs_afm/*
+ @rmdir $(datadir)/wx/gs_afm
+ @rmdir $(datadir)/wx/afm
+ @rmdir $(datadir)/wx
+ @echo " Removing headers..."
+ @list='$(HEADERS)'; for p in $$list; do \
+ $(RM) $(includedir)/wx/$$p; \
done
-info-am:
-info: info-recursive
-dvi-am:
-dvi: dvi-recursive
-check-am: all-am
-check: check-recursive
-installcheck-am:
-installcheck: installcheck-recursive
-install-exec-am:
-install-exec: install-exec-recursive
-
-install-data-am: install-pkgdataSCRIPTS
-install-data: install-data-recursive
-
-install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-recursive
-uninstall-am: uninstall-pkgdataSCRIPTS
-uninstall: uninstall-recursive
-all-am: Makefile $(SCRIPTS)
-all-redirect: all-recursive
-install-strip:
- $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs: installdirs-recursive
-installdirs-am:
- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
-
-
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
- -rm -f Makefile $(CONFIG_CLEAN_FILES)
- -rm -f config.cache config.log stamp-h stamp-h[0-9]*
-
-maintainer-clean-generic:
-mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
-
-mostlyclean: mostlyclean-recursive
-
-clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
-
-clean: clean-recursive
-
-distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
- -rm -f libtool
-
-distclean: distclean-recursive
- -rm -f config.status
-
-maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
- maintainer-clean-generic distclean-am
- @echo "This command is intended for maintainers to use;"
- @echo "it deletes files that may require special tools to rebuild."
-
-maintainer-clean: maintainer-clean-recursive
- -rm -f config.status
-
-.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
-uninstall-pkgdataSCRIPTS install-pkgdataSCRIPTS install-data-recursive \
-uninstall-data-recursive install-exec-recursive \
-uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
-all-recursive check-recursive installcheck-recursive info-recursive \
-dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
-maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
-distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
-dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
-install-exec install-data-am install-data install-am install \
-uninstall-am uninstall all-redirect all-am all installdirs-am \
-installdirs mostlyclean-generic distclean-generic clean-generic \
-maintainer-clean-generic clean mostlyclean distclean maintainer-clean
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
+ @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
+ @if test -d $(includedir)/wx/msw; then rmdir $(includedir)/wx/msw; fi
+ @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
+
+ALL_DIST:
+ mkdir _dist_dir
+ mkdir $(DISTDIR)
+ cp $(WXDIR)/wx$(TOOLKIT).spec $(DISTDIR)
+ 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
+ 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
+ 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
+ mkdir $(DISTDIR)/src/zlib
+ 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)/*.h $(DISTDIR)/src/html
+ cp $(HTMLDIR)/bitmaps/*.xpm $(DISTDIR)/src/html/bitmaps
+ cp $(UNIXDIR)/*.h $(DISTDIR)/src/unix
+ 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
+
+GTK_DIST:
+ cp $(WXDIR)/wxGTK.spec $(DISTDIR)
+ cp $(INCDIR)/wx/gtk/*.h $(DISTDIR)/include/wx/gtk
+ 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
+
+MOTIF_DIST:
+ cp $(WXDIR)/wxMOTIF.spec $(DISTDIR)
+ cp $(INCDIR)/wx/motif/*.h $(DISTDIR)/include/wx/motif
+ 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
+
+MSW_DIST:
+ cp $(WXDIR)/wxWINE.spec $(DISTDIR)
+ 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
+ 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
+
+SAMPLES_DIST:
+ mkdir $(DISTDIR)/samples
+ cp $(SAMPDIR)/Makefile.in $(DISTDIR)/samples
+ mkdir $(DISTDIR)/samples/bombs
+ cp $(SAMPDIR)/bombs/Makefile.in $(DISTDIR)/samples/bombs
+ cp $(SAMPDIR)/bombs/*.cpp $(DISTDIR)/samples/bombs
+ cp $(SAMPDIR)/bombs/*.h $(DISTDIR)/samples/bombs
+ cp $(SAMPDIR)/bombs/*.xpm $(DISTDIR)/samples/bombs
+ cp $(SAMPDIR)/bombs/readme.txt $(DISTDIR)/samples/bombs
+ mkdir $(DISTDIR)/samples/caret
+ cp $(SAMPDIR)/caret/Makefile.in $(DISTDIR)/samples/caret
+ cp $(SAMPDIR)/caret/*.cpp $(DISTDIR)/samples/caret
+ cp $(SAMPDIR)/caret/*.xpm $(DISTDIR)/samples/caret
+ mkdir $(DISTDIR)/samples/config
+ cp $(SAMPDIR)/config/Makefile.in $(DISTDIR)/samples/config
+ cp $(SAMPDIR)/config/*.cpp $(DISTDIR)/samples/config
+ mkdir $(DISTDIR)/samples/controls
+ mkdir $(DISTDIR)/samples/controls/icons
+ cp $(SAMPDIR)/controls/Makefile.in $(DISTDIR)/samples/controls
+ cp $(SAMPDIR)/controls/*.cpp $(DISTDIR)/samples/controls
+ cp $(SAMPDIR)/controls/*.xpm $(DISTDIR)/samples/controls
+ cp $(SAMPDIR)/controls/icons/*.??? $(DISTDIR)/samples/controls/icons
+ mkdir $(DISTDIR)/samples/checklst
+ cp $(SAMPDIR)/checklst/Makefile.in $(DISTDIR)/samples/checklst
+ cp $(SAMPDIR)/checklst/*.cpp $(DISTDIR)/samples/checklst
+ cp $(SAMPDIR)/checklst/*.xpm $(DISTDIR)/samples/checklst
+ mkdir $(DISTDIR)/samples/printing
+ cp $(SAMPDIR)/printing/Makefile.in $(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
+ mkdir $(DISTDIR)/samples/dialogs
+ cp $(SAMPDIR)/dialogs/Makefile.in $(DISTDIR)/samples/dialogs
+ cp $(SAMPDIR)/dialogs/*.cpp $(DISTDIR)/samples/dialogs
+ cp $(SAMPDIR)/dialogs/*.h $(DISTDIR)/samples/dialogs
+ cp $(SAMPDIR)/dialogs/*.txt $(DISTDIR)/samples/dialogs
+ mkdir $(DISTDIR)/samples/dnd
+ cp $(SAMPDIR)/dnd/Makefile.in $(DISTDIR)/samples/dnd
+ 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
+ mkdir $(DISTDIR)/samples/docview
+ cp $(SAMPDIR)/docview/Makefile.in $(DISTDIR)/samples/docview
+ cp $(SAMPDIR)/docview/*.cpp $(DISTDIR)/samples/docview
+ cp $(SAMPDIR)/docview/*.h $(DISTDIR)/samples/docview
+ cp $(SAMPDIR)/docview/*.xpm $(DISTDIR)/samples/docview
+ mkdir $(DISTDIR)/samples/docvwmdi
+ cp $(SAMPDIR)/docvwmdi/Makefile.in $(DISTDIR)/samples/docvwmdi
+ cp $(SAMPDIR)/docvwmdi/*.cpp $(DISTDIR)/samples/docvwmdi
+ cp $(SAMPDIR)/docvwmdi/*.h $(DISTDIR)/samples/docvwmdi
+ mkdir $(DISTDIR)/samples/drawing
+ cp $(SAMPDIR)/drawing/Makefile.in $(DISTDIR)/samples/drawing
+ cp $(SAMPDIR)/drawing/*.cpp $(DISTDIR)/samples/drawing
+ cp $(SAMPDIR)/drawing/*.xpm $(DISTDIR)/samples/drawing
+ mkdir $(DISTDIR)/samples/dynamic
+ cp $(SAMPDIR)/dynamic/Makefile.in $(DISTDIR)/samples/dynamic
+ cp $(SAMPDIR)/dynamic/*.cpp $(DISTDIR)/samples/dynamic
+ cp $(SAMPDIR)/dynamic/*.xpm $(DISTDIR)/samples/dynamic
+ 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
+ mkdir $(DISTDIR)/samples/html/printing
+ cp $(SAMPDIR)/html/printing/Makefile.in $(DISTDIR)/samples/html/printing
+ cp $(SAMPDIR)/html/printing/*.xpm $(DISTDIR)/samples/html/printing
+ cp $(SAMPDIR)/html/printing/*.cpp $(DISTDIR)/samples/html/printing
+ cp $(SAMPDIR)/html/printing/*.h $(DISTDIR)/samples/html/printing
+ cp $(SAMPDIR)/html/printing/*.png $(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
+ mkdir $(DISTDIR)/samples/image
+ cp $(SAMPDIR)/image/Makefile.in $(DISTDIR)/samples/image
+ cp $(SAMPDIR)/image/*.cpp $(DISTDIR)/samples/image
+ cp $(SAMPDIR)/image/horse.* $(DISTDIR)/samples/image
+ mkdir $(DISTDIR)/samples/layout
+ cp $(SAMPDIR)/layout/Makefile.in $(DISTDIR)/samples/layout
+ cp $(SAMPDIR)/layout/*.cpp $(DISTDIR)/samples/layout
+ cp $(SAMPDIR)/layout/*.h $(DISTDIR)/samples/layout
+ mkdir $(DISTDIR)/samples/listctrl
+ cp $(SAMPDIR)/listctrl/Makefile.in $(DISTDIR)/samples/listctrl
+ cp $(SAMPDIR)/listctrl/*.cpp $(DISTDIR)/samples/listctrl
+ cp $(SAMPDIR)/listctrl/*.h $(DISTDIR)/samples/listctrl
+ cp $(SAMPDIR)/listctrl/*.xpm $(DISTDIR)/samples/listctrl
+ mkdir $(DISTDIR)/samples/listctrl/bitmap
+ cp $(SAMPDIR)/listctrl/*.xpm $(DISTDIR)/samples/listctrl/bitmaps
+ mkdir $(DISTDIR)/samples/mdi
+ cp $(SAMPDIR)/mdi/Makefile.in $(DISTDIR)/samples/mdi
+ cp $(SAMPDIR)/mdi/*.cpp $(DISTDIR)/samples/mdi
+ cp $(SAMPDIR)/mdi/*.h $(DISTDIR)/samples/mdi
+ cp $(SAMPDIR)/mdi/*.xpm $(DISTDIR)/samples/mdi
+ mkdir $(DISTDIR)/samples/minifram
+ cp $(SAMPDIR)/minifram/Makefile.in $(DISTDIR)/samples/minifram
+ cp $(SAMPDIR)/minifram/*.cpp $(DISTDIR)/samples/minifram
+ cp $(SAMPDIR)/minifram/*.h $(DISTDIR)/samples/minifram
+ cp $(SAMPDIR)/minifram/*.xpm $(DISTDIR)/samples/minifram
+ mkdir $(DISTDIR)/samples/minifram/bitmap
+ cp $(SAMPDIR)/minifram/*.xpm $(DISTDIR)/samples/minifram/bitmaps
+ mkdir $(DISTDIR)/samples/minimal
+ cp $(SAMPDIR)/minimal/Makefile.in $(DISTDIR)/samples/minimal
+ cp $(SAMPDIR)/minimal/*.cpp $(DISTDIR)/samples/minimal
+ cp $(SAMPDIR)/minimal/*.xpm $(DISTDIR)/samples/minimal
+ mkdir $(DISTDIR)/samples/notebook
+ cp $(SAMPDIR)/notebook/Makefile.in $(DISTDIR)/samples/notebook
+ cp $(SAMPDIR)/notebook/*.cpp $(DISTDIR)/samples/notebook
+ cp $(SAMPDIR)/notebook/*.h $(DISTDIR)/samples/notebook
+ 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
+ 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
+ mkdir $(DISTDIR)/samples/scroll
+ cp $(SAMPDIR)/scroll/Makefile.in $(DISTDIR)/samples/scroll
+ cp $(SAMPDIR)/scroll/*.cpp $(DISTDIR)/samples/scroll
+ mkdir $(DISTDIR)/samples/splitter
+ cp $(SAMPDIR)/splitter/Makefile.in $(DISTDIR)/samples/splitter
+ cp $(SAMPDIR)/splitter/*.cpp $(DISTDIR)/samples/splitter
+ mkdir $(DISTDIR)/samples/text
+ cp $(SAMPDIR)/text/Makefile.in $(DISTDIR)/samples/text
+ cp $(SAMPDIR)/text/*.cpp $(DISTDIR)/samples/text
+ cp $(SAMPDIR)/text/*.xpm $(DISTDIR)/samples/text
+ mkdir $(DISTDIR)/samples/thread
+ cp $(SAMPDIR)/thread/Makefile.in $(DISTDIR)/samples/thread
+ cp $(SAMPDIR)/thread/*.cpp $(DISTDIR)/samples/thread
+ mkdir $(DISTDIR)/samples/toolbar
+ cp $(SAMPDIR)/toolbar/Makefile.in $(DISTDIR)/samples/toolbar
+ cp $(SAMPDIR)/toolbar/*.cpp $(DISTDIR)/samples/toolbar
+ cp $(SAMPDIR)/toolbar/*.h $(DISTDIR)/samples/toolbar
+ cp $(SAMPDIR)/toolbar/*.xpm $(DISTDIR)/samples/toolbar
+ mkdir $(DISTDIR)/samples/toolbar/bitmap
+ cp $(SAMPDIR)/toolbar/*.xpm $(DISTDIR)/samples/toolbar/bitmaps
+ 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
+ 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
+ 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
+ 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
+ mkdir $(DISTDIR)/samples/wxpoem
+ cp $(SAMPDIR)/wxpoem/Makefile.in $(DISTDIR)/samples/wxpoem
+ cp $(SAMPDIR)/wxpoem/*.cpp $(DISTDIR)/samples/wxpoem
+ cp $(SAMPDIR)/wxpoem/*.xpm $(DISTDIR)/samples/wxpoem
+ cp $(SAMPDIR)/wxpoem/*.dat $(DISTDIR)/samples/wxpoem
+ cp $(SAMPDIR)/wxpoem/*.txt $(DISTDIR)/samples/wxpoem
+ mkdir $(DISTDIR)/samples/wxsocket
+ cp $(SAMPDIR)/wxsocket/Makefile.in $(DISTDIR)/samples/wxsocket
+ cp $(SAMPDIR)/wxsocket/*.cpp $(DISTDIR)/samples/wxsocket
+ cp $(SAMPDIR)/wxsocket/*.xpm $(DISTDIR)/samples/wxsocket
+
+UTILS_DIST:
+ mkdir $(DISTDIR)/utils
+ cp $(UTILSDIR)/Makefile.in $(DISTDIR)/utils
+ mkdir $(DISTDIR)/utils/wxMMedia2
+ cp $(UTILSDIR)/wxMMedia2/Makefile.in $(DISTDIR)/utils/wxMMedia2
+ mkdir $(DISTDIR)/utils/wxMMedia2/lib
+ 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
+ mkdir $(DISTDIR)/utils/wxMMedia2/sample
+ cp $(UTILSDIR)/wxMMedia2/sample/Makefile.in $(DISTDIR)/utils/wxMMedia2/sample
+ cp $(UTILSDIR)/wxMMedia2/sample/*.cpp $(DISTDIR)/utils/wxMMedia2/sample
+ mkdir $(DISTDIR)/utils/glcanvas
+ cp $(UTILSDIR)/glcanvas/Makefile.in $(DISTDIR)/utils/glcanvas
+ cp $(UTILSDIR)/glcanvas/docs/notes.txt $(DISTDIR)/utils/glcanvas/NOTES.txt
+ mkdir $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
+ 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)
+
+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
+
+dist: ALL_DIST @GUIDIST@ SAMPLES_DIST UTILS_DIST MISC_DIST
+ cd _dist_dir; tar ch wx$(TOOLKIT) | gzip -f9 > $(WXARCHIVE); mv $(WXARCHIVE) ..
+ $(RM) -r _dist_dir
+
+clean:
+ $(RM) *.o
+ $(RM) *.d
+ $(RM) parser.c
+ $(RM) lexer.c
+ $(RM) ./lib/*
+
+cleanall: clean