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
13 # The makefile for wxWindows samples: only one sample is always built, the
14 # minimal one, the other samples to build are determined at configure time
15 # because many of them require the library to have some features compiled into
24 top_srcdir = @top_srcdir@
27 exec_prefix = @exec_prefix@
31 libexecdir = @libexecdir@
33 sysconfdir = @sysconfdir@
34 sharedstatedir = @sharedstatedir@
35 localstatedir = @localstatedir@
39 includedir = @includedir@
40 oldincludedir = /usr/include
44 pkgdatadir = $(datadir)/@PACKAGE@
45 pkglibdir = $(libdir)/@PACKAGE@
46 pkgincludedir = $(includedir)/@PACKAGE@
53 AUTOHEADER = @AUTOHEADER@
56 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
57 INSTALL_DATA = @INSTALL_DATA@
58 INSTALL_SCRIPT = @INSTALL_SCRIPT@
59 transform = @program_transform_name@
67 host_alias = @host_alias@
76 DOCS_SUBDIRS = @DOCS_SUBDIRS@
77 EXTRA_LIBS = @EXTRA_LIBS@
78 EXTRA_VPATH = @EXTRA_VPATH@
79 GTK_CFLAGS = @GTK_CFLAGS@
80 GTK_CONFIG = @GTK_CONFIG@
82 INCLUDE_SUBDIRS = @INCLUDE_SUBDIRS@
88 LTLIBOBJS = @LTLIBOBJS@
93 SAMPLES_SUBDIRS = @SAMPLES_SUBDIRS@
96 TOOLKIT_DEF = @TOOLKIT_DEF@
97 TOOLKIT_DIR = @TOOLKIT_DIR@
98 TOOLKIT_INCLUDE = @TOOLKIT_INCLUDE@
99 USER_SUBDIRS = @USER_SUBDIRS@
100 UTILS_SUBDIRS = @UTILS_SUBDIRS@
102 WXDEBUG_DEFINE = @WXDEBUG_DEFINE@
103 WX_LIBRARY = @WX_LIBRARY@
104 WX_MAJOR_VERSION_NUMBER = @WX_MAJOR_VERSION_NUMBER@
105 WX_MINOR_VERSION_NUMBER = @WX_MINOR_VERSION_NUMBER@
106 WX_RELEASE_NUMBER = @WX_RELEASE_NUMBER@
109 SUBDIRS = minimal @SAMPLES_SUBDIRS@
111 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
112 CONFIG_HEADER = ../${SETUPH_DIR}/setup.h
114 DIST_COMMON = Makefile.am Makefile.in
117 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
123 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
124 cd $(top_srcdir) && $(AUTOMAKE) --foreign samples/Makefile
126 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
128 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
131 # This directory's subdirectories are mostly independent; you can cd
132 # into them and run `make' without going through this Makefile.
133 # To change the values of `make' variables: instead of editing Makefiles,
134 # (1) if the variable is set in `config.status', edit `config.status'
135 # (which will cause the Makefiles to be regenerated when you run `make');
136 # (2) otherwise, pass the desired values on the `make' command line.
140 all-recursive install-data-recursive install-exec-recursive \
141 installdirs-recursive install-recursive uninstall-recursive \
142 check-recursive installcheck-recursive info-recursive dvi-recursive:
143 @set fnord $(MAKEFLAGS); amf=$$2; \
145 target=`echo $@ | sed s/-recursive//`; \
146 list='$(SUBDIRS)'; for subdir in $$list; do \
147 echo "Making $$target in $$subdir"; \
148 if test "$$subdir" = "."; then \
150 local_target="$$target-am"; \
152 local_target="$$target"; \
154 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
155 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
157 if test "$$dot_seen" = "no"; then \
158 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
161 mostlyclean-recursive clean-recursive distclean-recursive \
162 maintainer-clean-recursive:
163 @set fnord $(MAKEFLAGS); amf=$$2; \
165 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
166 rev="$$subdir $$rev"; \
167 test "$$subdir" = "." && dot_seen=yes; \
169 test "$$dot_seen" = "no" && rev=". $$rev"; \
170 target=`echo $@ | sed s/-recursive//`; \
171 for subdir in $$rev; do \
172 echo "Making $$target in $$subdir"; \
173 if test "$$subdir" = "."; then \
174 local_target="$$target-am"; \
176 local_target="$$target"; \
178 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
179 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
180 done && test -z "$$fail"
182 list='$(SUBDIRS)'; for subdir in $$list; do \
183 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
188 ID: $(HEADERS) $(SOURCES) $(LISP)
189 list='$(SOURCES) $(HEADERS)'; \
190 unique=`for i in $$list; do echo $$i; done | \
191 awk ' { files[$$0] = 1; } \
192 END { for (i in files) print i; }'`; \
193 here=`pwd` && cd $(srcdir) \
194 && mkid -f$$here/ID $$unique $(LISP)
196 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
199 list='$(SUBDIRS)'; for subdir in $$list; do \
200 if test "$$subdir" = .; then :; else \
201 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
204 list='$(SOURCES) $(HEADERS)'; \
205 unique=`for i in $$list; do echo $$i; done | \
206 awk ' { files[$$0] = 1; } \
207 END { for (i in files) print i; }'`; \
208 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
209 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
218 maintainer-clean-tags:
220 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
224 distdir: $(DISTFILES)
225 here=`cd $(top_builddir) && pwd`; \
226 top_distdir=`cd $(top_distdir) && pwd`; \
227 distdir=`cd $(distdir) && pwd`; \
229 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign samples/Makefile
230 @for file in $(DISTFILES); do \
232 if test -d $$d/$$file; then \
233 cp -pr $$/$$file $(distdir)/$$file; \
235 test -f $(distdir)/$$file \
236 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
237 || cp -p $$d/$$file $(distdir)/$$file || :; \
240 for subdir in $(SUBDIRS); do \
241 if test "$$subdir" = .; then :; else \
242 test -d $(distdir)/$$subdir \
243 || mkdir $(distdir)/$$subdir \
245 chmod 777 $(distdir)/$$subdir; \
246 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
255 check: check-recursive
257 installcheck: installcheck-recursive
259 install-exec: install-exec-recursive
262 install-data: install-data-recursive
265 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
266 install: install-recursive
268 uninstall: uninstall-recursive
270 all-redirect: all-recursive
272 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
273 installdirs: installdirs-recursive
282 -rm -f Makefile $(CONFIG_CLEAN_FILES)
283 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
285 maintainer-clean-generic:
286 mostlyclean-am: mostlyclean-tags mostlyclean-generic
288 mostlyclean: mostlyclean-recursive
290 clean-am: clean-tags clean-generic mostlyclean-am
292 clean: clean-recursive
294 distclean-am: distclean-tags distclean-generic clean-am
297 distclean: distclean-recursive
299 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
301 @echo "This command is intended for maintainers to use;"
302 @echo "it deletes files that may require special tools to rebuild."
304 maintainer-clean: maintainer-clean-recursive
306 .PHONY: install-data-recursive uninstall-data-recursive \
307 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
308 uninstalldirs-recursive all-recursive check-recursive \
309 installcheck-recursive info-recursive dvi-recursive \
310 mostlyclean-recursive distclean-recursive clean-recursive \
311 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
312 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
313 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
314 install-exec install-data-am install-data install-am install \
315 uninstall-am uninstall all-redirect all-am all installdirs-am \
316 installdirs mostlyclean-generic distclean-generic clean-generic \
317 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
320 # do nothing during "make install" in the samples subdirectory (can't override
321 # install because install-recursive is its dependency which is still built)
325 # Tell versions [3.59,3.63) of GNU make to not export all variables.
326 # Otherwise a system limit (for SysV at least) may be exceeded.