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@
63CPP = @CPP@
64CXX = @CXX@
65DEPDIR = @DEPDIR@
66EXEEXT = @EXEEXT@
67INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
68NETWORK_OBJS = @NETWORK_OBJS@
69OBJEXT = @OBJEXT@
70PACKAGE = @PACKAGE@
71RANLIB = @RANLIB@
72SDL_CFLAGS = @SDL_CFLAGS@
73SDL_CONFIG = @SDL_CONFIG@
74SDL_LIBS = @SDL_LIBS@
75SOUND_OBJS = @SOUND_OBJS@
76VERSION = @VERSION@
77am__include = @am__include@
78am__quote = @am__quote@
79install_sh = @install_sh@
80
81SUBDIRS = audio base configuration filesystem game input scripting video
82subdir = src/include
83mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
84CONFIG_CLEAN_FILES =
85DIST_SOURCES =
86
87RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
88	uninstall-info-recursive all-recursive install-data-recursive \
89	install-exec-recursive installdirs-recursive install-recursive \
90	uninstall-recursive check-recursive installcheck-recursive
91DIST_COMMON = Makefile.am Makefile.in
92DIST_SUBDIRS = $(SUBDIRS)
93all: all-recursive
94
95.SUFFIXES:
96$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
97	cd $(top_srcdir) && \
98	  $(AUTOMAKE) --foreign  src/include/Makefile
99Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
100	cd $(top_builddir) && \
101	  CONFIG_HEADERS= CONFIG_LINKS= \
102	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
103uninstall-info-am:
104
105# This directory's subdirectories are mostly independent; you can cd
106# into them and run `make' without going through this Makefile.
107# To change the values of `make' variables: instead of editing Makefiles,
108# (1) if the variable is set in `config.status', edit `config.status'
109#     (which will cause the Makefiles to be regenerated when you run `make');
110# (2) otherwise, pass the desired values on the `make' command line.
111$(RECURSIVE_TARGETS):
112	@set fnord $(MAKEFLAGS); amf=$$2; \
113	dot_seen=no; \
114	target=`echo $@ | sed s/-recursive//`; \
115	list='$(SUBDIRS)'; for subdir in $$list; do \
116	  echo "Making $$target in $$subdir"; \
117	  if test "$$subdir" = "."; then \
118	    dot_seen=yes; \
119	    local_target="$$target-am"; \
120	  else \
121	    local_target="$$target"; \
122	  fi; \
123	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
124	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
125	done; \
126	if test "$$dot_seen" = "no"; then \
127	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
128	fi; test -z "$$fail"
129
130mostlyclean-recursive clean-recursive distclean-recursive \
131maintainer-clean-recursive:
132	@set fnord $(MAKEFLAGS); amf=$$2; \
133	dot_seen=no; \
134	case "$@" in \
135	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
136	  *) list='$(SUBDIRS)' ;; \
137	esac; \
138	rev=''; for subdir in $$list; do \
139	  if test "$$subdir" = "."; then :; else \
140	    rev="$$subdir $$rev"; \
141	  fi; \
142	done; \
143	rev="$$rev ."; \
144	target=`echo $@ | sed s/-recursive//`; \
145	for subdir in $$rev; do \
146	  echo "Making $$target in $$subdir"; \
147	  if test "$$subdir" = "."; then \
148	    local_target="$$target-am"; \
149	  else \
150	    local_target="$$target"; \
151	  fi; \
152	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
153	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
154	done && test -z "$$fail"
155tags-recursive:
156	list='$(SUBDIRS)'; for subdir in $$list; do \
157	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
158	done
159
160tags: TAGS
161
162ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
163	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
164	unique=`for i in $$list; do \
165	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
166	  done | \
167	  $(AWK) '    { files[$$0] = 1; } \
168	       END { for (i in files) print i; }'`; \
169	mkid -fID $$unique $(LISP)
170
171TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
172		$(TAGS_FILES) $(LISP)
173	tags=; \
174	here=`pwd`; \
175	list='$(SUBDIRS)'; for subdir in $$list; do \
176	  if test "$$subdir" = .; then :; else \
177	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
178	  fi; \
179	done; \
180	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
181	unique=`for i in $$list; do \
182	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
183	  done | \
184	  $(AWK) '    { files[$$0] = 1; } \
185	       END { for (i in files) print i; }'`; \
186	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
187	  || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
188
189GTAGS:
190	here=`CDPATH=: && cd $(top_builddir) && pwd` \
191	  && cd $(top_srcdir) \
192	  && gtags -i $(GTAGS_ARGS) $$here
193
194distclean-tags:
195	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
196
197DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
198
199top_distdir = ../..
200distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
201
202distdir: $(DISTFILES)
203	@for file in $(DISTFILES); do \
204	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
205	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
206	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
207	    $(mkinstalldirs) "$(distdir)/$$dir"; \
208	  fi; \
209	  if test -d $$d/$$file; then \
210	    cp -pR $$d/$$file $(distdir) \
211	    || exit 1; \
212	  else \
213	    test -f $(distdir)/$$file \
214	    || cp -p $$d/$$file $(distdir)/$$file \
215	    || exit 1; \
216	  fi; \
217	done
218	for subdir in $(SUBDIRS); do \
219	  if test "$$subdir" = .; then :; else \
220	    test -d $(distdir)/$$subdir \
221	    || mkdir $(distdir)/$$subdir \
222	    || exit 1; \
223	    (cd $$subdir && \
224	      $(MAKE) $(AM_MAKEFLAGS) \
225	        top_distdir="$(top_distdir)" \
226	        distdir=../$(distdir)/$$subdir \
227	        distdir) \
228	      || exit 1; \
229	  fi; \
230	done
231check-am: all-am
232check: check-recursive
233all-am: Makefile
234installdirs: installdirs-recursive
235installdirs-am:
236
237install: install-recursive
238install-exec: install-exec-recursive
239install-data: install-data-recursive
240uninstall: uninstall-recursive
241
242install-am: all-am
243	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
244
245installcheck: installcheck-recursive
246install-strip:
247	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
248	  `test -z '$(STRIP)' || \
249	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
250mostlyclean-generic:
251
252clean-generic:
253
254distclean-generic:
255	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
256
257maintainer-clean-generic:
258	@echo "This command is intended for maintainers to use"
259	@echo "it deletes files that may require special tools to rebuild."
260clean: clean-recursive
261
262clean-am: clean-generic mostlyclean-am
263
264distclean: distclean-recursive
265
266distclean-am: clean-am distclean-generic distclean-tags
267
268dvi: dvi-recursive
269
270dvi-am:
271
272info: info-recursive
273
274info-am:
275
276install-data-am:
277
278install-exec-am:
279
280install-info: install-info-recursive
281
282install-man:
283
284installcheck-am:
285
286maintainer-clean: maintainer-clean-recursive
287
288maintainer-clean-am: distclean-am maintainer-clean-generic
289
290mostlyclean: mostlyclean-recursive
291
292mostlyclean-am: mostlyclean-generic
293
294uninstall-am: uninstall-info-am
295
296uninstall-info: uninstall-info-recursive
297
298.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
299	clean-generic clean-recursive distclean distclean-generic \
300	distclean-recursive distclean-tags distdir dvi dvi-am \
301	dvi-recursive info info-am info-recursive install install-am \
302	install-data install-data-am install-data-recursive \
303	install-exec install-exec-am install-exec-recursive \
304	install-info install-info-am install-info-recursive install-man \
305	install-recursive install-strip installcheck installcheck-am \
306	installdirs installdirs-am installdirs-recursive \
307	maintainer-clean maintainer-clean-generic \
308	maintainer-clean-recursive mostlyclean mostlyclean-generic \
309	mostlyclean-recursive tags tags-recursive uninstall \
310	uninstall-am uninstall-info-am uninstall-info-recursive \
311	uninstall-recursive
312
313# Tell versions [3.59,3.63) of GNU make to not export all variables.
314# Otherwise a system limit (for SysV at least) may be exceeded.
315.NOEXPORT:
316