1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 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 = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90subdir = include/share
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
93	$(top_srcdir)/m4/add_cxxflags.m4 $(top_srcdir)/m4/bswap.m4 \
94	$(top_srcdir)/m4/clang.m4 $(top_srcdir)/m4/codeset.m4 \
95	$(top_srcdir)/m4/gcc_version.m4 $(top_srcdir)/m4/iconv.m4 \
96	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
97	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
98	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
99	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
100	$(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/really_gcc.m4 \
101	$(top_srcdir)/m4/stack_protect.m4 $(top_srcdir)/m4/xmms.m4 \
102	$(top_srcdir)/configure.ac
103am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
104	$(ACLOCAL_M4)
105DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
106mkinstalldirs = $(install_sh) -d
107CONFIG_HEADER = $(top_builddir)/config.h
108CONFIG_CLEAN_FILES =
109CONFIG_CLEAN_VPATH_FILES =
110AM_V_P = $(am__v_P_@AM_V@)
111am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
112am__v_P_0 = false
113am__v_P_1 = :
114AM_V_GEN = $(am__v_GEN_@AM_V@)
115am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
116am__v_GEN_0 = @echo "  GEN     " $@;
117am__v_GEN_1 =
118AM_V_at = $(am__v_at_@AM_V@)
119am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
120am__v_at_0 = @
121am__v_at_1 =
122SOURCES =
123DIST_SOURCES =
124RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
125	ctags-recursive dvi-recursive html-recursive info-recursive \
126	install-data-recursive install-dvi-recursive \
127	install-exec-recursive install-html-recursive \
128	install-info-recursive install-pdf-recursive \
129	install-ps-recursive install-recursive installcheck-recursive \
130	installdirs-recursive pdf-recursive ps-recursive \
131	tags-recursive uninstall-recursive
132am__can_run_installinfo = \
133  case $$AM_UPDATE_INFO_DIR in \
134    n|no|NO) false;; \
135    *) (install-info --version) >/dev/null 2>&1;; \
136  esac
137RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
138  distclean-recursive maintainer-clean-recursive
139am__recursive_targets = \
140  $(RECURSIVE_TARGETS) \
141  $(RECURSIVE_CLEAN_TARGETS) \
142  $(am__extra_recursive_targets)
143AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
144	distdir
145am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
146# Read a list of newline-separated strings from the standard input,
147# and print each of them once, without duplicates.  Input order is
148# *not* preserved.
149am__uniquify_input = $(AWK) '\
150  BEGIN { nonempty = 0; } \
151  { items[$$0] = 1; nonempty = 1; } \
152  END { if (nonempty) { for (i in items) print i; }; } \
153'
154# Make sure the list of sources is unique.  This is necessary because,
155# e.g., the same source file might be shared among _SOURCES variables
156# for different programs/libraries.
157am__define_uniq_tagged_files = \
158  list='$(am__tagged_files)'; \
159  unique=`for i in $$list; do \
160    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
161  done | $(am__uniquify_input)`
162ETAGS = etags
163CTAGS = ctags
164DIST_SUBDIRS = $(SUBDIRS)
165am__DIST_COMMON = $(srcdir)/Makefile.in
166DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
167am__relativize = \
168  dir0=`pwd`; \
169  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
170  sed_rest='s,^[^/]*/*,,'; \
171  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
172  sed_butlast='s,/*[^/]*$$,,'; \
173  while test -n "$$dir1"; do \
174    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
175    if test "$$first" != "."; then \
176      if test "$$first" = ".."; then \
177        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
178        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
179      else \
180        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
181        if test "$$first2" = "$$first"; then \
182          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
183        else \
184          dir2="../$$dir2"; \
185        fi; \
186        dir0="$$dir0"/"$$first"; \
187      fi; \
188    fi; \
189    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
190  done; \
191  reldir="$$dir2"
192ACLOCAL = @ACLOCAL@
193AMTAR = @AMTAR@
194AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
195AR = @AR@
196AS = @AS@
197AUTOCONF = @AUTOCONF@
198AUTOHEADER = @AUTOHEADER@
199AUTOMAKE = @AUTOMAKE@
200AWK = @AWK@
201CC = @CC@
202CCAS = @CCAS@
203CCASDEPMODE = @CCASDEPMODE@
204CCASFLAGS = @CCASFLAGS@
205CCDEPMODE = @CCDEPMODE@
206CFLAGS = @CFLAGS@
207CPP = @CPP@
208CPPFLAGS = @CPPFLAGS@
209CXX = @CXX@
210CXXCPP = @CXXCPP@
211CXXDEPMODE = @CXXDEPMODE@
212CXXFLAGS = @CXXFLAGS@
213CYGPATH_W = @CYGPATH_W@
214DEFS = @DEFS@
215DEPDIR = @DEPDIR@
216DLLTOOL = @DLLTOOL@
217DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
218DOXYGEN = @DOXYGEN@
219DSYMUTIL = @DSYMUTIL@
220DUMPBIN = @DUMPBIN@
221ECHO_C = @ECHO_C@
222ECHO_N = @ECHO_N@
223ECHO_T = @ECHO_T@
224EGREP = @EGREP@
225ENABLE_64_BIT_WORDS = @ENABLE_64_BIT_WORDS@
226EXEEXT = @EXEEXT@
227FGREP = @FGREP@
228FLAC__HAS_OGG = @FLAC__HAS_OGG@
229FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@
230FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@
231GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
232GCC_MINOR_VERSION = @GCC_MINOR_VERSION@
233GCC_VERSION = @GCC_VERSION@
234GREP = @GREP@
235INSTALL = @INSTALL@
236INSTALL_DATA = @INSTALL_DATA@
237INSTALL_PROGRAM = @INSTALL_PROGRAM@
238INSTALL_SCRIPT = @INSTALL_SCRIPT@
239INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
240LD = @LD@
241LDFLAGS = @LDFLAGS@
242LIBICONV = @LIBICONV@
243LIBOBJS = @LIBOBJS@
244LIBS = @LIBS@
245LIBTOOL = @LIBTOOL@
246LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
247LIPO = @LIPO@
248LN_S = @LN_S@
249LTLIBICONV = @LTLIBICONV@
250LTLIBOBJS = @LTLIBOBJS@
251LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
252MAKEINFO = @MAKEINFO@
253MANIFEST_TOOL = @MANIFEST_TOOL@
254MKDIR_P = @MKDIR_P@
255NASM = @NASM@
256NM = @NM@
257NMEDIT = @NMEDIT@
258OBJDUMP = @OBJDUMP@
259OBJEXT = @OBJEXT@
260OBJ_FORMAT = @OBJ_FORMAT@
261OGG_CFLAGS = @OGG_CFLAGS@
262OGG_LIBS = @OGG_LIBS@
263OGG_PACKAGE = @OGG_PACKAGE@
264OTOOL = @OTOOL@
265OTOOL64 = @OTOOL64@
266PACKAGE = @PACKAGE@
267PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
268PACKAGE_NAME = @PACKAGE_NAME@
269PACKAGE_STRING = @PACKAGE_STRING@
270PACKAGE_TARNAME = @PACKAGE_TARNAME@
271PACKAGE_URL = @PACKAGE_URL@
272PACKAGE_VERSION = @PACKAGE_VERSION@
273PATH_SEPARATOR = @PATH_SEPARATOR@
274RANLIB = @RANLIB@
275SED = @SED@
276SET_MAKE = @SET_MAKE@
277SHELL = @SHELL@
278STRIP = @STRIP@
279VERSION = @VERSION@
280XMMS_CFLAGS = @XMMS_CFLAGS@
281XMMS_CONFIG = @XMMS_CONFIG@
282XMMS_DATA_DIR = @XMMS_DATA_DIR@
283XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
284XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
285XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
286XMMS_LIBS = @XMMS_LIBS@
287XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
288XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
289XMMS_VERSION = @XMMS_VERSION@
290XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
291abs_builddir = @abs_builddir@
292abs_srcdir = @abs_srcdir@
293abs_top_builddir = @abs_top_builddir@
294abs_top_srcdir = @abs_top_srcdir@
295ac_ct_AR = @ac_ct_AR@
296ac_ct_CC = @ac_ct_CC@
297ac_ct_CXX = @ac_ct_CXX@
298ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
299am__include = @am__include@
300am__leading_dot = @am__leading_dot@
301am__quote = @am__quote@
302am__tar = @am__tar@
303am__untar = @am__untar@
304bindir = @bindir@
305build = @build@
306build_alias = @build_alias@
307build_cpu = @build_cpu@
308build_os = @build_os@
309build_vendor = @build_vendor@
310builddir = @builddir@
311datadir = @datadir@
312datarootdir = @datarootdir@
313docdir = @docdir@
314dvidir = @dvidir@
315exec_prefix = @exec_prefix@
316host = @host@
317host_alias = @host_alias@
318host_cpu = @host_cpu@
319host_os = @host_os@
320host_vendor = @host_vendor@
321htmldir = @htmldir@
322includedir = @includedir@
323infodir = @infodir@
324install_sh = @install_sh@
325libdir = @libdir@
326libexecdir = @libexecdir@
327localedir = @localedir@
328localstatedir = @localstatedir@
329mandir = @mandir@
330mkdir_p = @mkdir_p@
331oldincludedir = @oldincludedir@
332pdfdir = @pdfdir@
333prefix = @prefix@
334program_transform_name = @program_transform_name@
335psdir = @psdir@
336runstatedir = @runstatedir@
337sbindir = @sbindir@
338sharedstatedir = @sharedstatedir@
339srcdir = @srcdir@
340sysconfdir = @sysconfdir@
341target_alias = @target_alias@
342top_build_prefix = @top_build_prefix@
343top_builddir = @top_builddir@
344top_srcdir = @top_srcdir@
345SUBDIRS = grabbag
346EXTRA_DIST = \
347	alloc.h \
348	compat.h \
349	endswap.h \
350	getopt.h \
351	grabbag.h \
352	macros.h \
353	private.h \
354	replaygain_analysis.h \
355	replaygain_synthesis.h \
356	safe_str.h \
357	utf8.h \
358	win_utf8_io.h \
359	windows_unicode_filenames.h
360
361all: all-recursive
362
363.SUFFIXES:
364$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
365	@for dep in $?; do \
366	  case '$(am__configure_deps)' in \
367	    *$$dep*) \
368	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
369	        && { if test -f $@; then exit 0; else break; fi; }; \
370	      exit 1;; \
371	  esac; \
372	done; \
373	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/share/Makefile'; \
374	$(am__cd) $(top_srcdir) && \
375	  $(AUTOMAKE) --foreign include/share/Makefile
376Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
377	@case '$?' in \
378	  *config.status*) \
379	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
380	  *) \
381	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
382	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
383	esac;
384
385$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
386	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
387
388$(top_srcdir)/configure:  $(am__configure_deps)
389	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
390$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
391	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
392$(am__aclocal_m4_deps):
393
394mostlyclean-libtool:
395	-rm -f *.lo
396
397clean-libtool:
398	-rm -rf .libs _libs
399
400# This directory's subdirectories are mostly independent; you can cd
401# into them and run 'make' without going through this Makefile.
402# To change the values of 'make' variables: instead of editing Makefiles,
403# (1) if the variable is set in 'config.status', edit 'config.status'
404#     (which will cause the Makefiles to be regenerated when you run 'make');
405# (2) otherwise, pass the desired values on the 'make' command line.
406$(am__recursive_targets):
407	@fail=; \
408	if $(am__make_keepgoing); then \
409	  failcom='fail=yes'; \
410	else \
411	  failcom='exit 1'; \
412	fi; \
413	dot_seen=no; \
414	target=`echo $@ | sed s/-recursive//`; \
415	case "$@" in \
416	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
417	  *) list='$(SUBDIRS)' ;; \
418	esac; \
419	for subdir in $$list; do \
420	  echo "Making $$target in $$subdir"; \
421	  if test "$$subdir" = "."; then \
422	    dot_seen=yes; \
423	    local_target="$$target-am"; \
424	  else \
425	    local_target="$$target"; \
426	  fi; \
427	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
428	  || eval $$failcom; \
429	done; \
430	if test "$$dot_seen" = "no"; then \
431	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
432	fi; test -z "$$fail"
433
434ID: $(am__tagged_files)
435	$(am__define_uniq_tagged_files); mkid -fID $$unique
436tags: tags-recursive
437TAGS: tags
438
439tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
440	set x; \
441	here=`pwd`; \
442	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
443	  include_option=--etags-include; \
444	  empty_fix=.; \
445	else \
446	  include_option=--include; \
447	  empty_fix=; \
448	fi; \
449	list='$(SUBDIRS)'; for subdir in $$list; do \
450	  if test "$$subdir" = .; then :; else \
451	    test ! -f $$subdir/TAGS || \
452	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
453	  fi; \
454	done; \
455	$(am__define_uniq_tagged_files); \
456	shift; \
457	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
458	  test -n "$$unique" || unique=$$empty_fix; \
459	  if test $$# -gt 0; then \
460	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
461	      "$$@" $$unique; \
462	  else \
463	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
464	      $$unique; \
465	  fi; \
466	fi
467ctags: ctags-recursive
468
469CTAGS: ctags
470ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
471	$(am__define_uniq_tagged_files); \
472	test -z "$(CTAGS_ARGS)$$unique" \
473	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
474	     $$unique
475
476GTAGS:
477	here=`$(am__cd) $(top_builddir) && pwd` \
478	  && $(am__cd) $(top_srcdir) \
479	  && gtags -i $(GTAGS_ARGS) "$$here"
480cscopelist: cscopelist-recursive
481
482cscopelist-am: $(am__tagged_files)
483	list='$(am__tagged_files)'; \
484	case "$(srcdir)" in \
485	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
486	  *) sdir=$(subdir)/$(srcdir) ;; \
487	esac; \
488	for i in $$list; do \
489	  if test -f "$$i"; then \
490	    echo "$(subdir)/$$i"; \
491	  else \
492	    echo "$$sdir/$$i"; \
493	  fi; \
494	done >> $(top_builddir)/cscope.files
495
496distclean-tags:
497	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
498
499distdir: $(DISTFILES)
500	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
501	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
502	list='$(DISTFILES)'; \
503	  dist_files=`for file in $$list; do echo $$file; done | \
504	  sed -e "s|^$$srcdirstrip/||;t" \
505	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
506	case $$dist_files in \
507	  */*) $(MKDIR_P) `echo "$$dist_files" | \
508			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
509			   sort -u` ;; \
510	esac; \
511	for file in $$dist_files; do \
512	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
513	  if test -d $$d/$$file; then \
514	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
515	    if test -d "$(distdir)/$$file"; then \
516	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
517	    fi; \
518	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
519	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
520	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
521	    fi; \
522	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
523	  else \
524	    test -f "$(distdir)/$$file" \
525	    || cp -p $$d/$$file "$(distdir)/$$file" \
526	    || exit 1; \
527	  fi; \
528	done
529	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
530	  if test "$$subdir" = .; then :; else \
531	    $(am__make_dryrun) \
532	      || test -d "$(distdir)/$$subdir" \
533	      || $(MKDIR_P) "$(distdir)/$$subdir" \
534	      || exit 1; \
535	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
536	    $(am__relativize); \
537	    new_distdir=$$reldir; \
538	    dir1=$$subdir; dir2="$(top_distdir)"; \
539	    $(am__relativize); \
540	    new_top_distdir=$$reldir; \
541	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
542	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
543	    ($(am__cd) $$subdir && \
544	      $(MAKE) $(AM_MAKEFLAGS) \
545	        top_distdir="$$new_top_distdir" \
546	        distdir="$$new_distdir" \
547		am__remove_distdir=: \
548		am__skip_length_check=: \
549		am__skip_mode_fix=: \
550	        distdir) \
551	      || exit 1; \
552	  fi; \
553	done
554check-am: all-am
555check: check-recursive
556all-am: Makefile
557installdirs: installdirs-recursive
558installdirs-am:
559install: install-recursive
560install-exec: install-exec-recursive
561install-data: install-data-recursive
562uninstall: uninstall-recursive
563
564install-am: all-am
565	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
566
567installcheck: installcheck-recursive
568install-strip:
569	if test -z '$(STRIP)'; then \
570	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
571	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
572	      install; \
573	else \
574	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
575	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
576	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
577	fi
578mostlyclean-generic:
579
580clean-generic:
581
582distclean-generic:
583	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
584	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
585
586maintainer-clean-generic:
587	@echo "This command is intended for maintainers to use"
588	@echo "it deletes files that may require special tools to rebuild."
589clean: clean-recursive
590
591clean-am: clean-generic clean-libtool mostlyclean-am
592
593distclean: distclean-recursive
594	-rm -f Makefile
595distclean-am: clean-am distclean-generic distclean-tags
596
597dvi: dvi-recursive
598
599dvi-am:
600
601html: html-recursive
602
603html-am:
604
605info: info-recursive
606
607info-am:
608
609install-data-am:
610
611install-dvi: install-dvi-recursive
612
613install-dvi-am:
614
615install-exec-am:
616
617install-html: install-html-recursive
618
619install-html-am:
620
621install-info: install-info-recursive
622
623install-info-am:
624
625install-man:
626
627install-pdf: install-pdf-recursive
628
629install-pdf-am:
630
631install-ps: install-ps-recursive
632
633install-ps-am:
634
635installcheck-am:
636
637maintainer-clean: maintainer-clean-recursive
638	-rm -f Makefile
639maintainer-clean-am: distclean-am maintainer-clean-generic
640
641mostlyclean: mostlyclean-recursive
642
643mostlyclean-am: mostlyclean-generic mostlyclean-libtool
644
645pdf: pdf-recursive
646
647pdf-am:
648
649ps: ps-recursive
650
651ps-am:
652
653uninstall-am:
654
655.MAKE: $(am__recursive_targets) install-am install-strip
656
657.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
658	check-am clean clean-generic clean-libtool cscopelist-am ctags \
659	ctags-am distclean distclean-generic distclean-libtool \
660	distclean-tags distdir dvi dvi-am html html-am info info-am \
661	install install-am install-data install-data-am install-dvi \
662	install-dvi-am install-exec install-exec-am install-html \
663	install-html-am install-info install-info-am install-man \
664	install-pdf install-pdf-am install-ps install-ps-am \
665	install-strip installcheck installcheck-am installdirs \
666	installdirs-am maintainer-clean maintainer-clean-generic \
667	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
668	ps ps-am tags tags-am uninstall uninstall-am
669
670.PRECIOUS: Makefile
671
672
673# Tell versions [3.59,3.63) of GNU make to not export all variables.
674# Otherwise a system limit (for SysV at least) may be exceeded.
675.NOEXPORT:
676