]> git.saurik.com Git - wxWidgets.git/blame - Makefile.in
file used to generate setup.h.in
[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@
ff684c98 75INCLUDE_SUBDIRS = @INCLUDE_SUBDIRS@
88ac883a
VZ
76LD = @LD@
77LEX = @LEX@
78LIBS = @LIBS@
79LIBTOOL = @LIBTOOL@
80LN_S = @LN_S@
81LTLIBOBJS = @LTLIBOBJS@
82MAKEINFO = @MAKEINFO@
83NM = @NM@
84PACKAGE = @PACKAGE@
85RANLIB = @RANLIB@
86SAMPLES_SUBDIRS = @SAMPLES_SUBDIRS@
87STRIP = @STRIP@
88TOOLKIT = @TOOLKIT@
89TOOLKIT_DEF = @TOOLKIT_DEF@
90TOOLKIT_DIR = @TOOLKIT_DIR@
91TOOLKIT_INCLUDE = @TOOLKIT_INCLUDE@
92USER_SUBDIRS = @USER_SUBDIRS@
93UTILS_SUBDIRS = @UTILS_SUBDIRS@
94VERSION = @VERSION@
95WXDEBUG_DEFINE = @WXDEBUG_DEFINE@
96WX_LIBRARY = @WX_LIBRARY@
97WX_MAJOR_VERSION_NUMBER = @WX_MAJOR_VERSION_NUMBER@
98WX_MINOR_VERSION_NUMBER = @WX_MINOR_VERSION_NUMBER@
99WX_RELEASE_NUMBER = @WX_RELEASE_NUMBER@
100YACC = @YACC@
101
ff684c98 102SUBDIRS = include src samples # utils user docs
88ac883a
VZ
103
104pkgdata_SCRIPTS = wx-config
105ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
106mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
107CONFIG_HEADER = ./${SETUPH_DIR}/setup.h
108CONFIG_CLEAN_FILES = wx-config
109SCRIPTS = $(pkgdata_SCRIPTS)
110
ff684c98
VZ
111DIST_COMMON = Makefile.am Makefile.in acconfig.h aclocal.m4 \
112config.guess config.sub configure configure.in \
113include/wx/unix/setup.h.in include/wx/unix/stamp-h.in install-sh \
114ltconfig ltmain.sh missing mkinstalldirs wx-config.in
88ac883a
VZ
115
116
117DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
118
119TAR = gtar
120GZIP_ENV = --best
121all: all-redirect
122.SUFFIXES:
123$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
124 cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
125
126Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
127 cd $(top_builddir) \
128 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
129
130
131config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
132 $(SHELL) ./config.status --recheck
133$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
134 cd $(srcdir) && $(AUTOCONF)
135
136/setup.h: /stamp-h
137 @if test ! -f $@; then \
138 rm -f /stamp-h; \
139 $(MAKE) /stamp-h; \
140 else :; fi
141/stamp-h: $(srcdir)/include/wx/unix/setup.h.in $(top_builddir)/config.status
142 cd $(top_builddir) \
143 && CONFIG_FILES= CONFIG_HEADERS=/setup.h:include/wx/unix/setup.h.in \
144 $(SHELL) ./config.status
145 @echo timestamp > /stamp-h 2> /dev/null
146$(srcdir)/include/wx/unix/setup.h.in: $(srcdir)//stamp-h.in
147 @if test ! -f $@; then \
148 rm -f $(srcdir)//stamp-h.in; \
149 $(MAKE) $(srcdir)//stamp-h.in; \
150 else :; fi
ff684c98 151$(srcdir)//stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
88ac883a
VZ
152 cd $(top_srcdir) && $(AUTOHEADER)
153 @echo timestamp > $(srcdir)//stamp-h.in 2> /dev/null
154
155mostlyclean-hdr:
156
157clean-hdr:
158
159distclean-hdr:
160 -rm -f /setup.h
161
162maintainer-clean-hdr:
163wx-config: $(top_builddir)/config.status wx-config.in
164 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
165
166install-pkgdataSCRIPTS: $(pkgdata_SCRIPTS)
167 @$(NORMAL_INSTALL)
168 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
169 @list='$(pkgdata_SCRIPTS)'; for p in $$list; do \
170 if test -f $$p; then \
171 echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(pkgdatadir)/`echo $$p|sed '$(transform)'`"; \
172 $(INSTALL_SCRIPT) $$p $(DESTDIR)$(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
173 else if test -f $(srcdir)/$$p; then \
174 echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/`echo $$p|sed '$(transform)'`"; \
175 $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
176 else :; fi; fi; \
177 done
178
179uninstall-pkgdataSCRIPTS:
180 @$(NORMAL_UNINSTALL)
181 list='$(pkgdata_SCRIPTS)'; for p in $$list; do \
182 rm -f $(DESTDIR)$(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
183 done
184
185# This directory's subdirectories are mostly independent; you can cd
186# into them and run `make' without going through this Makefile.
187# To change the values of `make' variables: instead of editing Makefiles,
188# (1) if the variable is set in `config.status', edit `config.status'
189# (which will cause the Makefiles to be regenerated when you run `make');
190# (2) otherwise, pass the desired values on the `make' command line.
191
192@SET_MAKE@
193
194all-recursive install-data-recursive install-exec-recursive \
195installdirs-recursive install-recursive uninstall-recursive \
196check-recursive installcheck-recursive info-recursive dvi-recursive:
197 @set fnord $(MAKEFLAGS); amf=$$2; \
198 dot_seen=no; \
199 target=`echo $@ | sed s/-recursive//`; \
200 list='$(SUBDIRS)'; for subdir in $$list; do \
201 echo "Making $$target in $$subdir"; \
202 if test "$$subdir" = "."; then \
203 dot_seen=yes; \
204 local_target="$$target-am"; \
205 else \
206 local_target="$$target"; \
207 fi; \
208 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
209 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
210 done; \
211 if test "$$dot_seen" = "no"; then \
212 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
213 fi; test -z "$$fail"
214
215mostlyclean-recursive clean-recursive distclean-recursive \
216maintainer-clean-recursive:
217 @set fnord $(MAKEFLAGS); amf=$$2; \
218 dot_seen=no; \
219 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
220 rev="$$subdir $$rev"; \
221 test "$$subdir" = "." && dot_seen=yes; \
222 done; \
223 test "$$dot_seen" = "no" && rev=". $$rev"; \
224 target=`echo $@ | sed s/-recursive//`; \
225 for subdir in $$rev; do \
226 echo "Making $$target in $$subdir"; \
227 if test "$$subdir" = "."; then \
228 local_target="$$target-am"; \
229 else \
230 local_target="$$target"; \
231 fi; \
232 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
233 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
234 done && test -z "$$fail"
235tags-recursive:
236 list='$(SUBDIRS)'; for subdir in $$list; do \
237 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
238 done
239
240tags: TAGS
241
242ID: $(HEADERS) $(SOURCES) $(LISP)
243 list='$(SOURCES) $(HEADERS)'; \
244 unique=`for i in $$list; do echo $$i; done | \
245 awk ' { files[$$0] = 1; } \
246 END { for (i in files) print i; }'`; \
247 here=`pwd` && cd $(srcdir) \
248 && mkid -f$$here/ID $$unique $(LISP)
249
250TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
251 tags=; \
252 here=`pwd`; \
253 list='$(SUBDIRS)'; for subdir in $$list; do \
254 if test "$$subdir" = .; then :; else \
255 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
256 fi; \
257 done; \
258 list='$(SOURCES) $(HEADERS)'; \
259 unique=`for i in $$list; do echo $$i; done | \
260 awk ' { files[$$0] = 1; } \
261 END { for (i in files) print i; }'`; \
262 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
263 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
264
265mostlyclean-tags:
266
267clean-tags:
268
269distclean-tags:
270 -rm -f TAGS ID
271
272maintainer-clean-tags:
273
274distdir = $(PACKAGE)-$(VERSION)
275top_distdir = $(distdir)
276
277# This target untars the dist file and tries a VPATH configuration. Then
278# it guarantees that the distribution is self-contained by making another
279# tarfile.
280distcheck: dist
281 -rm -rf $(distdir)
282 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
283 mkdir $(distdir)/=build
284 mkdir $(distdir)/=inst
285 dc_install_base=`cd $(distdir)/=inst && pwd`; \
286 cd $(distdir)/=build \
287 && ../configure --srcdir=.. --prefix=$$dc_install_base \
288 && $(MAKE) $(AM_MAKEFLAGS) \
289 && $(MAKE) $(AM_MAKEFLAGS) dvi \
290 && $(MAKE) $(AM_MAKEFLAGS) check \
291 && $(MAKE) $(AM_MAKEFLAGS) install \
292 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
293 && $(MAKE) $(AM_MAKEFLAGS) dist
294 -rm -rf $(distdir)
295 @banner="$(distdir).tar.gz is ready for distribution"; \
296 dashes=`echo "$$banner" | sed s/./=/g`; \
297 echo "$$dashes"; \
298 echo "$$banner"; \
299 echo "$$dashes"
300dist: distdir
301 -chmod -R a+r $(distdir)
302 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
303 -rm -rf $(distdir)
304dist-all: distdir
305 -chmod -R a+r $(distdir)
306 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
307 -rm -rf $(distdir)
308distdir: $(DISTFILES)
309 -rm -rf $(distdir)
310 mkdir $(distdir)
311 -chmod 777 $(distdir)
312 here=`cd $(top_builddir) && pwd`; \
313 top_distdir=`cd $(distdir) && pwd`; \
314 distdir=`cd $(distdir) && pwd`; \
315 cd $(top_srcdir) \
316 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
317 @for file in $(DISTFILES); do \
318 d=$(srcdir); \
319 if test -d $$d/$$file; then \
320 cp -pr $$/$$file $(distdir)/$$file; \
321 else \
322 test -f $(distdir)/$$file \
323 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
324 || cp -p $$d/$$file $(distdir)/$$file || :; \
325 fi; \
326 done
327 for subdir in $(SUBDIRS); do \
328 if test "$$subdir" = .; then :; else \
329 test -d $(distdir)/$$subdir \
330 || mkdir $(distdir)/$$subdir \
331 || exit 1; \
332 chmod 777 $(distdir)/$$subdir; \
333 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
334 || exit 1; \
335 fi; \
336 done
337info-am:
338info: info-recursive
339dvi-am:
340dvi: dvi-recursive
341check-am: all-am
342check: check-recursive
343installcheck-am:
344installcheck: installcheck-recursive
345install-exec-am:
346install-exec: install-exec-recursive
347
348install-data-am: install-pkgdataSCRIPTS
349install-data: install-data-recursive
350
351install-am: all-am
352 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
353install: install-recursive
354uninstall-am: uninstall-pkgdataSCRIPTS
355uninstall: uninstall-recursive
356all-am: Makefile $(SCRIPTS)
357all-redirect: all-recursive
358install-strip:
359 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
360installdirs: installdirs-recursive
361installdirs-am:
362 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
363
364
365mostlyclean-generic:
366
367clean-generic:
368
369distclean-generic:
370 -rm -f Makefile $(CONFIG_CLEAN_FILES)
371 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
372
373maintainer-clean-generic:
374mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
375
376mostlyclean: mostlyclean-recursive
377
378clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
379
380clean: clean-recursive
381
382distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
383 -rm -f libtool
384
385distclean: distclean-recursive
386 -rm -f config.status
387
388maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
389 maintainer-clean-generic distclean-am
390 @echo "This command is intended for maintainers to use;"
391 @echo "it deletes files that may require special tools to rebuild."
392
393maintainer-clean: maintainer-clean-recursive
394 -rm -f config.status
395
396.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
397uninstall-pkgdataSCRIPTS install-pkgdataSCRIPTS install-data-recursive \
398uninstall-data-recursive install-exec-recursive \
399uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
400all-recursive check-recursive installcheck-recursive info-recursive \
401dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
402maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
403distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
404dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
405install-exec install-data-am install-data install-am install \
406uninstall-am uninstall all-redirect all-am all installdirs-am \
407installdirs mostlyclean-generic distclean-generic clean-generic \
408maintainer-clean-generic clean mostlyclean distclean maintainer-clean
409
410
411# Tell versions [3.59,3.63) of GNU make to not export all variables.
412# Otherwise a system limit (for SysV at least) may be exceeded.
413.NOEXPORT: