]> git.saurik.com Git - wxWidgets.git/blob - samples/Makefile.in
Moved main Makefile.am for wxGTK to /src/gtk
[wxWidgets.git] / samples / Makefile.in
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 # 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
16 # it)
17 #
18 # $Id$
19
20
21 SHELL = @SHELL@
22
23 srcdir = @srcdir@
24 top_srcdir = @top_srcdir@
25 VPATH = @srcdir@
26 prefix = @prefix@
27 exec_prefix = @exec_prefix@
28
29 bindir = @bindir@
30 sbindir = @sbindir@
31 libexecdir = @libexecdir@
32 datadir = @datadir@
33 sysconfdir = @sysconfdir@
34 sharedstatedir = @sharedstatedir@
35 localstatedir = @localstatedir@
36 libdir = @libdir@
37 infodir = @infodir@
38 mandir = @mandir@
39 includedir = @includedir@
40 oldincludedir = /usr/include
41
42 DESTDIR =
43
44 pkgdatadir = $(datadir)/@PACKAGE@
45 pkglibdir = $(libdir)/@PACKAGE@
46 pkgincludedir = $(includedir)/@PACKAGE@
47
48 top_builddir = ..
49
50 ACLOCAL = @ACLOCAL@
51 AUTOCONF = @AUTOCONF@
52 AUTOMAKE = @AUTOMAKE@
53 AUTOHEADER = @AUTOHEADER@
54
55 INSTALL = @INSTALL@
56 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
57 INSTALL_DATA = @INSTALL_DATA@
58 INSTALL_SCRIPT = @INSTALL_SCRIPT@
59 transform = @program_transform_name@
60
61 NORMAL_INSTALL = :
62 PRE_INSTALL = :
63 POST_INSTALL = :
64 NORMAL_UNINSTALL = :
65 PRE_UNINSTALL = :
66 POST_UNINSTALL = :
67 host_alias = @host_alias@
68 host_triplet = @host@
69 AR = @AR@
70 AS = @AS@
71 CC = @CC@
72 CPP = @CPP@
73 CXX = @CXX@
74 CXXCPP = @CXXCPP@
75 DLLTOOL = @DLLTOOL@
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@
81 GTK_LIBS = @GTK_LIBS@
82 INCLUDE_SUBDIRS = @INCLUDE_SUBDIRS@
83 LD = @LD@
84 LEX = @LEX@
85 LIBS = @LIBS@
86 LIBTOOL = @LIBTOOL@
87 LN_S = @LN_S@
88 LTLIBOBJS = @LTLIBOBJS@
89 MAKEINFO = @MAKEINFO@
90 NM = @NM@
91 PACKAGE = @PACKAGE@
92 RANLIB = @RANLIB@
93 SAMPLES_SUBDIRS = @SAMPLES_SUBDIRS@
94 STRIP = @STRIP@
95 TOOLKIT = @TOOLKIT@
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@
101 VERSION = @VERSION@
102 WXDEBUG_DEFINE = @WXDEBUG_DEFINE@
103 WX_LIBRARY_NAME = @WX_LIBRARY_NAME@
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@
107 YACC = @YACC@
108
109 SUBDIRS = minimal @SAMPLES_SUBDIRS@
110
111 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
112 CONFIG_HEADER = ../setup.h
113 CONFIG_CLEAN_FILES =
114 DIST_COMMON = Makefile.am Makefile.in
115
116
117 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
118
119 TAR = tar
120 GZIP_ENV = --best
121 all: all-redirect
122 .SUFFIXES:
123 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
124 cd $(top_srcdir) && $(AUTOMAKE) --gnu samples/Makefile
125
126 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
127 cd $(top_builddir) \
128 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
129
130
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.
137
138 @SET_MAKE@
139
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; \
144 dot_seen=no; \
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 \
149 dot_seen=yes; \
150 local_target="$$target-am"; \
151 else \
152 local_target="$$target"; \
153 fi; \
154 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
155 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
156 done; \
157 if test "$$dot_seen" = "no"; then \
158 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
159 fi; test -z "$$fail"
160
161 mostlyclean-recursive clean-recursive distclean-recursive \
162 maintainer-clean-recursive:
163 @set fnord $(MAKEFLAGS); amf=$$2; \
164 dot_seen=no; \
165 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
166 rev="$$subdir $$rev"; \
167 test "$$subdir" = "." && dot_seen=yes; \
168 done; \
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"; \
175 else \
176 local_target="$$target"; \
177 fi; \
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"
181 tags-recursive:
182 list='$(SUBDIRS)'; for subdir in $$list; do \
183 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
184 done
185
186 tags: TAGS
187
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)
195
196 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
197 tags=; \
198 here=`pwd`; \
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"; \
202 fi; \
203 done; \
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)
210
211 mostlyclean-tags:
212
213 clean-tags:
214
215 distclean-tags:
216 -rm -f TAGS ID
217
218 maintainer-clean-tags:
219
220 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
221
222 subdir = samples
223
224 distdir: $(DISTFILES)
225 here=`cd $(top_builddir) && pwd`; \
226 top_distdir=`cd $(top_distdir) && pwd`; \
227 distdir=`cd $(distdir) && pwd`; \
228 cd $(top_srcdir) \
229 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu samples/Makefile
230 @for file in $(DISTFILES); do \
231 d=$(srcdir); \
232 if test -d $$d/$$file; then \
233 cp -pr $$/$$file $(distdir)/$$file; \
234 else \
235 test -f $(distdir)/$$file \
236 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
237 || cp -p $$d/$$file $(distdir)/$$file || :; \
238 fi; \
239 done
240 for subdir in $(SUBDIRS); do \
241 if test "$$subdir" = .; then :; else \
242 test -d $(distdir)/$$subdir \
243 || mkdir $(distdir)/$$subdir \
244 || exit 1; \
245 chmod 777 $(distdir)/$$subdir; \
246 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
247 || exit 1; \
248 fi; \
249 done
250 info-am:
251 info: info-recursive
252 dvi-am:
253 dvi: dvi-recursive
254 check-am: all-am
255 check: check-recursive
256 installcheck-am:
257 installcheck: installcheck-recursive
258 install-exec-am:
259 install-exec: install-exec-recursive
260
261 install-data-am:
262 install-data: install-data-recursive
263
264 install-am: all-am
265 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
266 install: install-recursive
267 uninstall-am:
268 uninstall: uninstall-recursive
269 all-am: Makefile
270 all-redirect: all-recursive
271 install-strip:
272 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
273 installdirs: installdirs-recursive
274 installdirs-am:
275
276
277 mostlyclean-generic:
278
279 clean-generic:
280
281 distclean-generic:
282 -rm -f Makefile $(CONFIG_CLEAN_FILES)
283 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
284
285 maintainer-clean-generic:
286 mostlyclean-am: mostlyclean-tags mostlyclean-generic
287
288 mostlyclean: mostlyclean-recursive
289
290 clean-am: clean-tags clean-generic mostlyclean-am
291
292 clean: clean-recursive
293
294 distclean-am: distclean-tags distclean-generic clean-am
295 -rm -f libtool
296
297 distclean: distclean-recursive
298
299 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
300 distclean-am
301 @echo "This command is intended for maintainers to use;"
302 @echo "it deletes files that may require special tools to rebuild."
303
304 maintainer-clean: maintainer-clean-recursive
305
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
318
319
320 # do nothing during "make [un]install" in the samples subdirectory (can't
321 # override install because install-recursive is its dependency which is still
322 # built)
323 #
324 # this results in warnings from make about "overriding commands for garget
325 # install-recursive", but it's more than compensated by the time we gain by not
326 # entering/leaving all samples directories (but if somebody has a better
327 # solution it would be welcome!)
328 install-recursive:
329 @true
330
331 uninstall-recursive:
332 @true
333
334 # Tell versions [3.59,3.63) of GNU make to not export all variables.
335 # Otherwise a system limit (for SysV at least) may be exceeded.
336 .NOEXPORT: