1# Makefile.in generated by automake 1.11.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18# Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
19# This Makefile.am is free software; the Free Software Foundation
20# gives unlimited permission to copy and/or distribute it,
21# with or without modifications, as long as this notice is preserved.
22
23# This program is distributed in the hope that it will be useful,
24# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
25# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
26# PARTICULAR PURPOSE.
27
28VPATH = @srcdir@
29am__make_dryrun = \
30  { \
31    am__dry=no; \
32    case $$MAKEFLAGS in \
33      *\\[\ \	]*) \
34        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
35          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
36      *) \
37        for am__flg in $$MAKEFLAGS; do \
38          case $$am__flg in \
39            *=*|--*) ;; \
40            *n*) am__dry=yes; break;; \
41          esac; \
42        done;; \
43    esac; \
44    test $$am__dry = yes; \
45  }
46pkgdatadir = $(datadir)/@PACKAGE@
47pkgincludedir = $(includedir)/@PACKAGE@
48pkglibdir = $(libdir)/@PACKAGE@
49pkglibexecdir = $(libexecdir)/@PACKAGE@
50am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
51install_sh_DATA = $(install_sh) -c -m 644
52install_sh_PROGRAM = $(install_sh) -c
53install_sh_SCRIPT = $(install_sh) -c
54INSTALL_HEADER = $(INSTALL_DATA)
55transform = $(program_transform_name)
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62build_triplet = @build@
63host_triplet = @host@
64subdir = .
65DIST_COMMON = README $(am__configure_deps) $(nobase_dist_doc_DATA) \
66	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
67	$(top_srcdir)/configure AUTHORS COPYING COPYING.LESSER \
68	ChangeLog INSTALL NEWS TODO compile config.guess config.sub \
69	depcomp install-sh ltmain.sh missing
70ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
71am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
72	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
73	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
74	$(top_srcdir)/m4/size_max.m4 $(top_srcdir)/acinclude.m4 \
75	$(top_srcdir)/configure.ac
76am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
77	$(ACLOCAL_M4)
78am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
79 configure.lineno config.status.lineno
80mkinstalldirs = $(install_sh) -d
81CONFIG_CLEAN_FILES =
82CONFIG_CLEAN_VPATH_FILES =
83SOURCES =
84DIST_SOURCES =
85RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
86	html-recursive info-recursive install-data-recursive \
87	install-dvi-recursive install-exec-recursive \
88	install-html-recursive install-info-recursive \
89	install-pdf-recursive install-ps-recursive install-recursive \
90	installcheck-recursive installdirs-recursive pdf-recursive \
91	ps-recursive uninstall-recursive
92am__can_run_installinfo = \
93  case $$AM_UPDATE_INFO_DIR in \
94    n|no|NO) false;; \
95    *) (install-info --version) >/dev/null 2>&1;; \
96  esac
97am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
98am__vpath_adj = case $$p in \
99    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
100    *) f=$$p;; \
101  esac;
102am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
103am__install_max = 40
104am__nobase_strip_setup = \
105  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
106am__nobase_strip = \
107  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
108am__nobase_list = $(am__nobase_strip_setup); \
109  for p in $$list; do echo "$$p $$p"; done | \
110  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
111  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
112    if (++n[$$2] == $(am__install_max)) \
113      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
114    END { for (dir in files) print dir, files[dir] }'
115am__base_list = \
116  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
117  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
118am__uninstall_files_from_dir = { \
119  test -z "$$files" \
120    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
121    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
122         $(am__cd) "$$dir" && rm -f $$files; }; \
123  }
124am__installdirs = "$(DESTDIR)$(docdir)"
125DATA = $(nobase_dist_doc_DATA)
126RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
127  distclean-recursive maintainer-clean-recursive
128AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
129	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
130	distdir dist dist-all distcheck
131ETAGS = etags
132CTAGS = ctags
133DIST_SUBDIRS = $(SUBDIRS)
134DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
135distdir = $(PACKAGE)-$(VERSION)
136top_distdir = $(distdir)
137am__remove_distdir = \
138  if test -d "$(distdir)"; then \
139    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
140      && rm -rf "$(distdir)" \
141      || { sleep 5 && rm -rf "$(distdir)"; }; \
142  else :; fi
143am__relativize = \
144  dir0=`pwd`; \
145  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
146  sed_rest='s,^[^/]*/*,,'; \
147  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
148  sed_butlast='s,/*[^/]*$$,,'; \
149  while test -n "$$dir1"; do \
150    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
151    if test "$$first" != "."; then \
152      if test "$$first" = ".."; then \
153        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
154        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
155      else \
156        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
157        if test "$$first2" = "$$first"; then \
158          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
159        else \
160          dir2="../$$dir2"; \
161        fi; \
162        dir0="$$dir0"/"$$first"; \
163      fi; \
164    fi; \
165    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
166  done; \
167  reldir="$$dir2"
168DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).tar.xz \
169	$(distdir).zip
170GZIP_ENV = --best
171distuninstallcheck_listfiles = find . -type f -print
172am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
173  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
174distcleancheck_listfiles = find . -type f -print
175ACLOCAL = @ACLOCAL@
176ALLOCA = @ALLOCA@
177AMTAR = @AMTAR@
178AR = @AR@
179AS = @AS@
180AUTOCONF = @AUTOCONF@
181AUTOHEADER = @AUTOHEADER@
182AUTOMAKE = @AUTOMAKE@
183AWK = @AWK@
184CC = @CC@
185CCDEPMODE = @CCDEPMODE@
186CFLAGS = @CFLAGS@
187CPP = @CPP@
188CPPFLAGS = @CPPFLAGS@
189CYGPATH_W = @CYGPATH_W@
190DATAFILES = @DATAFILES@
191DEFS = @DEFS@
192DEPDIR = @DEPDIR@
193DLLTOOL = @DLLTOOL@
194DSYMUTIL = @DSYMUTIL@
195DUMPBIN = @DUMPBIN@
196ECHO_C = @ECHO_C@
197ECHO_N = @ECHO_N@
198ECHO_T = @ECHO_T@
199EGREP = @EGREP@
200EXEEXT = @EXEEXT@
201FGREP = @FGREP@
202GREP = @GREP@
203INSTALL = @INSTALL@
204INSTALL_DATA = @INSTALL_DATA@
205INSTALL_PROGRAM = @INSTALL_PROGRAM@
206INSTALL_SCRIPT = @INSTALL_SCRIPT@
207INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
208LD = @LD@
209LDFLAGS = @LDFLAGS@
210LIBMPFR_LDFLAGS = @LIBMPFR_LDFLAGS@
211LIBOBJS = @LIBOBJS@
212LIBS = @LIBS@
213LIBTOOL = @LIBTOOL@
214LIPO = @LIPO@
215LN_S = @LN_S@
216LTLIBOBJS = @LTLIBOBJS@
217MAINT = @MAINT@
218MAKEINFO = @MAKEINFO@
219MANIFEST_TOOL = @MANIFEST_TOOL@
220MKDIR_P = @MKDIR_P@
221MPFR_LDFLAGS = @MPFR_LDFLAGS@
222MPFR_LIBM = @MPFR_LIBM@
223NM = @NM@
224NMEDIT = @NMEDIT@
225OBJDUMP = @OBJDUMP@
226OBJEXT = @OBJEXT@
227OTOOL = @OTOOL@
228OTOOL64 = @OTOOL64@
229PACKAGE = @PACKAGE@
230PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
231PACKAGE_NAME = @PACKAGE_NAME@
232PACKAGE_STRING = @PACKAGE_STRING@
233PACKAGE_TARNAME = @PACKAGE_TARNAME@
234PACKAGE_URL = @PACKAGE_URL@
235PACKAGE_VERSION = @PACKAGE_VERSION@
236PATH_SEPARATOR = @PATH_SEPARATOR@
237RANLIB = @RANLIB@
238SED = @SED@
239SET_MAKE = @SET_MAKE@
240SHELL = @SHELL@
241STRIP = @STRIP@
242TUNE_LIBS = @TUNE_LIBS@
243VERSION = @VERSION@
244abs_builddir = @abs_builddir@
245abs_srcdir = @abs_srcdir@
246abs_top_builddir = @abs_top_builddir@
247abs_top_srcdir = @abs_top_srcdir@
248ac_ct_AR = @ac_ct_AR@
249ac_ct_CC = @ac_ct_CC@
250ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
251am__include = @am__include@
252am__leading_dot = @am__leading_dot@
253am__quote = @am__quote@
254am__tar = @am__tar@
255am__untar = @am__untar@
256bindir = @bindir@
257build = @build@
258build_alias = @build_alias@
259build_cpu = @build_cpu@
260build_os = @build_os@
261build_vendor = @build_vendor@
262builddir = @builddir@
263datadir = @datadir@
264datarootdir = @datarootdir@
265docdir = @docdir@
266dvidir = @dvidir@
267exec_prefix = @exec_prefix@
268host = @host@
269host_alias = @host_alias@
270host_cpu = @host_cpu@
271host_os = @host_os@
272host_vendor = @host_vendor@
273htmldir = @htmldir@
274includedir = @includedir@
275infodir = @infodir@
276install_sh = @install_sh@
277libdir = @libdir@
278libexecdir = @libexecdir@
279localedir = @localedir@
280localstatedir = @localstatedir@
281mandir = @mandir@
282mkdir_p = @mkdir_p@
283oldincludedir = @oldincludedir@
284pdfdir = @pdfdir@
285prefix = @prefix@
286program_transform_name = @program_transform_name@
287psdir = @psdir@
288sbindir = @sbindir@
289sharedstatedir = @sharedstatedir@
290srcdir = @srcdir@
291sysconfdir = @sysconfdir@
292target_alias = @target_alias@
293top_build_prefix = @top_build_prefix@
294top_builddir = @top_builddir@
295top_srcdir = @top_srcdir@
296AUTOMAKE_OPTIONS = gnu
297ACLOCAL_AMFLAGS = -I m4
298SUBDIRS = doc src tests tune
299nobase_dist_doc_DATA = AUTHORS BUGS COPYING COPYING.LESSER NEWS TODO \
300  examples/ReadMe examples/divworst.c examples/rndo-add.c examples/sample.c \
301  examples/version.c
302
303EXTRA_DIST = PATCHES VERSION \
304  tools/ck-copyright-notice tools/ck-version-info tools/get_patches.sh \
305  $(DATAFILES)
306
307all: all-recursive
308
309.SUFFIXES:
310am--refresh: Makefile
311	@:
312$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
313	@for dep in $?; do \
314	  case '$(am__configure_deps)' in \
315	    *$$dep*) \
316	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
317	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
318		&& exit 0; \
319	      exit 1;; \
320	  esac; \
321	done; \
322	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
323	$(am__cd) $(top_srcdir) && \
324	  $(AUTOMAKE) --gnu Makefile
325.PRECIOUS: Makefile
326Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
327	@case '$?' in \
328	  *config.status*) \
329	    echo ' $(SHELL) ./config.status'; \
330	    $(SHELL) ./config.status;; \
331	  *) \
332	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
333	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
334	esac;
335
336$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
337	$(SHELL) ./config.status --recheck
338
339$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
340	$(am__cd) $(srcdir) && $(AUTOCONF)
341$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
342	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
343$(am__aclocal_m4_deps):
344
345mostlyclean-libtool:
346	-rm -f *.lo
347
348clean-libtool:
349	-rm -rf .libs _libs
350
351distclean-libtool:
352	-rm -f libtool config.lt
353install-nobase_dist_docDATA: $(nobase_dist_doc_DATA)
354	@$(NORMAL_INSTALL)
355	@list='$(nobase_dist_doc_DATA)'; test -n "$(docdir)" || list=; \
356	if test -n "$$list"; then \
357	  echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
358	  $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
359	fi; \
360	$(am__nobase_list) | while read dir files; do \
361	  xfiles=; for file in $$files; do \
362	    if test -f "$$file"; then xfiles="$$xfiles $$file"; \
363	    else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
364	  test -z "$$xfiles" || { \
365	    test "x$$dir" = x. || { \
366	      echo " $(MKDIR_P) '$(DESTDIR)$(docdir)/$$dir'"; \
367	      $(MKDIR_P) "$(DESTDIR)$(docdir)/$$dir"; }; \
368	    echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(docdir)/$$dir'"; \
369	    $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(docdir)/$$dir" || exit $$?; }; \
370	done
371
372uninstall-nobase_dist_docDATA:
373	@$(NORMAL_UNINSTALL)
374	@list='$(nobase_dist_doc_DATA)'; test -n "$(docdir)" || list=; \
375	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
376	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
377
378# This directory's subdirectories are mostly independent; you can cd
379# into them and run `make' without going through this Makefile.
380# To change the values of `make' variables: instead of editing Makefiles,
381# (1) if the variable is set in `config.status', edit `config.status'
382#     (which will cause the Makefiles to be regenerated when you run `make');
383# (2) otherwise, pass the desired values on the `make' command line.
384$(RECURSIVE_TARGETS):
385	@fail= failcom='exit 1'; \
386	for f in x $$MAKEFLAGS; do \
387	  case $$f in \
388	    *=* | --[!k]*);; \
389	    *k*) failcom='fail=yes';; \
390	  esac; \
391	done; \
392	dot_seen=no; \
393	target=`echo $@ | sed s/-recursive//`; \
394	list='$(SUBDIRS)'; 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
409$(RECURSIVE_CLEAN_TARGETS):
410	@fail= failcom='exit 1'; \
411	for f in x $$MAKEFLAGS; do \
412	  case $$f in \
413	    *=* | --[!k]*);; \
414	    *k*) failcom='fail=yes';; \
415	  esac; \
416	done; \
417	dot_seen=no; \
418	case "$@" in \
419	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
420	  *) list='$(SUBDIRS)' ;; \
421	esac; \
422	rev=''; for subdir in $$list; do \
423	  if test "$$subdir" = "."; then :; else \
424	    rev="$$subdir $$rev"; \
425	  fi; \
426	done; \
427	rev="$$rev ."; \
428	target=`echo $@ | sed s/-recursive//`; \
429	for subdir in $$rev; do \
430	  echo "Making $$target in $$subdir"; \
431	  if test "$$subdir" = "."; then \
432	    local_target="$$target-am"; \
433	  else \
434	    local_target="$$target"; \
435	  fi; \
436	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
437	  || eval $$failcom; \
438	done && test -z "$$fail"
439tags-recursive:
440	list='$(SUBDIRS)'; for subdir in $$list; do \
441	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
442	done
443ctags-recursive:
444	list='$(SUBDIRS)'; for subdir in $$list; do \
445	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
446	done
447
448ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
449	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
450	unique=`for i in $$list; do \
451	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
452	  done | \
453	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
454	      END { if (nonempty) { for (i in files) print i; }; }'`; \
455	mkid -fID $$unique
456tags: TAGS
457
458TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
459		$(TAGS_FILES) $(LISP)
460	set x; \
461	here=`pwd`; \
462	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
463	  include_option=--etags-include; \
464	  empty_fix=.; \
465	else \
466	  include_option=--include; \
467	  empty_fix=; \
468	fi; \
469	list='$(SUBDIRS)'; for subdir in $$list; do \
470	  if test "$$subdir" = .; then :; else \
471	    test ! -f $$subdir/TAGS || \
472	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
473	  fi; \
474	done; \
475	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
476	unique=`for i in $$list; do \
477	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
478	  done | \
479	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
480	      END { if (nonempty) { for (i in files) print i; }; }'`; \
481	shift; \
482	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
483	  test -n "$$unique" || unique=$$empty_fix; \
484	  if test $$# -gt 0; then \
485	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
486	      "$$@" $$unique; \
487	  else \
488	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
489	      $$unique; \
490	  fi; \
491	fi
492ctags: CTAGS
493CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
494		$(TAGS_FILES) $(LISP)
495	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
496	unique=`for i in $$list; do \
497	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
498	  done | \
499	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
500	      END { if (nonempty) { for (i in files) print i; }; }'`; \
501	test -z "$(CTAGS_ARGS)$$unique" \
502	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
503	     $$unique
504
505GTAGS:
506	here=`$(am__cd) $(top_builddir) && pwd` \
507	  && $(am__cd) $(top_srcdir) \
508	  && gtags -i $(GTAGS_ARGS) "$$here"
509
510distclean-tags:
511	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
512
513distdir: $(DISTFILES)
514	$(am__remove_distdir)
515	test -d "$(distdir)" || mkdir "$(distdir)"
516	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
517	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
518	list='$(DISTFILES)'; \
519	  dist_files=`for file in $$list; do echo $$file; done | \
520	  sed -e "s|^$$srcdirstrip/||;t" \
521	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
522	case $$dist_files in \
523	  */*) $(MKDIR_P) `echo "$$dist_files" | \
524			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
525			   sort -u` ;; \
526	esac; \
527	for file in $$dist_files; do \
528	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
529	  if test -d $$d/$$file; then \
530	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
531	    if test -d "$(distdir)/$$file"; then \
532	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
533	    fi; \
534	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
535	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
536	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
537	    fi; \
538	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
539	  else \
540	    test -f "$(distdir)/$$file" \
541	    || cp -p $$d/$$file "$(distdir)/$$file" \
542	    || exit 1; \
543	  fi; \
544	done
545	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
546	  if test "$$subdir" = .; then :; else \
547	    $(am__make_dryrun) \
548	      || test -d "$(distdir)/$$subdir" \
549	      || $(MKDIR_P) "$(distdir)/$$subdir" \
550	      || exit 1; \
551	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
552	    $(am__relativize); \
553	    new_distdir=$$reldir; \
554	    dir1=$$subdir; dir2="$(top_distdir)"; \
555	    $(am__relativize); \
556	    new_top_distdir=$$reldir; \
557	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
558	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
559	    ($(am__cd) $$subdir && \
560	      $(MAKE) $(AM_MAKEFLAGS) \
561	        top_distdir="$$new_top_distdir" \
562	        distdir="$$new_distdir" \
563		am__remove_distdir=: \
564		am__skip_length_check=: \
565		am__skip_mode_fix=: \
566	        distdir) \
567	      || exit 1; \
568	  fi; \
569	done
570	$(MAKE) $(AM_MAKEFLAGS) \
571	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
572	  dist-hook
573	-test -n "$(am__skip_mode_fix)" \
574	|| find "$(distdir)" -type d ! -perm -755 \
575		-exec chmod u+rwx,go+rx {} \; -o \
576	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
577	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
578	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
579	|| chmod -R a+r "$(distdir)"
580dist-gzip: distdir
581	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
582	$(am__remove_distdir)
583dist-bzip2: distdir
584	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
585	$(am__remove_distdir)
586
587dist-lzip: distdir
588	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
589	$(am__remove_distdir)
590
591dist-lzma: distdir
592	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
593	$(am__remove_distdir)
594dist-xz: distdir
595	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
596	$(am__remove_distdir)
597
598dist-tarZ: distdir
599	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
600	$(am__remove_distdir)
601
602dist-shar: distdir
603	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
604	$(am__remove_distdir)
605dist-zip: distdir
606	-rm -f $(distdir).zip
607	zip -rq $(distdir).zip $(distdir)
608	$(am__remove_distdir)
609
610dist dist-all: distdir
611	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
612	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
613	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
614	-rm -f $(distdir).zip
615	zip -rq $(distdir).zip $(distdir)
616	$(am__remove_distdir)
617
618# This target untars the dist file and tries a VPATH configuration.  Then
619# it guarantees that the distribution is self-contained by making another
620# tarfile.
621distcheck: dist
622	case '$(DIST_ARCHIVES)' in \
623	*.tar.gz*) \
624	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
625	*.tar.bz2*) \
626	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
627	*.tar.lzma*) \
628	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
629	*.tar.lz*) \
630	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
631	*.tar.xz*) \
632	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
633	*.tar.Z*) \
634	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
635	*.shar.gz*) \
636	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
637	*.zip*) \
638	  unzip $(distdir).zip ;;\
639	esac
640	chmod -R a-w $(distdir); chmod u+w $(distdir)
641	mkdir $(distdir)/_build
642	mkdir $(distdir)/_inst
643	chmod a-w $(distdir)
644	test -d $(distdir)/_build || exit 0; \
645	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
646	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
647	  && am__cwd=`pwd` \
648	  && $(am__cd) $(distdir)/_build \
649	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
650	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
651	    $(DISTCHECK_CONFIGURE_FLAGS) \
652	  && $(MAKE) $(AM_MAKEFLAGS) \
653	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
654	  && $(MAKE) $(AM_MAKEFLAGS) check \
655	  && $(MAKE) $(AM_MAKEFLAGS) install \
656	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
657	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
658	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
659	        distuninstallcheck \
660	  && chmod -R a-w "$$dc_install_base" \
661	  && ({ \
662	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
663	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
664	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
665	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
666	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
667	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
668	  && rm -rf "$$dc_destdir" \
669	  && $(MAKE) $(AM_MAKEFLAGS) dist \
670	  && rm -rf $(DIST_ARCHIVES) \
671	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
672	  && cd "$$am__cwd" \
673	  || exit 1
674	$(am__remove_distdir)
675	@(echo "$(distdir) archives ready for distribution: "; \
676	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
677	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
678distuninstallcheck:
679	@test -n '$(distuninstallcheck_dir)' || { \
680	  echo 'ERROR: trying to run $@ with an empty' \
681	       '$$(distuninstallcheck_dir)' >&2; \
682	  exit 1; \
683	}; \
684	$(am__cd) '$(distuninstallcheck_dir)' || { \
685	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
686	  exit 1; \
687	}; \
688	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
689	   || { echo "ERROR: files left after uninstall:" ; \
690	        if test -n "$(DESTDIR)"; then \
691	          echo "  (check DESTDIR support)"; \
692	        fi ; \
693	        $(distuninstallcheck_listfiles) ; \
694	        exit 1; } >&2
695distcleancheck: distclean
696	@if test '$(srcdir)' = . ; then \
697	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
698	  exit 1 ; \
699	fi
700	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
701	  || { echo "ERROR: files left in build directory after distclean:" ; \
702	       $(distcleancheck_listfiles) ; \
703	       exit 1; } >&2
704check-am: all-am
705check: check-recursive
706all-am: Makefile $(DATA)
707installdirs: installdirs-recursive
708installdirs-am:
709	for dir in "$(DESTDIR)$(docdir)"; do \
710	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
711	done
712install: install-recursive
713install-exec: install-exec-recursive
714install-data: install-data-recursive
715uninstall: uninstall-recursive
716
717install-am: all-am
718	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
719
720installcheck: installcheck-recursive
721install-strip:
722	if test -z '$(STRIP)'; then \
723	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
724	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
725	      install; \
726	else \
727	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
728	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
729	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
730	fi
731mostlyclean-generic:
732
733clean-generic:
734
735distclean-generic:
736	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
737	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
738
739maintainer-clean-generic:
740	@echo "This command is intended for maintainers to use"
741	@echo "it deletes files that may require special tools to rebuild."
742clean: clean-recursive
743
744clean-am: clean-generic clean-libtool mostlyclean-am
745
746distclean: distclean-recursive
747	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
748	-rm -f Makefile
749distclean-am: clean-am distclean-generic distclean-libtool \
750	distclean-tags
751
752dvi: dvi-recursive
753
754dvi-am:
755
756html: html-recursive
757
758html-am:
759
760info: info-recursive
761
762info-am:
763
764install-data-am: install-nobase_dist_docDATA
765
766install-dvi: install-dvi-recursive
767
768install-dvi-am:
769
770install-exec-am:
771
772install-html: install-html-recursive
773
774install-html-am:
775
776install-info: install-info-recursive
777
778install-info-am:
779
780install-man:
781
782install-pdf: install-pdf-recursive
783
784install-pdf-am:
785
786install-ps: install-ps-recursive
787
788install-ps-am:
789
790installcheck-am:
791
792maintainer-clean: maintainer-clean-recursive
793	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
794	-rm -rf $(top_srcdir)/autom4te.cache
795	-rm -f Makefile
796maintainer-clean-am: distclean-am maintainer-clean-generic
797
798mostlyclean: mostlyclean-recursive
799
800mostlyclean-am: mostlyclean-generic mostlyclean-libtool
801
802pdf: pdf-recursive
803
804pdf-am:
805
806ps: ps-recursive
807
808ps-am:
809
810uninstall-am: uninstall-nobase_dist_docDATA
811
812.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
813	install-am install-strip tags-recursive
814
815.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
816	all all-am am--refresh check check-am clean clean-generic \
817	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
818	dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \
819	dist-xz dist-zip distcheck distclean distclean-generic \
820	distclean-libtool distclean-tags distcleancheck distdir \
821	distuninstallcheck dvi dvi-am html html-am info info-am \
822	install install-am install-data install-data-am install-dvi \
823	install-dvi-am install-exec install-exec-am install-html \
824	install-html-am install-info install-info-am install-man \
825	install-nobase_dist_docDATA install-pdf install-pdf-am \
826	install-ps install-ps-am install-strip installcheck \
827	installcheck-am installdirs installdirs-am maintainer-clean \
828	maintainer-clean-generic mostlyclean mostlyclean-generic \
829	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
830	uninstall uninstall-am uninstall-nobase_dist_docDATA
831
832
833# Various checks for "make dist".
834# * Check consistency concerning -version-info. Moreover if the VERSION
835#   file doesn't end with "-dev", check that the -version-info value is
836#   up-to-date. Note: this is a heuristic, to detect some mistakes.
837# * Check that copyright notices exist and appear to be correct.
838dist-hook:
839	cd $(srcdir) && tools/ck-version-info
840	cd $(srcdir) && tools/ck-copyright-notice
841
842# Tell versions [3.59,3.63) of GNU make to not export all variables.
843# Otherwise a system limit (for SysV at least) may be exceeded.
844.NOEXPORT:
845