1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
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@
16VPATH = @srcdir@
17am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18am__make_running_with_option = \
19  case $${target_option-} in \
20      ?) ;; \
21      *) echo "am__make_running_with_option: internal error: invalid" \
22              "target option '$${target_option-}' specified" >&2; \
23         exit 1;; \
24  esac; \
25  has_opt=no; \
26  sane_makeflags=$$MAKEFLAGS; \
27  if $(am__is_gnu_make); then \
28    sane_makeflags=$$MFLAGS; \
29  else \
30    case $$MAKEFLAGS in \
31      *\\[\ \	]*) \
32        bs=\\; \
33        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
35    esac; \
36  fi; \
37  skip_next=no; \
38  strip_trailopt () \
39  { \
40    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41  }; \
42  for flg in $$sane_makeflags; do \
43    test $$skip_next = yes && { skip_next=no; continue; }; \
44    case $$flg in \
45      *=*|--*) continue;; \
46        -*I) strip_trailopt 'I'; skip_next=yes;; \
47      -*I?*) strip_trailopt 'I';; \
48        -*O) strip_trailopt 'O'; skip_next=yes;; \
49      -*O?*) strip_trailopt 'O';; \
50        -*l) strip_trailopt 'l'; skip_next=yes;; \
51      -*l?*) strip_trailopt 'l';; \
52      -[dEDm]) skip_next=yes;; \
53      -[JT]) skip_next=yes;; \
54    esac; \
55    case $$flg in \
56      *$$target_option*) has_opt=yes; break;; \
57    esac; \
58  done; \
59  test $$has_opt = yes
60am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62pkgdatadir = $(datadir)/@PACKAGE@
63pkgincludedir = $(includedir)/@PACKAGE@
64pkglibdir = $(libdir)/@PACKAGE@
65pkglibexecdir = $(libexecdir)/@PACKAGE@
66am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67install_sh_DATA = $(install_sh) -c -m 644
68install_sh_PROGRAM = $(install_sh) -c
69install_sh_SCRIPT = $(install_sh) -c
70INSTALL_HEADER = $(INSTALL_DATA)
71transform = $(program_transform_name)
72NORMAL_INSTALL = :
73PRE_INSTALL = :
74POST_INSTALL = :
75NORMAL_UNINSTALL = :
76PRE_UNINSTALL = :
77POST_UNINSTALL = :
78build_triplet = @build@
79host_triplet = @host@
80subdir = .
81DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
82	$(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83	$(top_srcdir)/configure $(am__configure_deps) \
84	$(srcdir)/config.h.in ABOUT-NLS COPYING compile config.guess \
85	config.rpath config.sub depcomp install-sh missing
86ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
88	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
89	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
90	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \
91	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
92	$(top_srcdir)/configure.ac
93am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
94	$(ACLOCAL_M4)
95am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
96 configure.lineno config.status.lineno
97mkinstalldirs = $(install_sh) -d
98CONFIG_HEADER = config.h
99CONFIG_CLEAN_FILES =
100CONFIG_CLEAN_VPATH_FILES =
101AM_V_P = $(am__v_P_@AM_V@)
102am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
103am__v_P_0 = false
104am__v_P_1 = :
105AM_V_GEN = $(am__v_GEN_@AM_V@)
106am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
107am__v_GEN_0 = @echo "  GEN     " $@;
108am__v_GEN_1 =
109AM_V_at = $(am__v_at_@AM_V@)
110am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
111am__v_at_0 = @
112am__v_at_1 =
113SOURCES =
114DIST_SOURCES =
115RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
116	ctags-recursive dvi-recursive html-recursive info-recursive \
117	install-data-recursive install-dvi-recursive \
118	install-exec-recursive install-html-recursive \
119	install-info-recursive install-pdf-recursive \
120	install-ps-recursive install-recursive installcheck-recursive \
121	installdirs-recursive pdf-recursive ps-recursive \
122	tags-recursive uninstall-recursive
123am__can_run_installinfo = \
124  case $$AM_UPDATE_INFO_DIR in \
125    n|no|NO) false;; \
126    *) (install-info --version) >/dev/null 2>&1;; \
127  esac
128RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
129  distclean-recursive maintainer-clean-recursive
130am__recursive_targets = \
131  $(RECURSIVE_TARGETS) \
132  $(RECURSIVE_CLEAN_TARGETS) \
133  $(am__extra_recursive_targets)
134AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
135	cscope distdir dist dist-all distcheck
136am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
137	$(LISP)config.h.in
138# Read a list of newline-separated strings from the standard input,
139# and print each of them once, without duplicates.  Input order is
140# *not* preserved.
141am__uniquify_input = $(AWK) '\
142  BEGIN { nonempty = 0; } \
143  { items[$$0] = 1; nonempty = 1; } \
144  END { if (nonempty) { for (i in items) print i; }; } \
145'
146# Make sure the list of sources is unique.  This is necessary because,
147# e.g., the same source file might be shared among _SOURCES variables
148# for different programs/libraries.
149am__define_uniq_tagged_files = \
150  list='$(am__tagged_files)'; \
151  unique=`for i in $$list; do \
152    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
153  done | $(am__uniquify_input)`
154ETAGS = etags
155CTAGS = ctags
156CSCOPE = cscope
157DIST_SUBDIRS = $(SUBDIRS)
158DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
159distdir = $(PACKAGE)-$(VERSION)
160top_distdir = $(distdir)
161am__remove_distdir = \
162  if test -d "$(distdir)"; then \
163    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
164      && rm -rf "$(distdir)" \
165      || { sleep 5 && rm -rf "$(distdir)"; }; \
166  else :; fi
167am__post_remove_distdir = $(am__remove_distdir)
168am__relativize = \
169  dir0=`pwd`; \
170  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
171  sed_rest='s,^[^/]*/*,,'; \
172  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
173  sed_butlast='s,/*[^/]*$$,,'; \
174  while test -n "$$dir1"; do \
175    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
176    if test "$$first" != "."; then \
177      if test "$$first" = ".."; then \
178        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
179        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
180      else \
181        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
182        if test "$$first2" = "$$first"; then \
183          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
184        else \
185          dir2="../$$dir2"; \
186        fi; \
187        dir0="$$dir0"/"$$first"; \
188      fi; \
189    fi; \
190    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
191  done; \
192  reldir="$$dir2"
193DIST_ARCHIVES = $(distdir).tar.gz
194GZIP_ENV = --best
195DIST_TARGETS = dist-gzip
196distuninstallcheck_listfiles = find . -type f -print
197am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
198  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
199distcleancheck_listfiles = find . -type f -print
200ACLOCAL = @ACLOCAL@
201AMTAR = @AMTAR@
202AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
203AUTOCONF = @AUTOCONF@
204AUTOHEADER = @AUTOHEADER@
205AUTOMAKE = @AUTOMAKE@
206AWK = @AWK@
207BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
208BOOST_FILESYSTEM_LIB = @BOOST_FILESYSTEM_LIB@
209BOOST_LDFLAGS = @BOOST_LDFLAGS@
210BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@
211CC = @CC@
212CCDEPMODE = @CCDEPMODE@
213CFLAGS = @CFLAGS@
214CPP = @CPP@
215CPPFLAGS = @CPPFLAGS@
216CXX = @CXX@
217CXXDEPMODE = @CXXDEPMODE@
218CXXFLAGS = @CXXFLAGS@
219CYGPATH_W = @CYGPATH_W@
220DEFS = @DEFS@
221DEPDIR = @DEPDIR@
222ECHO_C = @ECHO_C@
223ECHO_N = @ECHO_N@
224ECHO_T = @ECHO_T@
225EGREP = @EGREP@
226EXEEXT = @EXEEXT@
227FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
228FREETYPE_LIBS = @FREETYPE_LIBS@
229GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
230GLU_CFLAGS = @GLU_CFLAGS@
231GLU_LDFLAGS = @GLU_LDFLAGS@
232GLU_LIBS = @GLU_LIBS@
233GL_CFLAGS = @GL_CFLAGS@
234GL_LDFLAGS = @GL_LDFLAGS@
235GL_LIBS = @GL_LIBS@
236GMSGFMT = @GMSGFMT@
237GMSGFMT_015 = @GMSGFMT_015@
238GREP = @GREP@
239INSTALL = @INSTALL@
240INSTALL_DATA = @INSTALL_DATA@
241INSTALL_PROGRAM = @INSTALL_PROGRAM@
242INSTALL_SCRIPT = @INSTALL_SCRIPT@
243INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
244INTLLIBS = @INTLLIBS@
245INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
246LDFLAGS = @LDFLAGS@
247LIBICONV = @LIBICONV@
248LIBINTL = @LIBINTL@
249LIBOBJS = @LIBOBJS@
250LIBPNG_CFLAGS = @LIBPNG_CFLAGS@
251LIBPNG_LIBS = @LIBPNG_LIBS@
252LIBS = @LIBS@
253LN_S = @LN_S@
254LTLIBICONV = @LTLIBICONV@
255LTLIBINTL = @LTLIBINTL@
256LTLIBOBJS = @LTLIBOBJS@
257MAKEINFO = @MAKEINFO@
258MKDIR_P = @MKDIR_P@
259MSGFMT = @MSGFMT@
260MSGFMT_015 = @MSGFMT_015@
261MSGMERGE = @MSGMERGE@
262OBJEXT = @OBJEXT@
263PACKAGE = @PACKAGE@
264PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
265PACKAGE_NAME = @PACKAGE_NAME@
266PACKAGE_STRING = @PACKAGE_STRING@
267PACKAGE_TARNAME = @PACKAGE_TARNAME@
268PACKAGE_URL = @PACKAGE_URL@
269PACKAGE_VERSION = @PACKAGE_VERSION@
270PATH_SEPARATOR = @PATH_SEPARATOR@
271PKG_CONFIG = @PKG_CONFIG@
272PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
273PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
274POSUB = @POSUB@
275SDL_CFLAGS = @SDL_CFLAGS@
276SDL_CONFIG = @SDL_CONFIG@
277SDL_LIBS = @SDL_LIBS@
278SED = @SED@
279SET_MAKE = @SET_MAKE@
280SHELL = @SHELL@
281STRIP = @STRIP@
282USE_NLS = @USE_NLS@
283VERSION = @VERSION@
284XGETTEXT = @XGETTEXT@
285XGETTEXT_015 = @XGETTEXT_015@
286XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
287XMKMF = @XMKMF@
288X_CFLAGS = @X_CFLAGS@
289X_EXTRA_LIBS = @X_EXTRA_LIBS@
290X_LIBS = @X_LIBS@
291X_PRE_LIBS = @X_PRE_LIBS@
292abs_builddir = @abs_builddir@
293abs_srcdir = @abs_srcdir@
294abs_top_builddir = @abs_top_builddir@
295abs_top_srcdir = @abs_top_srcdir@
296ac_ct_CC = @ac_ct_CC@
297ac_ct_CXX = @ac_ct_CXX@
298am__include = @am__include@
299am__leading_dot = @am__leading_dot@
300am__quote = @am__quote@
301am__tar = @am__tar@
302am__untar = @am__untar@
303bindir = @bindir@
304build = @build@
305build_alias = @build_alias@
306build_cpu = @build_cpu@
307build_os = @build_os@
308build_vendor = @build_vendor@
309builddir = @builddir@
310datadir = @datadir@
311datarootdir = @datarootdir@
312docdir = @docdir@
313dvidir = @dvidir@
314exec_prefix = @exec_prefix@
315host = @host@
316host_alias = @host_alias@
317host_cpu = @host_cpu@
318host_os = @host_os@
319host_vendor = @host_vendor@
320htmldir = @htmldir@
321includedir = @includedir@
322infodir = @infodir@
323install_sh = @install_sh@
324libdir = @libdir@
325libexecdir = @libexecdir@
326localedir = @localedir@
327localstatedir = @localstatedir@
328mandir = @mandir@
329mkdir_p = @mkdir_p@
330oldincludedir = @oldincludedir@
331pdfdir = @pdfdir@
332prefix = @prefix@
333program_transform_name = @program_transform_name@
334psdir = @psdir@
335sbindir = @sbindir@
336sharedstatedir = @sharedstatedir@
337srcdir = @srcdir@
338sysconfdir = @sysconfdir@
339target_alias = @target_alias@
340top_build_prefix = @top_build_prefix@
341top_builddir = @top_builddir@
342top_srcdir = @top_srcdir@
343SUBDIRS = po data src
344ACLOCAL_AMFLAGS = -I m4
345EXTRA_DIST = config.rpath m4/ChangeLog COPYRIGHT.vera COPYRIGHT.sounds \
346	msvc9/
347
348all: config.h
349	$(MAKE) $(AM_MAKEFLAGS) all-recursive
350
351.SUFFIXES:
352am--refresh: Makefile
353	@:
354$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
355	@for dep in $?; do \
356	  case '$(am__configure_deps)' in \
357	    *$$dep*) \
358	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
359	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
360		&& exit 0; \
361	      exit 1;; \
362	  esac; \
363	done; \
364	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
365	$(am__cd) $(top_srcdir) && \
366	  $(AUTOMAKE) --gnu Makefile
367.PRECIOUS: Makefile
368Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
369	@case '$?' in \
370	  *config.status*) \
371	    echo ' $(SHELL) ./config.status'; \
372	    $(SHELL) ./config.status;; \
373	  *) \
374	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
375	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
376	esac;
377
378$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
379	$(SHELL) ./config.status --recheck
380
381$(top_srcdir)/configure:  $(am__configure_deps)
382	$(am__cd) $(srcdir) && $(AUTOCONF)
383$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
384	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
385$(am__aclocal_m4_deps):
386
387config.h: stamp-h1
388	@test -f $@ || rm -f stamp-h1
389	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
390
391stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
392	@rm -f stamp-h1
393	cd $(top_builddir) && $(SHELL) ./config.status config.h
394$(srcdir)/config.h.in:  $(am__configure_deps)
395	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
396	rm -f stamp-h1
397	touch $@
398
399distclean-hdr:
400	-rm -f config.h stamp-h1
401
402# This directory's subdirectories are mostly independent; you can cd
403# into them and run 'make' without going through this Makefile.
404# To change the values of 'make' variables: instead of editing Makefiles,
405# (1) if the variable is set in 'config.status', edit 'config.status'
406#     (which will cause the Makefiles to be regenerated when you run 'make');
407# (2) otherwise, pass the desired values on the 'make' command line.
408$(am__recursive_targets):
409	@fail=; \
410	if $(am__make_keepgoing); then \
411	  failcom='fail=yes'; \
412	else \
413	  failcom='exit 1'; \
414	fi; \
415	dot_seen=no; \
416	target=`echo $@ | sed s/-recursive//`; \
417	case "$@" in \
418	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
419	  *) list='$(SUBDIRS)' ;; \
420	esac; \
421	for subdir in $$list; do \
422	  echo "Making $$target in $$subdir"; \
423	  if test "$$subdir" = "."; then \
424	    dot_seen=yes; \
425	    local_target="$$target-am"; \
426	  else \
427	    local_target="$$target"; \
428	  fi; \
429	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
430	  || eval $$failcom; \
431	done; \
432	if test "$$dot_seen" = "no"; then \
433	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
434	fi; test -z "$$fail"
435
436ID: $(am__tagged_files)
437	$(am__define_uniq_tagged_files); mkid -fID $$unique
438tags: tags-recursive
439TAGS: tags
440
441tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
442	set x; \
443	here=`pwd`; \
444	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
445	  include_option=--etags-include; \
446	  empty_fix=.; \
447	else \
448	  include_option=--include; \
449	  empty_fix=; \
450	fi; \
451	list='$(SUBDIRS)'; for subdir in $$list; do \
452	  if test "$$subdir" = .; then :; else \
453	    test ! -f $$subdir/TAGS || \
454	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
455	  fi; \
456	done; \
457	$(am__define_uniq_tagged_files); \
458	shift; \
459	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
460	  test -n "$$unique" || unique=$$empty_fix; \
461	  if test $$# -gt 0; then \
462	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
463	      "$$@" $$unique; \
464	  else \
465	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
466	      $$unique; \
467	  fi; \
468	fi
469ctags: ctags-recursive
470
471CTAGS: ctags
472ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
473	$(am__define_uniq_tagged_files); \
474	test -z "$(CTAGS_ARGS)$$unique" \
475	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
476	     $$unique
477
478GTAGS:
479	here=`$(am__cd) $(top_builddir) && pwd` \
480	  && $(am__cd) $(top_srcdir) \
481	  && gtags -i $(GTAGS_ARGS) "$$here"
482cscope: cscope.files
483	test ! -s cscope.files \
484	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
485clean-cscope:
486	-rm -f cscope.files
487cscope.files: clean-cscope cscopelist
488cscopelist: cscopelist-recursive
489
490cscopelist-am: $(am__tagged_files)
491	list='$(am__tagged_files)'; \
492	case "$(srcdir)" in \
493	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
494	  *) sdir=$(subdir)/$(srcdir) ;; \
495	esac; \
496	for i in $$list; do \
497	  if test -f "$$i"; then \
498	    echo "$(subdir)/$$i"; \
499	  else \
500	    echo "$$sdir/$$i"; \
501	  fi; \
502	done >> $(top_builddir)/cscope.files
503
504distclean-tags:
505	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
506	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
507
508distdir: $(DISTFILES)
509	$(am__remove_distdir)
510	test -d "$(distdir)" || mkdir "$(distdir)"
511	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
512	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
513	list='$(DISTFILES)'; \
514	  dist_files=`for file in $$list; do echo $$file; done | \
515	  sed -e "s|^$$srcdirstrip/||;t" \
516	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
517	case $$dist_files in \
518	  */*) $(MKDIR_P) `echo "$$dist_files" | \
519			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
520			   sort -u` ;; \
521	esac; \
522	for file in $$dist_files; do \
523	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
524	  if test -d $$d/$$file; then \
525	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
526	    if test -d "$(distdir)/$$file"; then \
527	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
528	    fi; \
529	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
530	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
531	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
532	    fi; \
533	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
534	  else \
535	    test -f "$(distdir)/$$file" \
536	    || cp -p $$d/$$file "$(distdir)/$$file" \
537	    || exit 1; \
538	  fi; \
539	done
540	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
541	  if test "$$subdir" = .; then :; else \
542	    $(am__make_dryrun) \
543	      || test -d "$(distdir)/$$subdir" \
544	      || $(MKDIR_P) "$(distdir)/$$subdir" \
545	      || exit 1; \
546	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
547	    $(am__relativize); \
548	    new_distdir=$$reldir; \
549	    dir1=$$subdir; dir2="$(top_distdir)"; \
550	    $(am__relativize); \
551	    new_top_distdir=$$reldir; \
552	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
553	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
554	    ($(am__cd) $$subdir && \
555	      $(MAKE) $(AM_MAKEFLAGS) \
556	        top_distdir="$$new_top_distdir" \
557	        distdir="$$new_distdir" \
558		am__remove_distdir=: \
559		am__skip_length_check=: \
560		am__skip_mode_fix=: \
561	        distdir) \
562	      || exit 1; \
563	  fi; \
564	done
565	-test -n "$(am__skip_mode_fix)" \
566	|| find "$(distdir)" -type d ! -perm -755 \
567		-exec chmod u+rwx,go+rx {} \; -o \
568	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
569	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
570	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
571	|| chmod -R a+r "$(distdir)"
572dist-gzip: distdir
573	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
574	$(am__post_remove_distdir)
575
576dist-bzip2: distdir
577	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
578	$(am__post_remove_distdir)
579
580dist-lzip: distdir
581	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
582	$(am__post_remove_distdir)
583
584dist-xz: distdir
585	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
586	$(am__post_remove_distdir)
587
588dist-tarZ: distdir
589	@echo WARNING: "Support for shar distribution archives is" \
590	               "deprecated." >&2
591	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
592	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
593	$(am__post_remove_distdir)
594
595dist-shar: distdir
596	@echo WARNING: "Support for distribution archives compressed with" \
597		       "legacy program 'compress' is deprecated." >&2
598	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
599	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
600	$(am__post_remove_distdir)
601
602dist-zip: distdir
603	-rm -f $(distdir).zip
604	zip -rq $(distdir).zip $(distdir)
605	$(am__post_remove_distdir)
606
607dist dist-all:
608	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
609	$(am__post_remove_distdir)
610
611# This target untars the dist file and tries a VPATH configuration.  Then
612# it guarantees that the distribution is self-contained by making another
613# tarfile.
614distcheck: dist
615	case '$(DIST_ARCHIVES)' in \
616	*.tar.gz*) \
617	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
618	*.tar.bz2*) \
619	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
620	*.tar.lz*) \
621	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
622	*.tar.xz*) \
623	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
624	*.tar.Z*) \
625	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
626	*.shar.gz*) \
627	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
628	*.zip*) \
629	  unzip $(distdir).zip ;;\
630	esac
631	chmod -R a-w $(distdir)
632	chmod u+w $(distdir)
633	mkdir $(distdir)/_build $(distdir)/_inst
634	chmod a-w $(distdir)
635	test -d $(distdir)/_build || exit 0; \
636	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
637	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
638	  && am__cwd=`pwd` \
639	  && $(am__cd) $(distdir)/_build \
640	  && ../configure \
641	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
642	    $(DISTCHECK_CONFIGURE_FLAGS) \
643	    --srcdir=.. --prefix="$$dc_install_base" \
644	  && $(MAKE) $(AM_MAKEFLAGS) \
645	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
646	  && $(MAKE) $(AM_MAKEFLAGS) check \
647	  && $(MAKE) $(AM_MAKEFLAGS) install \
648	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
649	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
650	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
651	        distuninstallcheck \
652	  && chmod -R a-w "$$dc_install_base" \
653	  && ({ \
654	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
655	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
656	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
657	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
658	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
659	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
660	  && rm -rf "$$dc_destdir" \
661	  && $(MAKE) $(AM_MAKEFLAGS) dist \
662	  && rm -rf $(DIST_ARCHIVES) \
663	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
664	  && cd "$$am__cwd" \
665	  || exit 1
666	$(am__post_remove_distdir)
667	@(echo "$(distdir) archives ready for distribution: "; \
668	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
669	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
670distuninstallcheck:
671	@test -n '$(distuninstallcheck_dir)' || { \
672	  echo 'ERROR: trying to run $@ with an empty' \
673	       '$$(distuninstallcheck_dir)' >&2; \
674	  exit 1; \
675	}; \
676	$(am__cd) '$(distuninstallcheck_dir)' || { \
677	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
678	  exit 1; \
679	}; \
680	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
681	   || { echo "ERROR: files left after uninstall:" ; \
682	        if test -n "$(DESTDIR)"; then \
683	          echo "  (check DESTDIR support)"; \
684	        fi ; \
685	        $(distuninstallcheck_listfiles) ; \
686	        exit 1; } >&2
687distcleancheck: distclean
688	@if test '$(srcdir)' = . ; then \
689	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
690	  exit 1 ; \
691	fi
692	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
693	  || { echo "ERROR: files left in build directory after distclean:" ; \
694	       $(distcleancheck_listfiles) ; \
695	       exit 1; } >&2
696check-am: all-am
697check: check-recursive
698all-am: Makefile config.h
699installdirs: installdirs-recursive
700installdirs-am:
701install: install-recursive
702install-exec: install-exec-recursive
703install-data: install-data-recursive
704uninstall: uninstall-recursive
705
706install-am: all-am
707	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
708
709installcheck: installcheck-recursive
710install-strip:
711	if test -z '$(STRIP)'; then \
712	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
713	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
714	      install; \
715	else \
716	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
717	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
718	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
719	fi
720mostlyclean-generic:
721
722clean-generic:
723
724distclean-generic:
725	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
726	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
727
728maintainer-clean-generic:
729	@echo "This command is intended for maintainers to use"
730	@echo "it deletes files that may require special tools to rebuild."
731clean: clean-recursive
732
733clean-am: clean-generic mostlyclean-am
734
735distclean: distclean-recursive
736	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
737	-rm -f Makefile
738distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
739
740dvi: dvi-recursive
741
742dvi-am:
743
744html: html-recursive
745
746html-am:
747
748info: info-recursive
749
750info-am:
751
752install-data-am:
753
754install-dvi: install-dvi-recursive
755
756install-dvi-am:
757
758install-exec-am:
759
760install-html: install-html-recursive
761
762install-html-am:
763
764install-info: install-info-recursive
765
766install-info-am:
767
768install-man:
769
770install-pdf: install-pdf-recursive
771
772install-pdf-am:
773
774install-ps: install-ps-recursive
775
776install-ps-am:
777
778installcheck-am:
779
780maintainer-clean: maintainer-clean-recursive
781	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
782	-rm -rf $(top_srcdir)/autom4te.cache
783	-rm -f Makefile
784maintainer-clean-am: distclean-am maintainer-clean-generic
785
786mostlyclean: mostlyclean-recursive
787
788mostlyclean-am: mostlyclean-generic
789
790pdf: pdf-recursive
791
792pdf-am:
793
794ps: ps-recursive
795
796ps-am:
797
798uninstall-am:
799
800.MAKE: $(am__recursive_targets) all install-am install-strip
801
802.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
803	am--refresh check check-am clean clean-cscope clean-generic \
804	cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
805	dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
806	distcheck distclean distclean-generic distclean-hdr \
807	distclean-tags distcleancheck distdir distuninstallcheck dvi \
808	dvi-am html html-am info info-am install install-am \
809	install-data install-data-am install-dvi install-dvi-am \
810	install-exec install-exec-am install-html install-html-am \
811	install-info install-info-am install-man install-pdf \
812	install-pdf-am install-ps install-ps-am install-strip \
813	installcheck installcheck-am installdirs installdirs-am \
814	maintainer-clean maintainer-clean-generic mostlyclean \
815	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
816	uninstall-am
817
818
819# Tell versions [3.59,3.63) of GNU make to not export all variables.
820# Otherwise a system limit (for SysV at least) may be exceeded.
821.NOEXPORT:
822