]> git.saurik.com Git - wxWidgets.git/blame - include/Makefile.in
file used to generate setup.h.in
[wxWidgets.git] / include / Makefile.in
CommitLineData
1a519eb0
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@
75INCLUDE_SUBDIRS = @INCLUDE_SUBDIRS@
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
102SUBDIRS = wx
103mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
104CONFIG_HEADER = ../${SETUPH_DIR}/setup.h
105CONFIG_CLEAN_FILES =
106DIST_COMMON = Makefile.am Makefile.in
107
108
109DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
110
111TAR = gtar
112GZIP_ENV = --best
113all: all-redirect
114.SUFFIXES:
115$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
116 cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile
117
118Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
119 cd $(top_builddir) \
120 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
121
122
123# This directory's subdirectories are mostly independent; you can cd
124# into them and run `make' without going through this Makefile.
125# To change the values of `make' variables: instead of editing Makefiles,
126# (1) if the variable is set in `config.status', edit `config.status'
127# (which will cause the Makefiles to be regenerated when you run `make');
128# (2) otherwise, pass the desired values on the `make' command line.
129
130@SET_MAKE@
131
132all-recursive install-data-recursive install-exec-recursive \
133installdirs-recursive install-recursive uninstall-recursive \
134check-recursive installcheck-recursive info-recursive dvi-recursive:
135 @set fnord $(MAKEFLAGS); amf=$$2; \
136 dot_seen=no; \
137 target=`echo $@ | sed s/-recursive//`; \
138 list='$(SUBDIRS)'; for subdir in $$list; do \
139 echo "Making $$target in $$subdir"; \
140 if test "$$subdir" = "."; then \
141 dot_seen=yes; \
142 local_target="$$target-am"; \
143 else \
144 local_target="$$target"; \
145 fi; \
146 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
147 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
148 done; \
149 if test "$$dot_seen" = "no"; then \
150 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
151 fi; test -z "$$fail"
152
153mostlyclean-recursive clean-recursive distclean-recursive \
154maintainer-clean-recursive:
155 @set fnord $(MAKEFLAGS); amf=$$2; \
156 dot_seen=no; \
157 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
158 rev="$$subdir $$rev"; \
159 test "$$subdir" = "." && dot_seen=yes; \
160 done; \
161 test "$$dot_seen" = "no" && rev=". $$rev"; \
162 target=`echo $@ | sed s/-recursive//`; \
163 for subdir in $$rev; do \
164 echo "Making $$target in $$subdir"; \
165 if test "$$subdir" = "."; then \
166 local_target="$$target-am"; \
167 else \
168 local_target="$$target"; \
169 fi; \
170 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
171 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
172 done && test -z "$$fail"
173tags-recursive:
174 list='$(SUBDIRS)'; for subdir in $$list; do \
175 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
176 done
177
178tags: TAGS
179
180ID: $(HEADERS) $(SOURCES) $(LISP)
181 list='$(SOURCES) $(HEADERS)'; \
182 unique=`for i in $$list; do echo $$i; done | \
183 awk ' { files[$$0] = 1; } \
184 END { for (i in files) print i; }'`; \
185 here=`pwd` && cd $(srcdir) \
186 && mkid -f$$here/ID $$unique $(LISP)
187
188TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
189 tags=; \
190 here=`pwd`; \
191 list='$(SUBDIRS)'; for subdir in $$list; do \
192 if test "$$subdir" = .; then :; else \
193 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
194 fi; \
195 done; \
196 list='$(SOURCES) $(HEADERS)'; \
197 unique=`for i in $$list; do echo $$i; done | \
198 awk ' { files[$$0] = 1; } \
199 END { for (i in files) print i; }'`; \
200 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
201 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
202
203mostlyclean-tags:
204
205clean-tags:
206
207distclean-tags:
208 -rm -f TAGS ID
209
210maintainer-clean-tags:
211
212distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
213
214subdir = include
215
216distdir: $(DISTFILES)
217 here=`cd $(top_builddir) && pwd`; \
218 top_distdir=`cd $(top_distdir) && pwd`; \
219 distdir=`cd $(distdir) && pwd`; \
220 cd $(top_srcdir) \
221 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign include/Makefile
222 @for file in $(DISTFILES); do \
223 d=$(srcdir); \
224 if test -d $$d/$$file; then \
225 cp -pr $$/$$file $(distdir)/$$file; \
226 else \
227 test -f $(distdir)/$$file \
228 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
229 || cp -p $$d/$$file $(distdir)/$$file || :; \
230 fi; \
231 done
232 for subdir in $(SUBDIRS); do \
233 if test "$$subdir" = .; then :; else \
234 test -d $(distdir)/$$subdir \
235 || mkdir $(distdir)/$$subdir \
236 || exit 1; \
237 chmod 777 $(distdir)/$$subdir; \
238 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
239 || exit 1; \
240 fi; \
241 done
242info-am:
243info: info-recursive
244dvi-am:
245dvi: dvi-recursive
246check-am: all-am
247check: check-recursive
248installcheck-am:
249installcheck: installcheck-recursive
250install-exec-am:
251install-exec: install-exec-recursive
252
253install-data-am:
254install-data: install-data-recursive
255
256install-am: all-am
257 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
258install: install-recursive
259uninstall-am:
260uninstall: uninstall-recursive
261all-am: Makefile
262all-redirect: all-recursive
263install-strip:
264 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
265installdirs: installdirs-recursive
266installdirs-am:
267
268
269mostlyclean-generic:
270
271clean-generic:
272
273distclean-generic:
274 -rm -f Makefile $(CONFIG_CLEAN_FILES)
275 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
276
277maintainer-clean-generic:
278mostlyclean-am: mostlyclean-tags mostlyclean-generic
279
280mostlyclean: mostlyclean-recursive
281
282clean-am: clean-tags clean-generic mostlyclean-am
283
284clean: clean-recursive
285
286distclean-am: distclean-tags distclean-generic clean-am
287 -rm -f libtool
288
289distclean: distclean-recursive
290
291maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
292 distclean-am
293 @echo "This command is intended for maintainers to use;"
294 @echo "it deletes files that may require special tools to rebuild."
295
296maintainer-clean: maintainer-clean-recursive
297
298.PHONY: install-data-recursive uninstall-data-recursive \
299install-exec-recursive uninstall-exec-recursive installdirs-recursive \
300uninstalldirs-recursive all-recursive check-recursive \
301installcheck-recursive info-recursive dvi-recursive \
302mostlyclean-recursive distclean-recursive clean-recursive \
303maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
304distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
305dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
306install-exec install-data-am install-data install-am install \
307uninstall-am uninstall all-redirect all-am all installdirs-am \
308installdirs mostlyclean-generic distclean-generic clean-generic \
309maintainer-clean-generic clean mostlyclean distclean maintainer-clean
310
311
312# Tell versions [3.59,3.63) of GNU make to not export all variables.
313# Otherwise a system limit (for SysV at least) may be exceeded.
314.NOEXPORT: