1# Makefile.in generated by automake 1.8.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004  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@
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@
22top_builddir = ../..
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24INSTALL = @INSTALL@
25install_sh_DATA = $(install_sh) -c -m 644
26install_sh_PROGRAM = $(install_sh) -c
27install_sh_SCRIPT = $(install_sh) -c
28INSTALL_HEADER = $(INSTALL_DATA)
29transform = $(program_transform_name)
30NORMAL_INSTALL = :
31PRE_INSTALL = :
32POST_INSTALL = :
33NORMAL_UNINSTALL = :
34PRE_UNINSTALL = :
35POST_UNINSTALL = :
36host_triplet = @host@
37subdir = data/characters
38DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = $(top_srcdir)/configure.ac
41am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42	$(ACLOCAL_M4)
43mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44CONFIG_CLEAN_FILES =
45SOURCES =
46DIST_SOURCES =
47RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
48	html-recursive info-recursive install-data-recursive \
49	install-exec-recursive install-info-recursive \
50	install-recursive installcheck-recursive installdirs-recursive \
51	pdf-recursive ps-recursive uninstall-info-recursive \
52	uninstall-recursive
53ETAGS = etags
54CTAGS = ctags
55DIST_SUBDIRS = $(SUBDIRS)
56DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
57ACLOCAL = @ACLOCAL@
58AMTAR = @AMTAR@
59AUTOCONF = @AUTOCONF@
60AUTOHEADER = @AUTOHEADER@
61AUTOMAKE = @AUTOMAKE@
62AWK = @AWK@
63CYGPATH_W = @CYGPATH_W@
64DEFS = @DEFS@
65ECHO_C = @ECHO_C@
66ECHO_N = @ECHO_N@
67ECHO_T = @ECHO_T@
68INSTALL_DATA = @INSTALL_DATA@
69INSTALL_PROGRAM = @INSTALL_PROGRAM@
70INSTALL_SCRIPT = @INSTALL_SCRIPT@
71INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
72LIBOBJS = @LIBOBJS@
73LIBS = @LIBS@
74LTLIBOBJS = @LTLIBOBJS@
75MAKEINFO = @MAKEINFO@
76PACKAGE = @PACKAGE@
77PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
78PACKAGE_NAME = @PACKAGE_NAME@
79PACKAGE_STRING = @PACKAGE_STRING@
80PACKAGE_TARNAME = @PACKAGE_TARNAME@
81PACKAGE_VERSION = @PACKAGE_VERSION@
82PATH_SEPARATOR = @PATH_SEPARATOR@
83SET_MAKE = @SET_MAKE@
84SHELL = @SHELL@
85STRIP = @STRIP@
86VERSION = @VERSION@
87am__leading_dot = @am__leading_dot@
88am__tar = @am__tar@
89am__untar = @am__untar@
90bindir = @bindir@
91build = @build@
92build_alias = @build_alias@
93build_cpu = @build_cpu@
94build_os = @build_os@
95build_vendor = @build_vendor@
96datadir = @datadir@
97datarootdir = @datarootdir@
98docdir = @docdir@
99dvidir = @dvidir@
100exec_prefix = @exec_prefix@
101host = @host@
102host_alias = @host_alias@
103host_cpu = @host_cpu@
104host_os = @host_os@
105host_vendor = @host_vendor@
106htmldir = @htmldir@
107includedir = @includedir@
108infodir = @infodir@
109install_sh = @install_sh@
110libdir = @libdir@
111libexecdir = @libexecdir@
112localedir = @localedir@
113localstatedir = @localstatedir@
114mandir = @mandir@
115mkdir_p = @mkdir_p@
116oldincludedir = @oldincludedir@
117pdfdir = @pdfdir@
118prefix = @prefix@
119program_transform_name = @program_transform_name@
120psdir = @psdir@
121sbindir = @sbindir@
122sharedstatedir = @sharedstatedir@
123sysconfdir = @sysconfdir@
124target = @target@
125target_alias = @target_alias@
126target_cpu = @target_cpu@
127target_os = @target_os@
128target_vendor = @target_vendor@
129SUBDIRS = pingu colo turtle matar
130charactersdir = $(datadir)/volleyball/characters
131all: all-recursive
132
133.SUFFIXES:
134$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
135	@for dep in $?; do \
136	  case '$(am__configure_deps)' in \
137	    *$$dep*) \
138	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
139		&& exit 0; \
140	      exit 1;; \
141	  esac; \
142	done; \
143	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  data/characters/Makefile'; \
144	cd $(top_srcdir) && \
145	  $(AUTOMAKE) --gnu  data/characters/Makefile
146.PRECIOUS: Makefile
147Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
148	@case '$?' in \
149	  *config.status*) \
150	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
151	  *) \
152	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
153	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
154	esac;
155
156$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
157	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
158
159$(top_srcdir)/configure:  $(am__configure_deps)
160	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
161$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
162	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
163uninstall-info-am:
164
165# This directory's subdirectories are mostly independent; you can cd
166# into them and run `make' without going through this Makefile.
167# To change the values of `make' variables: instead of editing Makefiles,
168# (1) if the variable is set in `config.status', edit `config.status'
169#     (which will cause the Makefiles to be regenerated when you run `make');
170# (2) otherwise, pass the desired values on the `make' command line.
171$(RECURSIVE_TARGETS):
172	@set fnord $$MAKEFLAGS; amf=$$2; \
173	dot_seen=no; \
174	target=`echo $@ | sed s/-recursive//`; \
175	list='$(SUBDIRS)'; for subdir in $$list; do \
176	  echo "Making $$target in $$subdir"; \
177	  if test "$$subdir" = "."; then \
178	    dot_seen=yes; \
179	    local_target="$$target-am"; \
180	  else \
181	    local_target="$$target"; \
182	  fi; \
183	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
184	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
185	done; \
186	if test "$$dot_seen" = "no"; then \
187	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
188	fi; test -z "$$fail"
189
190mostlyclean-recursive clean-recursive distclean-recursive \
191maintainer-clean-recursive:
192	@set fnord $$MAKEFLAGS; amf=$$2; \
193	dot_seen=no; \
194	case "$@" in \
195	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
196	  *) list='$(SUBDIRS)' ;; \
197	esac; \
198	rev=''; for subdir in $$list; do \
199	  if test "$$subdir" = "."; then :; else \
200	    rev="$$subdir $$rev"; \
201	  fi; \
202	done; \
203	rev="$$rev ."; \
204	target=`echo $@ | sed s/-recursive//`; \
205	for subdir in $$rev; do \
206	  echo "Making $$target in $$subdir"; \
207	  if test "$$subdir" = "."; then \
208	    local_target="$$target-am"; \
209	  else \
210	    local_target="$$target"; \
211	  fi; \
212	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
213	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
214	done && test -z "$$fail"
215tags-recursive:
216	list='$(SUBDIRS)'; for subdir in $$list; do \
217	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
218	done
219ctags-recursive:
220	list='$(SUBDIRS)'; for subdir in $$list; do \
221	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
222	done
223
224ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
225	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
226	unique=`for i in $$list; do \
227	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
228	  done | \
229	  $(AWK) '    { files[$$0] = 1; } \
230	       END { for (i in files) print i; }'`; \
231	mkid -fID $$unique
232tags: TAGS
233
234TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
235		$(TAGS_FILES) $(LISP)
236	tags=; \
237	here=`pwd`; \
238	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
239	  include_option=--etags-include; \
240	  empty_fix=.; \
241	else \
242	  include_option=--include; \
243	  empty_fix=; \
244	fi; \
245	list='$(SUBDIRS)'; for subdir in $$list; do \
246	  if test "$$subdir" = .; then :; else \
247	    test ! -f $$subdir/TAGS || \
248	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
249	  fi; \
250	done; \
251	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
252	unique=`for i in $$list; do \
253	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
254	  done | \
255	  $(AWK) '    { files[$$0] = 1; } \
256	       END { for (i in files) print i; }'`; \
257	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
258	  test -n "$$unique" || unique=$$empty_fix; \
259	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
260	    $$tags $$unique; \
261	fi
262ctags: CTAGS
263CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
264		$(TAGS_FILES) $(LISP)
265	tags=; \
266	here=`pwd`; \
267	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
268	unique=`for i in $$list; do \
269	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
270	  done | \
271	  $(AWK) '    { files[$$0] = 1; } \
272	       END { for (i in files) print i; }'`; \
273	test -z "$(CTAGS_ARGS)$$tags$$unique" \
274	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
275	     $$tags $$unique
276
277GTAGS:
278	here=`$(am__cd) $(top_builddir) && pwd` \
279	  && cd $(top_srcdir) \
280	  && gtags -i $(GTAGS_ARGS) $$here
281
282distclean-tags:
283	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
284
285distdir: $(DISTFILES)
286	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
287	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
288	list='$(DISTFILES)'; for file in $$list; do \
289	  case $$file in \
290	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
291	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
292	  esac; \
293	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
294	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
295	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
296	    dir="/$$dir"; \
297	    $(mkdir_p) "$(distdir)$$dir"; \
298	  else \
299	    dir=''; \
300	  fi; \
301	  if test -d $$d/$$file; then \
302	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
303	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
304	    fi; \
305	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
306	  else \
307	    test -f $(distdir)/$$file \
308	    || cp -p $$d/$$file $(distdir)/$$file \
309	    || exit 1; \
310	  fi; \
311	done
312	list='$(SUBDIRS)'; for subdir in $$list; do \
313	  if test "$$subdir" = .; then :; else \
314	    test -d "$(distdir)/$$subdir" \
315	    || mkdir "$(distdir)/$$subdir" \
316	    || exit 1; \
317	    (cd $$subdir && \
318	      $(MAKE) $(AM_MAKEFLAGS) \
319	        top_distdir="../$(top_distdir)" \
320	        distdir="../$(distdir)/$$subdir" \
321	        distdir) \
322	      || exit 1; \
323	  fi; \
324	done
325check-am: all-am
326check: check-recursive
327all-am: Makefile
328installdirs: installdirs-recursive
329installdirs-am:
330install: install-recursive
331install-exec: install-exec-recursive
332install-data: install-data-recursive
333uninstall: uninstall-recursive
334
335install-am: all-am
336	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
337
338installcheck: installcheck-recursive
339install-strip:
340	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
341	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
342	  `test -z '$(STRIP)' || \
343	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
344mostlyclean-generic:
345
346clean-generic:
347
348distclean-generic:
349	-rm -f $(CONFIG_CLEAN_FILES)
350
351maintainer-clean-generic:
352	@echo "This command is intended for maintainers to use"
353	@echo "it deletes files that may require special tools to rebuild."
354clean: clean-recursive
355
356clean-am: clean-generic mostlyclean-am
357
358distclean: distclean-recursive
359	-rm -f Makefile
360distclean-am: clean-am distclean-generic distclean-tags
361
362dvi: dvi-recursive
363
364dvi-am:
365
366html: html-recursive
367
368info: info-recursive
369
370info-am:
371
372install-data-am:
373
374install-exec-am:
375
376install-info: install-info-recursive
377
378install-man:
379
380installcheck-am:
381
382maintainer-clean: maintainer-clean-recursive
383	-rm -f Makefile
384maintainer-clean-am: distclean-am maintainer-clean-generic
385
386mostlyclean: mostlyclean-recursive
387
388mostlyclean-am: mostlyclean-generic
389
390pdf: pdf-recursive
391
392pdf-am:
393
394ps: ps-recursive
395
396ps-am:
397
398uninstall-am: uninstall-info-am
399
400uninstall-info: uninstall-info-recursive
401
402.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
403	clean clean-generic clean-recursive ctags ctags-recursive \
404	distclean distclean-generic distclean-recursive distclean-tags \
405	distdir dvi dvi-am html html-am info info-am install \
406	install-am install-data install-data-am install-exec \
407	install-exec-am install-info install-info-am install-man \
408	install-strip installcheck installcheck-am installdirs \
409	installdirs-am maintainer-clean maintainer-clean-generic \
410	maintainer-clean-recursive mostlyclean mostlyclean-generic \
411	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
412	uninstall uninstall-am uninstall-info-am
413
414# Tell versions [3.59,3.63) of GNU make to not export all variables.
415# Otherwise a system limit (for SysV at least) may be exceeded.
416.NOEXPORT:
417