1# Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
3# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4# Free Software Foundation, Inc.
5# This Makefile.in is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved.
8
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12# PARTICULAR PURPOSE.
13
14@SET_MAKE@
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39top_builddir = ../../..
40
41ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
46INSTALL = @INSTALL@
47INSTALL_PROGRAM = @INSTALL_PROGRAM@
48INSTALL_DATA = @INSTALL_DATA@
49INSTALL_SCRIPT = @INSTALL_SCRIPT@
50INSTALL_HEADER = $(INSTALL_DATA)
51transform = @program_transform_name@
52NORMAL_INSTALL = :
53PRE_INSTALL = :
54POST_INSTALL = :
55NORMAL_UNINSTALL = :
56PRE_UNINSTALL = :
57POST_UNINSTALL = :
58host_alias = @host_alias@
59host_triplet = @host@
60AMTAR = @AMTAR@
61AWK = @AWK@
62CC = @CC@
63CXX = @CXX@
64DEPDIR = @DEPDIR@
65EXEEXT = @EXEEXT@
66INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
67LN_S = @LN_S@
68OBJEXT = @OBJEXT@
69PACKAGE = @PACKAGE@
70RANLIB = @RANLIB@
71SDL_CFLAGS = @SDL_CFLAGS@
72SDL_CONFIG = @SDL_CONFIG@
73SDL_LIBS = @SDL_LIBS@
74VERSION = @VERSION@
75am__include = @am__include@
76am__quote = @am__quote@
77docdir = @docdir@
78install_sh = @install_sh@
79
80explosiondir = $(datadir)/jfk/art/object/explosion
81
82dist_explosion_DATA = explode_0.png explode_1.png explode_2.png explode_3.png \
83	explode_4.png  explode_5.png  explode_6.png  explode_7.png     \
84	explode_8.png  explode_9.png  explode_10.png explode_11.png    \
85	explode_12.png explode_13.png explode_14.png explode_15.png    \
86	explode_16.png explode_17.png explode_18.png
87
88subdir = art/object/explosion
89mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
90CONFIG_HEADER = $(top_builddir)/config.h
91CONFIG_CLEAN_FILES =
92DIST_SOURCES =
93DATA = $(dist_explosion_DATA)
94
95DIST_COMMON = $(dist_explosion_DATA) Makefile.am Makefile.in
96all: all-am
97
98.SUFFIXES:
99$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
100	cd $(top_srcdir) && \
101	  $(AUTOMAKE) --foreign  art/object/explosion/Makefile
102Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
103	cd $(top_builddir) && \
104	  CONFIG_HEADERS= CONFIG_LINKS= \
105	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
106uninstall-info-am:
107install-dist_explosionDATA: $(dist_explosion_DATA)
108	@$(NORMAL_INSTALL)
109	$(mkinstalldirs) $(DESTDIR)$(explosiondir)
110	@list='$(dist_explosion_DATA)'; for p in $$list; do \
111	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
112	  f="`echo $$p | sed -e 's|^.*/||'`"; \
113	  echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(explosiondir)/$$f"; \
114	  $(INSTALL_DATA) $$d$$p $(DESTDIR)$(explosiondir)/$$f; \
115	done
116
117uninstall-dist_explosionDATA:
118	@$(NORMAL_UNINSTALL)
119	@list='$(dist_explosion_DATA)'; for p in $$list; do \
120	  f="`echo $$p | sed -e 's|^.*/||'`"; \
121	  echo " rm -f $(DESTDIR)$(explosiondir)/$$f"; \
122	  rm -f $(DESTDIR)$(explosiondir)/$$f; \
123	done
124tags: TAGS
125TAGS:
126
127
128DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
129
130top_distdir = ../../..
131distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
132
133distdir: $(DISTFILES)
134	@for file in $(DISTFILES); do \
135	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
136	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
137	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
138	    $(mkinstalldirs) "$(distdir)/$$dir"; \
139	  fi; \
140	  if test -d $$d/$$file; then \
141	    cp -pR $$d/$$file $(distdir) \
142	    || exit 1; \
143	  else \
144	    test -f $(distdir)/$$file \
145	    || cp -p $$d/$$file $(distdir)/$$file \
146	    || exit 1; \
147	  fi; \
148	done
149check-am: all-am
150check: check-am
151all-am: Makefile $(DATA)
152
153installdirs:
154	$(mkinstalldirs) $(DESTDIR)$(explosiondir)
155
156install: install-am
157install-exec: install-exec-am
158install-data: install-data-am
159uninstall: uninstall-am
160
161install-am: all-am
162	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
163
164installcheck: installcheck-am
165install-strip:
166	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
167	  `test -z '$(STRIP)' || \
168	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
169mostlyclean-generic:
170
171clean-generic:
172
173distclean-generic:
174	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
175
176maintainer-clean-generic:
177	@echo "This command is intended for maintainers to use"
178	@echo "it deletes files that may require special tools to rebuild."
179clean: clean-am
180
181clean-am: clean-generic mostlyclean-am
182
183distclean: distclean-am
184
185distclean-am: clean-am distclean-generic
186
187dvi: dvi-am
188
189dvi-am:
190
191info: info-am
192
193info-am:
194
195install-data-am: install-dist_explosionDATA
196
197install-exec-am:
198
199install-info: install-info-am
200
201install-man:
202
203installcheck-am:
204
205maintainer-clean: maintainer-clean-am
206
207maintainer-clean-am: distclean-am maintainer-clean-generic
208
209mostlyclean: mostlyclean-am
210
211mostlyclean-am: mostlyclean-generic
212
213uninstall-am: uninstall-dist_explosionDATA uninstall-info-am
214
215.PHONY: all all-am check check-am clean clean-generic distclean \
216	distclean-generic distdir dvi dvi-am info info-am install \
217	install-am install-data install-data-am \
218	install-dist_explosionDATA install-exec install-exec-am \
219	install-info install-info-am install-man install-strip \
220	installcheck installcheck-am installdirs maintainer-clean \
221	maintainer-clean-generic mostlyclean mostlyclean-generic \
222	uninstall uninstall-am uninstall-dist_explosionDATA \
223	uninstall-info-am
224
225# Tell versions [3.59,3.63) of GNU make to not export all variables.
226# Otherwise a system limit (for SysV at least) may be exceeded.
227.NOEXPORT:
228