1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
21 top_srcdir = @top_srcdir@
24 exec_prefix = @exec_prefix@
28 libexecdir = @libexecdir@
30 sysconfdir = @sysconfdir@
31 sharedstatedir = @sharedstatedir@
32 localstatedir = @localstatedir@
36 includedir = @includedir@
37 oldincludedir = /usr/include
41 pkgdatadir = $(datadir)/@PACKAGE@
42 pkglibdir = $(libdir)/@PACKAGE@
43 pkgincludedir = $(includedir)/@PACKAGE@
45 top_builddir = ../../..
50 AUTOHEADER = @AUTOHEADER@
53 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
54 INSTALL_DATA = @INSTALL_DATA@
55 INSTALL_SCRIPT = @INSTALL_SCRIPT@
56 transform = @program_transform_name@
64 host_alias = @host_alias@
73 DOCS_SUBDIRS = @DOCS_SUBDIRS@
74 EXTRA_LIBS = @EXTRA_LIBS@
75 EXTRA_VPATH = @EXTRA_VPATH@
76 GTK_CFLAGS = @GTK_CFLAGS@
77 GTK_CONFIG = @GTK_CONFIG@
79 INCLUDE_SUBDIRS = @INCLUDE_SUBDIRS@
85 LTLIBOBJS = @LTLIBOBJS@
90 SAMPLES_SUBDIRS = @SAMPLES_SUBDIRS@
93 TOOLKIT_DEF = @TOOLKIT_DEF@
94 TOOLKIT_DIR = @TOOLKIT_DIR@
95 TOOLKIT_INCLUDE = @TOOLKIT_INCLUDE@
96 USER_SUBDIRS = @USER_SUBDIRS@
97 UTILS_SUBDIRS = @UTILS_SUBDIRS@
99 WXDEBUG_DEFINE = @WXDEBUG_DEFINE@
100 WX_LIBRARY = @WX_LIBRARY@
101 WX_MAJOR_VERSION_NUMBER = @WX_MAJOR_VERSION_NUMBER@
102 WX_MINOR_VERSION_NUMBER = @WX_MINOR_VERSION_NUMBER@
103 WX_RELEASE_NUMBER = @WX_RELEASE_NUMBER@
105 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
106 CONFIG_HEADER = ../../../${SETUPH_DIR}/setup.h
108 DIST_COMMON = Makefile.am Makefile.in
111 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
117 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
118 cd $(top_srcdir) && $(AUTOMAKE) --foreign include/wx/msw/Makefile
120 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
122 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
128 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
130 subdir = include/wx/msw
132 distdir: $(DISTFILES)
133 here=`cd $(top_builddir) && pwd`; \
134 top_distdir=`cd $(top_distdir) && pwd`; \
135 distdir=`cd $(distdir) && pwd`; \
137 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign include/wx/msw/Makefile
138 @for file in $(DISTFILES); do \
140 if test -d $$d/$$file; then \
141 cp -pr $$/$$file $(distdir)/$$file; \
143 test -f $(distdir)/$$file \
144 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
145 || cp -p $$d/$$file $(distdir)/$$file || :; \
155 installcheck: installcheck-am
157 install-exec: install-exec-am
160 install-data: install-data-am
163 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
166 uninstall: uninstall-am
170 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
179 -rm -f Makefile $(CONFIG_CLEAN_FILES)
180 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
182 maintainer-clean-generic:
183 mostlyclean-am: mostlyclean-generic
185 mostlyclean: mostlyclean-am
187 clean-am: clean-generic mostlyclean-am
191 distclean-am: distclean-generic clean-am
194 distclean: distclean-am
196 maintainer-clean-am: maintainer-clean-generic distclean-am
197 @echo "This command is intended for maintainers to use;"
198 @echo "it deletes files that may require special tools to rebuild."
200 maintainer-clean: maintainer-clean-am
202 .PHONY: tags distdir info-am info dvi-am dvi check check-am \
203 installcheck-am installcheck install-exec-am install-exec \
204 install-data-am install-data install-am install uninstall-am uninstall \
205 all-redirect all-am all installdirs mostlyclean-generic \
206 distclean-generic clean-generic maintainer-clean-generic clean \
207 mostlyclean distclean maintainer-clean
210 # Tell versions [3.59,3.63) of GNU make to not export all variables.
211 # Otherwise a system limit (for SysV at least) may be exceeded.