slightly updated makefiles
[wxWidgets.git] / samples / notebook / 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
14 SHELL = @SHELL@
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 DESTDIR =
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@ $(AM_INSTALL_PROGRAM_FLAGS)
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 AR = @AR@
63 AS = @AS@
64 CC = @CC@
65 CPP = @CPP@
66 CXX = @CXX@
67 CXXCPP = @CXXCPP@
68 DLLTOOL = @DLLTOOL@
69 DOCS_SUBDIRS = @DOCS_SUBDIRS@
70 EXTRA_LIBS = @EXTRA_LIBS@
71 EXTRA_VPATH = @EXTRA_VPATH@
72 GTK_CFLAGS = @GTK_CFLAGS@
73 GTK_CONFIG = @GTK_CONFIG@
74 GTK_LIBS = @GTK_LIBS@
75 INCLUDE_SUBDIRS = @INCLUDE_SUBDIRS@
76 LD = @LD@
77 LEX = @LEX@
78 LIBS = @LIBS@
79 LIBTOOL = @LIBTOOL@
80 LN_S = @LN_S@
81 LTLIBOBJS = @LTLIBOBJS@
82 MAKEINFO = @MAKEINFO@
83 NM = @NM@
84 PACKAGE = @PACKAGE@
85 RANLIB = @RANLIB@
86 SAMPLES_SUBDIRS = @SAMPLES_SUBDIRS@
87 STRIP = @STRIP@
88 TOOLKIT = @TOOLKIT@
89 TOOLKIT_DEF = @TOOLKIT_DEF@
90 TOOLKIT_DIR = @TOOLKIT_DIR@
91 TOOLKIT_INCLUDE = @TOOLKIT_INCLUDE@
92 USER_SUBDIRS = @USER_SUBDIRS@
93 UTILS_SUBDIRS = @UTILS_SUBDIRS@
94 VERSION = @VERSION@
95 WXDEBUG_DEFINE = @WXDEBUG_DEFINE@
96 WX_LIBRARY = @WX_LIBRARY@
97 WX_MAJOR_VERSION_NUMBER = @WX_MAJOR_VERSION_NUMBER@
98 WX_MINOR_VERSION_NUMBER = @WX_MINOR_VERSION_NUMBER@
99 WX_RELEASE_NUMBER = @WX_RELEASE_NUMBER@
100 YACC = @YACC@
101
102 SUFFIXES = .cpp
103
104 DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
105
106 noinst_PROGRAMS = test
107
108 test_SOURCES = test.cpp
109 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
110 CONFIG_HEADER = ../../${SETUPH_DIR}/setup.h
111 CONFIG_CLEAN_FILES =
112 PROGRAMS = $(noinst_PROGRAMS)
113
114 CPPFLAGS = @CPPFLAGS@
115 LDFLAGS = @LDFLAGS@
116 X_CFLAGS = @X_CFLAGS@
117 X_LIBS = @X_LIBS@
118 X_EXTRA_LIBS = @X_EXTRA_LIBS@
119 X_PRE_LIBS = @X_PRE_LIBS@
120 test_OBJECTS = test.o
121 test_LDADD = $(LDADD)
122 test_DEPENDENCIES =
123 test_LDFLAGS =
124 CXXFLAGS = @CXXFLAGS@
125 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
126 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
127 CXXLD = $(CXX)
128 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
129 DIST_COMMON = Makefile.am Makefile.in
130
131
132 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
133
134 TAR = gtar
135 GZIP_ENV = --best
136 DEP_FILES = .deps/test.P
137 SOURCES = $(test_SOURCES)
138 OBJECTS = $(test_OBJECTS)
139
140 all: 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/notebook/Makefile
145
146 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
147 cd $(top_builddir) \
148 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
149
150
151 mostlyclean-noinstPROGRAMS:
152
153 clean-noinstPROGRAMS:
154 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
155
156 distclean-noinstPROGRAMS:
157
158 maintainer-clean-noinstPROGRAMS:
159
160 .s.o:
161 $(COMPILE) -c $<
162
163 .S.o:
164 $(COMPILE) -c $<
165
166 mostlyclean-compile:
167 -rm -f *.o core *.core
168
169 clean-compile:
170
171 distclean-compile:
172 -rm -f *.tab.c
173
174 maintainer-clean-compile:
175
176 .s.lo:
177 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
178
179 .S.lo:
180 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
181
182 mostlyclean-libtool:
183 -rm -f *.lo
184
185 clean-libtool:
186 -rm -rf .libs _libs
187
188 distclean-libtool:
189
190 maintainer-clean-libtool:
191
192 test: $(test_OBJECTS) $(test_DEPENDENCIES)
193 @rm -f test
194 $(CXXLINK) $(test_LDFLAGS) $(test_OBJECTS) $(test_LDADD) $(LIBS)
195 .cpp.o:
196 $(CXXCOMPILE) -c $<
197 .cpp.lo:
198 $(LTCXXCOMPILE) -c $<
199
200 tags: TAGS
201
202 ID: $(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
210 TAGS: $(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
220 mostlyclean-tags:
221
222 clean-tags:
223
224 distclean-tags:
225 -rm -f TAGS ID
226
227 maintainer-clean-tags:
228
229 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
230
231 subdir = samples/notebook
232
233 distdir: $(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/notebook/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
250 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
251
252 -include $(DEP_FILES)
253
254 mostlyclean-depend:
255
256 clean-depend:
257
258 distclean-depend:
259 -rm -rf .deps
260
261 maintainer-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
300 info-am:
301 info: info-am
302 dvi-am:
303 dvi: dvi-am
304 check-am: all-am
305 check: check-am
306 installcheck-am:
307 installcheck: installcheck-am
308 install-exec-am:
309 install-exec: install-exec-am
310
311 install-data-am:
312 install-data: install-data-am
313
314 install-am: all-am
315 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
316 install: install-am
317 uninstall-am:
318 uninstall: uninstall-am
319 all-am: Makefile $(PROGRAMS)
320 all-redirect: all-am
321 install-strip:
322 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
323 installdirs:
324
325
326 mostlyclean-generic:
327
328 clean-generic:
329
330 distclean-generic:
331 -rm -f Makefile $(CONFIG_CLEAN_FILES)
332 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
333
334 maintainer-clean-generic:
335 mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \
336 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
337 mostlyclean-generic
338
339 mostlyclean: mostlyclean-am
340
341 clean-am: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
342 clean-depend clean-generic mostlyclean-am
343
344 clean: clean-am
345
346 distclean-am: distclean-noinstPROGRAMS distclean-compile \
347 distclean-libtool distclean-tags distclean-depend \
348 distclean-generic clean-am
349 -rm -f libtool
350
351 distclean: distclean-am
352
353 maintainer-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
360 maintainer-clean: maintainer-clean-am
361
362 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
363 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
364 mostlyclean-compile distclean-compile clean-compile \
365 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
366 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
367 distclean-tags clean-tags maintainer-clean-tags distdir \
368 mostlyclean-depend distclean-depend clean-depend \
369 maintainer-clean-depend info-am info dvi-am dvi check check-am \
370 installcheck-am installcheck install-exec-am install-exec \
371 install-data-am install-data install-am install uninstall-am uninstall \
372 all-redirect all-am all installdirs mostlyclean-generic \
373 distclean-generic clean-generic maintainer-clean-generic clean \
374 mostlyclean 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: