1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
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.
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
17 top_srcdir = @top_srcdir@
20 exec_prefix = @exec_prefix@
24 libexecdir = @libexecdir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
46 AUTOHEADER = @AUTOHEADER@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
60 host_alias = @host_alias@
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@
75 INCLUDE_SUBDIRS = @INCLUDE_SUBDIRS@
81 LTLIBOBJS = @LTLIBOBJS@
86 SAMPLES_SUBDIRS = @SAMPLES_SUBDIRS@
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@
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@
104 DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
106 noinst_PROGRAMS = tbtest
108 tbtest_SOURCES = tbtest.cpp
109 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
110 CONFIG_HEADER = ../../${SETUPH_DIR}/setup.h
112 PROGRAMS = $(noinst_PROGRAMS)
114 CPPFLAGS = @CPPFLAGS@
116 X_CFLAGS = @X_CFLAGS@
118 X_EXTRA_LIBS = @X_EXTRA_LIBS@
119 X_PRE_LIBS = @X_PRE_LIBS@
120 tbtest_OBJECTS = tbtest.o
121 tbtest_LDADD = $(LDADD)
122 tbtest_DEPENDENCIES =
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)
128 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
129 DIST_COMMON = Makefile.am Makefile.in
132 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
136 DEP_FILES = .deps/tbtest.P
137 SOURCES = $(tbtest_SOURCES)
138 OBJECTS = $(tbtest_OBJECTS)
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/taskbar/Makefile
146 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
148 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
151 mostlyclean-noinstPROGRAMS:
153 clean-noinstPROGRAMS:
154 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
156 distclean-noinstPROGRAMS:
158 maintainer-clean-noinstPROGRAMS:
167 -rm -f *.o core *.core
174 maintainer-clean-compile:
177 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
180 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
190 maintainer-clean-libtool:
192 tbtest: $(tbtest_OBJECTS) $(tbtest_DEPENDENCIES)
194 $(CXXLINK) $(tbtest_LDFLAGS) $(tbtest_OBJECTS) $(tbtest_LDADD) $(LIBS)
198 $(LTCXXCOMPILE) -c $<
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)
210 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
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)
227 maintainer-clean-tags:
229 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
231 subdir = samples/taskbar
233 distdir: $(DISTFILES)
234 here=`cd $(top_builddir) && pwd`; \
235 top_distdir=`cd $(top_distdir) && pwd`; \
236 distdir=`cd $(distdir) && pwd`; \
238 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign samples/taskbar/Makefile
239 @for file in $(DISTFILES); do \
241 if test -d $$d/$$file; then \
242 cp -pr $$/$$file $(distdir)/$$file; \
244 test -f $(distdir)/$$file \
245 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
246 || cp -p $$d/$$file $(distdir)/$$file || :; \
250 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
252 -include $(DEP_FILES)
261 maintainer-clean-depend:
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/$$/ :/' \
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/$$/ :/' \
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/$$/ :/' \
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/$$/ :/' \
307 installcheck: installcheck-am
309 install-exec: install-exec-am
312 install-data: install-data-am
315 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
318 uninstall: uninstall-am
319 all-am: Makefile $(PROGRAMS)
322 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
331 -rm -f Makefile $(CONFIG_CLEAN_FILES)
332 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
334 maintainer-clean-generic:
335 mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \
336 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
339 mostlyclean: mostlyclean-am
341 clean-am: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
342 clean-depend clean-generic mostlyclean-am
346 distclean-am: distclean-noinstPROGRAMS distclean-compile \
347 distclean-libtool distclean-tags distclean-depend \
348 distclean-generic clean-am
351 distclean: distclean-am
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."
360 maintainer-clean: maintainer-clean-am
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
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.