]> git.saurik.com Git - wxWidgets.git/blame - samples/taskbar/Makefile.in
second try...
[wxWidgets.git] / samples / taskbar / Makefile.in
CommitLineData
88ac883a
VZ
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
14SHELL = /bin/sh
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
35DISTDIR =
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@
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@
62AS = @AS@
63CC = @CC@
64CFLAGS = @CFLAGS@
65CPP = @CPP@
66CXX = @CXX@
67CXXCPP = @CXXCPP@
68CXXFLAGS = @CXXFLAGS@
69DLLTOOL = @DLLTOOL@
70DOCS_SUBDIRS = @DOCS_SUBDIRS@
71EXTRA_LIBS = @EXTRA_LIBS@
72EXTRA_VPATH = @EXTRA_VPATH@
73GTK_CONFIG = @GTK_CONFIG@
74GUILIBS = @GUILIBS@
75INCLUDES = @INCLUDES@
76LD = @LD@
77LDFLAGS = @LDFLAGS@
78LEX = @LEX@
79LIBS = @LIBS@
80LIBTOOL = @LIBTOOL@
81LN_S = @LN_S@
82LTLIBOBJS = @LTLIBOBJS@
83MAKEINFO = @MAKEINFO@
84NM = @NM@
85PACKAGE = @PACKAGE@
86RANLIB = @RANLIB@
87SAMPLES_SUBDIRS = @SAMPLES_SUBDIRS@
88TOOLKIT = @TOOLKIT@
89TOOLKIT_DEF = @TOOLKIT_DEF@
90TOOLKIT_INCLUDE = @TOOLKIT_INCLUDE@
91USER_SUBDIRS = @USER_SUBDIRS@
92UTILS_SUBDIRS = @UTILS_SUBDIRS@
93VERSION = @VERSION@
94WXDEBUG_DEFINE = @WXDEBUG_DEFINE@
95WX_LIBRARY = @WX_LIBRARY@
96WX_MAJOR_VERSION_NUMBER = @WX_MAJOR_VERSION_NUMBER@
97WX_MINOR_VERSION_NUMBER = @WX_MINOR_VERSION_NUMBER@
98YACC = @YACC@
99
100SUFFIXES = .cpp
101
102DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
103
104noinst_PROGRAMS = tbtest
105
106tbtest_SOURCES = tbtest.cpp
107mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
108CONFIG_HEADER = ../../include/wx/${TOOLKIT}/setup.h
109CONFIG_CLEAN_FILES =
110PROGRAMS = $(noinst_PROGRAMS)
111
112CPPFLAGS = @CPPFLAGS@
113X_CFLAGS = @X_CFLAGS@
114X_LIBS = @X_LIBS@
115X_EXTRA_LIBS = @X_EXTRA_LIBS@
116X_PRE_LIBS = @X_PRE_LIBS@
117tbtest_OBJECTS = tbtest.o
118tbtest_LDADD = $(LDADD)
119tbtest_DEPENDENCIES =
120tbtest_LDFLAGS =
121CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
122LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
123CXXLINK = $(LIBTOOL) --mode=link $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@
124DIST_COMMON = Makefile.am Makefile.in
125
126
127DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
128
129TAR = tar
130GZIP = --best
131DEP_FILES = .deps/tbtest.P
132CXXMKDEP = $(CXX) -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
133SOURCES = $(tbtest_SOURCES)
134OBJECTS = $(tbtest_OBJECTS)
135
136all: 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/taskbar/Makefile
142
143Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
144 cd $(top_builddir) \
145 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
146
147
148mostlyclean-noinstPROGRAMS:
149
150clean-noinstPROGRAMS:
151 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
152
153distclean-noinstPROGRAMS:
154
155maintainer-clean-noinstPROGRAMS:
156
157.s.o:
158 $(COMPILE) -c $<
159
160.S.o:
161 $(COMPILE) -c $<
162
163mostlyclean-compile:
164 -rm -f *.o core *.core
165
166clean-compile:
167
168distclean-compile:
169 -rm -f *.tab.c
170
171maintainer-clean-compile:
172
173.s.lo:
174 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
175
176.S.lo:
177 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
178
179mostlyclean-libtool:
180 -rm -f *.lo
181
182clean-libtool:
183 -rm -rf .libs _libs
184
185distclean-libtool:
186
187maintainer-clean-libtool:
188
189tbtest: $(tbtest_OBJECTS) $(tbtest_DEPENDENCIES)
190 @rm -f tbtest
191 $(CXXLINK) $(tbtest_LDFLAGS) $(tbtest_OBJECTS) $(tbtest_LDADD) $(LIBS)
192.cpp.o:
193 $(CXXCOMPILE) -c $<
194.cpp.lo:
195 $(LTCXXCOMPILE) -c $<
196
197tags: TAGS
198
199ID: $(HEADERS) $(SOURCES) $(LISP)
200 here=`pwd` && cd $(srcdir) \
201 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
202
203TAGS: $(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
213mostlyclean-tags:
214
215clean-tags:
216
217distclean-tags:
218 -rm -f TAGS ID
219
220maintainer-clean-tags:
221
222distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
223
224subdir = samples/taskbar
225
226distdir: $(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/taskbar/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
239DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
240
241-include $(DEP_FILES)
242
243mostlyclean-depend:
244
245clean-depend:
246
247distclean-depend:
248
249maintainer-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
273info:
274dvi:
275check: all
276 $(MAKE)
277installcheck:
278install-exec:
279 @$(NORMAL_INSTALL)
280
281install-data:
282 @$(NORMAL_INSTALL)
283
284install: install-exec install-data all
285 @:
286
287uninstall:
288
289install-strip:
290 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
291installdirs:
292
293
294mostlyclean-generic:
295 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
296
297clean-generic:
298 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
299
300distclean-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
305maintainer-clean-generic:
306 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
307 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
308mostlyclean: mostlyclean-noinstPROGRAMS mostlyclean-compile \
309 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
310 mostlyclean-generic
311
312clean: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
313 clean-depend clean-generic mostlyclean
314
315distclean: distclean-noinstPROGRAMS distclean-compile distclean-libtool \
316 distclean-tags distclean-depend distclean-generic clean
317 -rm -f config.status
318 -rm -f libtool
319
320maintainer-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 \
328clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
329mostlyclean-compile distclean-compile clean-compile \
330maintainer-clean-compile mostlyclean-libtool distclean-libtool \
331clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
332distclean-tags clean-tags maintainer-clean-tags distdir \
333mostlyclean-depend distclean-depend clean-depend \
334maintainer-clean-depend info dvi installcheck install-exec install-data \
335install uninstall all installdirs mostlyclean-generic distclean-generic \
336clean-generic maintainer-clean-generic clean mostlyclean distclean \
337maintainer-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: