1# Makefile.in generated by automake 1.6.3 from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5# Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
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
46am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47INSTALL = @INSTALL@
48INSTALL_PROGRAM = @INSTALL_PROGRAM@
49INSTALL_DATA = @INSTALL_DATA@
50install_sh_DATA = $(install_sh) -c -m 644
51install_sh_PROGRAM = $(install_sh) -c
52install_sh_SCRIPT = $(install_sh) -c
53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54INSTALL_HEADER = $(INSTALL_DATA)
55transform = @program_transform_name@
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62host_alias = @host_alias@
63host_triplet = @host@
64
65EXEEXT = @EXEEXT@
66OBJEXT = @OBJEXT@
67PATH_SEPARATOR = @PATH_SEPARATOR@
68AMTAR = @AMTAR@
69AWK = @AWK@
70BINRELOC_CFLAGS = @BINRELOC_CFLAGS@
71BINRELOC_LIBS = @BINRELOC_LIBS@
72CANDLE = @CANDLE@
73CXX = @CXX@
74DEPDIR = @DEPDIR@
75DOXYGEN = @DOXYGEN@
76INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
77LIGHT = @LIGHT@
78MAINT = @MAINT@
79OBJC = @OBJC@
80OBJCFLAGS = @OBJCFLAGS@
81OBJCPP = @OBJCPP@
82PACKAGE = @PACKAGE@
83SDL_CFLAGS = @SDL_CFLAGS@
84SDL_CONFIG = @SDL_CONFIG@
85SDL_IMAGE_CFLAGS = @SDL_IMAGE_CFLAGS@
86SDL_IMAGE_LIBS = @SDL_IMAGE_LIBS@
87SDL_LIBS = @SDL_LIBS@
88SDL_MIXER_CFLAGS = @SDL_MIXER_CFLAGS@
89SDL_MIXER_LIBS = @SDL_MIXER_LIBS@
90STRIP = @STRIP@
91VERSION = @VERSION@
92WINDRES = @WINDRES@
93am__include = @am__include@
94am__quote = @am__quote@
95install_sh = @install_sh@
96
97# Process this file with automake to produce a Makefile.in file.
98EXTRA_DIST = default.apspec.in
99subdir = autopackage
100mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
101CONFIG_HEADER = $(top_builddir)/config.h
102CONFIG_CLEAN_FILES = default.apspec
103DIST_SOURCES =
104DIST_COMMON = Makefile.am Makefile.in default.apspec.in
105all: all-am
106
107.SUFFIXES:
108$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
109	cd $(top_srcdir) && \
110	  $(AUTOMAKE) --foreign  autopackage/Makefile
111Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
112	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
113default.apspec: $(top_builddir)/config.status default.apspec.in
114	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
115uninstall-info-am:
116tags: TAGS
117TAGS:
118
119DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
120
121top_distdir = ..
122distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
123
124distdir: $(DISTFILES)
125	@list='$(DISTFILES)'; for file in $$list; do \
126	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
127	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
128	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
129	    dir="/$$dir"; \
130	    $(mkinstalldirs) "$(distdir)$$dir"; \
131	  else \
132	    dir=''; \
133	  fi; \
134	  if test -d $$d/$$file; then \
135	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
136	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
137	    fi; \
138	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
139	  else \
140	    test -f $(distdir)/$$file \
141	    || cp -p $$d/$$file $(distdir)/$$file \
142	    || exit 1; \
143	  fi; \
144	done
145check-am: all-am
146check: check-am
147all-am: Makefile
148
149installdirs:
150
151install: install-am
152install-exec: install-exec-am
153install-data: install-data-am
154uninstall: uninstall-am
155
156install-am: all-am
157	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
158
159installcheck: installcheck-am
160install-strip:
161	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
162	  INSTALL_STRIP_FLAG=-s \
163	  `test -z '$(STRIP)' || \
164	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
165mostlyclean-generic:
166
167clean-generic:
168
169distclean-generic:
170	-rm -f Makefile $(CONFIG_CLEAN_FILES)
171
172maintainer-clean-generic:
173	@echo "This command is intended for maintainers to use"
174	@echo "it deletes files that may require special tools to rebuild."
175clean: clean-am
176
177clean-am: clean-generic mostlyclean-am
178
179distclean: distclean-am
180
181distclean-am: clean-am distclean-generic
182
183dvi: dvi-am
184
185dvi-am:
186
187info: info-am
188
189info-am:
190
191install-data-am:
192
193install-exec-am:
194
195install-info: install-info-am
196
197install-man:
198
199installcheck-am:
200
201maintainer-clean: maintainer-clean-am
202
203maintainer-clean-am: distclean-am maintainer-clean-generic
204
205mostlyclean: mostlyclean-am
206
207mostlyclean-am: mostlyclean-generic
208
209uninstall-am: uninstall-info-am
210
211.PHONY: all all-am check check-am clean clean-generic distclean \
212	distclean-generic distdir dvi dvi-am info info-am install \
213	install-am install-data install-data-am install-exec \
214	install-exec-am install-info install-info-am install-man \
215	install-strip installcheck installcheck-am installdirs \
216	maintainer-clean maintainer-clean-generic mostlyclean \
217	mostlyclean-generic uninstall uninstall-am uninstall-info-am
218
219# Tell versions [3.59,3.63) of GNU make to not export all variables.
220# Otherwise a system limit (for SysV at least) may be exceeded.
221.NOEXPORT:
222