"Fossies" - the Fresh Open Source Software Archive

Member "authforce-0.9.9/Makefile.in" (13 May 2007, 19824 Bytes) of package /linux/www/old/authforce-0.9.9.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

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