new makefiles (part I)
[wxWidgets.git] / samples / mfc / Makefile.in
1 # Makefile.in generated automatically by automake 1.3 from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 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
14 SHELL = /bin/sh
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DISTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ../..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AS = @AS@
63 CC = @CC@
64 CFLAGS = @CFLAGS@
65 CPP = @CPP@
66 CXX = @CXX@
67 CXXCPP = @CXXCPP@
68 CXXFLAGS = @CXXFLAGS@
69 DLLTOOL = @DLLTOOL@
70 DOCS_SUBDIRS = @DOCS_SUBDIRS@
71 EXTRA_LIBS = @EXTRA_LIBS@
72 EXTRA_VPATH = @EXTRA_VPATH@
73 GTK_CONFIG = @GTK_CONFIG@
74 GUILIBS = @GUILIBS@
75 INCLUDES = @INCLUDES@
76 LD = @LD@
77 LDFLAGS = @LDFLAGS@
78 LEX = @LEX@
79 LIBS = @LIBS@
80 LIBTOOL = @LIBTOOL@
81 LN_S = @LN_S@
82 LTLIBOBJS = @LTLIBOBJS@
83 MAKEINFO = @MAKEINFO@
84 NM = @NM@
85 PACKAGE = @PACKAGE@
86 RANLIB = @RANLIB@
87 SAMPLES_SUBDIRS = @SAMPLES_SUBDIRS@
88 TOOLKIT = @TOOLKIT@
89 TOOLKIT_DEF = @TOOLKIT_DEF@
90 TOOLKIT_INCLUDE = @TOOLKIT_INCLUDE@
91 USER_SUBDIRS = @USER_SUBDIRS@
92 UTILS_SUBDIRS = @UTILS_SUBDIRS@
93 VERSION = @VERSION@
94 WXDEBUG_DEFINE = @WXDEBUG_DEFINE@
95 WX_LIBRARY = @WX_LIBRARY@
96 WX_MAJOR_VERSION_NUMBER = @WX_MAJOR_VERSION_NUMBER@
97 WX_MINOR_VERSION_NUMBER = @WX_MINOR_VERSION_NUMBER@
98 YACC = @YACC@
99
100 SUFFIXES = .cpp
101
102 DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
103
104 noinst_PROGRAMS = mfctest
105
106 mfctest_SOURCES = mfctest.cpp
107 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
108 CONFIG_HEADER = ../../include/wx/${TOOLKIT}/setup.h
109 CONFIG_CLEAN_FILES =
110 PROGRAMS = $(noinst_PROGRAMS)
111
112 CPPFLAGS = @CPPFLAGS@
113 X_CFLAGS = @X_CFLAGS@
114 X_LIBS = @X_LIBS@
115 X_EXTRA_LIBS = @X_EXTRA_LIBS@
116 X_PRE_LIBS = @X_PRE_LIBS@
117 mfctest_OBJECTS = mfctest.o
118 mfctest_LDADD = $(LDADD)
119 mfctest_DEPENDENCIES =
120 mfctest_LDFLAGS =
121 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
122 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
123 CXXLINK = $(LIBTOOL) --mode=link $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@
124 DIST_COMMON = Makefile.am Makefile.in
125
126
127 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
128
129 TAR = tar
130 GZIP = --best
131 DEP_FILES = .deps/mfctest.P
132 CXXMKDEP = $(CXX) -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
133 SOURCES = $(mfctest_SOURCES)
134 OBJECTS = $(mfctest_OBJECTS)
135
136 all: Makefile $(PROGRAMS)
137
138 .SUFFIXES:
139 .SUFFIXES: .S .c .cpp .lo .o .s
140 $(srcdir)/Makefile.in: $(top_srcdir)/Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
141 cd $(top_srcdir) && $(AUTOMAKE) --foreign samples/mfc/Makefile
142
143 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
144 cd $(top_builddir) \
145 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
146
147
148 mostlyclean-noinstPROGRAMS:
149
150 clean-noinstPROGRAMS:
151 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
152
153 distclean-noinstPROGRAMS:
154
155 maintainer-clean-noinstPROGRAMS:
156
157 .s.o:
158 $(COMPILE) -c $<
159
160 .S.o:
161 $(COMPILE) -c $<
162
163 mostlyclean-compile:
164 -rm -f *.o core *.core
165
166 clean-compile:
167
168 distclean-compile:
169 -rm -f *.tab.c
170
171 maintainer-clean-compile:
172
173 .s.lo:
174 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
175
176 .S.lo:
177 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
178
179 mostlyclean-libtool:
180 -rm -f *.lo
181
182 clean-libtool:
183 -rm -rf .libs _libs
184
185 distclean-libtool:
186
187 maintainer-clean-libtool:
188
189 mfctest: $(mfctest_OBJECTS) $(mfctest_DEPENDENCIES)
190 @rm -f mfctest
191 $(CXXLINK) $(mfctest_LDFLAGS) $(mfctest_OBJECTS) $(mfctest_LDADD) $(LIBS)
192 .cpp.o:
193 $(CXXCOMPILE) -c $<
194 .cpp.lo:
195 $(LTCXXCOMPILE) -c $<
196
197 tags: TAGS
198
199 ID: $(HEADERS) $(SOURCES) $(LISP)
200 here=`pwd` && cd $(srcdir) \
201 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
202
203 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
204 tags=; \
205 here=`pwd`; \
206 list='$(SOURCES) $(HEADERS)'; \
207 unique=`for i in $$list; do echo $$i; done | \
208 awk ' { files[$$0] = 1; } \
209 END { for (i in files) print i; }'`; \
210 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
211 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
212
213 mostlyclean-tags:
214
215 clean-tags:
216
217 distclean-tags:
218 -rm -f TAGS ID
219
220 maintainer-clean-tags:
221
222 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
223
224 subdir = samples/mfc
225
226 distdir: $(DISTFILES)
227 here=`cd $(top_builddir) && pwd`; \
228 top_distdir=`cd $(top_distdir) && pwd`; \
229 distdir=`cd $(distdir) && pwd`; \
230 cd $(top_srcdir) \
231 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign samples/mfc/Makefile
232 @for file in $(DISTFILES); do \
233 d=$(srcdir); \
234 test -f $(distdir)/$$file \
235 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
236 || cp -p $$d/$$file $(distdir)/$$file; \
237 done
238
239 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
240
241 -include $(DEP_FILES)
242
243 mostlyclean-depend:
244
245 clean-depend:
246
247 distclean-depend:
248
249 maintainer-clean-depend:
250 -rm -rf .deps
251
252 %.o: %.c
253 @echo '$(COMPILE) -c $<'; \
254 $(COMPILE) -Wp,-MD,.deps/$(*F).P -c $<
255
256 %.lo: %.c
257 @echo '$(LTCOMPILE) -c $<'; \
258 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
259 @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
260 < .deps/$(*F).p > .deps/$(*F).P
261 @-rm -f .deps/$(*F).p
262
263 %.o: %.cpp
264 @echo '$(CXXCOMPILE) -c $<'; \
265 $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).P -c $<
266
267 %.lo: %.cpp
268 @echo '$(LTCXXCOMPILE) -c $<'; \
269 $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
270 @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
271 < .deps/$(*F).p > .deps/$(*F).P
272 @-rm -f .deps/$(*F).p
273 info:
274 dvi:
275 check: all
276 $(MAKE)
277 installcheck:
278 install-exec:
279 @$(NORMAL_INSTALL)
280
281 install-data:
282 @$(NORMAL_INSTALL)
283
284 install: install-exec install-data all
285 @:
286
287 uninstall:
288
289 install-strip:
290 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
291 installdirs:
292
293
294 mostlyclean-generic:
295 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
296
297 clean-generic:
298 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
299
300 distclean-generic:
301 -rm -f Makefile $(DISTCLEANFILES)
302 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
303 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
304
305 maintainer-clean-generic:
306 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
307 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
308 mostlyclean: mostlyclean-noinstPROGRAMS mostlyclean-compile \
309 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
310 mostlyclean-generic
311
312 clean: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
313 clean-depend clean-generic mostlyclean
314
315 distclean: distclean-noinstPROGRAMS distclean-compile distclean-libtool \
316 distclean-tags distclean-depend distclean-generic clean
317 -rm -f config.status
318 -rm -f libtool
319
320 maintainer-clean: maintainer-clean-noinstPROGRAMS \
321 maintainer-clean-compile maintainer-clean-libtool \
322 maintainer-clean-tags maintainer-clean-depend \
323 maintainer-clean-generic distclean
324 @echo "This command is intended for maintainers to use;"
325 @echo "it deletes files that may require special tools to rebuild."
326
327 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
328 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
329 mostlyclean-compile distclean-compile clean-compile \
330 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
331 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
332 distclean-tags clean-tags maintainer-clean-tags distdir \
333 mostlyclean-depend distclean-depend clean-depend \
334 maintainer-clean-depend info dvi installcheck install-exec install-data \
335 install uninstall all installdirs mostlyclean-generic distclean-generic \
336 clean-generic maintainer-clean-generic clean mostlyclean distclean \
337 maintainer-clean
338
339
340 # Tell versions [3.59,3.63) of GNU make to not export all variables.
341 # Otherwise a system limit (for SysV at least) may be exceeded.
342 .NOEXPORT: