Makefile.in revision 0da4cdcc
10da4cdccSmrg# Makefile.in generated by automake 1.11.6 from Makefile.am.
29bd41f2cSmrg# @configure_input@
39bd41f2cSmrg
49bd41f2cSmrg# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
50da4cdccSmrg# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
60da4cdccSmrg# Foundation, Inc.
79bd41f2cSmrg# This Makefile.in is free software; the Free Software Foundation
89bd41f2cSmrg# gives unlimited permission to copy and/or distribute it,
99bd41f2cSmrg# with or without modifications, as long as this notice is preserved.
109bd41f2cSmrg
119bd41f2cSmrg# This program is distributed in the hope that it will be useful,
129bd41f2cSmrg# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
139bd41f2cSmrg# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
149bd41f2cSmrg# PARTICULAR PURPOSE.
159bd41f2cSmrg
169bd41f2cSmrg@SET_MAKE@
179bd41f2cSmrg
189bd41f2cSmrg#  Copyright 2005 Adam Jackson.
199bd41f2cSmrg#
209bd41f2cSmrg#  Permission is hereby granted, free of charge, to any person obtaining a
219bd41f2cSmrg#  copy of this software and associated documentation files (the "Software"),
229bd41f2cSmrg#  to deal in the Software without restriction, including without limitation
239bd41f2cSmrg#  on the rights to use, copy, modify, merge, publish, distribute, sub
249bd41f2cSmrg#  license, and/or sell copies of the Software, and to permit persons to whom
259bd41f2cSmrg#  the Software is furnished to do so, subject to the following conditions:
269bd41f2cSmrg#
279bd41f2cSmrg#  The above copyright notice and this permission notice (including the next
289bd41f2cSmrg#  paragraph) shall be included in all copies or substantial portions of the
299bd41f2cSmrg#  Software.
309bd41f2cSmrg#
319bd41f2cSmrg#  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
329bd41f2cSmrg#  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
339bd41f2cSmrg#  FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
349bd41f2cSmrg#  ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
359bd41f2cSmrg#  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
369bd41f2cSmrg#  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
379bd41f2cSmrgVPATH = @srcdir@
380da4cdccSmrgam__make_dryrun = \
390da4cdccSmrg  { \
400da4cdccSmrg    am__dry=no; \
410da4cdccSmrg    case $$MAKEFLAGS in \
420da4cdccSmrg      *\\[\ \	]*) \
430da4cdccSmrg        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
440da4cdccSmrg          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
450da4cdccSmrg      *) \
460da4cdccSmrg        for am__flg in $$MAKEFLAGS; do \
470da4cdccSmrg          case $$am__flg in \
480da4cdccSmrg            *=*|--*) ;; \
490da4cdccSmrg            *n*) am__dry=yes; break;; \
500da4cdccSmrg          esac; \
510da4cdccSmrg        done;; \
520da4cdccSmrg    esac; \
530da4cdccSmrg    test $$am__dry = yes; \
540da4cdccSmrg  }
559bd41f2cSmrgpkgdatadir = $(datadir)/@PACKAGE@
56c4f7863aSmrgpkgincludedir = $(includedir)/@PACKAGE@
570da4cdccSmrgpkglibdir = $(libdir)/@PACKAGE@
580da4cdccSmrgpkglibexecdir = $(libexecdir)/@PACKAGE@
599bd41f2cSmrgam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
609bd41f2cSmrginstall_sh_DATA = $(install_sh) -c -m 644
619bd41f2cSmrginstall_sh_PROGRAM = $(install_sh) -c
629bd41f2cSmrginstall_sh_SCRIPT = $(install_sh) -c
639bd41f2cSmrgINSTALL_HEADER = $(INSTALL_DATA)
649bd41f2cSmrgtransform = $(program_transform_name)
659bd41f2cSmrgNORMAL_INSTALL = :
669bd41f2cSmrgPRE_INSTALL = :
679bd41f2cSmrgPOST_INSTALL = :
689bd41f2cSmrgNORMAL_UNINSTALL = :
699bd41f2cSmrgPRE_UNINSTALL = :
709bd41f2cSmrgPOST_UNINSTALL = :
719bd41f2cSmrgbuild_triplet = @build@
729bd41f2cSmrghost_triplet = @host@
739bd41f2cSmrgsubdir = .
749bd41f2cSmrgDIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
759bd41f2cSmrg	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
769bd41f2cSmrg	$(top_srcdir)/configure COPYING ChangeLog INSTALL config.guess \
779bd41f2cSmrg	config.sub depcomp install-sh ltmain.sh missing
789bd41f2cSmrgACLOCAL_M4 = $(top_srcdir)/aclocal.m4
799bd41f2cSmrgam__aclocal_m4_deps = $(top_srcdir)/configure.ac
809bd41f2cSmrgam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
819bd41f2cSmrg	$(ACLOCAL_M4)
829bd41f2cSmrgam__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
839bd41f2cSmrg configure.lineno config.status.lineno
849bd41f2cSmrgmkinstalldirs = $(install_sh) -d
859bd41f2cSmrgCONFIG_HEADER = config.h
869bd41f2cSmrgCONFIG_CLEAN_FILES =
870da4cdccSmrgCONFIG_CLEAN_VPATH_FILES =
880da4cdccSmrgAM_V_GEN = $(am__v_GEN_@AM_V@)
890da4cdccSmrgam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
900da4cdccSmrgam__v_GEN_0 = @echo "  GEN   " $@;
910da4cdccSmrgAM_V_at = $(am__v_at_@AM_V@)
920da4cdccSmrgam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
930da4cdccSmrgam__v_at_0 = @
949bd41f2cSmrgSOURCES =
959bd41f2cSmrgDIST_SOURCES =
969bd41f2cSmrgRECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
979bd41f2cSmrg	html-recursive info-recursive install-data-recursive \
989bd41f2cSmrg	install-dvi-recursive install-exec-recursive \
999bd41f2cSmrg	install-html-recursive install-info-recursive \
1009bd41f2cSmrg	install-pdf-recursive install-ps-recursive install-recursive \
1019bd41f2cSmrg	installcheck-recursive installdirs-recursive pdf-recursive \
1029bd41f2cSmrg	ps-recursive uninstall-recursive
1030da4cdccSmrgam__can_run_installinfo = \
1040da4cdccSmrg  case $$AM_UPDATE_INFO_DIR in \
1050da4cdccSmrg    n|no|NO) false;; \
1060da4cdccSmrg    *) (install-info --version) >/dev/null 2>&1;; \
1070da4cdccSmrg  esac
1089bd41f2cSmrgRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
1099bd41f2cSmrg  distclean-recursive maintainer-clean-recursive
1100da4cdccSmrgAM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
1110da4cdccSmrg	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
1120da4cdccSmrg	distdir dist dist-all distcheck
1139bd41f2cSmrgETAGS = etags
1149bd41f2cSmrgCTAGS = ctags
1159bd41f2cSmrgDIST_SUBDIRS = $(SUBDIRS)
1169bd41f2cSmrgDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1179bd41f2cSmrgdistdir = $(PACKAGE)-$(VERSION)
1189bd41f2cSmrgtop_distdir = $(distdir)
1199bd41f2cSmrgam__remove_distdir = \
1200da4cdccSmrg  if test -d "$(distdir)"; then \
1210da4cdccSmrg    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
1220da4cdccSmrg      && rm -rf "$(distdir)" \
1230da4cdccSmrg      || { sleep 5 && rm -rf "$(distdir)"; }; \
1240da4cdccSmrg  else :; fi
1250da4cdccSmrgam__relativize = \
1260da4cdccSmrg  dir0=`pwd`; \
1270da4cdccSmrg  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
1280da4cdccSmrg  sed_rest='s,^[^/]*/*,,'; \
1290da4cdccSmrg  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
1300da4cdccSmrg  sed_butlast='s,/*[^/]*$$,,'; \
1310da4cdccSmrg  while test -n "$$dir1"; do \
1320da4cdccSmrg    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
1330da4cdccSmrg    if test "$$first" != "."; then \
1340da4cdccSmrg      if test "$$first" = ".."; then \
1350da4cdccSmrg        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
1360da4cdccSmrg        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
1370da4cdccSmrg      else \
1380da4cdccSmrg        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
1390da4cdccSmrg        if test "$$first2" = "$$first"; then \
1400da4cdccSmrg          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
1410da4cdccSmrg        else \
1420da4cdccSmrg          dir2="../$$dir2"; \
1430da4cdccSmrg        fi; \
1440da4cdccSmrg        dir0="$$dir0"/"$$first"; \
1450da4cdccSmrg      fi; \
1460da4cdccSmrg    fi; \
1470da4cdccSmrg    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
1480da4cdccSmrg  done; \
1490da4cdccSmrg  reldir="$$dir2"
1509bd41f2cSmrgDIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
1519bd41f2cSmrgGZIP_ENV = --best
1529bd41f2cSmrgdistuninstallcheck_listfiles = find . -type f -print
1530da4cdccSmrgam__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
1540da4cdccSmrg  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
1559bd41f2cSmrgdistcleancheck_listfiles = find . -type f -print
1569bd41f2cSmrgACLOCAL = @ACLOCAL@
1579bd41f2cSmrgADMIN_MAN_DIR = @ADMIN_MAN_DIR@
1589bd41f2cSmrgADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
1599bd41f2cSmrgAMTAR = @AMTAR@
1609418810dSmrgAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1619bd41f2cSmrgAPP_MAN_DIR = @APP_MAN_DIR@
1629bd41f2cSmrgAPP_MAN_SUFFIX = @APP_MAN_SUFFIX@
1639bd41f2cSmrgAR = @AR@
1649bd41f2cSmrgAUTOCONF = @AUTOCONF@
1659bd41f2cSmrgAUTOHEADER = @AUTOHEADER@
1669bd41f2cSmrgAUTOMAKE = @AUTOMAKE@
1679bd41f2cSmrgAWK = @AWK@
1680da4cdccSmrgBASE_CFLAGS = @BASE_CFLAGS@
1699bd41f2cSmrgCC = @CC@
1709bd41f2cSmrgCCDEPMODE = @CCDEPMODE@
1719bd41f2cSmrgCFLAGS = @CFLAGS@
1729418810dSmrgCHANGELOG_CMD = @CHANGELOG_CMD@
1739bd41f2cSmrgCPP = @CPP@
1749bd41f2cSmrgCPPFLAGS = @CPPFLAGS@
1759418810dSmrgCWARNFLAGS = @CWARNFLAGS@
1769bd41f2cSmrgCYGPATH_W = @CYGPATH_W@
1779bd41f2cSmrgDEFS = @DEFS@
1789bd41f2cSmrgDEPDIR = @DEPDIR@
1790da4cdccSmrgDLLTOOL = @DLLTOOL@
1809bd41f2cSmrgDRIVER_MAN_DIR = @DRIVER_MAN_DIR@
1819bd41f2cSmrgDRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
1829bd41f2cSmrgDRIVER_NAME = @DRIVER_NAME@
183d075918cSmrgDSYMUTIL = @DSYMUTIL@
1849418810dSmrgDUMPBIN = @DUMPBIN@
1859bd41f2cSmrgECHO_C = @ECHO_C@
1869bd41f2cSmrgECHO_N = @ECHO_N@
1879bd41f2cSmrgECHO_T = @ECHO_T@
1889bd41f2cSmrgEGREP = @EGREP@
1899bd41f2cSmrgEXEEXT = @EXEEXT@
1909418810dSmrgFGREP = @FGREP@
1919bd41f2cSmrgFILE_MAN_DIR = @FILE_MAN_DIR@
1929bd41f2cSmrgFILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
1939bd41f2cSmrgGREP = @GREP@
194d075918cSmrgHAL_BIN_DIR = @HAL_BIN_DIR@
195d075918cSmrgHAL_CALLOUTS_DIR = @HAL_CALLOUTS_DIR@
196d075918cSmrgHAL_FDI_DIR = @HAL_FDI_DIR@
1979bd41f2cSmrgINSTALL = @INSTALL@
1989418810dSmrgINSTALL_CMD = @INSTALL_CMD@
1999bd41f2cSmrgINSTALL_DATA = @INSTALL_DATA@
2009bd41f2cSmrgINSTALL_PROGRAM = @INSTALL_PROGRAM@
2019bd41f2cSmrgINSTALL_SCRIPT = @INSTALL_SCRIPT@
2029bd41f2cSmrgINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
2039418810dSmrgLD = @LD@
2049bd41f2cSmrgLDFLAGS = @LDFLAGS@
2059bd41f2cSmrgLIBOBJS = @LIBOBJS@
2069bd41f2cSmrgLIBS = @LIBS@
2079bd41f2cSmrgLIBTOOL = @LIBTOOL@
2089bd41f2cSmrgLIB_MAN_DIR = @LIB_MAN_DIR@
2099bd41f2cSmrgLIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
2109418810dSmrgLIPO = @LIPO@
2119bd41f2cSmrgLN_S = @LN_S@
2129bd41f2cSmrgLTLIBOBJS = @LTLIBOBJS@
2139bd41f2cSmrgMAINT = @MAINT@
2149bd41f2cSmrgMAKEINFO = @MAKEINFO@
2150da4cdccSmrgMANIFEST_TOOL = @MANIFEST_TOOL@
216ea0de359SmrgMAN_SUBSTS = @MAN_SUBSTS@
2179bd41f2cSmrgMISC_MAN_DIR = @MISC_MAN_DIR@
2189bd41f2cSmrgMISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
2199bd41f2cSmrgMKDIR_P = @MKDIR_P@
2209418810dSmrgNM = @NM@
221d075918cSmrgNMEDIT = @NMEDIT@
2229418810dSmrgOBJDUMP = @OBJDUMP@
2239bd41f2cSmrgOBJEXT = @OBJEXT@
2249418810dSmrgOTOOL = @OTOOL@
2259418810dSmrgOTOOL64 = @OTOOL64@
2269bd41f2cSmrgPACKAGE = @PACKAGE@
2279bd41f2cSmrgPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
2289bd41f2cSmrgPACKAGE_NAME = @PACKAGE_NAME@
2299bd41f2cSmrgPACKAGE_STRING = @PACKAGE_STRING@
2309bd41f2cSmrgPACKAGE_TARNAME = @PACKAGE_TARNAME@
2310da4cdccSmrgPACKAGE_URL = @PACKAGE_URL@
2329bd41f2cSmrgPACKAGE_VERSION = @PACKAGE_VERSION@
2339bd41f2cSmrgPATH_SEPARATOR = @PATH_SEPARATOR@
2349bd41f2cSmrgPKG_CONFIG = @PKG_CONFIG@
2350da4cdccSmrgPKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
2360da4cdccSmrgPKG_CONFIG_PATH = @PKG_CONFIG_PATH@
2379bd41f2cSmrgRANLIB = @RANLIB@
2389bd41f2cSmrgSED = @SED@
2399bd41f2cSmrgSET_MAKE = @SET_MAKE@
2409bd41f2cSmrgSHELL = @SHELL@
2410da4cdccSmrgSTRICT_CFLAGS = @STRICT_CFLAGS@
2429bd41f2cSmrgSTRIP = @STRIP@
2430da4cdccSmrgUDEV_CFLAGS = @UDEV_CFLAGS@
2440da4cdccSmrgUDEV_LIBS = @UDEV_LIBS@
2459418810dSmrgUDEV_RULES_DIR = @UDEV_RULES_DIR@
2469bd41f2cSmrgVERSION = @VERSION@
2479bd41f2cSmrgXORG_CFLAGS = @XORG_CFLAGS@
2489418810dSmrgXORG_CONF_DIR = @XORG_CONF_DIR@
2499bd41f2cSmrgXORG_LIBS = @XORG_LIBS@
250ea0de359SmrgXORG_MAN_PAGE = @XORG_MAN_PAGE@
2519bd41f2cSmrgabs_builddir = @abs_builddir@
2529bd41f2cSmrgabs_srcdir = @abs_srcdir@
2539bd41f2cSmrgabs_top_builddir = @abs_top_builddir@
2549bd41f2cSmrgabs_top_srcdir = @abs_top_srcdir@
2550da4cdccSmrgac_ct_AR = @ac_ct_AR@
2569bd41f2cSmrgac_ct_CC = @ac_ct_CC@
2579418810dSmrgac_ct_DUMPBIN = @ac_ct_DUMPBIN@
2589bd41f2cSmrgam__include = @am__include@
2599bd41f2cSmrgam__leading_dot = @am__leading_dot@
2609bd41f2cSmrgam__quote = @am__quote@
2619bd41f2cSmrgam__tar = @am__tar@
2629bd41f2cSmrgam__untar = @am__untar@
2639bd41f2cSmrgbindir = @bindir@
2649bd41f2cSmrgbuild = @build@
2659bd41f2cSmrgbuild_alias = @build_alias@
2669bd41f2cSmrgbuild_cpu = @build_cpu@
2679bd41f2cSmrgbuild_os = @build_os@
2689bd41f2cSmrgbuild_vendor = @build_vendor@
2699bd41f2cSmrgbuilddir = @builddir@
2709bd41f2cSmrgdatadir = @datadir@
2719bd41f2cSmrgdatarootdir = @datarootdir@
2729bd41f2cSmrgdocdir = @docdir@
2739bd41f2cSmrgdvidir = @dvidir@
2749bd41f2cSmrgexec_prefix = @exec_prefix@
2759bd41f2cSmrghost = @host@
2769bd41f2cSmrghost_alias = @host_alias@
2779bd41f2cSmrghost_cpu = @host_cpu@
2789bd41f2cSmrghost_os = @host_os@
2799bd41f2cSmrghost_vendor = @host_vendor@
2809bd41f2cSmrghtmldir = @htmldir@
2819bd41f2cSmrgincludedir = @includedir@
2829bd41f2cSmrginfodir = @infodir@
2839bd41f2cSmrginputdir = @inputdir@
2849bd41f2cSmrginstall_sh = @install_sh@
2859bd41f2cSmrglibdir = @libdir@
2869bd41f2cSmrglibexecdir = @libexecdir@
2879bd41f2cSmrglocaledir = @localedir@
2889bd41f2cSmrglocalstatedir = @localstatedir@
2899bd41f2cSmrgmandir = @mandir@
2909bd41f2cSmrgmkdir_p = @mkdir_p@
2919bd41f2cSmrgoldincludedir = @oldincludedir@
2929bd41f2cSmrgpdfdir = @pdfdir@
2939bd41f2cSmrgprefix = @prefix@
2949bd41f2cSmrgprogram_transform_name = @program_transform_name@
2959bd41f2cSmrgpsdir = @psdir@
2969bd41f2cSmrgsbindir = @sbindir@
2979bd41f2cSmrgsharedstatedir = @sharedstatedir@
2989bd41f2cSmrgsrcdir = @srcdir@
2999bd41f2cSmrgsysconfdir = @sysconfdir@
3009bd41f2cSmrgtarget_alias = @target_alias@
301d075918cSmrgtop_build_prefix = @top_build_prefix@
3029bd41f2cSmrgtop_builddir = @top_builddir@
3039bd41f2cSmrgtop_srcdir = @top_srcdir@
3049418810dSmrg
3059418810dSmrg# Ensure xorg.conf.d snippets are installed below $(prefix) for distcheck
3060da4cdccSmrgDISTCHECK_CONFIGURE_FLAGS = --with-xorg-conf-dir='$${datadir}/X11/xorg.conf.d' \
3070da4cdccSmrg                            --with-udev-rules-dir='$${libdir}/udev/rules.d'
3080da4cdccSmrg
309d075918cSmrgSUBDIRS = shared src tools fdi man
3109418810dSmrgMAINTAINERCLEANFILES = ChangeLog INSTALL
3119bd41f2cSmrgall: config.h
3129bd41f2cSmrg	$(MAKE) $(AM_MAKEFLAGS) all-recursive
3139bd41f2cSmrg
3149bd41f2cSmrg.SUFFIXES:
3150da4cdccSmrgam--refresh: Makefile
3169bd41f2cSmrg	@:
3179bd41f2cSmrg$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
3189bd41f2cSmrg	@for dep in $?; do \
3199bd41f2cSmrg	  case '$(am__configure_deps)' in \
3209bd41f2cSmrg	    *$$dep*) \
3210da4cdccSmrg	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
3220da4cdccSmrg	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
3239bd41f2cSmrg		&& exit 0; \
3249bd41f2cSmrg	      exit 1;; \
3259bd41f2cSmrg	  esac; \
3269bd41f2cSmrg	done; \
3270da4cdccSmrg	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
3280da4cdccSmrg	$(am__cd) $(top_srcdir) && \
3290da4cdccSmrg	  $(AUTOMAKE) --foreign Makefile
3309bd41f2cSmrg.PRECIOUS: Makefile
3319bd41f2cSmrgMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
3329bd41f2cSmrg	@case '$?' in \
3339bd41f2cSmrg	  *config.status*) \
3349bd41f2cSmrg	    echo ' $(SHELL) ./config.status'; \
3359bd41f2cSmrg	    $(SHELL) ./config.status;; \
3369bd41f2cSmrg	  *) \
3379bd41f2cSmrg	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
3389bd41f2cSmrg	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
3399bd41f2cSmrg	esac;
3409bd41f2cSmrg
3419bd41f2cSmrg$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
3429bd41f2cSmrg	$(SHELL) ./config.status --recheck
3439bd41f2cSmrg
3449bd41f2cSmrg$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
3450da4cdccSmrg	$(am__cd) $(srcdir) && $(AUTOCONF)
3469bd41f2cSmrg$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
3470da4cdccSmrg	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
3480da4cdccSmrg$(am__aclocal_m4_deps):
3499bd41f2cSmrg
3509bd41f2cSmrgconfig.h: stamp-h1
3510da4cdccSmrg	@if test ! -f $@; then rm -f stamp-h1; else :; fi
3520da4cdccSmrg	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
3539bd41f2cSmrg
3549bd41f2cSmrgstamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
3559bd41f2cSmrg	@rm -f stamp-h1
3569bd41f2cSmrg	cd $(top_builddir) && $(SHELL) ./config.status config.h
3579bd41f2cSmrg$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
3580da4cdccSmrg	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
3599bd41f2cSmrg	rm -f stamp-h1
3609bd41f2cSmrg	touch $@
3619bd41f2cSmrg
3629bd41f2cSmrgdistclean-hdr:
3639bd41f2cSmrg	-rm -f config.h stamp-h1
3649bd41f2cSmrg
3659bd41f2cSmrgmostlyclean-libtool:
3669bd41f2cSmrg	-rm -f *.lo
3679bd41f2cSmrg
3689bd41f2cSmrgclean-libtool:
3699bd41f2cSmrg	-rm -rf .libs _libs
3709bd41f2cSmrg
3719bd41f2cSmrgdistclean-libtool:
3729418810dSmrg	-rm -f libtool config.lt
3739bd41f2cSmrg
3749bd41f2cSmrg# This directory's subdirectories are mostly independent; you can cd
3759bd41f2cSmrg# into them and run `make' without going through this Makefile.
3769bd41f2cSmrg# To change the values of `make' variables: instead of editing Makefiles,
3779bd41f2cSmrg# (1) if the variable is set in `config.status', edit `config.status'
3789bd41f2cSmrg#     (which will cause the Makefiles to be regenerated when you run `make');
3799bd41f2cSmrg# (2) otherwise, pass the desired values on the `make' command line.
3809bd41f2cSmrg$(RECURSIVE_TARGETS):
3810da4cdccSmrg	@fail= failcom='exit 1'; \
3829bd41f2cSmrg	for f in x $$MAKEFLAGS; do \
3839bd41f2cSmrg	  case $$f in \
3849bd41f2cSmrg	    *=* | --[!k]*);; \
3859bd41f2cSmrg	    *k*) failcom='fail=yes';; \
3869bd41f2cSmrg	  esac; \
3879bd41f2cSmrg	done; \
3889bd41f2cSmrg	dot_seen=no; \
3899bd41f2cSmrg	target=`echo $@ | sed s/-recursive//`; \
3909bd41f2cSmrg	list='$(SUBDIRS)'; for subdir in $$list; do \
3919bd41f2cSmrg	  echo "Making $$target in $$subdir"; \
3929bd41f2cSmrg	  if test "$$subdir" = "."; then \
3939bd41f2cSmrg	    dot_seen=yes; \
3949bd41f2cSmrg	    local_target="$$target-am"; \
3959bd41f2cSmrg	  else \
3969bd41f2cSmrg	    local_target="$$target"; \
3979bd41f2cSmrg	  fi; \
3980da4cdccSmrg	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
3999bd41f2cSmrg	  || eval $$failcom; \
4009bd41f2cSmrg	done; \
4019bd41f2cSmrg	if test "$$dot_seen" = "no"; then \
4029bd41f2cSmrg	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
4039bd41f2cSmrg	fi; test -z "$$fail"
4049bd41f2cSmrg
4059bd41f2cSmrg$(RECURSIVE_CLEAN_TARGETS):
4060da4cdccSmrg	@fail= failcom='exit 1'; \
4079bd41f2cSmrg	for f in x $$MAKEFLAGS; do \
4089bd41f2cSmrg	  case $$f in \
4099bd41f2cSmrg	    *=* | --[!k]*);; \
4109bd41f2cSmrg	    *k*) failcom='fail=yes';; \
4119bd41f2cSmrg	  esac; \
4129bd41f2cSmrg	done; \
4139bd41f2cSmrg	dot_seen=no; \
4149bd41f2cSmrg	case "$@" in \
4159bd41f2cSmrg	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
4169bd41f2cSmrg	  *) list='$(SUBDIRS)' ;; \
4179bd41f2cSmrg	esac; \
4189bd41f2cSmrg	rev=''; for subdir in $$list; do \
4199bd41f2cSmrg	  if test "$$subdir" = "."; then :; else \
4209bd41f2cSmrg	    rev="$$subdir $$rev"; \
4219bd41f2cSmrg	  fi; \
4229bd41f2cSmrg	done; \
4239bd41f2cSmrg	rev="$$rev ."; \
4249bd41f2cSmrg	target=`echo $@ | sed s/-recursive//`; \
4259bd41f2cSmrg	for subdir in $$rev; do \
4269bd41f2cSmrg	  echo "Making $$target in $$subdir"; \
4279bd41f2cSmrg	  if test "$$subdir" = "."; then \
4289bd41f2cSmrg	    local_target="$$target-am"; \
4299bd41f2cSmrg	  else \
4309bd41f2cSmrg	    local_target="$$target"; \
4319bd41f2cSmrg	  fi; \
4320da4cdccSmrg	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
4339bd41f2cSmrg	  || eval $$failcom; \
4349bd41f2cSmrg	done && test -z "$$fail"
4359bd41f2cSmrgtags-recursive:
4369bd41f2cSmrg	list='$(SUBDIRS)'; for subdir in $$list; do \
4370da4cdccSmrg	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
4389bd41f2cSmrg	done
4399bd41f2cSmrgctags-recursive:
4409bd41f2cSmrg	list='$(SUBDIRS)'; for subdir in $$list; do \
4410da4cdccSmrg	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
4429bd41f2cSmrg	done
4439bd41f2cSmrg
4449bd41f2cSmrgID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
4459bd41f2cSmrg	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
4469bd41f2cSmrg	unique=`for i in $$list; do \
4479bd41f2cSmrg	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
4489bd41f2cSmrg	  done | \
4499418810dSmrg	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
450d075918cSmrg	      END { if (nonempty) { for (i in files) print i; }; }'`; \
4519bd41f2cSmrg	mkid -fID $$unique
4529bd41f2cSmrgtags: TAGS
4539bd41f2cSmrg
4549bd41f2cSmrgTAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
4559bd41f2cSmrg		$(TAGS_FILES) $(LISP)
4560da4cdccSmrg	set x; \
4579bd41f2cSmrg	here=`pwd`; \
4589bd41f2cSmrg	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
4599bd41f2cSmrg	  include_option=--etags-include; \
4609bd41f2cSmrg	  empty_fix=.; \
4619bd41f2cSmrg	else \
4629bd41f2cSmrg	  include_option=--include; \
4639bd41f2cSmrg	  empty_fix=; \
4649bd41f2cSmrg	fi; \
4659bd41f2cSmrg	list='$(SUBDIRS)'; for subdir in $$list; do \
4669bd41f2cSmrg	  if test "$$subdir" = .; then :; else \
4679bd41f2cSmrg	    test ! -f $$subdir/TAGS || \
4680da4cdccSmrg	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
4699bd41f2cSmrg	  fi; \
4709bd41f2cSmrg	done; \
4719bd41f2cSmrg	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
4729bd41f2cSmrg	unique=`for i in $$list; do \
4739bd41f2cSmrg	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
4749bd41f2cSmrg	  done | \
475d075918cSmrg	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
476d075918cSmrg	      END { if (nonempty) { for (i in files) print i; }; }'`; \
4770da4cdccSmrg	shift; \
4780da4cdccSmrg	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
4799bd41f2cSmrg	  test -n "$$unique" || unique=$$empty_fix; \
4800da4cdccSmrg	  if test $$# -gt 0; then \
4810da4cdccSmrg	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
4820da4cdccSmrg	      "$$@" $$unique; \
4830da4cdccSmrg	  else \
4840da4cdccSmrg	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
4850da4cdccSmrg	      $$unique; \
4860da4cdccSmrg	  fi; \
4879bd41f2cSmrg	fi
4889bd41f2cSmrgctags: CTAGS
4899bd41f2cSmrgCTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
4909bd41f2cSmrg		$(TAGS_FILES) $(LISP)
4919bd41f2cSmrg	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
4929bd41f2cSmrg	unique=`for i in $$list; do \
4939bd41f2cSmrg	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
4949bd41f2cSmrg	  done | \
495d075918cSmrg	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
496d075918cSmrg	      END { if (nonempty) { for (i in files) print i; }; }'`; \
4970da4cdccSmrg	test -z "$(CTAGS_ARGS)$$unique" \
4989bd41f2cSmrg	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
4990da4cdccSmrg	     $$unique
5009bd41f2cSmrg
5019bd41f2cSmrgGTAGS:
5029bd41f2cSmrg	here=`$(am__cd) $(top_builddir) && pwd` \
5030da4cdccSmrg	  && $(am__cd) $(top_srcdir) \
5040da4cdccSmrg	  && gtags -i $(GTAGS_ARGS) "$$here"
5059bd41f2cSmrg
5069bd41f2cSmrgdistclean-tags:
5079bd41f2cSmrg	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
5089bd41f2cSmrg
5099bd41f2cSmrgdistdir: $(DISTFILES)
5109bd41f2cSmrg	$(am__remove_distdir)
5110da4cdccSmrg	test -d "$(distdir)" || mkdir "$(distdir)"
5129bd41f2cSmrg	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
5139bd41f2cSmrg	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
5149bd41f2cSmrg	list='$(DISTFILES)'; \
5159bd41f2cSmrg	  dist_files=`for file in $$list; do echo $$file; done | \
5169bd41f2cSmrg	  sed -e "s|^$$srcdirstrip/||;t" \
5179bd41f2cSmrg	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
5189bd41f2cSmrg	case $$dist_files in \
5199bd41f2cSmrg	  */*) $(MKDIR_P) `echo "$$dist_files" | \
5209bd41f2cSmrg			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
5219bd41f2cSmrg			   sort -u` ;; \
5229bd41f2cSmrg	esac; \
5239bd41f2cSmrg	for file in $$dist_files; do \
5249bd41f2cSmrg	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
5259bd41f2cSmrg	  if test -d $$d/$$file; then \
5269bd41f2cSmrg	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
5270da4cdccSmrg	    if test -d "$(distdir)/$$file"; then \
5280da4cdccSmrg	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
5290da4cdccSmrg	    fi; \
5309bd41f2cSmrg	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
5310da4cdccSmrg	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
5320da4cdccSmrg	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
5339bd41f2cSmrg	    fi; \
5340da4cdccSmrg	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
5359bd41f2cSmrg	  else \
5360da4cdccSmrg	    test -f "$(distdir)/$$file" \
5370da4cdccSmrg	    || cp -p $$d/$$file "$(distdir)/$$file" \
5389bd41f2cSmrg	    || exit 1; \
5399bd41f2cSmrg	  fi; \
5409bd41f2cSmrg	done
5410da4cdccSmrg	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
5429bd41f2cSmrg	  if test "$$subdir" = .; then :; else \
5430da4cdccSmrg	    $(am__make_dryrun) \
5440da4cdccSmrg	      || test -d "$(distdir)/$$subdir" \
5450da4cdccSmrg	      || $(MKDIR_P) "$(distdir)/$$subdir" \
5460da4cdccSmrg	      || exit 1; \
5470da4cdccSmrg	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
5480da4cdccSmrg	    $(am__relativize); \
5490da4cdccSmrg	    new_distdir=$$reldir; \
5500da4cdccSmrg	    dir1=$$subdir; dir2="$(top_distdir)"; \
5510da4cdccSmrg	    $(am__relativize); \
5520da4cdccSmrg	    new_top_distdir=$$reldir; \
5530da4cdccSmrg	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
5540da4cdccSmrg	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
5550da4cdccSmrg	    ($(am__cd) $$subdir && \
5569bd41f2cSmrg	      $(MAKE) $(AM_MAKEFLAGS) \
5570da4cdccSmrg	        top_distdir="$$new_top_distdir" \
5580da4cdccSmrg	        distdir="$$new_distdir" \
5599bd41f2cSmrg		am__remove_distdir=: \
5609bd41f2cSmrg		am__skip_length_check=: \
5610da4cdccSmrg		am__skip_mode_fix=: \
5629bd41f2cSmrg	        distdir) \
5639bd41f2cSmrg	      || exit 1; \
5649bd41f2cSmrg	  fi; \
5659bd41f2cSmrg	done
5669418810dSmrg	$(MAKE) $(AM_MAKEFLAGS) \
5679418810dSmrg	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
5689418810dSmrg	  dist-hook
5690da4cdccSmrg	-test -n "$(am__skip_mode_fix)" \
5700da4cdccSmrg	|| find "$(distdir)" -type d ! -perm -755 \
5710da4cdccSmrg		-exec chmod u+rwx,go+rx {} \; -o \
5729bd41f2cSmrg	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
5739bd41f2cSmrg	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
5749bd41f2cSmrg	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
5750da4cdccSmrg	|| chmod -R a+r "$(distdir)"
5769bd41f2cSmrgdist-gzip: distdir
5779bd41f2cSmrg	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
5789bd41f2cSmrg	$(am__remove_distdir)
5799bd41f2cSmrgdist-bzip2: distdir
5800da4cdccSmrg	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
5810da4cdccSmrg	$(am__remove_distdir)
5820da4cdccSmrg
5830da4cdccSmrgdist-lzip: distdir
5840da4cdccSmrg	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
5859bd41f2cSmrg	$(am__remove_distdir)
5869bd41f2cSmrg
587d075918cSmrgdist-lzma: distdir
588d075918cSmrg	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
589d075918cSmrg	$(am__remove_distdir)
590d075918cSmrg
5919418810dSmrgdist-xz: distdir
5920da4cdccSmrg	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
5939418810dSmrg	$(am__remove_distdir)
5949418810dSmrg
5959bd41f2cSmrgdist-tarZ: distdir
5969bd41f2cSmrg	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
5979bd41f2cSmrg	$(am__remove_distdir)
5989bd41f2cSmrg
5999bd41f2cSmrgdist-shar: distdir
6009bd41f2cSmrg	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
6019bd41f2cSmrg	$(am__remove_distdir)
6029bd41f2cSmrg
6039bd41f2cSmrgdist-zip: distdir
6049bd41f2cSmrg	-rm -f $(distdir).zip
6059bd41f2cSmrg	zip -rq $(distdir).zip $(distdir)
6069bd41f2cSmrg	$(am__remove_distdir)
6079bd41f2cSmrg
6089bd41f2cSmrgdist dist-all: distdir
6099bd41f2cSmrg	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
6100da4cdccSmrg	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
6119bd41f2cSmrg	$(am__remove_distdir)
6129bd41f2cSmrg
6139bd41f2cSmrg# This target untars the dist file and tries a VPATH configuration.  Then
6149bd41f2cSmrg# it guarantees that the distribution is self-contained by making another
6159bd41f2cSmrg# tarfile.
6169bd41f2cSmrgdistcheck: dist
6179bd41f2cSmrg	case '$(DIST_ARCHIVES)' in \
6189bd41f2cSmrg	*.tar.gz*) \
6190da4cdccSmrg	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
6209bd41f2cSmrg	*.tar.bz2*) \
6210da4cdccSmrg	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
622d075918cSmrg	*.tar.lzma*) \
6230da4cdccSmrg	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
6240da4cdccSmrg	*.tar.lz*) \
6250da4cdccSmrg	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
6269418810dSmrg	*.tar.xz*) \
6279418810dSmrg	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
6289bd41f2cSmrg	*.tar.Z*) \
6299bd41f2cSmrg	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
6309bd41f2cSmrg	*.shar.gz*) \
6310da4cdccSmrg	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
6329bd41f2cSmrg	*.zip*) \
6339bd41f2cSmrg	  unzip $(distdir).zip ;;\
6349bd41f2cSmrg	esac
6350da4cdccSmrg	chmod -R a-w $(distdir); chmod u+w $(distdir)
6369bd41f2cSmrg	mkdir $(distdir)/_build
6379bd41f2cSmrg	mkdir $(distdir)/_inst
6389bd41f2cSmrg	chmod a-w $(distdir)
6390da4cdccSmrg	test -d $(distdir)/_build || exit 0; \
6409bd41f2cSmrg	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
6419bd41f2cSmrg	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
6420da4cdccSmrg	  && am__cwd=`pwd` \
6430da4cdccSmrg	  && $(am__cd) $(distdir)/_build \
6449bd41f2cSmrg	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
6450da4cdccSmrg	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
6469bd41f2cSmrg	    $(DISTCHECK_CONFIGURE_FLAGS) \
6479bd41f2cSmrg	  && $(MAKE) $(AM_MAKEFLAGS) \
6489bd41f2cSmrg	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
6499bd41f2cSmrg	  && $(MAKE) $(AM_MAKEFLAGS) check \
6509bd41f2cSmrg	  && $(MAKE) $(AM_MAKEFLAGS) install \
6519bd41f2cSmrg	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
6529bd41f2cSmrg	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
6539bd41f2cSmrg	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
6549bd41f2cSmrg	        distuninstallcheck \
6559bd41f2cSmrg	  && chmod -R a-w "$$dc_install_base" \
6569bd41f2cSmrg	  && ({ \
6579bd41f2cSmrg	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
6589bd41f2cSmrg	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
6599bd41f2cSmrg	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
6609bd41f2cSmrg	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
6619bd41f2cSmrg	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
6629bd41f2cSmrg	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
6639bd41f2cSmrg	  && rm -rf "$$dc_destdir" \
6649bd41f2cSmrg	  && $(MAKE) $(AM_MAKEFLAGS) dist \
6659bd41f2cSmrg	  && rm -rf $(DIST_ARCHIVES) \
6660da4cdccSmrg	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
6670da4cdccSmrg	  && cd "$$am__cwd" \
6680da4cdccSmrg	  || exit 1
6699bd41f2cSmrg	$(am__remove_distdir)
6709bd41f2cSmrg	@(echo "$(distdir) archives ready for distribution: "; \
6719bd41f2cSmrg	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
6729bd41f2cSmrg	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
6739bd41f2cSmrgdistuninstallcheck:
6740da4cdccSmrg	@test -n '$(distuninstallcheck_dir)' || { \
6750da4cdccSmrg	  echo 'ERROR: trying to run $@ with an empty' \
6760da4cdccSmrg	       '$$(distuninstallcheck_dir)' >&2; \
6770da4cdccSmrg	  exit 1; \
6780da4cdccSmrg	}; \
6790da4cdccSmrg	$(am__cd) '$(distuninstallcheck_dir)' || { \
6800da4cdccSmrg	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
6810da4cdccSmrg	  exit 1; \
6820da4cdccSmrg	}; \
6830da4cdccSmrg	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
6849bd41f2cSmrg	   || { echo "ERROR: files left after uninstall:" ; \
6859bd41f2cSmrg	        if test -n "$(DESTDIR)"; then \
6869bd41f2cSmrg	          echo "  (check DESTDIR support)"; \
6879bd41f2cSmrg	        fi ; \
6889bd41f2cSmrg	        $(distuninstallcheck_listfiles) ; \
6899bd41f2cSmrg	        exit 1; } >&2
6909bd41f2cSmrgdistcleancheck: distclean
6919bd41f2cSmrg	@if test '$(srcdir)' = . ; then \
6929bd41f2cSmrg	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
6939bd41f2cSmrg	  exit 1 ; \
6949bd41f2cSmrg	fi
6959bd41f2cSmrg	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
6969bd41f2cSmrg	  || { echo "ERROR: files left in build directory after distclean:" ; \
6979bd41f2cSmrg	       $(distcleancheck_listfiles) ; \
6989bd41f2cSmrg	       exit 1; } >&2
6999bd41f2cSmrgcheck-am: all-am
7009bd41f2cSmrgcheck: check-recursive
7019bd41f2cSmrgall-am: Makefile config.h
7029bd41f2cSmrginstalldirs: installdirs-recursive
7039bd41f2cSmrginstalldirs-am:
7049bd41f2cSmrginstall: install-recursive
7059bd41f2cSmrginstall-exec: install-exec-recursive
7069bd41f2cSmrginstall-data: install-data-recursive
7079bd41f2cSmrguninstall: uninstall-recursive
7089bd41f2cSmrg
7099bd41f2cSmrginstall-am: all-am
7109bd41f2cSmrg	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
7119bd41f2cSmrg
7129bd41f2cSmrginstallcheck: installcheck-recursive
7139bd41f2cSmrginstall-strip:
7140da4cdccSmrg	if test -z '$(STRIP)'; then \
7150da4cdccSmrg	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
7160da4cdccSmrg	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
7170da4cdccSmrg	      install; \
7180da4cdccSmrg	else \
7190da4cdccSmrg	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
7200da4cdccSmrg	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
7210da4cdccSmrg	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
7220da4cdccSmrg	fi
7239bd41f2cSmrgmostlyclean-generic:
7249bd41f2cSmrg
7259bd41f2cSmrgclean-generic:
7269bd41f2cSmrg
7279bd41f2cSmrgdistclean-generic:
7289bd41f2cSmrg	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
7290da4cdccSmrg	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
7309bd41f2cSmrg
7319bd41f2cSmrgmaintainer-clean-generic:
7329bd41f2cSmrg	@echo "This command is intended for maintainers to use"
7339bd41f2cSmrg	@echo "it deletes files that may require special tools to rebuild."
7349418810dSmrg	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
7359bd41f2cSmrgclean: clean-recursive
7369bd41f2cSmrg
7379bd41f2cSmrgclean-am: clean-generic clean-libtool mostlyclean-am
7389bd41f2cSmrg
7399bd41f2cSmrgdistclean: distclean-recursive
7409bd41f2cSmrg	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
7419bd41f2cSmrg	-rm -f Makefile
7429bd41f2cSmrgdistclean-am: clean-am distclean-generic distclean-hdr \
7439bd41f2cSmrg	distclean-libtool distclean-tags
7449bd41f2cSmrg
7459bd41f2cSmrgdvi: dvi-recursive
7469bd41f2cSmrg
7479bd41f2cSmrgdvi-am:
7489bd41f2cSmrg
7499bd41f2cSmrghtml: html-recursive
7509bd41f2cSmrg
7510da4cdccSmrghtml-am:
7520da4cdccSmrg
7539bd41f2cSmrginfo: info-recursive
7549bd41f2cSmrg
7559bd41f2cSmrginfo-am:
7569bd41f2cSmrg
7579bd41f2cSmrginstall-data-am:
7589bd41f2cSmrg
7599bd41f2cSmrginstall-dvi: install-dvi-recursive
7609bd41f2cSmrg
7610da4cdccSmrginstall-dvi-am:
7620da4cdccSmrg
7639bd41f2cSmrginstall-exec-am:
7649bd41f2cSmrg
7659bd41f2cSmrginstall-html: install-html-recursive
7669bd41f2cSmrg
7670da4cdccSmrginstall-html-am:
7680da4cdccSmrg
7699bd41f2cSmrginstall-info: install-info-recursive
7709bd41f2cSmrg
7710da4cdccSmrginstall-info-am:
7720da4cdccSmrg
7739bd41f2cSmrginstall-man:
7749bd41f2cSmrg
7759bd41f2cSmrginstall-pdf: install-pdf-recursive
7769bd41f2cSmrg
7770da4cdccSmrginstall-pdf-am:
7780da4cdccSmrg
7799bd41f2cSmrginstall-ps: install-ps-recursive
7809bd41f2cSmrg
7810da4cdccSmrginstall-ps-am:
7820da4cdccSmrg
7839bd41f2cSmrginstallcheck-am:
7849bd41f2cSmrg
7859bd41f2cSmrgmaintainer-clean: maintainer-clean-recursive
7869bd41f2cSmrg	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
7879bd41f2cSmrg	-rm -rf $(top_srcdir)/autom4te.cache
7889bd41f2cSmrg	-rm -f Makefile
7899bd41f2cSmrgmaintainer-clean-am: distclean-am maintainer-clean-generic
7909bd41f2cSmrg
7919bd41f2cSmrgmostlyclean: mostlyclean-recursive
7929bd41f2cSmrg
7939bd41f2cSmrgmostlyclean-am: mostlyclean-generic mostlyclean-libtool
7949bd41f2cSmrg
7959bd41f2cSmrgpdf: pdf-recursive
7969bd41f2cSmrg
7979bd41f2cSmrgpdf-am:
7989bd41f2cSmrg
7999bd41f2cSmrgps: ps-recursive
8009bd41f2cSmrg
8019bd41f2cSmrgps-am:
8029bd41f2cSmrg
8039bd41f2cSmrguninstall-am:
8049bd41f2cSmrg
8050da4cdccSmrg.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
8060da4cdccSmrg	ctags-recursive install-am install-strip tags-recursive
8079bd41f2cSmrg
8089bd41f2cSmrg.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
8099bd41f2cSmrg	all all-am am--refresh check check-am clean clean-generic \
8109bd41f2cSmrg	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
8110da4cdccSmrg	dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \
8120da4cdccSmrg	dist-xz dist-zip distcheck distclean distclean-generic \
8130da4cdccSmrg	distclean-hdr distclean-libtool distclean-tags distcleancheck \
8140da4cdccSmrg	distdir distuninstallcheck dvi dvi-am html html-am info \
8150da4cdccSmrg	info-am install install-am install-data install-data-am \
8160da4cdccSmrg	install-dvi install-dvi-am install-exec install-exec-am \
8170da4cdccSmrg	install-html install-html-am install-info install-info-am \
8180da4cdccSmrg	install-man install-pdf install-pdf-am install-ps \
8190da4cdccSmrg	install-ps-am install-strip installcheck installcheck-am \
8200da4cdccSmrg	installdirs installdirs-am maintainer-clean \
8210da4cdccSmrg	maintainer-clean-generic mostlyclean mostlyclean-generic \
8220da4cdccSmrg	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
8230da4cdccSmrg	uninstall uninstall-am
8249418810dSmrg
8259418810dSmrg.PHONY: ChangeLog INSTALL
8269418810dSmrg
8279418810dSmrgINSTALL:
8289418810dSmrg	$(INSTALL_CMD)
8299418810dSmrg
8309418810dSmrgChangeLog:
8319418810dSmrg	$(CHANGELOG_CMD)
8329418810dSmrg
8339418810dSmrgdist-hook: ChangeLog INSTALL
8340da4cdccSmrg
8359bd41f2cSmrg# Tell versions [3.59,3.63) of GNU make to not export all variables.
8369bd41f2cSmrg# Otherwise a system limit (for SysV at least) may be exceeded.
8379bd41f2cSmrg.NOEXPORT:
838