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 = share
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
93	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
94	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
95	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \
96	$(top_srcdir)/configure.ac
97am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98	$(ACLOCAL_M4)
99DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
100mkinstalldirs = $(install_sh) -d
101CONFIG_HEADER = $(top_builddir)/config.h
102CONFIG_CLEAN_FILES =
103CONFIG_CLEAN_VPATH_FILES =
104AM_V_P = $(am__v_P_@AM_V@)
105am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
106am__v_P_0 = false
107am__v_P_1 = :
108AM_V_GEN = $(am__v_GEN_@AM_V@)
109am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
110am__v_GEN_0 = @echo "  GEN     " $@;
111am__v_GEN_1 =
112AM_V_at = $(am__v_at_@AM_V@)
113am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
114am__v_at_0 = @
115am__v_at_1 =
116SOURCES =
117DIST_SOURCES =
118RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
119	ctags-recursive dvi-recursive html-recursive info-recursive \
120	install-data-recursive install-dvi-recursive \
121	install-exec-recursive install-html-recursive \
122	install-info-recursive install-pdf-recursive \
123	install-ps-recursive install-recursive installcheck-recursive \
124	installdirs-recursive pdf-recursive ps-recursive \
125	tags-recursive uninstall-recursive
126am__can_run_installinfo = \
127  case $$AM_UPDATE_INFO_DIR in \
128    n|no|NO) false;; \
129    *) (install-info --version) >/dev/null 2>&1;; \
130  esac
131RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
132  distclean-recursive maintainer-clean-recursive
133am__recursive_targets = \
134  $(RECURSIVE_TARGETS) \
135  $(RECURSIVE_CLEAN_TARGETS) \
136  $(am__extra_recursive_targets)
137AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
138	distdir
139am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
140# Read a list of newline-separated strings from the standard input,
141# and print each of them once, without duplicates.  Input order is
142# *not* preserved.
143am__uniquify_input = $(AWK) '\
144  BEGIN { nonempty = 0; } \
145  { items[$$0] = 1; nonempty = 1; } \
146  END { if (nonempty) { for (i in items) print i; }; } \
147'
148# Make sure the list of sources is unique.  This is necessary because,
149# e.g., the same source file might be shared among _SOURCES variables
150# for different programs/libraries.
151am__define_uniq_tagged_files = \
152  list='$(am__tagged_files)'; \
153  unique=`for i in $$list; do \
154    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
155  done | $(am__uniquify_input)`
156ETAGS = etags
157CTAGS = ctags
158DIST_SUBDIRS = $(SUBDIRS)
159am__DIST_COMMON = $(srcdir)/Makefile.in
160DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
161am__relativize = \
162  dir0=`pwd`; \
163  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
164  sed_rest='s,^[^/]*/*,,'; \
165  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
166  sed_butlast='s,/*[^/]*$$,,'; \
167  while test -n "$$dir1"; do \
168    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
169    if test "$$first" != "."; then \
170      if test "$$first" = ".."; then \
171        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
172        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
173      else \
174        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
175        if test "$$first2" = "$$first"; then \
176          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
177        else \
178          dir2="../$$dir2"; \
179        fi; \
180        dir0="$$dir0"/"$$first"; \
181      fi; \
182    fi; \
183    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
184  done; \
185  reldir="$$dir2"
186ACLOCAL = @ACLOCAL@
187ADDITIONAL_LIBS = @ADDITIONAL_LIBS@
188ALL_LINGUAS = @ALL_LINGUAS@
189AMTAR = @AMTAR@
190AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
191APLAY_LIBS = @APLAY_LIBS@
192AR = @AR@
193ASPELL_CFLAGS = @ASPELL_CFLAGS@
194ASPELL_LIBS = @ASPELL_LIBS@
195AUTOCONF = @AUTOCONF@
196AUTOHEADER = @AUTOHEADER@
197AUTOMAKE = @AUTOMAKE@
198AWK = @AWK@
199CATALOGS = @CATALOGS@
200CATOBJEXT = @CATOBJEXT@
201CC = @CC@
202CCDEPMODE = @CCDEPMODE@
203CFLAGS = @CFLAGS@
204CPP = @CPP@
205CPPFLAGS = @CPPFLAGS@
206CYGPATH_W = @CYGPATH_W@
207DATADIRNAME = @DATADIRNAME@
208DEFAULT_CFLAGS = @DEFAULT_CFLAGS@
209DEFS = @DEFS@
210DEPDIR = @DEPDIR@
211DLLTOOL = @DLLTOOL@
212DSYMUTIL = @DSYMUTIL@
213DUMPBIN = @DUMPBIN@
214ECHO_C = @ECHO_C@
215ECHO_N = @ECHO_N@
216ECHO_T = @ECHO_T@
217EGREP = @EGREP@
218ENCHANT_CFLAGS = @ENCHANT_CFLAGS@
219ENCHANT_LIBS = @ENCHANT_LIBS@
220EXEEXT = @EXEEXT@
221FGREP = @FGREP@
222FREEALUT_CFLAGS = @FREEALUT_CFLAGS@
223FREEALUT_LIBS = @FREEALUT_LIBS@
224GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
225GMOFILES = @GMOFILES@
226GMSGFMT = @GMSGFMT@
227GREP = @GREP@
228GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
229GSTREAMER_LIBS = @GSTREAMER_LIBS@
230GTK_CFLAGS = @GTK_CFLAGS@
231GTK_LIBS = @GTK_LIBS@
232INSTALL = @INSTALL@
233INSTALL_DATA = @INSTALL_DATA@
234INSTALL_PROGRAM = @INSTALL_PROGRAM@
235INSTALL_SCRIPT = @INSTALL_SCRIPT@
236INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
237INSTOBJEXT = @INSTOBJEXT@
238INTLLIBS = @INTLLIBS@
239INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
240INTLTOOL_MERGE = @INTLTOOL_MERGE@
241INTLTOOL_PERL = @INTLTOOL_PERL@
242INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
243INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
244INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
245INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
246INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
247LD = @LD@
248LDFLAGS = @LDFLAGS@
249LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
250LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
251LIBOBJS = @LIBOBJS@
252LIBS = @LIBS@
253LIBTOOL = @LIBTOOL@
254LIPO = @LIPO@
255LN_S = @LN_S@
256LTLIBOBJS = @LTLIBOBJS@
257LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
258MAKEINFO = @MAKEINFO@
259MANIFEST_TOOL = @MANIFEST_TOOL@
260MKDIR_P = @MKDIR_P@
261MKINSTALLDIRS = @MKINSTALLDIRS@
262MSGFMT = @MSGFMT@
263MSGFMT_OPTS = @MSGFMT_OPTS@
264MSGMERGE = @MSGMERGE@
265NM = @NM@
266NMEDIT = @NMEDIT@
267OBJDUMP = @OBJDUMP@
268OBJEXT = @OBJEXT@
269OTOOL = @OTOOL@
270OTOOL64 = @OTOOL64@
271PACKAGE = @PACKAGE@
272PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
273PACKAGE_NAME = @PACKAGE_NAME@
274PACKAGE_STRING = @PACKAGE_STRING@
275PACKAGE_TARNAME = @PACKAGE_TARNAME@
276PACKAGE_URL = @PACKAGE_URL@
277PACKAGE_VERSION = @PACKAGE_VERSION@
278PATH_SEPARATOR = @PATH_SEPARATOR@
279PCRE_CFLAGS = @PCRE_CFLAGS@
280PCRE_LIBS = @PCRE_LIBS@
281PKG_CONFIG = @PKG_CONFIG@
282POFILES = @POFILES@
283POSUB = @POSUB@
284PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
285PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
286RANLIB = @RANLIB@
287SED = @SED@
288SET_MAKE = @SET_MAKE@
289SHELL = @SHELL@
290STRIP = @STRIP@
291USE_NLS = @USE_NLS@
292VERSION = @VERSION@
293X11_CFLAGS = @X11_CFLAGS@
294X11_LIBS = @X11_LIBS@
295XGETTEXT = @XGETTEXT@
296XMKMF = @XMKMF@
297XOSD_CFLAGS = @XOSD_CFLAGS@
298XOSD_LIBS = @XOSD_LIBS@
299X_CFLAGS = @X_CFLAGS@
300X_EXTRA_LIBS = @X_EXTRA_LIBS@
301X_LIBS = @X_LIBS@
302X_PRE_LIBS = @X_PRE_LIBS@
303Xi_CFLAGS = @Xi_CFLAGS@
304Xi_LIBS = @Xi_LIBS@
305Z_LIBS = @Z_LIBS@
306abs_builddir = @abs_builddir@
307abs_srcdir = @abs_srcdir@
308abs_top_builddir = @abs_top_builddir@
309abs_top_srcdir = @abs_top_srcdir@
310ac_ct_AR = @ac_ct_AR@
311ac_ct_CC = @ac_ct_CC@
312ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
313am__include = @am__include@
314am__leading_dot = @am__leading_dot@
315am__quote = @am__quote@
316am__tar = @am__tar@
317am__untar = @am__untar@
318bindir = @bindir@
319build = @build@
320build_alias = @build_alias@
321build_cpu = @build_cpu@
322build_os = @build_os@
323build_vendor = @build_vendor@
324builddir = @builddir@
325datadir = @datadir@
326datarootdir = @datarootdir@
327docdir = @docdir@
328dvidir = @dvidir@
329exec_prefix = @exec_prefix@
330host = @host@
331host_alias = @host_alias@
332host_cpu = @host_cpu@
333host_os = @host_os@
334host_vendor = @host_vendor@
335htmldir = @htmldir@
336includedir = @includedir@
337infodir = @infodir@
338install_sh = @install_sh@
339intltool__v_merge_options_ = @intltool__v_merge_options_@
340intltool__v_merge_options_0 = @intltool__v_merge_options_0@
341libdir = @libdir@
342libexecdir = @libexecdir@
343localedir = @localedir@
344localstatedir = @localstatedir@
345mandir = @mandir@
346mkdir_p = @mkdir_p@
347oldincludedir = @oldincludedir@
348pdfdir = @pdfdir@
349prefix = @prefix@
350program_transform_name = @program_transform_name@
351psdir = @psdir@
352runstatedir = @runstatedir@
353sbindir = @sbindir@
354sharedstatedir = @sharedstatedir@
355srcdir = @srcdir@
356sysconfdir = @sysconfdir@
357target_alias = @target_alias@
358top_build_prefix = @top_build_prefix@
359top_builddir = @top_builddir@
360top_srcdir = @top_srcdir@
361SUBDIRS = \
362	sounds			\
363	languages
364
365all: all-recursive
366
367.SUFFIXES:
368$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
369	@for dep in $?; do \
370	  case '$(am__configure_deps)' in \
371	    *$$dep*) \
372	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
373	        && { if test -f $@; then exit 0; else break; fi; }; \
374	      exit 1;; \
375	  esac; \
376	done; \
377	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu share/Makefile'; \
378	$(am__cd) $(top_srcdir) && \
379	  $(AUTOMAKE) --gnu share/Makefile
380Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
381	@case '$?' in \
382	  *config.status*) \
383	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
384	  *) \
385	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
386	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
387	esac;
388
389$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
390	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
391
392$(top_srcdir)/configure:  $(am__configure_deps)
393	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
394$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
395	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
396$(am__aclocal_m4_deps):
397
398mostlyclean-libtool:
399	-rm -f *.lo
400
401clean-libtool:
402	-rm -rf .libs _libs
403
404# This directory's subdirectories are mostly independent; you can cd
405# into them and run 'make' without going through this Makefile.
406# To change the values of 'make' variables: instead of editing Makefiles,
407# (1) if the variable is set in 'config.status', edit 'config.status'
408#     (which will cause the Makefiles to be regenerated when you run 'make');
409# (2) otherwise, pass the desired values on the 'make' command line.
410$(am__recursive_targets):
411	@fail=; \
412	if $(am__make_keepgoing); then \
413	  failcom='fail=yes'; \
414	else \
415	  failcom='exit 1'; \
416	fi; \
417	dot_seen=no; \
418	target=`echo $@ | sed s/-recursive//`; \
419	case "$@" in \
420	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
421	  *) list='$(SUBDIRS)' ;; \
422	esac; \
423	for subdir in $$list; do \
424	  echo "Making $$target in $$subdir"; \
425	  if test "$$subdir" = "."; then \
426	    dot_seen=yes; \
427	    local_target="$$target-am"; \
428	  else \
429	    local_target="$$target"; \
430	  fi; \
431	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
432	  || eval $$failcom; \
433	done; \
434	if test "$$dot_seen" = "no"; then \
435	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
436	fi; test -z "$$fail"
437
438ID: $(am__tagged_files)
439	$(am__define_uniq_tagged_files); mkid -fID $$unique
440tags: tags-recursive
441TAGS: tags
442
443tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
444	set x; \
445	here=`pwd`; \
446	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
447	  include_option=--etags-include; \
448	  empty_fix=.; \
449	else \
450	  include_option=--include; \
451	  empty_fix=; \
452	fi; \
453	list='$(SUBDIRS)'; for subdir in $$list; do \
454	  if test "$$subdir" = .; then :; else \
455	    test ! -f $$subdir/TAGS || \
456	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
457	  fi; \
458	done; \
459	$(am__define_uniq_tagged_files); \
460	shift; \
461	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
462	  test -n "$$unique" || unique=$$empty_fix; \
463	  if test $$# -gt 0; then \
464	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
465	      "$$@" $$unique; \
466	  else \
467	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
468	      $$unique; \
469	  fi; \
470	fi
471ctags: ctags-recursive
472
473CTAGS: ctags
474ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
475	$(am__define_uniq_tagged_files); \
476	test -z "$(CTAGS_ARGS)$$unique" \
477	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
478	     $$unique
479
480GTAGS:
481	here=`$(am__cd) $(top_builddir) && pwd` \
482	  && $(am__cd) $(top_srcdir) \
483	  && gtags -i $(GTAGS_ARGS) "$$here"
484cscopelist: cscopelist-recursive
485
486cscopelist-am: $(am__tagged_files)
487	list='$(am__tagged_files)'; \
488	case "$(srcdir)" in \
489	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
490	  *) sdir=$(subdir)/$(srcdir) ;; \
491	esac; \
492	for i in $$list; do \
493	  if test -f "$$i"; then \
494	    echo "$(subdir)/$$i"; \
495	  else \
496	    echo "$$sdir/$$i"; \
497	  fi; \
498	done >> $(top_builddir)/cscope.files
499
500distclean-tags:
501	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
502
503distdir: $(DISTFILES)
504	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
505	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
506	list='$(DISTFILES)'; \
507	  dist_files=`for file in $$list; do echo $$file; done | \
508	  sed -e "s|^$$srcdirstrip/||;t" \
509	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
510	case $$dist_files in \
511	  */*) $(MKDIR_P) `echo "$$dist_files" | \
512			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
513			   sort -u` ;; \
514	esac; \
515	for file in $$dist_files; do \
516	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
517	  if test -d $$d/$$file; then \
518	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
519	    if test -d "$(distdir)/$$file"; then \
520	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
521	    fi; \
522	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
523	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
524	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
525	    fi; \
526	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
527	  else \
528	    test -f "$(distdir)/$$file" \
529	    || cp -p $$d/$$file "$(distdir)/$$file" \
530	    || exit 1; \
531	  fi; \
532	done
533	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
534	  if test "$$subdir" = .; then :; else \
535	    $(am__make_dryrun) \
536	      || test -d "$(distdir)/$$subdir" \
537	      || $(MKDIR_P) "$(distdir)/$$subdir" \
538	      || exit 1; \
539	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
540	    $(am__relativize); \
541	    new_distdir=$$reldir; \
542	    dir1=$$subdir; dir2="$(top_distdir)"; \
543	    $(am__relativize); \
544	    new_top_distdir=$$reldir; \
545	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
546	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
547	    ($(am__cd) $$subdir && \
548	      $(MAKE) $(AM_MAKEFLAGS) \
549	        top_distdir="$$new_top_distdir" \
550	        distdir="$$new_distdir" \
551		am__remove_distdir=: \
552		am__skip_length_check=: \
553		am__skip_mode_fix=: \
554	        distdir) \
555	      || exit 1; \
556	  fi; \
557	done
558check-am: all-am
559check: check-recursive
560all-am: Makefile
561installdirs: installdirs-recursive
562installdirs-am:
563install: install-recursive
564install-exec: install-exec-recursive
565install-data: install-data-recursive
566uninstall: uninstall-recursive
567
568install-am: all-am
569	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
570
571installcheck: installcheck-recursive
572install-strip:
573	if test -z '$(STRIP)'; then \
574	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
575	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
576	      install; \
577	else \
578	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
579	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
580	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
581	fi
582mostlyclean-generic:
583
584clean-generic:
585
586distclean-generic:
587	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
588	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
589
590maintainer-clean-generic:
591	@echo "This command is intended for maintainers to use"
592	@echo "it deletes files that may require special tools to rebuild."
593clean: clean-recursive
594
595clean-am: clean-generic clean-libtool mostlyclean-am
596
597distclean: distclean-recursive
598	-rm -f Makefile
599distclean-am: clean-am distclean-generic distclean-tags
600
601dvi: dvi-recursive
602
603dvi-am:
604
605html: html-recursive
606
607html-am:
608
609info: info-recursive
610
611info-am:
612
613install-data-am:
614
615install-dvi: install-dvi-recursive
616
617install-dvi-am:
618
619install-exec-am:
620
621install-html: install-html-recursive
622
623install-html-am:
624
625install-info: install-info-recursive
626
627install-info-am:
628
629install-man:
630
631install-pdf: install-pdf-recursive
632
633install-pdf-am:
634
635install-ps: install-ps-recursive
636
637install-ps-am:
638
639installcheck-am:
640
641maintainer-clean: maintainer-clean-recursive
642	-rm -f Makefile
643maintainer-clean-am: distclean-am maintainer-clean-generic
644
645mostlyclean: mostlyclean-recursive
646
647mostlyclean-am: mostlyclean-generic mostlyclean-libtool
648
649pdf: pdf-recursive
650
651pdf-am:
652
653ps: ps-recursive
654
655ps-am:
656
657uninstall-am:
658
659.MAKE: $(am__recursive_targets) install-am install-strip
660
661.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
662	check-am clean clean-generic clean-libtool cscopelist-am ctags \
663	ctags-am distclean distclean-generic distclean-libtool \
664	distclean-tags distdir dvi dvi-am html html-am info info-am \
665	install install-am install-data install-data-am install-dvi \
666	install-dvi-am install-exec install-exec-am install-html \
667	install-html-am install-info install-info-am install-man \
668	install-pdf install-pdf-am install-ps install-ps-am \
669	install-strip installcheck installcheck-am installdirs \
670	installdirs-am maintainer-clean maintainer-clean-generic \
671	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
672	ps ps-am tags tags-am uninstall uninstall-am
673
674.PRECIOUS: Makefile
675
676
677# Tell versions [3.59,3.63) of GNU make to not export all variables.
678# Otherwise a system limit (for SysV at least) may be exceeded.
679.NOEXPORT:
680