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