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