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@
80 LTLIBOBJS = @LTLIBOBJS@
85 SAMPLES_SUBDIRS = @SAMPLES_SUBDIRS@
88 TOOLKIT_DEF = @TOOLKIT_DEF@
89 TOOLKIT_DIR = @TOOLKIT_DIR@
90 TOOLKIT_INCLUDE = @TOOLKIT_INCLUDE@
91 USER_SUBDIRS = @USER_SUBDIRS@
92 UTILS_SUBDIRS = @UTILS_SUBDIRS@
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 WX_RELEASE_NUMBER = @WX_RELEASE_NUMBER@
103 DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
105 noinst_PROGRAMS = bombs
107 bombs_SOURCES = bombs.cpp bombs1.cpp game.cpp
108 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
109 CONFIG_HEADER = ../../${SETUPH_DIR}/setup.h
111 PROGRAMS = $(noinst_PROGRAMS)
113 CPPFLAGS = @CPPFLAGS@
115 X_CFLAGS = @X_CFLAGS@
117 X_EXTRA_LIBS = @X_EXTRA_LIBS@
118 X_PRE_LIBS = @X_PRE_LIBS@
119 bombs_OBJECTS = bombs.o bombs1.o game.o
120 bombs_LDADD = $(LDADD)
123 CXXFLAGS = @CXXFLAGS@
124 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
125 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
127 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
128 DIST_COMMON = Makefile.am Makefile.in
131 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
135 DEP_FILES = .deps/bombs.P .deps/bombs1.P .deps/game.P
136 SOURCES = $(bombs_SOURCES)
137 OBJECTS = $(bombs_OBJECTS)
141 .SUFFIXES: .S .c .cpp .lo .o .s
142 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
143 cd $(top_srcdir) && $(AUTOMAKE) --foreign samples/bombs/Makefile
145 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
147 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
150 mostlyclean-noinstPROGRAMS:
152 clean-noinstPROGRAMS:
153 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
155 distclean-noinstPROGRAMS:
157 maintainer-clean-noinstPROGRAMS:
166 -rm -f *.o core *.core
173 maintainer-clean-compile:
176 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
179 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
189 maintainer-clean-libtool:
191 bombs: $(bombs_OBJECTS) $(bombs_DEPENDENCIES)
193 $(CXXLINK) $(bombs_LDFLAGS) $(bombs_OBJECTS) $(bombs_LDADD) $(LIBS)
197 $(LTCXXCOMPILE) -c $<
201 ID: $(HEADERS) $(SOURCES) $(LISP)
202 list='$(SOURCES) $(HEADERS)'; \
203 unique=`for i in $$list; do echo $$i; done | \
204 awk ' { files[$$0] = 1; } \
205 END { for (i in files) print i; }'`; \
206 here=`pwd` && cd $(srcdir) \
207 && mkid -f$$here/ID $$unique $(LISP)
209 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
212 list='$(SOURCES) $(HEADERS)'; \
213 unique=`for i in $$list; do echo $$i; done | \
214 awk ' { files[$$0] = 1; } \
215 END { for (i in files) print i; }'`; \
216 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
217 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
226 maintainer-clean-tags:
228 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
230 subdir = samples/bombs
232 distdir: $(DISTFILES)
233 here=`cd $(top_builddir) && pwd`; \
234 top_distdir=`cd $(top_distdir) && pwd`; \
235 distdir=`cd $(distdir) && pwd`; \
237 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign samples/bombs/Makefile
238 @for file in $(DISTFILES); do \
240 if test -d $$d/$$file; then \
241 cp -pr $$/$$file $(distdir)/$$file; \
243 test -f $(distdir)/$$file \
244 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
245 || cp -p $$d/$$file $(distdir)/$$file || :; \
249 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
251 -include $(DEP_FILES)
260 maintainer-clean-depend:
263 @echo '$(COMPILE) -c $<'; \
264 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
265 @-cp .deps/$(*F).pp .deps/$(*F).P; \
266 tr ' ' '\012' < .deps/$(*F).pp \
267 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
272 @echo '$(LTCOMPILE) -c $<'; \
273 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
274 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
275 < .deps/$(*F).pp > .deps/$(*F).P; \
276 tr ' ' '\012' < .deps/$(*F).pp \
277 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
282 @echo '$(CXXCOMPILE) -c $<'; \
283 $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
284 @-cp .deps/$(*F).pp .deps/$(*F).P; \
285 tr ' ' '\012' < .deps/$(*F).pp \
286 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
291 @echo '$(LTCXXCOMPILE) -c $<'; \
292 $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
293 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
294 < .deps/$(*F).pp > .deps/$(*F).P; \
295 tr ' ' '\012' < .deps/$(*F).pp \
296 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
306 installcheck: installcheck-am
308 install-exec: install-exec-am
311 install-data: install-data-am
314 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
317 uninstall: uninstall-am
318 all-am: Makefile $(PROGRAMS)
321 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
330 -rm -f Makefile $(CONFIG_CLEAN_FILES)
331 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
333 maintainer-clean-generic:
334 mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \
335 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
338 mostlyclean: mostlyclean-am
340 clean-am: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
341 clean-depend clean-generic mostlyclean-am
345 distclean-am: distclean-noinstPROGRAMS distclean-compile \
346 distclean-libtool distclean-tags distclean-depend \
347 distclean-generic clean-am
350 distclean: distclean-am
352 maintainer-clean-am: maintainer-clean-noinstPROGRAMS \
353 maintainer-clean-compile maintainer-clean-libtool \
354 maintainer-clean-tags maintainer-clean-depend \
355 maintainer-clean-generic distclean-am
356 @echo "This command is intended for maintainers to use;"
357 @echo "it deletes files that may require special tools to rebuild."
359 maintainer-clean: maintainer-clean-am
361 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
362 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
363 mostlyclean-compile distclean-compile clean-compile \
364 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
365 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
366 distclean-tags clean-tags maintainer-clean-tags distdir \
367 mostlyclean-depend distclean-depend clean-depend \
368 maintainer-clean-depend info-am info dvi-am dvi check check-am \
369 installcheck-am installcheck install-exec-am install-exec \
370 install-data-am install-data install-am install uninstall-am uninstall \
371 all-redirect all-am all installdirs mostlyclean-generic \
372 distclean-generic clean-generic maintainer-clean-generic clean \
373 mostlyclean distclean maintainer-clean
376 # Tell versions [3.59,3.63) of GNU make to not export all variables.
377 # Otherwise a system limit (for SysV at least) may be exceeded.