]> git.saurik.com Git - wxWidgets.git/blame - Makefile.in
this file is needed, after all...
[wxWidgets.git] / Makefile.in
CommitLineData
88ac883a
VZ
1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
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.
7
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
11# PARTICULAR PURPOSE.
12
13
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = @host_alias@
61host_triplet = @host@
62AR = @AR@
63AS = @AS@
64CC = @CC@
65CPP = @CPP@
66CXX = @CXX@
67CXXCPP = @CXXCPP@
68DLLTOOL = @DLLTOOL@
69DOCS_SUBDIRS = @DOCS_SUBDIRS@
70EXTRA_LIBS = @EXTRA_LIBS@
71EXTRA_VPATH = @EXTRA_VPATH@
72GTK_CFLAGS = @GTK_CFLAGS@
73GTK_CONFIG = @GTK_CONFIG@
74GTK_LIBS = @GTK_LIBS@
75LD = @LD@
76LEX = @LEX@
77LIBS = @LIBS@
78LIBTOOL = @LIBTOOL@
79LN_S = @LN_S@
80LTLIBOBJS = @LTLIBOBJS@
81MAKEINFO = @MAKEINFO@
82NM = @NM@
83PACKAGE = @PACKAGE@
84RANLIB = @RANLIB@
85SAMPLES_SUBDIRS = @SAMPLES_SUBDIRS@
86STRIP = @STRIP@
87TOOLKIT = @TOOLKIT@
88TOOLKIT_DEF = @TOOLKIT_DEF@
89TOOLKIT_DIR = @TOOLKIT_DIR@
90TOOLKIT_INCLUDE = @TOOLKIT_INCLUDE@
91USER_SUBDIRS = @USER_SUBDIRS@
92UTILS_SUBDIRS = @UTILS_SUBDIRS@
93VERSION = @VERSION@
94WXDEBUG_DEFINE = @WXDEBUG_DEFINE@
95WX_LIBRARY = @WX_LIBRARY@
96WX_MAJOR_VERSION_NUMBER = @WX_MAJOR_VERSION_NUMBER@
97WX_MINOR_VERSION_NUMBER = @WX_MINOR_VERSION_NUMBER@
98WX_RELEASE_NUMBER = @WX_RELEASE_NUMBER@
99YACC = @YACC@
100
101SUBDIRS = src samples # utils user docs
102
103pkgdata_SCRIPTS = wx-config
104ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
105mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
106CONFIG_HEADER = ./${SETUPH_DIR}/setup.h
107CONFIG_CLEAN_FILES = wx-config
108SCRIPTS = $(pkgdata_SCRIPTS)
109
110DIST_COMMON = Makefile.am Makefile.in aclocal.m4 config.guess \
111config.sub configure configure.in include/wx/unix/setup.h.in \
112include/wx/unix/stamp-h.in install-sh ltconfig ltmain.sh missing \
113mkinstalldirs wx-config.in
114
115
116DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
117
118TAR = gtar
119GZIP_ENV = --best
120all: all-redirect
121.SUFFIXES:
122$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
123 cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
124
125Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
126 cd $(top_builddir) \
127 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
128
129
130config.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)
134
135/setup.h: /stamp-h
136 @if test ! -f $@; then \
137 rm -f /stamp-h; \
138 $(MAKE) /stamp-h; \
139 else :; fi
140/stamp-h: $(srcdir)/include/wx/unix/setup.h.in $(top_builddir)/config.status
141 cd $(top_builddir) \
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; \
149 else :; fi
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
153
154mostlyclean-hdr:
155
156clean-hdr:
157
158distclean-hdr:
159 -rm -f /setup.h
160
161maintainer-clean-hdr:
162wx-config: $(top_builddir)/config.status wx-config.in
163 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
164
165install-pkgdataSCRIPTS: $(pkgdata_SCRIPTS)
166 @$(NORMAL_INSTALL)
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)'`; \
175 else :; fi; fi; \
176 done
177
178uninstall-pkgdataSCRIPTS:
179 @$(NORMAL_UNINSTALL)
180 list='$(pkgdata_SCRIPTS)'; for p in $$list; do \
181 rm -f $(DESTDIR)$(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
182 done
183
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.
190
191@SET_MAKE@
192
193all-recursive install-data-recursive install-exec-recursive \
194installdirs-recursive install-recursive uninstall-recursive \
195check-recursive installcheck-recursive info-recursive dvi-recursive:
196 @set fnord $(MAKEFLAGS); amf=$$2; \
197 dot_seen=no; \
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 \
202 dot_seen=yes; \
203 local_target="$$target-am"; \
204 else \
205 local_target="$$target"; \
206 fi; \
207 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
208 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
209 done; \
210 if test "$$dot_seen" = "no"; then \
211 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
212 fi; test -z "$$fail"
213
214mostlyclean-recursive clean-recursive distclean-recursive \
215maintainer-clean-recursive:
216 @set fnord $(MAKEFLAGS); amf=$$2; \
217 dot_seen=no; \
218 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
219 rev="$$subdir $$rev"; \
220 test "$$subdir" = "." && dot_seen=yes; \
221 done; \
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"; \
228 else \
229 local_target="$$target"; \
230 fi; \
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"
234tags-recursive:
235 list='$(SUBDIRS)'; for subdir in $$list; do \
236 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
237 done
238
239tags: TAGS
240
241ID: $(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)
248
249TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
250 tags=; \
251 here=`pwd`; \
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"; \
255 fi; \
256 done; \
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)
263
264mostlyclean-tags:
265
266clean-tags:
267
268distclean-tags:
269 -rm -f TAGS ID
270
271maintainer-clean-tags:
272
273distdir = $(PACKAGE)-$(VERSION)
274top_distdir = $(distdir)
275
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
278# tarfile.
279distcheck: dist
280 -rm -rf $(distdir)
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
293 -rm -rf $(distdir)
294 @banner="$(distdir).tar.gz is ready for distribution"; \
295 dashes=`echo "$$banner" | sed s/./=/g`; \
296 echo "$$dashes"; \
297 echo "$$banner"; \
298 echo "$$dashes"
299dist: distdir
300 -chmod -R a+r $(distdir)
301 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
302 -rm -rf $(distdir)
303dist-all: distdir
304 -chmod -R a+r $(distdir)
305 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
306 -rm -rf $(distdir)
307distdir: $(DISTFILES)
308 -rm -rf $(distdir)
309 mkdir $(distdir)
310 -chmod 777 $(distdir)
311 here=`cd $(top_builddir) && pwd`; \
312 top_distdir=`cd $(distdir) && pwd`; \
313 distdir=`cd $(distdir) && pwd`; \
314 cd $(top_srcdir) \
315 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
316 @for file in $(DISTFILES); do \
317 d=$(srcdir); \
318 if test -d $$d/$$file; then \
319 cp -pr $$/$$file $(distdir)/$$file; \
320 else \
321 test -f $(distdir)/$$file \
322 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
323 || cp -p $$d/$$file $(distdir)/$$file || :; \
324 fi; \
325 done
326 for subdir in $(SUBDIRS); do \
327 if test "$$subdir" = .; then :; else \
328 test -d $(distdir)/$$subdir \
329 || mkdir $(distdir)/$$subdir \
330 || exit 1; \
331 chmod 777 $(distdir)/$$subdir; \
332 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
333 || exit 1; \
334 fi; \
335 done
336info-am:
337info: info-recursive
338dvi-am:
339dvi: dvi-recursive
340check-am: all-am
341check: check-recursive
342installcheck-am:
343installcheck: installcheck-recursive
344install-exec-am:
345install-exec: install-exec-recursive
346
347install-data-am: install-pkgdataSCRIPTS
348install-data: install-data-recursive
349
350install-am: all-am
351 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
352install: install-recursive
353uninstall-am: uninstall-pkgdataSCRIPTS
354uninstall: uninstall-recursive
355all-am: Makefile $(SCRIPTS)
356all-redirect: all-recursive
357install-strip:
358 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
359installdirs: installdirs-recursive
360installdirs-am:
361 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
362
363
364mostlyclean-generic:
365
366clean-generic:
367
368distclean-generic:
369 -rm -f Makefile $(CONFIG_CLEAN_FILES)
370 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
371
372maintainer-clean-generic:
373mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
374
375mostlyclean: mostlyclean-recursive
376
377clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
378
379clean: clean-recursive
380
381distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
382 -rm -f libtool
383
384distclean: distclean-recursive
385 -rm -f config.status
386
387maintainer-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."
391
392maintainer-clean: maintainer-clean-recursive
393 -rm -f config.status
394
395.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
396uninstall-pkgdataSCRIPTS install-pkgdataSCRIPTS install-data-recursive \
397uninstall-data-recursive install-exec-recursive \
398uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
399all-recursive check-recursive installcheck-recursive info-recursive \
400dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
401maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
402distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
403dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
404install-exec install-data-am install-data install-am install \
405uninstall-am uninstall all-redirect all-am all installdirs-am \
406installdirs mostlyclean-generic distclean-generic clean-generic \
407maintainer-clean-generic clean mostlyclean distclean maintainer-clean
408
409
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.
412.NOEXPORT: