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
17 top_srcdir = @top_srcdir@
20 exec_prefix = @exec_prefix@
24 libexecdir = @libexecdir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
46 AUTOHEADER = @AUTOHEADER@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
60 host_alias = @host_alias@
69 DOCS_SUBDIRS = @DOCS_SUBDIRS@
70 EXTRA_LIBS = @EXTRA_LIBS@
71 EXTRA_VPATH = @EXTRA_VPATH@
72 GTK_CFLAGS = @GTK_CFLAGS@
73 GTK_CONFIG = @GTK_CONFIG@
80 LTLIBOBJS = @LTLIBOBJS@
85 SAMPLES_SUBDIRS = @SAMPLES_SUBDIRS@
88 TOOLKIT_DEF = @TOOLKIT_DEF@
89 TOOLKIT_DIR = @TOOLKIT_DIR@
90 TOOLKIT_INCLUDE = @TOOLKIT_INCLUDE@
91 USER_SUBDIRS = @USER_SUBDIRS@
92 UTILS_SUBDIRS = @UTILS_SUBDIRS@
94 WXDEBUG_DEFINE = @WXDEBUG_DEFINE@
95 WX_LIBRARY = @WX_LIBRARY@
96 WX_MAJOR_VERSION_NUMBER = @WX_MAJOR_VERSION_NUMBER@
97 WX_MINOR_VERSION_NUMBER = @WX_MINOR_VERSION_NUMBER@
98 WX_RELEASE_NUMBER = @WX_RELEASE_NUMBER@
101 SUBDIRS = src samples # utils user docs
103 pkgdata_SCRIPTS = wx-config
104 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
105 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
106 CONFIG_HEADER = ./${SETUPH_DIR}/setup.h
107 CONFIG_CLEAN_FILES = wx-config
108 SCRIPTS = $(pkgdata_SCRIPTS)
110 DIST_COMMON = Makefile.am Makefile.in aclocal.m4 config.guess \
111 config.sub configure configure.in include/wx/unix/setup.h.in \
112 include/wx/unix/stamp-h.in install-sh ltconfig ltmain.sh missing \
113 mkinstalldirs wx-config.in
116 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
122 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
123 cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
125 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
127 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
130 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
131 $(SHELL) ./config.status --recheck
132 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
133 cd $(srcdir) && $(AUTOCONF)
136 @if test ! -f $@; then \
140 /stamp-h: $(srcdir)/include/wx/unix/setup.h.in $(top_builddir)/config.status
142 && CONFIG_FILES= CONFIG_HEADERS=/setup.h:include/wx/unix/setup.h.in \
143 $(SHELL) ./config.status
144 @echo timestamp > /stamp-h 2> /dev/null
145 $(srcdir)/include/wx/unix/setup.h.in: $(srcdir)//stamp-h.in
146 @if test ! -f $@; then \
147 rm -f $(srcdir)//stamp-h.in; \
148 $(MAKE) $(srcdir)//stamp-h.in; \
150 $(srcdir)//stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
151 cd $(top_srcdir) && $(AUTOHEADER)
152 @echo timestamp > $(srcdir)//stamp-h.in 2> /dev/null
161 maintainer-clean-hdr:
162 wx-config: $(top_builddir)/config.status wx-config.in
163 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
165 install-pkgdataSCRIPTS: $(pkgdata_SCRIPTS)
167 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
168 @list='$(pkgdata_SCRIPTS)'; for p in $$list; do \
169 if test -f $$p; then \
170 echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(pkgdatadir)/`echo $$p|sed '$(transform)'`"; \
171 $(INSTALL_SCRIPT) $$p $(DESTDIR)$(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
172 else if test -f $(srcdir)/$$p; then \
173 echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/`echo $$p|sed '$(transform)'`"; \
174 $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
178 uninstall-pkgdataSCRIPTS:
180 list='$(pkgdata_SCRIPTS)'; for p in $$list; do \
181 rm -f $(DESTDIR)$(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
184 # This directory's subdirectories are mostly independent; you can cd
185 # into them and run `make' without going through this Makefile.
186 # To change the values of `make' variables: instead of editing Makefiles,
187 # (1) if the variable is set in `config.status', edit `config.status'
188 # (which will cause the Makefiles to be regenerated when you run `make');
189 # (2) otherwise, pass the desired values on the `make' command line.
193 all-recursive install-data-recursive install-exec-recursive \
194 installdirs-recursive install-recursive uninstall-recursive \
195 check-recursive installcheck-recursive info-recursive dvi-recursive:
196 @set fnord $(MAKEFLAGS); amf=$$2; \
198 target=`echo $@ | sed s/-recursive//`; \
199 list='$(SUBDIRS)'; for subdir in $$list; do \
200 echo "Making $$target in $$subdir"; \
201 if test "$$subdir" = "."; then \
203 local_target="$$target-am"; \
205 local_target="$$target"; \
207 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
208 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
210 if test "$$dot_seen" = "no"; then \
211 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
214 mostlyclean-recursive clean-recursive distclean-recursive \
215 maintainer-clean-recursive:
216 @set fnord $(MAKEFLAGS); amf=$$2; \
218 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
219 rev="$$subdir $$rev"; \
220 test "$$subdir" = "." && dot_seen=yes; \
222 test "$$dot_seen" = "no" && rev=". $$rev"; \
223 target=`echo $@ | sed s/-recursive//`; \
224 for subdir in $$rev; do \
225 echo "Making $$target in $$subdir"; \
226 if test "$$subdir" = "."; then \
227 local_target="$$target-am"; \
229 local_target="$$target"; \
231 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
232 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
233 done && test -z "$$fail"
235 list='$(SUBDIRS)'; for subdir in $$list; do \
236 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
241 ID: $(HEADERS) $(SOURCES) $(LISP)
242 list='$(SOURCES) $(HEADERS)'; \
243 unique=`for i in $$list; do echo $$i; done | \
244 awk ' { files[$$0] = 1; } \
245 END { for (i in files) print i; }'`; \
246 here=`pwd` && cd $(srcdir) \
247 && mkid -f$$here/ID $$unique $(LISP)
249 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
252 list='$(SUBDIRS)'; for subdir in $$list; do \
253 if test "$$subdir" = .; then :; else \
254 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
257 list='$(SOURCES) $(HEADERS)'; \
258 unique=`for i in $$list; do echo $$i; done | \
259 awk ' { files[$$0] = 1; } \
260 END { for (i in files) print i; }'`; \
261 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
262 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
271 maintainer-clean-tags:
273 distdir = $(PACKAGE)-$(VERSION)
274 top_distdir = $(distdir)
276 # This target untars the dist file and tries a VPATH configuration. Then
277 # it guarantees that the distribution is self-contained by making another
281 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
282 mkdir $(distdir)/=build
283 mkdir $(distdir)/=inst
284 dc_install_base=`cd $(distdir)/=inst && pwd`; \
285 cd $(distdir)/=build \
286 && ../configure --srcdir=.. --prefix=$$dc_install_base \
287 && $(MAKE) $(AM_MAKEFLAGS) \
288 && $(MAKE) $(AM_MAKEFLAGS) dvi \
289 && $(MAKE) $(AM_MAKEFLAGS) check \
290 && $(MAKE) $(AM_MAKEFLAGS) install \
291 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
292 && $(MAKE) $(AM_MAKEFLAGS) dist
294 @banner="$(distdir).tar.gz is ready for distribution"; \
295 dashes=`echo "$$banner" | sed s/./=/g`; \
300 -chmod -R a+r $(distdir)
301 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
304 -chmod -R a+r $(distdir)
305 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
307 distdir: $(DISTFILES)
310 -chmod 777 $(distdir)
311 here=`cd $(top_builddir) && pwd`; \
312 top_distdir=`cd $(distdir) && pwd`; \
313 distdir=`cd $(distdir) && pwd`; \
315 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
316 @for file in $(DISTFILES); do \
318 if test -d $$d/$$file; then \
319 cp -pr $$/$$file $(distdir)/$$file; \
321 test -f $(distdir)/$$file \
322 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
323 || cp -p $$d/$$file $(distdir)/$$file || :; \
326 for subdir in $(SUBDIRS); do \
327 if test "$$subdir" = .; then :; else \
328 test -d $(distdir)/$$subdir \
329 || mkdir $(distdir)/$$subdir \
331 chmod 777 $(distdir)/$$subdir; \
332 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
341 check: check-recursive
343 installcheck: installcheck-recursive
345 install-exec: install-exec-recursive
347 install-data-am: install-pkgdataSCRIPTS
348 install-data: install-data-recursive
351 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
352 install: install-recursive
353 uninstall-am: uninstall-pkgdataSCRIPTS
354 uninstall: uninstall-recursive
355 all-am: Makefile $(SCRIPTS)
356 all-redirect: all-recursive
358 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
359 installdirs: installdirs-recursive
361 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
369 -rm -f Makefile $(CONFIG_CLEAN_FILES)
370 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
372 maintainer-clean-generic:
373 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
375 mostlyclean: mostlyclean-recursive
377 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
379 clean: clean-recursive
381 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
384 distclean: distclean-recursive
387 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
388 maintainer-clean-generic distclean-am
389 @echo "This command is intended for maintainers to use;"
390 @echo "it deletes files that may require special tools to rebuild."
392 maintainer-clean: maintainer-clean-recursive
395 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
396 uninstall-pkgdataSCRIPTS install-pkgdataSCRIPTS install-data-recursive \
397 uninstall-data-recursive install-exec-recursive \
398 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
399 all-recursive check-recursive installcheck-recursive info-recursive \
400 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
401 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
402 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
403 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
404 install-exec install-data-am install-data install-am install \
405 uninstall-am uninstall all-redirect all-am all installdirs-am \
406 installdirs mostlyclean-generic distclean-generic clean-generic \
407 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
410 # Tell versions [3.59,3.63) of GNU make to not export all variables.
411 # Otherwise a system limit (for SysV at least) may be exceeded.