]> git.saurik.com Git - wxWidgets.git/blame - samples/dialogs/Makefile.in
file used to generate setup.h.in
[wxWidgets.git] / samples / dialogs / Makefile.in
CommitLineData
cc03361d
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@
cc03361d
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
102SUFFIXES = .cpp
103
104DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
105
106noinst_PROGRAMS = dialogs
107
108dialogs_SOURCES = dialogs.cpp
109mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
110CONFIG_HEADER = ../../${SETUPH_DIR}/setup.h
111CONFIG_CLEAN_FILES =
112PROGRAMS = $(noinst_PROGRAMS)
113
114CPPFLAGS = @CPPFLAGS@
115LDFLAGS = @LDFLAGS@
116X_CFLAGS = @X_CFLAGS@
117X_LIBS = @X_LIBS@
118X_EXTRA_LIBS = @X_EXTRA_LIBS@
119X_PRE_LIBS = @X_PRE_LIBS@
120dialogs_OBJECTS = dialogs.o
121dialogs_LDADD = $(LDADD)
122dialogs_DEPENDENCIES =
123dialogs_LDFLAGS =
124CXXFLAGS = @CXXFLAGS@
125CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
126LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
127CXXLD = $(CXX)
128CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
129DIST_COMMON = Makefile.am Makefile.in
130
131
132DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
133
134TAR = gtar
135GZIP_ENV = --best
136DEP_FILES = .deps/dialogs.P
137SOURCES = $(dialogs_SOURCES)
138OBJECTS = $(dialogs_OBJECTS)
139
140all: all-redirect
141.SUFFIXES:
142.SUFFIXES: .S .c .cpp .lo .o .s
143$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
144 cd $(top_srcdir) && $(AUTOMAKE) --foreign samples/dialogs/Makefile
145
146Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
147 cd $(top_builddir) \
148 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
149
150
151mostlyclean-noinstPROGRAMS:
152
153clean-noinstPROGRAMS:
154 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
155
156distclean-noinstPROGRAMS:
157
158maintainer-clean-noinstPROGRAMS:
159
160.s.o:
161 $(COMPILE) -c $<
162
163.S.o:
164 $(COMPILE) -c $<
165
166mostlyclean-compile:
167 -rm -f *.o core *.core
168
169clean-compile:
170
171distclean-compile:
172 -rm -f *.tab.c
173
174maintainer-clean-compile:
175
176.s.lo:
177 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
178
179.S.lo:
180 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
181
182mostlyclean-libtool:
183 -rm -f *.lo
184
185clean-libtool:
186 -rm -rf .libs _libs
187
188distclean-libtool:
189
190maintainer-clean-libtool:
191
192dialogs: $(dialogs_OBJECTS) $(dialogs_DEPENDENCIES)
193 @rm -f dialogs
194 $(CXXLINK) $(dialogs_LDFLAGS) $(dialogs_OBJECTS) $(dialogs_LDADD) $(LIBS)
195.cpp.o:
196 $(CXXCOMPILE) -c $<
197.cpp.lo:
198 $(LTCXXCOMPILE) -c $<
199
200tags: TAGS
201
202ID: $(HEADERS) $(SOURCES) $(LISP)
203 list='$(SOURCES) $(HEADERS)'; \
204 unique=`for i in $$list; do echo $$i; done | \
205 awk ' { files[$$0] = 1; } \
206 END { for (i in files) print i; }'`; \
207 here=`pwd` && cd $(srcdir) \
208 && mkid -f$$here/ID $$unique $(LISP)
209
210TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
211 tags=; \
212 here=`pwd`; \
213 list='$(SOURCES) $(HEADERS)'; \
214 unique=`for i in $$list; do echo $$i; done | \
215 awk ' { files[$$0] = 1; } \
216 END { for (i in files) print i; }'`; \
217 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
218 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
219
220mostlyclean-tags:
221
222clean-tags:
223
224distclean-tags:
225 -rm -f TAGS ID
226
227maintainer-clean-tags:
228
229distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
230
231subdir = samples/dialogs
232
233distdir: $(DISTFILES)
234 here=`cd $(top_builddir) && pwd`; \
235 top_distdir=`cd $(top_distdir) && pwd`; \
236 distdir=`cd $(distdir) && pwd`; \
237 cd $(top_srcdir) \
238 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign samples/dialogs/Makefile
239 @for file in $(DISTFILES); do \
240 d=$(srcdir); \
241 if test -d $$d/$$file; then \
242 cp -pr $$/$$file $(distdir)/$$file; \
243 else \
244 test -f $(distdir)/$$file \
245 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
246 || cp -p $$d/$$file $(distdir)/$$file || :; \
247 fi; \
248 done
249
250DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
251
252-include $(DEP_FILES)
253
254mostlyclean-depend:
255
256clean-depend:
257
258distclean-depend:
259 -rm -rf .deps
260
261maintainer-clean-depend:
262
263%.o: %.c
264 @echo '$(COMPILE) -c $<'; \
265 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
266 @-cp .deps/$(*F).pp .deps/$(*F).P; \
267 tr ' ' '\012' < .deps/$(*F).pp \
268 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
269 >> .deps/$(*F).P; \
270 rm .deps/$(*F).pp
271
272%.lo: %.c
273 @echo '$(LTCOMPILE) -c $<'; \
274 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
275 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
276 < .deps/$(*F).pp > .deps/$(*F).P; \
277 tr ' ' '\012' < .deps/$(*F).pp \
278 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
279 >> .deps/$(*F).P; \
280 rm -f .deps/$(*F).pp
281
282%.o: %.cpp
283 @echo '$(CXXCOMPILE) -c $<'; \
284 $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
285 @-cp .deps/$(*F).pp .deps/$(*F).P; \
286 tr ' ' '\012' < .deps/$(*F).pp \
287 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
288 >> .deps/$(*F).P; \
289 rm .deps/$(*F).pp
290
291%.lo: %.cpp
292 @echo '$(LTCXXCOMPILE) -c $<'; \
293 $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
294 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
295 < .deps/$(*F).pp > .deps/$(*F).P; \
296 tr ' ' '\012' < .deps/$(*F).pp \
297 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
298 >> .deps/$(*F).P; \
299 rm -f .deps/$(*F).pp
300info-am:
301info: info-am
302dvi-am:
303dvi: dvi-am
304check-am: all-am
305check: check-am
306installcheck-am:
307installcheck: installcheck-am
308install-exec-am:
309install-exec: install-exec-am
310
311install-data-am:
312install-data: install-data-am
313
314install-am: all-am
315 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
316install: install-am
317uninstall-am:
318uninstall: uninstall-am
319all-am: Makefile $(PROGRAMS)
320all-redirect: all-am
321install-strip:
322 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
323installdirs:
324
325
326mostlyclean-generic:
327
328clean-generic:
329
330distclean-generic:
331 -rm -f Makefile $(CONFIG_CLEAN_FILES)
332 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
333
334maintainer-clean-generic:
335mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \
336 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
337 mostlyclean-generic
338
339mostlyclean: mostlyclean-am
340
341clean-am: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
342 clean-depend clean-generic mostlyclean-am
343
344clean: clean-am
345
346distclean-am: distclean-noinstPROGRAMS distclean-compile \
347 distclean-libtool distclean-tags distclean-depend \
348 distclean-generic clean-am
349 -rm -f libtool
350
351distclean: distclean-am
352
353maintainer-clean-am: maintainer-clean-noinstPROGRAMS \
354 maintainer-clean-compile maintainer-clean-libtool \
355 maintainer-clean-tags maintainer-clean-depend \
356 maintainer-clean-generic distclean-am
357 @echo "This command is intended for maintainers to use;"
358 @echo "it deletes files that may require special tools to rebuild."
359
360maintainer-clean: maintainer-clean-am
361
362.PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
363clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
364mostlyclean-compile distclean-compile clean-compile \
365maintainer-clean-compile mostlyclean-libtool distclean-libtool \
366clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
367distclean-tags clean-tags maintainer-clean-tags distdir \
368mostlyclean-depend distclean-depend clean-depend \
369maintainer-clean-depend info-am info dvi-am dvi check check-am \
370installcheck-am installcheck install-exec-am install-exec \
371install-data-am install-data install-am install uninstall-am uninstall \
372all-redirect all-am all installdirs mostlyclean-generic \
373distclean-generic clean-generic maintainer-clean-generic clean \
374mostlyclean distclean maintainer-clean
375
376
377# Tell versions [3.59,3.63) of GNU make to not export all variables.
378# Otherwise a system limit (for SysV at least) may be exceeded.
379.NOEXPORT: