1# Makefile.in generated by automake 1.11.6 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, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18
19VPATH = @srcdir@
20am__make_dryrun = \
21  { \
22    am__dry=no; \
23    case $$MAKEFLAGS in \
24      *\\[\ \	]*) \
25        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
26          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
27      *) \
28        for am__flg in $$MAKEFLAGS; do \
29          case $$am__flg in \
30            *=*|--*) ;; \
31            *n*) am__dry=yes; break;; \
32          esac; \
33        done;; \
34    esac; \
35    test $$am__dry = yes; \
36  }
37pkgdatadir = $(datadir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39pkglibdir = $(libdir)/@PACKAGE@
40pkglibexecdir = $(libexecdir)/@PACKAGE@
41am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42install_sh_DATA = $(install_sh) -c -m 644
43install_sh_PROGRAM = $(install_sh) -c
44install_sh_SCRIPT = $(install_sh) -c
45INSTALL_HEADER = $(INSTALL_DATA)
46transform = $(program_transform_name)
47NORMAL_INSTALL = :
48PRE_INSTALL = :
49POST_INSTALL = :
50NORMAL_UNINSTALL = :
51PRE_UNINSTALL = :
52POST_UNINSTALL = :
53build_triplet = @build@
54host_triplet = @host@
55target_triplet = @target@
56bin_PROGRAMS = toppler$(EXEEXT)
57subdir = .
58DIST_COMMON = README $(am__configure_deps) $(dist_man_MANS) \
59	$(dist_pixmaps_DATA) $(dist_pkgdata_DATA) $(dist_pkgdoc_DATA) \
60	$(dist_pkglocalstate_DATA) $(srcdir)/Makefile.am \
61	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
62	$(srcdir)/toppler.desktop.in $(srcdir)/toppler.nsi.in \
63	$(srcdir)/toppler.qpg.in $(srcdir)/toppler.spec.in \
64	$(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING ChangeLog \
65	INSTALL NEWS config.guess config.rpath config.sub depcomp \
66	install-sh ltmain.sh missing mkinstalldirs
67ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
68am__aclocal_m4_deps = $(top_srcdir)/configure.ac
69am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
70	$(ACLOCAL_M4)
71am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
72 configure.lineno config.status.lineno
73mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
74CONFIG_HEADER = config.h
75CONFIG_CLEAN_FILES = toppler.spec toppler.nsi toppler.desktop \
76	toppler.qpg
77CONFIG_CLEAN_VPATH_FILES =
78am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man6dir)" \
79	"$(DESTDIR)$(applicationsdir)" "$(DESTDIR)$(pixmapsdir)" \
80	"$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(pkgdocdir)" \
81	"$(DESTDIR)$(pkglocalstatedir)"
82PROGRAMS = $(bin_PROGRAMS)
83am_toppler_OBJECTS = archi.$(OBJEXT) bonus.$(OBJEXT) \
84	configuration.$(OBJEXT) decl.$(OBJEXT) elevators.$(OBJEXT) \
85	game.$(OBJEXT) highscore.$(OBJEXT) keyb.$(OBJEXT) \
86	level.$(OBJEXT) leveledit.$(OBJEXT) menu.$(OBJEXT) \
87	menusys.$(OBJEXT) main.$(OBJEXT) points.$(OBJEXT) \
88	robots.$(OBJEXT) screen.$(OBJEXT) snowball.$(OBJEXT) \
89	sound.$(OBJEXT) soundsys.$(OBJEXT) sprites.$(OBJEXT) \
90	stars.$(OBJEXT) toppler.$(OBJEXT) txtsys.$(OBJEXT) \
91	qnxicon.$(OBJEXT)
92toppler_OBJECTS = $(am_toppler_OBJECTS)
93toppler_LDADD = $(LDADD)
94toppler_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
95	--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
96	$(toppler_LDFLAGS) $(LDFLAGS) -o $@
97DEFAULT_INCLUDES = -I.@am__isrc@
98depcomp = $(SHELL) $(top_srcdir)/depcomp
99am__depfiles_maybe = depfiles
100am__mv = mv -f
101COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
102	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
103LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
104	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
105	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
106CCLD = $(CC)
107LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
108	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
109	$(LDFLAGS) -o $@
110CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
111	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
112LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
113	--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
114	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
115CXXLD = $(CXX)
116CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
117	--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
118	$(LDFLAGS) -o $@
119SOURCES = $(toppler_SOURCES)
120DIST_SOURCES = $(toppler_SOURCES)
121RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
122	html-recursive info-recursive install-data-recursive \
123	install-dvi-recursive install-exec-recursive \
124	install-html-recursive install-info-recursive \
125	install-pdf-recursive install-ps-recursive install-recursive \
126	installcheck-recursive installdirs-recursive pdf-recursive \
127	ps-recursive uninstall-recursive
128am__can_run_installinfo = \
129  case $$AM_UPDATE_INFO_DIR in \
130    n|no|NO) false;; \
131    *) (install-info --version) >/dev/null 2>&1;; \
132  esac
133am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
134am__vpath_adj = case $$p in \
135    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
136    *) f=$$p;; \
137  esac;
138am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
139am__install_max = 40
140am__nobase_strip_setup = \
141  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
142am__nobase_strip = \
143  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
144am__nobase_list = $(am__nobase_strip_setup); \
145  for p in $$list; do echo "$$p $$p"; done | \
146  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
147  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
148    if (++n[$$2] == $(am__install_max)) \
149      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
150    END { for (dir in files) print dir, files[dir] }'
151am__base_list = \
152  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
153  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
154am__uninstall_files_from_dir = { \
155  test -z "$$files" \
156    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
157    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
158         $(am__cd) "$$dir" && rm -f $$files; }; \
159  }
160man6dir = $(mandir)/man6
161NROFF = nroff
162MANS = $(dist_man_MANS)
163DATA = $(applications_DATA) $(dist_pixmaps_DATA) $(dist_pkgdata_DATA) \
164	$(dist_pkgdoc_DATA) $(dist_pkglocalstate_DATA)
165RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
166  distclean-recursive maintainer-clean-recursive
167AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
168	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
169	distdir dist dist-all distcheck
170ETAGS = etags
171CTAGS = ctags
172DIST_SUBDIRS = $(SUBDIRS)
173DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
174distdir = $(PACKAGE)-$(VERSION)
175top_distdir = $(distdir)
176am__remove_distdir = \
177  if test -d "$(distdir)"; then \
178    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
179      && rm -rf "$(distdir)" \
180      || { sleep 5 && rm -rf "$(distdir)"; }; \
181  else :; fi
182am__relativize = \
183  dir0=`pwd`; \
184  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
185  sed_rest='s,^[^/]*/*,,'; \
186  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
187  sed_butlast='s,/*[^/]*$$,,'; \
188  while test -n "$$dir1"; do \
189    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
190    if test "$$first" != "."; then \
191      if test "$$first" = ".."; then \
192        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
193        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
194      else \
195        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
196        if test "$$first2" = "$$first"; then \
197          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
198        else \
199          dir2="../$$dir2"; \
200        fi; \
201        dir0="$$dir0"/"$$first"; \
202      fi; \
203    fi; \
204    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
205  done; \
206  reldir="$$dir2"
207DIST_ARCHIVES = $(distdir).tar.gz
208GZIP_ENV = --best
209distuninstallcheck_listfiles = find . -type f -print
210am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
211  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
212distcleancheck_listfiles = find . -type f -print
213ACLOCAL = @ACLOCAL@
214AMTAR = @AMTAR@
215AR = @AR@
216AUTOCONF = @AUTOCONF@
217AUTOHEADER = @AUTOHEADER@
218AUTOMAKE = @AUTOMAKE@
219AWK = @AWK@
220CC = @CC@
221CCDEPMODE = @CCDEPMODE@
222CFLAGS = @CFLAGS@
223CPP = @CPP@
224CPPFLAGS = @CPPFLAGS@
225CXX = @CXX@
226CXXCPP = @CXXCPP@
227CXXDEPMODE = @CXXDEPMODE@
228CXXFLAGS = @CXXFLAGS@
229CYGPATH_W = @CYGPATH_W@
230DEFS = @DEFS@
231DEPDIR = @DEPDIR@
232DLLTOOL = @DLLTOOL@
233DSYMUTIL = @DSYMUTIL@
234DUMPBIN = @DUMPBIN@
235ECHO_C = @ECHO_C@
236ECHO_N = @ECHO_N@
237ECHO_T = @ECHO_T@
238EGREP = @EGREP@
239EXEEXT = @EXEEXT@
240FGREP = @FGREP@
241FULLNAME = @FULLNAME@
242GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
243GMSGFMT = @GMSGFMT@
244GMSGFMT_015 = @GMSGFMT_015@
245GREP = @GREP@
246INSTALL = @INSTALL@
247INSTALL_DATA = @INSTALL_DATA@
248INSTALL_PROGRAM = @INSTALL_PROGRAM@
249INSTALL_SCRIPT = @INSTALL_SCRIPT@
250INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
251INTLLIBS = @INTLLIBS@
252INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
253LD = @LD@
254LDFLAGS = @LDFLAGS@
255LIBICONV = @LIBICONV@
256LIBINTL = @LIBINTL@
257LIBOBJS = @LIBOBJS@
258LIBS = @LIBS@
259LIBTOOL = @LIBTOOL@
260LIPO = @LIPO@
261LN_S = @LN_S@
262LTLIBICONV = @LTLIBICONV@
263LTLIBINTL = @LTLIBINTL@
264LTLIBOBJS = @LTLIBOBJS@
265MAINT = @MAINT@
266MAKEINFO = @MAKEINFO@
267MANIFEST_TOOL = @MANIFEST_TOOL@
268MKDIR_P = @MKDIR_P@
269MSGFMT = @MSGFMT@
270MSGFMT_015 = @MSGFMT_015@
271MSGMERGE = @MSGMERGE@
272NM = @NM@
273NMEDIT = @NMEDIT@
274OBJDUMP = @OBJDUMP@
275OBJEXT = @OBJEXT@
276OTOOL = @OTOOL@
277OTOOL64 = @OTOOL64@
278PACKAGE = toppler
279PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
280PACKAGE_NAME = @PACKAGE_NAME@
281PACKAGE_STRING = @PACKAGE_STRING@
282PACKAGE_TARNAME = @PACKAGE_TARNAME@
283PACKAGE_URL = @PACKAGE_URL@
284PACKAGE_VERSION = @PACKAGE_VERSION@
285PATH_SEPARATOR = @PATH_SEPARATOR@
286POSUB = @POSUB@
287RANLIB = @RANLIB@
288SDL_CFLAGS = @SDL_CFLAGS@
289SDL_CONFIG = @SDL_CONFIG@
290SDL_LIBS = @SDL_LIBS@
291SED = @SED@
292SET_MAKE = @SET_MAKE@
293SHELL = @SHELL@
294STRIP = @STRIP@
295URL = @URL@
296USE_NLS = @USE_NLS@
297VERSION = @VERSION@
298XGETTEXT = @XGETTEXT@
299XGETTEXT_015 = @XGETTEXT_015@
300XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
301abs_builddir = @abs_builddir@
302abs_srcdir = @abs_srcdir@
303abs_top_builddir = @abs_top_builddir@
304abs_top_srcdir = @abs_top_srcdir@
305ac_ct_AR = @ac_ct_AR@
306ac_ct_CC = @ac_ct_CC@
307ac_ct_CXX = @ac_ct_CXX@
308ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
309am__include = @am__include@
310am__leading_dot = @am__leading_dot@
311am__quote = @am__quote@
312am__tar = @am__tar@
313am__untar = @am__untar@
314bindir = @bindir@
315build = @build@
316build_alias = @build_alias@
317build_cpu = @build_cpu@
318build_os = @build_os@
319build_vendor = @build_vendor@
320builddir = @builddir@
321datadir = @datadir@
322datarootdir = @datarootdir@
323docdir = $(datadir)/doc
324dvidir = @dvidir@
325exec_prefix = @exec_prefix@
326host = @host@
327host_alias = @host_alias@
328host_cpu = @host_cpu@
329host_os = @host_os@
330host_vendor = @host_vendor@
331htmldir = @htmldir@
332includedir = @includedir@
333infodir = @infodir@
334install_sh = @install_sh@
335libdir = @libdir@
336libexecdir = @libexecdir@
337localedir = @localedir@
338localstatedir = @localstatedir@
339mandir = @mandir@
340mkdir_p = @mkdir_p@
341oldincludedir = @oldincludedir@
342pdfdir = @pdfdir@
343prefix = @prefix@
344program_transform_name = @program_transform_name@
345psdir = @psdir@
346sbindir = @sbindir@
347sharedstatedir = @sharedstatedir@
348srcdir = @srcdir@
349sysconfdir = @sysconfdir@
350target = @target@
351target_alias = @target_alias@
352target_cpu = @target_cpu@
353target_os = @target_os@
354target_vendor = @target_vendor@
355top_build_prefix = @top_build_prefix@
356top_builddir = @top_builddir@
357top_srcdir = @top_srcdir@
358AM_CXXFLAGS = -Wall -DTOP_DATADIR=\"$(pkgdatadir)\" -DHISCOREDIR=\"$(pkglocalstatedir)\" -DLOCALEDIR=\"$(localedir)\"
359SUBDIRS = po m4
360ACLOCAL_AMFLAGS = -I m4
361toppler_LDFLAGS = $(LIBINTL)
362toppler_SOURCES = \
363  archi.cc         archi.h         \
364  bonus.cc         bonus.h         \
365  configuration.cc configuration.h \
366  decl.cc          decl.h          \
367  elevators.cc     elevators.h     \
368  game.cc          game.h          \
369  highscore.cc     highscore.h     \
370  keyb.cc          keyb.h          \
371  level.cc         level.h         \
372  leveledit.cc     leveledit.h     \
373  menu.cc          menu.h          \
374  menusys.cc       menusys.h       \
375  main.cc                          \
376  points.cc        points.h        \
377  robots.cc        robots.h        \
378  screen.cc        screen.h        \
379  snowball.cc      snowball.h      \
380  sound.cc         sound.h         \
381  soundsys.cc      soundsys.h      \
382  sprites.cc       sprites.h       \
383  stars.cc         stars.h         \
384  toppler.cc       toppler.h       \
385  txtsys.cc        txtsys.h        \
386  qnxicon.c
387
388pixmapsdir = $(datadir)/pixmaps
389applicationsdir = $(datadir)/applications
390pkgdocdir = $(docdir)/$(PACKAGE)
391pkglocalstatedir = $(localstatedir)/$(PACKAGE)
392dist_pixmaps_DATA = $(PACKAGE).xpm
393applications_DATA = $(PACKAGE).desktop
394dist_man_MANS = toppler.6
395dist_pkgdoc_DATA = AUTHORS ChangeLog README
396dist_pkgdata_DATA = \
397  toppler.dat toppler.ogg
398
399dist_pkglocalstate_DATA = $(PACKAGE).hsc
400EXTRA_DIST = \
401  config.rpath mkinstalldirs \
402  $(PACKAGE).spec \
403  VERSION levelnames.txt \
404  toppler.qpg
405
406win32dir = $(PACKAGE)-$(VERSION)-win32
407all: config.h
408	$(MAKE) $(AM_MAKEFLAGS) all-recursive
409
410.SUFFIXES:
411.SUFFIXES: .c .cc .lo .o .obj
412am--refresh: Makefile
413	@:
414$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
415	@for dep in $?; do \
416	  case '$(am__configure_deps)' in \
417	    *$$dep*) \
418	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
419	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
420		&& exit 0; \
421	      exit 1;; \
422	  esac; \
423	done; \
424	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
425	$(am__cd) $(top_srcdir) && \
426	  $(AUTOMAKE) --gnu Makefile
427.PRECIOUS: Makefile
428Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
429	@case '$?' in \
430	  *config.status*) \
431	    echo ' $(SHELL) ./config.status'; \
432	    $(SHELL) ./config.status;; \
433	  *) \
434	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
435	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
436	esac;
437
438$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
439	$(SHELL) ./config.status --recheck
440
441$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
442	$(am__cd) $(srcdir) && $(AUTOCONF)
443$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
444	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
445$(am__aclocal_m4_deps):
446
447config.h: stamp-h1
448	@if test ! -f $@; then rm -f stamp-h1; else :; fi
449	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
450
451stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
452	@rm -f stamp-h1
453	cd $(top_builddir) && $(SHELL) ./config.status config.h
454$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
455	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
456	rm -f stamp-h1
457	touch $@
458
459distclean-hdr:
460	-rm -f config.h stamp-h1
461toppler.spec: $(top_builddir)/config.status $(srcdir)/toppler.spec.in
462	cd $(top_builddir) && $(SHELL) ./config.status $@
463toppler.nsi: $(top_builddir)/config.status $(srcdir)/toppler.nsi.in
464	cd $(top_builddir) && $(SHELL) ./config.status $@
465toppler.desktop: $(top_builddir)/config.status $(srcdir)/toppler.desktop.in
466	cd $(top_builddir) && $(SHELL) ./config.status $@
467toppler.qpg: $(top_builddir)/config.status $(srcdir)/toppler.qpg.in
468	cd $(top_builddir) && $(SHELL) ./config.status $@
469install-binPROGRAMS: $(bin_PROGRAMS)
470	@$(NORMAL_INSTALL)
471	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
472	if test -n "$$list"; then \
473	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
474	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
475	fi; \
476	for p in $$list; do echo "$$p $$p"; done | \
477	sed 's/$(EXEEXT)$$//' | \
478	while read p p1; do if test -f $$p || test -f $$p1; \
479	  then echo "$$p"; echo "$$p"; else :; fi; \
480	done | \
481	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
482	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
483	sed 'N;N;N;s,\n, ,g' | \
484	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
485	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
486	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
487	    else { print "f", $$3 "/" $$4, $$1; } } \
488	  END { for (d in files) print "f", d, files[d] }' | \
489	while read type dir files; do \
490	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
491	    test -z "$$files" || { \
492	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
493	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
494	    } \
495	; done
496
497uninstall-binPROGRAMS:
498	@$(NORMAL_UNINSTALL)
499	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
500	files=`for p in $$list; do echo "$$p"; done | \
501	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
502	      -e 's/$$/$(EXEEXT)/' `; \
503	test -n "$$list" || exit 0; \
504	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
505	cd "$(DESTDIR)$(bindir)" && rm -f $$files
506
507clean-binPROGRAMS:
508	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
509	echo " rm -f" $$list; \
510	rm -f $$list || exit $$?; \
511	test -n "$(EXEEXT)" || exit 0; \
512	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
513	echo " rm -f" $$list; \
514	rm -f $$list
515toppler$(EXEEXT): $(toppler_OBJECTS) $(toppler_DEPENDENCIES) $(EXTRA_toppler_DEPENDENCIES)
516	@rm -f toppler$(EXEEXT)
517	$(toppler_LINK) $(toppler_OBJECTS) $(toppler_LDADD) $(LIBS)
518
519mostlyclean-compile:
520	-rm -f *.$(OBJEXT)
521
522distclean-compile:
523	-rm -f *.tab.c
524
525@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/archi.Po@am__quote@
526@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bonus.Po@am__quote@
527@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/configuration.Po@am__quote@
528@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decl.Po@am__quote@
529@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elevators.Po@am__quote@
530@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/game.Po@am__quote@
531@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/highscore.Po@am__quote@
532@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keyb.Po@am__quote@
533@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/level.Po@am__quote@
534@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/leveledit.Po@am__quote@
535@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
536@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/menu.Po@am__quote@
537@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/menusys.Po@am__quote@
538@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/points.Po@am__quote@
539@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qnxicon.Po@am__quote@
540@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/robots.Po@am__quote@
541@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/screen.Po@am__quote@
542@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snowball.Po@am__quote@
543@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sound.Po@am__quote@
544@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/soundsys.Po@am__quote@
545@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sprites.Po@am__quote@
546@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stars.Po@am__quote@
547@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/toppler.Po@am__quote@
548@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/txtsys.Po@am__quote@
549
550.c.o:
551@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
552@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
553@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
554@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
555@am__fastdepCC_FALSE@	$(COMPILE) -c $<
556
557.c.obj:
558@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
559@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
560@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
561@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
562@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
563
564.c.lo:
565@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
566@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
567@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
568@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
569@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
570
571.cc.o:
572@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
573@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
574@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
575@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
576@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
577
578.cc.obj:
579@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
580@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
581@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
582@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
583@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
584
585.cc.lo:
586@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
587@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
588@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
589@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
590@am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
591
592mostlyclean-libtool:
593	-rm -f *.lo
594
595clean-libtool:
596	-rm -rf .libs _libs
597
598distclean-libtool:
599	-rm -f libtool config.lt
600install-man6: $(dist_man_MANS)
601	@$(NORMAL_INSTALL)
602	@list1=''; \
603	list2='$(dist_man_MANS)'; \
604	test -n "$(man6dir)" \
605	  && test -n "`echo $$list1$$list2`" \
606	  || exit 0; \
607	echo " $(MKDIR_P) '$(DESTDIR)$(man6dir)'"; \
608	$(MKDIR_P) "$(DESTDIR)$(man6dir)" || exit 1; \
609	{ for i in $$list1; do echo "$$i"; done;  \
610	if test -n "$$list2"; then \
611	  for i in $$list2; do echo "$$i"; done \
612	    | sed -n '/\.6[a-z]*$$/p'; \
613	fi; \
614	} | while read p; do \
615	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
616	  echo "$$d$$p"; echo "$$p"; \
617	done | \
618	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^6][0-9a-z]*$$,6,;x' \
619	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
620	sed 'N;N;s,\n, ,g' | { \
621	list=; while read file base inst; do \
622	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
623	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man6dir)/$$inst'"; \
624	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man6dir)/$$inst" || exit $$?; \
625	  fi; \
626	done; \
627	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
628	while read files; do \
629	  test -z "$$files" || { \
630	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man6dir)'"; \
631	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man6dir)" || exit $$?; }; \
632	done; }
633
634uninstall-man6:
635	@$(NORMAL_UNINSTALL)
636	@list=''; test -n "$(man6dir)" || exit 0; \
637	files=`{ for i in $$list; do echo "$$i"; done; \
638	l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
639	  sed -n '/\.6[a-z]*$$/p'; \
640	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^6][0-9a-z]*$$,6,;x' \
641	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
642	dir='$(DESTDIR)$(man6dir)'; $(am__uninstall_files_from_dir)
643install-applicationsDATA: $(applications_DATA)
644	@$(NORMAL_INSTALL)
645	@list='$(applications_DATA)'; test -n "$(applicationsdir)" || list=; \
646	if test -n "$$list"; then \
647	  echo " $(MKDIR_P) '$(DESTDIR)$(applicationsdir)'"; \
648	  $(MKDIR_P) "$(DESTDIR)$(applicationsdir)" || exit 1; \
649	fi; \
650	for p in $$list; do \
651	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
652	  echo "$$d$$p"; \
653	done | $(am__base_list) | \
654	while read files; do \
655	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(applicationsdir)'"; \
656	  $(INSTALL_DATA) $$files "$(DESTDIR)$(applicationsdir)" || exit $$?; \
657	done
658
659uninstall-applicationsDATA:
660	@$(NORMAL_UNINSTALL)
661	@list='$(applications_DATA)'; test -n "$(applicationsdir)" || list=; \
662	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
663	dir='$(DESTDIR)$(applicationsdir)'; $(am__uninstall_files_from_dir)
664install-dist_pixmapsDATA: $(dist_pixmaps_DATA)
665	@$(NORMAL_INSTALL)
666	@list='$(dist_pixmaps_DATA)'; test -n "$(pixmapsdir)" || list=; \
667	if test -n "$$list"; then \
668	  echo " $(MKDIR_P) '$(DESTDIR)$(pixmapsdir)'"; \
669	  $(MKDIR_P) "$(DESTDIR)$(pixmapsdir)" || exit 1; \
670	fi; \
671	for p in $$list; do \
672	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
673	  echo "$$d$$p"; \
674	done | $(am__base_list) | \
675	while read files; do \
676	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pixmapsdir)'"; \
677	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pixmapsdir)" || exit $$?; \
678	done
679
680uninstall-dist_pixmapsDATA:
681	@$(NORMAL_UNINSTALL)
682	@list='$(dist_pixmaps_DATA)'; test -n "$(pixmapsdir)" || list=; \
683	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
684	dir='$(DESTDIR)$(pixmapsdir)'; $(am__uninstall_files_from_dir)
685install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
686	@$(NORMAL_INSTALL)
687	@list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
688	if test -n "$$list"; then \
689	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \
690	  $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \
691	fi; \
692	for p in $$list; do \
693	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
694	  echo "$$d$$p"; \
695	done | $(am__base_list) | \
696	while read files; do \
697	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
698	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
699	done
700
701uninstall-dist_pkgdataDATA:
702	@$(NORMAL_UNINSTALL)
703	@list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
704	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
705	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
706install-dist_pkgdocDATA: $(dist_pkgdoc_DATA)
707	@$(NORMAL_INSTALL)
708	@list='$(dist_pkgdoc_DATA)'; test -n "$(pkgdocdir)" || list=; \
709	if test -n "$$list"; then \
710	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgdocdir)'"; \
711	  $(MKDIR_P) "$(DESTDIR)$(pkgdocdir)" || exit 1; \
712	fi; \
713	for p in $$list; do \
714	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
715	  echo "$$d$$p"; \
716	done | $(am__base_list) | \
717	while read files; do \
718	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdocdir)'"; \
719	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdocdir)" || exit $$?; \
720	done
721
722uninstall-dist_pkgdocDATA:
723	@$(NORMAL_UNINSTALL)
724	@list='$(dist_pkgdoc_DATA)'; test -n "$(pkgdocdir)" || list=; \
725	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
726	dir='$(DESTDIR)$(pkgdocdir)'; $(am__uninstall_files_from_dir)
727install-dist_pkglocalstateDATA: $(dist_pkglocalstate_DATA)
728	@$(NORMAL_INSTALL)
729	@list='$(dist_pkglocalstate_DATA)'; test -n "$(pkglocalstatedir)" || list=; \
730	if test -n "$$list"; then \
731	  echo " $(MKDIR_P) '$(DESTDIR)$(pkglocalstatedir)'"; \
732	  $(MKDIR_P) "$(DESTDIR)$(pkglocalstatedir)" || exit 1; \
733	fi; \
734	for p in $$list; do \
735	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
736	  echo "$$d$$p"; \
737	done | $(am__base_list) | \
738	while read files; do \
739	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkglocalstatedir)'"; \
740	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkglocalstatedir)" || exit $$?; \
741	done
742
743uninstall-dist_pkglocalstateDATA:
744	@$(NORMAL_UNINSTALL)
745	@list='$(dist_pkglocalstate_DATA)'; test -n "$(pkglocalstatedir)" || list=; \
746	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
747	dir='$(DESTDIR)$(pkglocalstatedir)'; $(am__uninstall_files_from_dir)
748
749# This directory's subdirectories are mostly independent; you can cd
750# into them and run `make' without going through this Makefile.
751# To change the values of `make' variables: instead of editing Makefiles,
752# (1) if the variable is set in `config.status', edit `config.status'
753#     (which will cause the Makefiles to be regenerated when you run `make');
754# (2) otherwise, pass the desired values on the `make' command line.
755$(RECURSIVE_TARGETS):
756	@fail= failcom='exit 1'; \
757	for f in x $$MAKEFLAGS; do \
758	  case $$f in \
759	    *=* | --[!k]*);; \
760	    *k*) failcom='fail=yes';; \
761	  esac; \
762	done; \
763	dot_seen=no; \
764	target=`echo $@ | sed s/-recursive//`; \
765	list='$(SUBDIRS)'; for subdir in $$list; do \
766	  echo "Making $$target in $$subdir"; \
767	  if test "$$subdir" = "."; then \
768	    dot_seen=yes; \
769	    local_target="$$target-am"; \
770	  else \
771	    local_target="$$target"; \
772	  fi; \
773	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
774	  || eval $$failcom; \
775	done; \
776	if test "$$dot_seen" = "no"; then \
777	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
778	fi; test -z "$$fail"
779
780$(RECURSIVE_CLEAN_TARGETS):
781	@fail= failcom='exit 1'; \
782	for f in x $$MAKEFLAGS; do \
783	  case $$f in \
784	    *=* | --[!k]*);; \
785	    *k*) failcom='fail=yes';; \
786	  esac; \
787	done; \
788	dot_seen=no; \
789	case "$@" in \
790	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
791	  *) list='$(SUBDIRS)' ;; \
792	esac; \
793	rev=''; for subdir in $$list; do \
794	  if test "$$subdir" = "."; then :; else \
795	    rev="$$subdir $$rev"; \
796	  fi; \
797	done; \
798	rev="$$rev ."; \
799	target=`echo $@ | sed s/-recursive//`; \
800	for subdir in $$rev; do \
801	  echo "Making $$target in $$subdir"; \
802	  if test "$$subdir" = "."; then \
803	    local_target="$$target-am"; \
804	  else \
805	    local_target="$$target"; \
806	  fi; \
807	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
808	  || eval $$failcom; \
809	done && test -z "$$fail"
810tags-recursive:
811	list='$(SUBDIRS)'; for subdir in $$list; do \
812	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
813	done
814ctags-recursive:
815	list='$(SUBDIRS)'; for subdir in $$list; do \
816	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
817	done
818
819ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
820	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
821	unique=`for i in $$list; do \
822	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
823	  done | \
824	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
825	      END { if (nonempty) { for (i in files) print i; }; }'`; \
826	mkid -fID $$unique
827tags: TAGS
828
829TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
830		$(TAGS_FILES) $(LISP)
831	set x; \
832	here=`pwd`; \
833	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
834	  include_option=--etags-include; \
835	  empty_fix=.; \
836	else \
837	  include_option=--include; \
838	  empty_fix=; \
839	fi; \
840	list='$(SUBDIRS)'; for subdir in $$list; do \
841	  if test "$$subdir" = .; then :; else \
842	    test ! -f $$subdir/TAGS || \
843	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
844	  fi; \
845	done; \
846	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
847	unique=`for i in $$list; do \
848	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
849	  done | \
850	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
851	      END { if (nonempty) { for (i in files) print i; }; }'`; \
852	shift; \
853	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
854	  test -n "$$unique" || unique=$$empty_fix; \
855	  if test $$# -gt 0; then \
856	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
857	      "$$@" $$unique; \
858	  else \
859	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
860	      $$unique; \
861	  fi; \
862	fi
863ctags: CTAGS
864CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
865		$(TAGS_FILES) $(LISP)
866	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
867	unique=`for i in $$list; do \
868	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
869	  done | \
870	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
871	      END { if (nonempty) { for (i in files) print i; }; }'`; \
872	test -z "$(CTAGS_ARGS)$$unique" \
873	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
874	     $$unique
875
876GTAGS:
877	here=`$(am__cd) $(top_builddir) && pwd` \
878	  && $(am__cd) $(top_srcdir) \
879	  && gtags -i $(GTAGS_ARGS) "$$here"
880
881distclean-tags:
882	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
883
884distdir: $(DISTFILES)
885	@list='$(MANS)'; if test -n "$$list"; then \
886	  list=`for p in $$list; do \
887	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
888	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
889	  if test -n "$$list" && \
890	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
891	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
892	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
893	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
894	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
895	    exit 1; \
896	  else :; fi; \
897	else :; fi
898	$(am__remove_distdir)
899	test -d "$(distdir)" || mkdir "$(distdir)"
900	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
901	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
902	list='$(DISTFILES)'; \
903	  dist_files=`for file in $$list; do echo $$file; done | \
904	  sed -e "s|^$$srcdirstrip/||;t" \
905	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
906	case $$dist_files in \
907	  */*) $(MKDIR_P) `echo "$$dist_files" | \
908			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
909			   sort -u` ;; \
910	esac; \
911	for file in $$dist_files; do \
912	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
913	  if test -d $$d/$$file; then \
914	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
915	    if test -d "$(distdir)/$$file"; then \
916	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
917	    fi; \
918	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
919	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
920	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
921	    fi; \
922	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
923	  else \
924	    test -f "$(distdir)/$$file" \
925	    || cp -p $$d/$$file "$(distdir)/$$file" \
926	    || exit 1; \
927	  fi; \
928	done
929	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
930	  if test "$$subdir" = .; then :; else \
931	    $(am__make_dryrun) \
932	      || test -d "$(distdir)/$$subdir" \
933	      || $(MKDIR_P) "$(distdir)/$$subdir" \
934	      || exit 1; \
935	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
936	    $(am__relativize); \
937	    new_distdir=$$reldir; \
938	    dir1=$$subdir; dir2="$(top_distdir)"; \
939	    $(am__relativize); \
940	    new_top_distdir=$$reldir; \
941	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
942	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
943	    ($(am__cd) $$subdir && \
944	      $(MAKE) $(AM_MAKEFLAGS) \
945	        top_distdir="$$new_top_distdir" \
946	        distdir="$$new_distdir" \
947		am__remove_distdir=: \
948		am__skip_length_check=: \
949		am__skip_mode_fix=: \
950	        distdir) \
951	      || exit 1; \
952	  fi; \
953	done
954	-test -n "$(am__skip_mode_fix)" \
955	|| find "$(distdir)" -type d ! -perm -755 \
956		-exec chmod u+rwx,go+rx {} \; -o \
957	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
958	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
959	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
960	|| chmod -R a+r "$(distdir)"
961dist-gzip: distdir
962	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
963	$(am__remove_distdir)
964
965dist-bzip2: distdir
966	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
967	$(am__remove_distdir)
968
969dist-lzip: distdir
970	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
971	$(am__remove_distdir)
972
973dist-lzma: distdir
974	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
975	$(am__remove_distdir)
976
977dist-xz: distdir
978	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
979	$(am__remove_distdir)
980
981dist-tarZ: distdir
982	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
983	$(am__remove_distdir)
984
985dist-shar: distdir
986	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
987	$(am__remove_distdir)
988
989dist-zip: distdir
990	-rm -f $(distdir).zip
991	zip -rq $(distdir).zip $(distdir)
992	$(am__remove_distdir)
993
994dist dist-all: distdir
995	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
996	$(am__remove_distdir)
997
998# This target untars the dist file and tries a VPATH configuration.  Then
999# it guarantees that the distribution is self-contained by making another
1000# tarfile.
1001distcheck: dist
1002	case '$(DIST_ARCHIVES)' in \
1003	*.tar.gz*) \
1004	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1005	*.tar.bz2*) \
1006	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1007	*.tar.lzma*) \
1008	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
1009	*.tar.lz*) \
1010	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1011	*.tar.xz*) \
1012	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1013	*.tar.Z*) \
1014	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1015	*.shar.gz*) \
1016	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1017	*.zip*) \
1018	  unzip $(distdir).zip ;;\
1019	esac
1020	chmod -R a-w $(distdir); chmod u+w $(distdir)
1021	mkdir $(distdir)/_build
1022	mkdir $(distdir)/_inst
1023	chmod a-w $(distdir)
1024	test -d $(distdir)/_build || exit 0; \
1025	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1026	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1027	  && am__cwd=`pwd` \
1028	  && $(am__cd) $(distdir)/_build \
1029	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
1030	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1031	    $(DISTCHECK_CONFIGURE_FLAGS) \
1032	  && $(MAKE) $(AM_MAKEFLAGS) \
1033	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
1034	  && $(MAKE) $(AM_MAKEFLAGS) check \
1035	  && $(MAKE) $(AM_MAKEFLAGS) install \
1036	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1037	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1038	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1039	        distuninstallcheck \
1040	  && chmod -R a-w "$$dc_install_base" \
1041	  && ({ \
1042	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1043	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1044	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1045	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1046	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1047	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
1048	  && rm -rf "$$dc_destdir" \
1049	  && $(MAKE) $(AM_MAKEFLAGS) dist \
1050	  && rm -rf $(DIST_ARCHIVES) \
1051	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1052	  && cd "$$am__cwd" \
1053	  || exit 1
1054	$(am__remove_distdir)
1055	@(echo "$(distdir) archives ready for distribution: "; \
1056	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1057	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1058distuninstallcheck:
1059	@test -n '$(distuninstallcheck_dir)' || { \
1060	  echo 'ERROR: trying to run $@ with an empty' \
1061	       '$$(distuninstallcheck_dir)' >&2; \
1062	  exit 1; \
1063	}; \
1064	$(am__cd) '$(distuninstallcheck_dir)' || { \
1065	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1066	  exit 1; \
1067	}; \
1068	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1069	   || { echo "ERROR: files left after uninstall:" ; \
1070	        if test -n "$(DESTDIR)"; then \
1071	          echo "  (check DESTDIR support)"; \
1072	        fi ; \
1073	        $(distuninstallcheck_listfiles) ; \
1074	        exit 1; } >&2
1075distcleancheck: distclean
1076	@if test '$(srcdir)' = . ; then \
1077	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1078	  exit 1 ; \
1079	fi
1080	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1081	  || { echo "ERROR: files left in build directory after distclean:" ; \
1082	       $(distcleancheck_listfiles) ; \
1083	       exit 1; } >&2
1084check-am: all-am
1085check: check-recursive
1086all-am: Makefile $(PROGRAMS) $(MANS) $(DATA) config.h
1087installdirs: installdirs-recursive
1088installdirs-am:
1089	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man6dir)" "$(DESTDIR)$(applicationsdir)" "$(DESTDIR)$(pixmapsdir)" "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(pkgdocdir)" "$(DESTDIR)$(pkglocalstatedir)"; do \
1090	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1091	done
1092install: install-recursive
1093install-exec: install-exec-recursive
1094install-data: install-data-recursive
1095uninstall: uninstall-recursive
1096
1097install-am: all-am
1098	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1099
1100installcheck: installcheck-recursive
1101install-strip:
1102	if test -z '$(STRIP)'; then \
1103	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1104	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1105	      install; \
1106	else \
1107	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1108	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1109	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1110	fi
1111mostlyclean-generic:
1112
1113clean-generic:
1114
1115distclean-generic:
1116	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1117	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1118
1119maintainer-clean-generic:
1120	@echo "This command is intended for maintainers to use"
1121	@echo "it deletes files that may require special tools to rebuild."
1122clean: clean-recursive
1123
1124clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
1125
1126distclean: distclean-recursive
1127	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1128	-rm -rf ./$(DEPDIR)
1129	-rm -f Makefile
1130distclean-am: clean-am distclean-compile distclean-generic \
1131	distclean-hdr distclean-libtool distclean-tags
1132
1133dvi: dvi-recursive
1134
1135dvi-am:
1136
1137html: html-recursive
1138
1139html-am:
1140
1141info: info-recursive
1142
1143info-am:
1144
1145install-data-am: install-applicationsDATA install-dist_pixmapsDATA \
1146	install-dist_pkgdataDATA install-dist_pkgdocDATA \
1147	install-dist_pkglocalstateDATA install-man
1148	@$(NORMAL_INSTALL)
1149install-dvi: install-dvi-recursive
1150
1151install-dvi-am:
1152
1153install-exec-am: install-binPROGRAMS
1154	@$(NORMAL_INSTALL)
1155install-html: install-html-recursive
1156
1157install-html-am:
1158
1159install-info: install-info-recursive
1160
1161install-info-am:
1162
1163install-man: install-man6
1164
1165install-pdf: install-pdf-recursive
1166
1167install-pdf-am:
1168
1169install-ps: install-ps-recursive
1170
1171install-ps-am:
1172
1173installcheck-am:
1174
1175maintainer-clean: maintainer-clean-recursive
1176	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1177	-rm -rf $(top_srcdir)/autom4te.cache
1178	-rm -rf ./$(DEPDIR)
1179	-rm -f Makefile
1180maintainer-clean-am: distclean-am maintainer-clean-generic
1181
1182mostlyclean: mostlyclean-recursive
1183
1184mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1185	mostlyclean-libtool
1186
1187pdf: pdf-recursive
1188
1189pdf-am:
1190
1191ps: ps-recursive
1192
1193ps-am:
1194
1195uninstall-am: uninstall-applicationsDATA uninstall-binPROGRAMS \
1196	uninstall-dist_pixmapsDATA uninstall-dist_pkgdataDATA \
1197	uninstall-dist_pkgdocDATA uninstall-dist_pkglocalstateDATA \
1198	uninstall-man
1199
1200uninstall-man: uninstall-man6
1201
1202.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
1203	ctags-recursive install-am install-data-am install-exec-am \
1204	install-strip tags-recursive
1205
1206.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1207	all all-am am--refresh check check-am clean clean-binPROGRAMS \
1208	clean-generic clean-libtool ctags ctags-recursive dist \
1209	dist-all dist-bzip2 dist-gzip dist-lzip dist-lzma dist-shar \
1210	dist-tarZ dist-xz dist-zip distcheck distclean \
1211	distclean-compile distclean-generic distclean-hdr \
1212	distclean-libtool distclean-tags distcleancheck distdir \
1213	distuninstallcheck dvi dvi-am html html-am info info-am \
1214	install install-am install-applicationsDATA \
1215	install-binPROGRAMS install-data install-data-am \
1216	install-data-hook install-dist_pixmapsDATA \
1217	install-dist_pkgdataDATA install-dist_pkgdocDATA \
1218	install-dist_pkglocalstateDATA install-dvi install-dvi-am \
1219	install-exec install-exec-am install-exec-hook install-html \
1220	install-html-am install-info install-info-am install-man \
1221	install-man6 install-pdf install-pdf-am install-ps \
1222	install-ps-am install-strip installcheck installcheck-am \
1223	installdirs installdirs-am maintainer-clean \
1224	maintainer-clean-generic mostlyclean mostlyclean-compile \
1225	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1226	tags tags-recursive uninstall uninstall-am \
1227	uninstall-applicationsDATA uninstall-binPROGRAMS \
1228	uninstall-dist_pixmapsDATA uninstall-dist_pkgdataDATA \
1229	uninstall-dist_pkgdocDATA uninstall-dist_pkglocalstateDATA \
1230	uninstall-man uninstall-man6
1231
1232
1233install-exec-hook:
1234	-chgrp games $(DESTDIR)$(bindir)/toppler
1235	-chmod 2755 $(DESTDIR)$(bindir)/toppler
1236
1237install-data-hook:
1238	-chgrp games $(DESTDIR)$(pkglocalstatedir)/$(PACKAGE).hsc
1239	-chmod 0664 $(DESTDIR)$(pkglocalstatedir)/$(PACKAGE).hsc
1240
1241dist-win32: $(PACKAGE).exe
1242	$(RM) -r $(win32dir)
1243	$(INSTALL)                   -d $(win32dir)
1244	$(INSTALL) -m755 .libs/$(PACKAGE).exe $(win32dir)/
1245	$(STRIP) $(win32dir)/$(PACKAGE).exe
1246	upx --lzma $(win32dir)/$(PACKAGE).exe
1247	cd $(srcdir) && $(INSTALL) -m644 \
1248	    $(dist_pkgdata_DATA) $(dist_pkglocalstate_DATA) \
1249	    $(abs_builddir)/$(win32dir)/
1250	cd $(srcdir) && for FILE in $(dist_pkgdoc_DATA); do \
1251	    sed 's,$$,\r,' < $$FILE > $(abs_builddir)/$(win32dir)/$$FILE.txt; \
1252	    done
1253	xpmtoppm --alphaout=$(PACKAGE)-alpha.pbm $(srcdir)/$(PACKAGE).xpm > $(PACKAGE).ppm
1254	ppmtowinicon -andpgms $(PACKAGE).ppm $(PACKAGE)-alpha.pbm > $(win32dir)/$(PACKAGE).ico
1255	$(RM)                 $(PACKAGE).ppm $(PACKAGE)-alpha.pbm
1256	$(MAKE) -C po install localedir=$(abs_builddir)/$(win32dir)/locale
1257	$(RM)   $(win32dir).zip
1258	zip -r9 $(win32dir).zip $(win32dir)
1259	$(RM) -r $(win32dir)
1260
1261# Tell versions [3.59,3.63) of GNU make to not export all variables.
1262# Otherwise a system limit (for SysV at least) may be exceeded.
1263.NOEXPORT:
1264