1# Makefile.in generated by automake 1.10.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008  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@
16
17
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@
22am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23install_sh_DATA = $(install_sh) -c -m 644
24install_sh_PROGRAM = $(install_sh) -c
25install_sh_SCRIPT = $(install_sh) -c
26INSTALL_HEADER = $(INSTALL_DATA)
27transform = $(program_transform_name)
28NORMAL_INSTALL = :
29PRE_INSTALL = :
30POST_INSTALL = :
31NORMAL_UNINSTALL = :
32PRE_UNINSTALL = :
33POST_UNINSTALL = :
34build_triplet = @build@
35host_triplet = @host@
36games_PROGRAMS = xemeraldia$(EXEEXT)
37subdir = .
38DIST_COMMON = README $(am__configure_deps) $(dist_pixmaps_DATA) \
39	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
40	$(srcdir)/config.h.in $(srcdir)/xemeraldia.desktop.in \
41	$(top_srcdir)/configure ABOUT-NLS COPYING ChangeLog INSTALL \
42	NEWS TODO compile config.guess config.rpath config.sub depcomp \
43	install-sh missing mkinstalldirs usleep.c
44ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
46	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
47	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
48	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
49	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
50am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51	$(ACLOCAL_M4)
52am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
53 configure.lineno config.status.lineno
54mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
55CONFIG_HEADER = config.h
56CONFIG_CLEAN_FILES = xemeraldia.desktop
57am__installdirs = "$(DESTDIR)$(gamesdir)" "$(DESTDIR)$(appsdir)" \
58	"$(DESTDIR)$(pixmapsdir)"
59gamesPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
60PROGRAMS = $(games_PROGRAMS)
61am_xemeraldia_OBJECTS = xemeraldia-crack.$(OBJEXT) \
62	xemeraldia-games.$(OBJEXT) xemeraldia-graphics.$(OBJEXT) \
63	xemeraldia-init-graphics.$(OBJEXT) xemeraldia-main.$(OBJEXT) \
64	xemeraldia-move.$(OBJEXT) xemeraldia-score.$(OBJEXT)
65xemeraldia_OBJECTS = $(am_xemeraldia_OBJECTS)
66xemeraldia_DEPENDENCIES = $(LIBOBJS)
67xemeraldia_LINK = $(CCLD) $(xemeraldia_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
68	$(LDFLAGS) -o $@
69DEFAULT_INCLUDES = -I.@am__isrc@
70depcomp = $(SHELL) $(top_srcdir)/depcomp
71am__depfiles_maybe = depfiles
72COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
73	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
74CCLD = $(CC)
75LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
76SOURCES = $(xemeraldia_SOURCES)
77DIST_SOURCES = $(xemeraldia_SOURCES)
78RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
79	html-recursive info-recursive install-data-recursive \
80	install-dvi-recursive install-exec-recursive \
81	install-html-recursive install-info-recursive \
82	install-pdf-recursive install-ps-recursive install-recursive \
83	installcheck-recursive installdirs-recursive pdf-recursive \
84	ps-recursive uninstall-recursive
85am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
86am__vpath_adj = case $$p in \
87    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
88    *) f=$$p;; \
89  esac;
90am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
91appsDATA_INSTALL = $(INSTALL_DATA)
92dist_pixmapsDATA_INSTALL = $(INSTALL_DATA)
93DATA = $(apps_DATA) $(dist_pixmaps_DATA)
94RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
95  distclean-recursive maintainer-clean-recursive
96ETAGS = etags
97CTAGS = ctags
98DIST_SUBDIRS = $(SUBDIRS)
99DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100distdir = $(PACKAGE)-$(VERSION)
101top_distdir = $(distdir)
102am__remove_distdir = \
103  { test ! -d $(distdir) \
104    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
105         && rm -fr $(distdir); }; }
106DIST_ARCHIVES = $(distdir).tar.gz
107GZIP_ENV = --best
108distuninstallcheck_listfiles = find . -type f -print
109distcleancheck_listfiles = find . -type f -print
110ACLOCAL = @ACLOCAL@
111AMTAR = @AMTAR@
112AUTOCONF = @AUTOCONF@
113AUTOHEADER = @AUTOHEADER@
114AUTOMAKE = @AUTOMAKE@
115AWK = @AWK@
116CC = @CC@
117CCDEPMODE = @CCDEPMODE@
118CFLAGS = @CFLAGS@
119CPP = @CPP@
120CPPFLAGS = @CPPFLAGS@
121CYGPATH_W = @CYGPATH_W@
122DEFS = @DEFS@
123DEPDIR = @DEPDIR@
124ECHO_C = @ECHO_C@
125ECHO_N = @ECHO_N@
126ECHO_T = @ECHO_T@
127EGREP = @EGREP@
128EXEEXT = @EXEEXT@
129GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
130GMSGFMT = @GMSGFMT@
131GMSGFMT_015 = @GMSGFMT_015@
132GREP = @GREP@
133INSTALL = @INSTALL@
134INSTALL_DATA = @INSTALL_DATA@
135INSTALL_PROGRAM = @INSTALL_PROGRAM@
136INSTALL_SCRIPT = @INSTALL_SCRIPT@
137INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
138INTLLIBS = @INTLLIBS@
139INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
140LDFLAGS = @LDFLAGS@
141LIBICONV = @LIBICONV@
142LIBINTL = @LIBINTL@
143LIBOBJS = @LIBOBJS@
144LIBS = @LIBS@
145LTLIBICONV = @LTLIBICONV@
146LTLIBINTL = @LTLIBINTL@
147LTLIBOBJS = @LTLIBOBJS@
148MAINT = @MAINT@
149MAKEINFO = @MAKEINFO@
150MKDIR_P = @MKDIR_P@
151MSGFMT = @MSGFMT@
152MSGFMT_015 = @MSGFMT_015@
153MSGMERGE = @MSGMERGE@
154OBJEXT = @OBJEXT@
155PACKAGE = @PACKAGE@
156PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
157PACKAGE_NAME = @PACKAGE_NAME@
158PACKAGE_STRING = @PACKAGE_STRING@
159PACKAGE_TARNAME = @PACKAGE_TARNAME@
160PACKAGE_VERSION = @PACKAGE_VERSION@
161PATH_SEPARATOR = @PATH_SEPARATOR@
162PKG_CONFIG = @PKG_CONFIG@
163POSUB = @POSUB@
164SET_MAKE = @SET_MAKE@
165SHELL = @SHELL@
166STRIP = @STRIP@
167USE_NLS = @USE_NLS@
168VERSION = @VERSION@
169XEMERALDIA_CFLAGS = @XEMERALDIA_CFLAGS@
170XEMERALDIA_LIBS = @XEMERALDIA_LIBS@
171XGETTEXT = @XGETTEXT@
172XGETTEXT_015 = @XGETTEXT_015@
173XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
174abs_builddir = @abs_builddir@
175abs_srcdir = @abs_srcdir@
176abs_top_builddir = @abs_top_builddir@
177abs_top_srcdir = @abs_top_srcdir@
178ac_ct_CC = @ac_ct_CC@
179am__include = @am__include@
180am__leading_dot = @am__leading_dot@
181am__quote = @am__quote@
182am__tar = @am__tar@
183am__untar = @am__untar@
184bindir = @bindir@
185build = @build@
186build_alias = @build_alias@
187build_cpu = @build_cpu@
188build_os = @build_os@
189build_vendor = @build_vendor@
190builddir = @builddir@
191datadir = @datadir@
192datarootdir = @datarootdir@
193docdir = @docdir@
194dvidir = @dvidir@
195exec_prefix = @exec_prefix@
196host = @host@
197host_alias = @host_alias@
198host_cpu = @host_cpu@
199host_os = @host_os@
200host_vendor = @host_vendor@
201htmldir = @htmldir@
202includedir = @includedir@
203infodir = @infodir@
204install_sh = @install_sh@
205libdir = @libdir@
206libexecdir = @libexecdir@
207localedir = @localedir@
208localstatedir = @localstatedir@
209mandir = @mandir@
210mkdir_p = @mkdir_p@
211oldincludedir = @oldincludedir@
212pdfdir = @pdfdir@
213prefix = @prefix@
214program_transform_name = @program_transform_name@
215psdir = @psdir@
216resolveddatadir = @resolveddatadir@
217sbindir = @sbindir@
218sharedstatedir = @sharedstatedir@
219srcdir = @srcdir@
220sysconfdir = @sysconfdir@
221target_alias = @target_alias@
222top_builddir = @top_builddir@
223top_srcdir = @top_srcdir@
224gamesdir = ${prefix}/bin
225xemeraldia_SOURCES = crack.c games.c graphics.c init-graphics.c main.c \
226	move.c score.c bitmaps.h config.h games.h gettext.h graphics.h \
227	bitmaps/block1cr.xbm bitmaps/block1.xbm bitmaps/block2cr.xbm \
228	bitmaps/block2.xbm bitmaps/block3cr.xbm bitmaps/block3.xbm \
229	bitmaps/block4cr.xbm bitmaps/block4.xbm bitmaps/block5cr.xbm \
230	bitmaps/block5.xbm bitmaps/block6cr.xbm bitmaps/block6.xbm \
231	bitmaps/crush0.xbm \
232	bitmaps/crush1.xbm bitmaps/crush2.xbm bitmaps/crush3.xbm \
233	bitmaps/crush4.xbm bitmaps/xemeraldia.xpm bitmaps/star.xbm
234
235xemeraldia_LDADD = $(LIBOBJS) @XEMERALDIA_LIBS@
236xemeraldia_CFLAGS = @XEMERALDIA_CFLAGS@
237appsdir = $(datadir)/applications
238apps_DATA = xemeraldia.desktop
239pixmapsdir = $(datadir)/pixmaps
240dist_pixmaps_DATA = bitmaps/xemeraldia.xpm
241SUBDIRS = m4 po
242ACLOCAL_AMFLAGS = -I m4
243EXTRA_DIST = config.rpath NEWS README.jp xemeraldia.desktop.in TODO
244AM_CPPFLAGS = -DLOCALEDIR=\"$(datadir)/locale\" \
245	-DHIGH_SCORE_TABLE=\".xemeraldia.scores\"
246
247all: config.h
248	$(MAKE) $(AM_MAKEFLAGS) all-recursive
249
250.SUFFIXES:
251.SUFFIXES: .c .o .obj
252am--refresh:
253	@:
254$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
255	@for dep in $?; do \
256	  case '$(am__configure_deps)' in \
257	    *$$dep*) \
258	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
259	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
260		&& exit 0; \
261	      exit 1;; \
262	  esac; \
263	done; \
264	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
265	cd $(top_srcdir) && \
266	  $(AUTOMAKE) --foreign  Makefile
267.PRECIOUS: Makefile
268Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
269	@case '$?' in \
270	  *config.status*) \
271	    echo ' $(SHELL) ./config.status'; \
272	    $(SHELL) ./config.status;; \
273	  *) \
274	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
275	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
276	esac;
277
278$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
279	$(SHELL) ./config.status --recheck
280
281$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
282	cd $(srcdir) && $(AUTOCONF)
283$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
284	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
285
286config.h: stamp-h1
287	@if test ! -f $@; then \
288	  rm -f stamp-h1; \
289	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
290	else :; fi
291
292stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
293	@rm -f stamp-h1
294	cd $(top_builddir) && $(SHELL) ./config.status config.h
295$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
296	cd $(top_srcdir) && $(AUTOHEADER)
297	rm -f stamp-h1
298	touch $@
299
300distclean-hdr:
301	-rm -f config.h stamp-h1
302xemeraldia.desktop: $(top_builddir)/config.status $(srcdir)/xemeraldia.desktop.in
303	cd $(top_builddir) && $(SHELL) ./config.status $@
304install-gamesPROGRAMS: $(games_PROGRAMS)
305	@$(NORMAL_INSTALL)
306	test -z "$(gamesdir)" || $(MKDIR_P) "$(DESTDIR)$(gamesdir)"
307	@list='$(games_PROGRAMS)'; for p in $$list; do \
308	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
309	  if test -f $$p \
310	  ; then \
311	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
312	   echo " $(INSTALL_PROGRAM_ENV) $(gamesPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(gamesdir)/$$f'"; \
313	   $(INSTALL_PROGRAM_ENV) $(gamesPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(gamesdir)/$$f" || exit 1; \
314	  else :; fi; \
315	done
316
317uninstall-gamesPROGRAMS:
318	@$(NORMAL_UNINSTALL)
319	@list='$(games_PROGRAMS)'; for p in $$list; do \
320	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
321	  echo " rm -f '$(DESTDIR)$(gamesdir)/$$f'"; \
322	  rm -f "$(DESTDIR)$(gamesdir)/$$f"; \
323	done
324
325clean-gamesPROGRAMS:
326	-test -z "$(games_PROGRAMS)" || rm -f $(games_PROGRAMS)
327xemeraldia$(EXEEXT): $(xemeraldia_OBJECTS) $(xemeraldia_DEPENDENCIES)
328	@rm -f xemeraldia$(EXEEXT)
329	$(xemeraldia_LINK) $(xemeraldia_OBJECTS) $(xemeraldia_LDADD) $(LIBS)
330
331mostlyclean-compile:
332	-rm -f *.$(OBJEXT)
333
334distclean-compile:
335	-rm -f *.tab.c
336
337@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/usleep.Po@am__quote@
338@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xemeraldia-crack.Po@am__quote@
339@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xemeraldia-games.Po@am__quote@
340@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xemeraldia-graphics.Po@am__quote@
341@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xemeraldia-init-graphics.Po@am__quote@
342@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xemeraldia-main.Po@am__quote@
343@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xemeraldia-move.Po@am__quote@
344@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xemeraldia-score.Po@am__quote@
345
346.c.o:
347@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
348@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
349@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
350@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
351@am__fastdepCC_FALSE@	$(COMPILE) -c $<
352
353.c.obj:
354@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
355@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
356@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
357@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
358@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
359
360xemeraldia-crack.o: crack.c
361@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xemeraldia_CFLAGS) $(CFLAGS) -MT xemeraldia-crack.o -MD -MP -MF $(DEPDIR)/xemeraldia-crack.Tpo -c -o xemeraldia-crack.o `test -f 'crack.c' || echo '$(srcdir)/'`crack.c
362@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/xemeraldia-crack.Tpo $(DEPDIR)/xemeraldia-crack.Po
363@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='crack.c' object='xemeraldia-crack.o' libtool=no @AMDEPBACKSLASH@
364@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
365@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xemeraldia_CFLAGS) $(CFLAGS) -c -o xemeraldia-crack.o `test -f 'crack.c' || echo '$(srcdir)/'`crack.c
366
367xemeraldia-crack.obj: crack.c
368@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xemeraldia_CFLAGS) $(CFLAGS) -MT xemeraldia-crack.obj -MD -MP -MF $(DEPDIR)/xemeraldia-crack.Tpo -c -o xemeraldia-crack.obj `if test -f 'crack.c'; then $(CYGPATH_W) 'crack.c'; else $(CYGPATH_W) '$(srcdir)/crack.c'; fi`
369@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/xemeraldia-crack.Tpo $(DEPDIR)/xemeraldia-crack.Po
370@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='crack.c' object='xemeraldia-crack.obj' libtool=no @AMDEPBACKSLASH@
371@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
372@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xemeraldia_CFLAGS) $(CFLAGS) -c -o xemeraldia-crack.obj `if test -f 'crack.c'; then $(CYGPATH_W) 'crack.c'; else $(CYGPATH_W) '$(srcdir)/crack.c'; fi`
373
374xemeraldia-games.o: games.c
375@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xemeraldia_CFLAGS) $(CFLAGS) -MT xemeraldia-games.o -MD -MP -MF $(DEPDIR)/xemeraldia-games.Tpo -c -o xemeraldia-games.o `test -f 'games.c' || echo '$(srcdir)/'`games.c
376@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/xemeraldia-games.Tpo $(DEPDIR)/xemeraldia-games.Po
377@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='games.c' object='xemeraldia-games.o' libtool=no @AMDEPBACKSLASH@
378@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
379@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xemeraldia_CFLAGS) $(CFLAGS) -c -o xemeraldia-games.o `test -f 'games.c' || echo '$(srcdir)/'`games.c
380
381xemeraldia-games.obj: games.c
382@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xemeraldia_CFLAGS) $(CFLAGS) -MT xemeraldia-games.obj -MD -MP -MF $(DEPDIR)/xemeraldia-games.Tpo -c -o xemeraldia-games.obj `if test -f 'games.c'; then $(CYGPATH_W) 'games.c'; else $(CYGPATH_W) '$(srcdir)/games.c'; fi`
383@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/xemeraldia-games.Tpo $(DEPDIR)/xemeraldia-games.Po
384@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='games.c' object='xemeraldia-games.obj' libtool=no @AMDEPBACKSLASH@
385@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
386@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xemeraldia_CFLAGS) $(CFLAGS) -c -o xemeraldia-games.obj `if test -f 'games.c'; then $(CYGPATH_W) 'games.c'; else $(CYGPATH_W) '$(srcdir)/games.c'; fi`
387
388xemeraldia-graphics.o: graphics.c
389@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xemeraldia_CFLAGS) $(CFLAGS) -MT xemeraldia-graphics.o -MD -MP -MF $(DEPDIR)/xemeraldia-graphics.Tpo -c -o xemeraldia-graphics.o `test -f 'graphics.c' || echo '$(srcdir)/'`graphics.c
390@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/xemeraldia-graphics.Tpo $(DEPDIR)/xemeraldia-graphics.Po
391@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='graphics.c' object='xemeraldia-graphics.o' libtool=no @AMDEPBACKSLASH@
392@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
393@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xemeraldia_CFLAGS) $(CFLAGS) -c -o xemeraldia-graphics.o `test -f 'graphics.c' || echo '$(srcdir)/'`graphics.c
394
395xemeraldia-graphics.obj: graphics.c
396@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xemeraldia_CFLAGS) $(CFLAGS) -MT xemeraldia-graphics.obj -MD -MP -MF $(DEPDIR)/xemeraldia-graphics.Tpo -c -o xemeraldia-graphics.obj `if test -f 'graphics.c'; then $(CYGPATH_W) 'graphics.c'; else $(CYGPATH_W) '$(srcdir)/graphics.c'; fi`
397@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/xemeraldia-graphics.Tpo $(DEPDIR)/xemeraldia-graphics.Po
398@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='graphics.c' object='xemeraldia-graphics.obj' libtool=no @AMDEPBACKSLASH@
399@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
400@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xemeraldia_CFLAGS) $(CFLAGS) -c -o xemeraldia-graphics.obj `if test -f 'graphics.c'; then $(CYGPATH_W) 'graphics.c'; else $(CYGPATH_W) '$(srcdir)/graphics.c'; fi`
401
402xemeraldia-init-graphics.o: init-graphics.c
403@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xemeraldia_CFLAGS) $(CFLAGS) -MT xemeraldia-init-graphics.o -MD -MP -MF $(DEPDIR)/xemeraldia-init-graphics.Tpo -c -o xemeraldia-init-graphics.o `test -f 'init-graphics.c' || echo '$(srcdir)/'`init-graphics.c
404@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/xemeraldia-init-graphics.Tpo $(DEPDIR)/xemeraldia-init-graphics.Po
405@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='init-graphics.c' object='xemeraldia-init-graphics.o' libtool=no @AMDEPBACKSLASH@
406@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
407@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xemeraldia_CFLAGS) $(CFLAGS) -c -o xemeraldia-init-graphics.o `test -f 'init-graphics.c' || echo '$(srcdir)/'`init-graphics.c
408
409xemeraldia-init-graphics.obj: init-graphics.c
410@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xemeraldia_CFLAGS) $(CFLAGS) -MT xemeraldia-init-graphics.obj -MD -MP -MF $(DEPDIR)/xemeraldia-init-graphics.Tpo -c -o xemeraldia-init-graphics.obj `if test -f 'init-graphics.c'; then $(CYGPATH_W) 'init-graphics.c'; else $(CYGPATH_W) '$(srcdir)/init-graphics.c'; fi`
411@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/xemeraldia-init-graphics.Tpo $(DEPDIR)/xemeraldia-init-graphics.Po
412@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='init-graphics.c' object='xemeraldia-init-graphics.obj' libtool=no @AMDEPBACKSLASH@
413@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
414@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xemeraldia_CFLAGS) $(CFLAGS) -c -o xemeraldia-init-graphics.obj `if test -f 'init-graphics.c'; then $(CYGPATH_W) 'init-graphics.c'; else $(CYGPATH_W) '$(srcdir)/init-graphics.c'; fi`
415
416xemeraldia-main.o: main.c
417@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xemeraldia_CFLAGS) $(CFLAGS) -MT xemeraldia-main.o -MD -MP -MF $(DEPDIR)/xemeraldia-main.Tpo -c -o xemeraldia-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
418@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/xemeraldia-main.Tpo $(DEPDIR)/xemeraldia-main.Po
419@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='main.c' object='xemeraldia-main.o' libtool=no @AMDEPBACKSLASH@
420@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
421@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xemeraldia_CFLAGS) $(CFLAGS) -c -o xemeraldia-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
422
423xemeraldia-main.obj: main.c
424@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xemeraldia_CFLAGS) $(CFLAGS) -MT xemeraldia-main.obj -MD -MP -MF $(DEPDIR)/xemeraldia-main.Tpo -c -o xemeraldia-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
425@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/xemeraldia-main.Tpo $(DEPDIR)/xemeraldia-main.Po
426@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='main.c' object='xemeraldia-main.obj' libtool=no @AMDEPBACKSLASH@
427@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
428@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xemeraldia_CFLAGS) $(CFLAGS) -c -o xemeraldia-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
429
430xemeraldia-move.o: move.c
431@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xemeraldia_CFLAGS) $(CFLAGS) -MT xemeraldia-move.o -MD -MP -MF $(DEPDIR)/xemeraldia-move.Tpo -c -o xemeraldia-move.o `test -f 'move.c' || echo '$(srcdir)/'`move.c
432@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/xemeraldia-move.Tpo $(DEPDIR)/xemeraldia-move.Po
433@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='move.c' object='xemeraldia-move.o' libtool=no @AMDEPBACKSLASH@
434@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
435@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xemeraldia_CFLAGS) $(CFLAGS) -c -o xemeraldia-move.o `test -f 'move.c' || echo '$(srcdir)/'`move.c
436
437xemeraldia-move.obj: move.c
438@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xemeraldia_CFLAGS) $(CFLAGS) -MT xemeraldia-move.obj -MD -MP -MF $(DEPDIR)/xemeraldia-move.Tpo -c -o xemeraldia-move.obj `if test -f 'move.c'; then $(CYGPATH_W) 'move.c'; else $(CYGPATH_W) '$(srcdir)/move.c'; fi`
439@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/xemeraldia-move.Tpo $(DEPDIR)/xemeraldia-move.Po
440@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='move.c' object='xemeraldia-move.obj' libtool=no @AMDEPBACKSLASH@
441@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
442@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xemeraldia_CFLAGS) $(CFLAGS) -c -o xemeraldia-move.obj `if test -f 'move.c'; then $(CYGPATH_W) 'move.c'; else $(CYGPATH_W) '$(srcdir)/move.c'; fi`
443
444xemeraldia-score.o: score.c
445@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xemeraldia_CFLAGS) $(CFLAGS) -MT xemeraldia-score.o -MD -MP -MF $(DEPDIR)/xemeraldia-score.Tpo -c -o xemeraldia-score.o `test -f 'score.c' || echo '$(srcdir)/'`score.c
446@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/xemeraldia-score.Tpo $(DEPDIR)/xemeraldia-score.Po
447@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='score.c' object='xemeraldia-score.o' libtool=no @AMDEPBACKSLASH@
448@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
449@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xemeraldia_CFLAGS) $(CFLAGS) -c -o xemeraldia-score.o `test -f 'score.c' || echo '$(srcdir)/'`score.c
450
451xemeraldia-score.obj: score.c
452@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xemeraldia_CFLAGS) $(CFLAGS) -MT xemeraldia-score.obj -MD -MP -MF $(DEPDIR)/xemeraldia-score.Tpo -c -o xemeraldia-score.obj `if test -f 'score.c'; then $(CYGPATH_W) 'score.c'; else $(CYGPATH_W) '$(srcdir)/score.c'; fi`
453@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/xemeraldia-score.Tpo $(DEPDIR)/xemeraldia-score.Po
454@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='score.c' object='xemeraldia-score.obj' libtool=no @AMDEPBACKSLASH@
455@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
456@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xemeraldia_CFLAGS) $(CFLAGS) -c -o xemeraldia-score.obj `if test -f 'score.c'; then $(CYGPATH_W) 'score.c'; else $(CYGPATH_W) '$(srcdir)/score.c'; fi`
457install-appsDATA: $(apps_DATA)
458	@$(NORMAL_INSTALL)
459	test -z "$(appsdir)" || $(MKDIR_P) "$(DESTDIR)$(appsdir)"
460	@list='$(apps_DATA)'; for p in $$list; do \
461	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
462	  f=$(am__strip_dir) \
463	  echo " $(appsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(appsdir)/$$f'"; \
464	  $(appsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(appsdir)/$$f"; \
465	done
466
467uninstall-appsDATA:
468	@$(NORMAL_UNINSTALL)
469	@list='$(apps_DATA)'; for p in $$list; do \
470	  f=$(am__strip_dir) \
471	  echo " rm -f '$(DESTDIR)$(appsdir)/$$f'"; \
472	  rm -f "$(DESTDIR)$(appsdir)/$$f"; \
473	done
474install-dist_pixmapsDATA: $(dist_pixmaps_DATA)
475	@$(NORMAL_INSTALL)
476	test -z "$(pixmapsdir)" || $(MKDIR_P) "$(DESTDIR)$(pixmapsdir)"
477	@list='$(dist_pixmaps_DATA)'; for p in $$list; do \
478	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
479	  f=$(am__strip_dir) \
480	  echo " $(dist_pixmapsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pixmapsdir)/$$f'"; \
481	  $(dist_pixmapsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pixmapsdir)/$$f"; \
482	done
483
484uninstall-dist_pixmapsDATA:
485	@$(NORMAL_UNINSTALL)
486	@list='$(dist_pixmaps_DATA)'; for p in $$list; do \
487	  f=$(am__strip_dir) \
488	  echo " rm -f '$(DESTDIR)$(pixmapsdir)/$$f'"; \
489	  rm -f "$(DESTDIR)$(pixmapsdir)/$$f"; \
490	done
491
492# This directory's subdirectories are mostly independent; you can cd
493# into them and run `make' without going through this Makefile.
494# To change the values of `make' variables: instead of editing Makefiles,
495# (1) if the variable is set in `config.status', edit `config.status'
496#     (which will cause the Makefiles to be regenerated when you run `make');
497# (2) otherwise, pass the desired values on the `make' command line.
498$(RECURSIVE_TARGETS):
499	@failcom='exit 1'; \
500	for f in x $$MAKEFLAGS; do \
501	  case $$f in \
502	    *=* | --[!k]*);; \
503	    *k*) failcom='fail=yes';; \
504	  esac; \
505	done; \
506	dot_seen=no; \
507	target=`echo $@ | sed s/-recursive//`; \
508	list='$(SUBDIRS)'; for subdir in $$list; do \
509	  echo "Making $$target in $$subdir"; \
510	  if test "$$subdir" = "."; then \
511	    dot_seen=yes; \
512	    local_target="$$target-am"; \
513	  else \
514	    local_target="$$target"; \
515	  fi; \
516	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
517	  || eval $$failcom; \
518	done; \
519	if test "$$dot_seen" = "no"; then \
520	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
521	fi; test -z "$$fail"
522
523$(RECURSIVE_CLEAN_TARGETS):
524	@failcom='exit 1'; \
525	for f in x $$MAKEFLAGS; do \
526	  case $$f in \
527	    *=* | --[!k]*);; \
528	    *k*) failcom='fail=yes';; \
529	  esac; \
530	done; \
531	dot_seen=no; \
532	case "$@" in \
533	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
534	  *) list='$(SUBDIRS)' ;; \
535	esac; \
536	rev=''; for subdir in $$list; do \
537	  if test "$$subdir" = "."; then :; else \
538	    rev="$$subdir $$rev"; \
539	  fi; \
540	done; \
541	rev="$$rev ."; \
542	target=`echo $@ | sed s/-recursive//`; \
543	for subdir in $$rev; do \
544	  echo "Making $$target in $$subdir"; \
545	  if test "$$subdir" = "."; then \
546	    local_target="$$target-am"; \
547	  else \
548	    local_target="$$target"; \
549	  fi; \
550	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
551	  || eval $$failcom; \
552	done && test -z "$$fail"
553tags-recursive:
554	list='$(SUBDIRS)'; for subdir in $$list; do \
555	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
556	done
557ctags-recursive:
558	list='$(SUBDIRS)'; for subdir in $$list; do \
559	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
560	done
561
562ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
563	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
564	unique=`for i in $$list; do \
565	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
566	  done | \
567	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
568	      END { if (nonempty) { for (i in files) print i; }; }'`; \
569	mkid -fID $$unique
570tags: TAGS
571
572TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
573		$(TAGS_FILES) $(LISP)
574	tags=; \
575	here=`pwd`; \
576	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
577	  include_option=--etags-include; \
578	  empty_fix=.; \
579	else \
580	  include_option=--include; \
581	  empty_fix=; \
582	fi; \
583	list='$(SUBDIRS)'; for subdir in $$list; do \
584	  if test "$$subdir" = .; then :; else \
585	    test ! -f $$subdir/TAGS || \
586	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
587	  fi; \
588	done; \
589	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
590	unique=`for i in $$list; do \
591	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
592	  done | \
593	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
594	      END { if (nonempty) { for (i in files) print i; }; }'`; \
595	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
596	  test -n "$$unique" || unique=$$empty_fix; \
597	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
598	    $$tags $$unique; \
599	fi
600ctags: CTAGS
601CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
602		$(TAGS_FILES) $(LISP)
603	tags=; \
604	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
605	unique=`for i in $$list; do \
606	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
607	  done | \
608	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
609	      END { if (nonempty) { for (i in files) print i; }; }'`; \
610	test -z "$(CTAGS_ARGS)$$tags$$unique" \
611	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
612	     $$tags $$unique
613
614GTAGS:
615	here=`$(am__cd) $(top_builddir) && pwd` \
616	  && cd $(top_srcdir) \
617	  && gtags -i $(GTAGS_ARGS) $$here
618
619distclean-tags:
620	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
621
622distdir: $(DISTFILES)
623	$(am__remove_distdir)
624	test -d $(distdir) || mkdir $(distdir)
625	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
626	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
627	list='$(DISTFILES)'; \
628	  dist_files=`for file in $$list; do echo $$file; done | \
629	  sed -e "s|^$$srcdirstrip/||;t" \
630	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
631	case $$dist_files in \
632	  */*) $(MKDIR_P) `echo "$$dist_files" | \
633			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
634			   sort -u` ;; \
635	esac; \
636	for file in $$dist_files; do \
637	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
638	  if test -d $$d/$$file; then \
639	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
640	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
641	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
642	    fi; \
643	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
644	  else \
645	    test -f $(distdir)/$$file \
646	    || cp -p $$d/$$file $(distdir)/$$file \
647	    || exit 1; \
648	  fi; \
649	done
650	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
651	  if test "$$subdir" = .; then :; else \
652	    test -d "$(distdir)/$$subdir" \
653	    || $(MKDIR_P) "$(distdir)/$$subdir" \
654	    || exit 1; \
655	    distdir=`$(am__cd) $(distdir) && pwd`; \
656	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
657	    (cd $$subdir && \
658	      $(MAKE) $(AM_MAKEFLAGS) \
659	        top_distdir="$$top_distdir" \
660	        distdir="$$distdir/$$subdir" \
661		am__remove_distdir=: \
662		am__skip_length_check=: \
663	        distdir) \
664	      || exit 1; \
665	  fi; \
666	done
667	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
668	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
669	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
670	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
671	|| chmod -R a+r $(distdir)
672dist-gzip: distdir
673	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
674	$(am__remove_distdir)
675
676dist-bzip2: distdir
677	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
678	$(am__remove_distdir)
679
680dist-lzma: distdir
681	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
682	$(am__remove_distdir)
683
684dist-tarZ: distdir
685	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
686	$(am__remove_distdir)
687
688dist-shar: distdir
689	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
690	$(am__remove_distdir)
691
692dist-zip: distdir
693	-rm -f $(distdir).zip
694	zip -rq $(distdir).zip $(distdir)
695	$(am__remove_distdir)
696
697dist dist-all: distdir
698	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
699	$(am__remove_distdir)
700
701# This target untars the dist file and tries a VPATH configuration.  Then
702# it guarantees that the distribution is self-contained by making another
703# tarfile.
704distcheck: dist
705	case '$(DIST_ARCHIVES)' in \
706	*.tar.gz*) \
707	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
708	*.tar.bz2*) \
709	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
710	*.tar.lzma*) \
711	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
712	*.tar.Z*) \
713	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
714	*.shar.gz*) \
715	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
716	*.zip*) \
717	  unzip $(distdir).zip ;;\
718	esac
719	chmod -R a-w $(distdir); chmod a+w $(distdir)
720	mkdir $(distdir)/_build
721	mkdir $(distdir)/_inst
722	chmod a-w $(distdir)
723	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
724	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
725	  && cd $(distdir)/_build \
726	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
727	    $(DISTCHECK_CONFIGURE_FLAGS) \
728	  && $(MAKE) $(AM_MAKEFLAGS) \
729	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
730	  && $(MAKE) $(AM_MAKEFLAGS) check \
731	  && $(MAKE) $(AM_MAKEFLAGS) install \
732	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
733	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
734	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
735	        distuninstallcheck \
736	  && chmod -R a-w "$$dc_install_base" \
737	  && ({ \
738	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
739	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
740	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
741	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
742	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
743	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
744	  && rm -rf "$$dc_destdir" \
745	  && $(MAKE) $(AM_MAKEFLAGS) dist \
746	  && rm -rf $(DIST_ARCHIVES) \
747	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
748	$(am__remove_distdir)
749	@(echo "$(distdir) archives ready for distribution: "; \
750	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
751	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
752distuninstallcheck:
753	@cd $(distuninstallcheck_dir) \
754	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
755	   || { echo "ERROR: files left after uninstall:" ; \
756	        if test -n "$(DESTDIR)"; then \
757	          echo "  (check DESTDIR support)"; \
758	        fi ; \
759	        $(distuninstallcheck_listfiles) ; \
760	        exit 1; } >&2
761distcleancheck: distclean
762	@if test '$(srcdir)' = . ; then \
763	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
764	  exit 1 ; \
765	fi
766	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
767	  || { echo "ERROR: files left in build directory after distclean:" ; \
768	       $(distcleancheck_listfiles) ; \
769	       exit 1; } >&2
770check-am: all-am
771check: check-recursive
772all-am: Makefile $(PROGRAMS) $(DATA) config.h
773installdirs: installdirs-recursive
774installdirs-am:
775	for dir in "$(DESTDIR)$(gamesdir)" "$(DESTDIR)$(appsdir)" "$(DESTDIR)$(pixmapsdir)"; do \
776	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
777	done
778install: install-recursive
779install-exec: install-exec-recursive
780install-data: install-data-recursive
781uninstall: uninstall-recursive
782
783install-am: all-am
784	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
785
786installcheck: installcheck-recursive
787install-strip:
788	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
789	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
790	  `test -z '$(STRIP)' || \
791	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
792mostlyclean-generic:
793
794clean-generic:
795
796distclean-generic:
797	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
798
799maintainer-clean-generic:
800	@echo "This command is intended for maintainers to use"
801	@echo "it deletes files that may require special tools to rebuild."
802clean: clean-recursive
803
804clean-am: clean-gamesPROGRAMS clean-generic mostlyclean-am
805
806distclean: distclean-recursive
807	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
808	-rm -rf $(DEPDIR) ./$(DEPDIR)
809	-rm -f Makefile
810distclean-am: clean-am distclean-compile distclean-generic \
811	distclean-hdr distclean-tags
812
813dvi: dvi-recursive
814
815dvi-am:
816
817html: html-recursive
818
819info: info-recursive
820
821info-am:
822
823install-data-am: install-appsDATA install-dist_pixmapsDATA \
824	install-gamesPROGRAMS
825	@$(NORMAL_INSTALL)
826	$(MAKE) $(AM_MAKEFLAGS)
827
828install-dvi: install-dvi-recursive
829
830install-exec-am:
831
832install-html: install-html-recursive
833
834install-info: install-info-recursive
835
836install-man:
837
838install-pdf: install-pdf-recursive
839
840install-ps: install-ps-recursive
841
842installcheck-am:
843
844maintainer-clean: maintainer-clean-recursive
845	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
846	-rm -rf $(top_srcdir)/autom4te.cache
847	-rm -rf $(DEPDIR) ./$(DEPDIR)
848	-rm -f Makefile
849maintainer-clean-am: distclean-am maintainer-clean-generic
850
851mostlyclean: mostlyclean-recursive
852
853mostlyclean-am: mostlyclean-compile mostlyclean-generic
854
855pdf: pdf-recursive
856
857pdf-am:
858
859ps: ps-recursive
860
861ps-am:
862
863uninstall-am: uninstall-appsDATA uninstall-dist_pixmapsDATA \
864	uninstall-gamesPROGRAMS
865
866.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
867	install-data-am install-strip
868
869.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
870	all all-am am--refresh check check-am clean \
871	clean-gamesPROGRAMS clean-generic ctags ctags-recursive dist \
872	dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
873	dist-zip distcheck distclean distclean-compile \
874	distclean-generic distclean-hdr distclean-tags distcleancheck \
875	distdir distuninstallcheck dvi dvi-am html html-am info \
876	info-am install install-am install-appsDATA install-data \
877	install-data-am install-data-hook install-dist_pixmapsDATA \
878	install-dvi install-dvi-am install-exec install-exec-am \
879	install-gamesPROGRAMS install-html install-html-am \
880	install-info install-info-am install-man install-pdf \
881	install-pdf-am install-ps install-ps-am install-strip \
882	installcheck installcheck-am installdirs installdirs-am \
883	maintainer-clean maintainer-clean-generic mostlyclean \
884	mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
885	tags tags-recursive uninstall uninstall-am uninstall-appsDATA \
886	uninstall-dist_pixmapsDATA uninstall-gamesPROGRAMS
887
888
889# automake thinks this is data!
890install-data-hook:
891	-chgrp games $(DESTDIR)$(gamesdir)/xemeraldia
892	-chmod g+s $(DESTDIR)$(gamesdir)/xemeraldia
893# Tell versions [3.59,3.63) of GNU make to not export all variables.
894# Otherwise a system limit (for SysV at least) may be exceeded.
895.NOEXPORT:
896