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