Makefile.in revision 8746cb53
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@
2088746cb53SmrgLIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@
2098746cb53SmrgLIBUDEV_LIBS = @LIBUDEV_LIBS@
2109bd41f2cSmrgLIB_MAN_DIR = @LIB_MAN_DIR@
2119bd41f2cSmrgLIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
2129418810dSmrgLIPO = @LIPO@
2139bd41f2cSmrgLN_S = @LN_S@
2149bd41f2cSmrgLTLIBOBJS = @LTLIBOBJS@
2159bd41f2cSmrgMAKEINFO = @MAKEINFO@
2160da4cdccSmrgMANIFEST_TOOL = @MANIFEST_TOOL@
217ea0de359SmrgMAN_SUBSTS = @MAN_SUBSTS@
2189bd41f2cSmrgMISC_MAN_DIR = @MISC_MAN_DIR@
2199bd41f2cSmrgMISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
2209bd41f2cSmrgMKDIR_P = @MKDIR_P@
2219418810dSmrgNM = @NM@
222d075918cSmrgNMEDIT = @NMEDIT@
2239418810dSmrgOBJDUMP = @OBJDUMP@
2249bd41f2cSmrgOBJEXT = @OBJEXT@
2259418810dSmrgOTOOL = @OTOOL@
2269418810dSmrgOTOOL64 = @OTOOL64@
2279bd41f2cSmrgPACKAGE = @PACKAGE@
2289bd41f2cSmrgPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
2299bd41f2cSmrgPACKAGE_NAME = @PACKAGE_NAME@
2309bd41f2cSmrgPACKAGE_STRING = @PACKAGE_STRING@
2319bd41f2cSmrgPACKAGE_TARNAME = @PACKAGE_TARNAME@
2320da4cdccSmrgPACKAGE_URL = @PACKAGE_URL@
2339bd41f2cSmrgPACKAGE_VERSION = @PACKAGE_VERSION@
2349bd41f2cSmrgPATH_SEPARATOR = @PATH_SEPARATOR@
2359bd41f2cSmrgPKG_CONFIG = @PKG_CONFIG@
2360da4cdccSmrgPKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
2370da4cdccSmrgPKG_CONFIG_PATH = @PKG_CONFIG_PATH@
2389bd41f2cSmrgRANLIB = @RANLIB@
2399bd41f2cSmrgSED = @SED@
2409bd41f2cSmrgSET_MAKE = @SET_MAKE@
2419bd41f2cSmrgSHELL = @SHELL@
2420da4cdccSmrgSTRICT_CFLAGS = @STRICT_CFLAGS@
2439bd41f2cSmrgSTRIP = @STRIP@
2449418810dSmrgUDEV_RULES_DIR = @UDEV_RULES_DIR@
2459bd41f2cSmrgVERSION = @VERSION@
2469bd41f2cSmrgXORG_CFLAGS = @XORG_CFLAGS@
2479418810dSmrgXORG_CONF_DIR = @XORG_CONF_DIR@
2489bd41f2cSmrgXORG_LIBS = @XORG_LIBS@
249ea0de359SmrgXORG_MAN_PAGE = @XORG_MAN_PAGE@
2509bd41f2cSmrgabs_builddir = @abs_builddir@
2519bd41f2cSmrgabs_srcdir = @abs_srcdir@
2529bd41f2cSmrgabs_top_builddir = @abs_top_builddir@
2539bd41f2cSmrgabs_top_srcdir = @abs_top_srcdir@
2540da4cdccSmrgac_ct_AR = @ac_ct_AR@
2559bd41f2cSmrgac_ct_CC = @ac_ct_CC@
2569418810dSmrgac_ct_DUMPBIN = @ac_ct_DUMPBIN@
2579bd41f2cSmrgam__include = @am__include@
2589bd41f2cSmrgam__leading_dot = @am__leading_dot@
2599bd41f2cSmrgam__quote = @am__quote@
2609bd41f2cSmrgam__tar = @am__tar@
2619bd41f2cSmrgam__untar = @am__untar@
2629bd41f2cSmrgbindir = @bindir@
2639bd41f2cSmrgbuild = @build@
2649bd41f2cSmrgbuild_alias = @build_alias@
2659bd41f2cSmrgbuild_cpu = @build_cpu@
2669bd41f2cSmrgbuild_os = @build_os@
2679bd41f2cSmrgbuild_vendor = @build_vendor@
2689bd41f2cSmrgbuilddir = @builddir@
2699bd41f2cSmrgdatadir = @datadir@
2709bd41f2cSmrgdatarootdir = @datarootdir@
2719bd41f2cSmrgdocdir = @docdir@
2729bd41f2cSmrgdvidir = @dvidir@
2739bd41f2cSmrgexec_prefix = @exec_prefix@
2749bd41f2cSmrghost = @host@
2759bd41f2cSmrghost_alias = @host_alias@
2769bd41f2cSmrghost_cpu = @host_cpu@
2779bd41f2cSmrghost_os = @host_os@
2789bd41f2cSmrghost_vendor = @host_vendor@
2799bd41f2cSmrghtmldir = @htmldir@
2809bd41f2cSmrgincludedir = @includedir@
2819bd41f2cSmrginfodir = @infodir@
2829bd41f2cSmrginputdir = @inputdir@
2839bd41f2cSmrginstall_sh = @install_sh@
2849bd41f2cSmrglibdir = @libdir@
2859bd41f2cSmrglibexecdir = @libexecdir@
2869bd41f2cSmrglocaledir = @localedir@
2879bd41f2cSmrglocalstatedir = @localstatedir@
2889bd41f2cSmrgmandir = @mandir@
2899bd41f2cSmrgmkdir_p = @mkdir_p@
2909bd41f2cSmrgoldincludedir = @oldincludedir@
2919bd41f2cSmrgpdfdir = @pdfdir@
2929bd41f2cSmrgprefix = @prefix@
2939bd41f2cSmrgprogram_transform_name = @program_transform_name@
2949bd41f2cSmrgpsdir = @psdir@
2959bd41f2cSmrgsbindir = @sbindir@
2969bd41f2cSmrgsharedstatedir = @sharedstatedir@
2979bd41f2cSmrgsrcdir = @srcdir@
2989bd41f2cSmrgsysconfdir = @sysconfdir@
2999bd41f2cSmrgtarget_alias = @target_alias@
300d075918cSmrgtop_build_prefix = @top_build_prefix@
3019bd41f2cSmrgtop_builddir = @top_builddir@
3029bd41f2cSmrgtop_srcdir = @top_srcdir@
3039418810dSmrg
3049418810dSmrg# Ensure xorg.conf.d snippets are installed below $(prefix) for distcheck
3050da4cdccSmrgDISTCHECK_CONFIGURE_FLAGS = --with-xorg-conf-dir='$${datadir}/X11/xorg.conf.d' \
3060da4cdccSmrg                            --with-udev-rules-dir='$${libdir}/udev/rules.d'
3070da4cdccSmrg
308d075918cSmrgSUBDIRS = shared src tools fdi man
3099418810dSmrgMAINTAINERCLEANFILES = ChangeLog INSTALL
3109bd41f2cSmrgall: config.h
3119bd41f2cSmrg	$(MAKE) $(AM_MAKEFLAGS) all-recursive
3129bd41f2cSmrg
3139bd41f2cSmrg.SUFFIXES:
3140da4cdccSmrgam--refresh: Makefile
3159bd41f2cSmrg	@:
3168746cb53Smrg$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
3179bd41f2cSmrg	@for dep in $?; do \
3189bd41f2cSmrg	  case '$(am__configure_deps)' in \
3199bd41f2cSmrg	    *$$dep*) \
3200da4cdccSmrg	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
3210da4cdccSmrg	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
3229bd41f2cSmrg		&& exit 0; \
3239bd41f2cSmrg	      exit 1;; \
3249bd41f2cSmrg	  esac; \
3259bd41f2cSmrg	done; \
3260da4cdccSmrg	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
3270da4cdccSmrg	$(am__cd) $(top_srcdir) && \
3280da4cdccSmrg	  $(AUTOMAKE) --foreign Makefile
3299bd41f2cSmrg.PRECIOUS: Makefile
3309bd41f2cSmrgMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
3319bd41f2cSmrg	@case '$?' in \
3329bd41f2cSmrg	  *config.status*) \
3339bd41f2cSmrg	    echo ' $(SHELL) ./config.status'; \
3349bd41f2cSmrg	    $(SHELL) ./config.status;; \
3359bd41f2cSmrg	  *) \
3369bd41f2cSmrg	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
3379bd41f2cSmrg	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
3389bd41f2cSmrg	esac;
3399bd41f2cSmrg
3409bd41f2cSmrg$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
3419bd41f2cSmrg	$(SHELL) ./config.status --recheck
3429bd41f2cSmrg
3438746cb53Smrg$(top_srcdir)/configure:  $(am__configure_deps)
3440da4cdccSmrg	$(am__cd) $(srcdir) && $(AUTOCONF)
3458746cb53Smrg$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
3460da4cdccSmrg	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
3470da4cdccSmrg$(am__aclocal_m4_deps):
3489bd41f2cSmrg
3499bd41f2cSmrgconfig.h: stamp-h1
3500da4cdccSmrg	@if test ! -f $@; then rm -f stamp-h1; else :; fi
3510da4cdccSmrg	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
3529bd41f2cSmrg
3539bd41f2cSmrgstamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
3549bd41f2cSmrg	@rm -f stamp-h1
3559bd41f2cSmrg	cd $(top_builddir) && $(SHELL) ./config.status config.h
3568746cb53Smrg$(srcdir)/config.h.in:  $(am__configure_deps) 
3570da4cdccSmrg	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
3589bd41f2cSmrg	rm -f stamp-h1
3599bd41f2cSmrg	touch $@
3609bd41f2cSmrg
3619bd41f2cSmrgdistclean-hdr:
3629bd41f2cSmrg	-rm -f config.h stamp-h1
3639bd41f2cSmrg
3649bd41f2cSmrgmostlyclean-libtool:
3659bd41f2cSmrg	-rm -f *.lo
3669bd41f2cSmrg
3679bd41f2cSmrgclean-libtool:
3689bd41f2cSmrg	-rm -rf .libs _libs
3699bd41f2cSmrg
3709bd41f2cSmrgdistclean-libtool:
3719418810dSmrg	-rm -f libtool config.lt
3729bd41f2cSmrg
3739bd41f2cSmrg# This directory's subdirectories are mostly independent; you can cd
3749bd41f2cSmrg# into them and run `make' without going through this Makefile.
3759bd41f2cSmrg# To change the values of `make' variables: instead of editing Makefiles,
3769bd41f2cSmrg# (1) if the variable is set in `config.status', edit `config.status'
3779bd41f2cSmrg#     (which will cause the Makefiles to be regenerated when you run `make');
3789bd41f2cSmrg# (2) otherwise, pass the desired values on the `make' command line.
3799bd41f2cSmrg$(RECURSIVE_TARGETS):
3800da4cdccSmrg	@fail= failcom='exit 1'; \
3819bd41f2cSmrg	for f in x $$MAKEFLAGS; do \
3829bd41f2cSmrg	  case $$f in \
3839bd41f2cSmrg	    *=* | --[!k]*);; \
3849bd41f2cSmrg	    *k*) failcom='fail=yes';; \
3859bd41f2cSmrg	  esac; \
3869bd41f2cSmrg	done; \
3879bd41f2cSmrg	dot_seen=no; \
3889bd41f2cSmrg	target=`echo $@ | sed s/-recursive//`; \
3899bd41f2cSmrg	list='$(SUBDIRS)'; for subdir in $$list; do \
3909bd41f2cSmrg	  echo "Making $$target in $$subdir"; \
3919bd41f2cSmrg	  if test "$$subdir" = "."; then \
3929bd41f2cSmrg	    dot_seen=yes; \
3939bd41f2cSmrg	    local_target="$$target-am"; \
3949bd41f2cSmrg	  else \
3959bd41f2cSmrg	    local_target="$$target"; \
3969bd41f2cSmrg	  fi; \
3970da4cdccSmrg	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
3989bd41f2cSmrg	  || eval $$failcom; \
3999bd41f2cSmrg	done; \
4009bd41f2cSmrg	if test "$$dot_seen" = "no"; then \
4019bd41f2cSmrg	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
4029bd41f2cSmrg	fi; test -z "$$fail"
4039bd41f2cSmrg
4049bd41f2cSmrg$(RECURSIVE_CLEAN_TARGETS):
4050da4cdccSmrg	@fail= failcom='exit 1'; \
4069bd41f2cSmrg	for f in x $$MAKEFLAGS; do \
4079bd41f2cSmrg	  case $$f in \
4089bd41f2cSmrg	    *=* | --[!k]*);; \
4099bd41f2cSmrg	    *k*) failcom='fail=yes';; \
4109bd41f2cSmrg	  esac; \
4119bd41f2cSmrg	done; \
4129bd41f2cSmrg	dot_seen=no; \
4139bd41f2cSmrg	case "$@" in \
4149bd41f2cSmrg	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
4159bd41f2cSmrg	  *) list='$(SUBDIRS)' ;; \
4169bd41f2cSmrg	esac; \
4179bd41f2cSmrg	rev=''; for subdir in $$list; do \
4189bd41f2cSmrg	  if test "$$subdir" = "."; then :; else \
4199bd41f2cSmrg	    rev="$$subdir $$rev"; \
4209bd41f2cSmrg	  fi; \
4219bd41f2cSmrg	done; \
4229bd41f2cSmrg	rev="$$rev ."; \
4239bd41f2cSmrg	target=`echo $@ | sed s/-recursive//`; \
4249bd41f2cSmrg	for subdir in $$rev; do \
4259bd41f2cSmrg	  echo "Making $$target in $$subdir"; \
4269bd41f2cSmrg	  if test "$$subdir" = "."; then \
4279bd41f2cSmrg	    local_target="$$target-am"; \
4289bd41f2cSmrg	  else \
4299bd41f2cSmrg	    local_target="$$target"; \
4309bd41f2cSmrg	  fi; \
4310da4cdccSmrg	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
4329bd41f2cSmrg	  || eval $$failcom; \
4339bd41f2cSmrg	done && test -z "$$fail"
4349bd41f2cSmrgtags-recursive:
4359bd41f2cSmrg	list='$(SUBDIRS)'; for subdir in $$list; do \
4360da4cdccSmrg	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
4379bd41f2cSmrg	done
4389bd41f2cSmrgctags-recursive:
4399bd41f2cSmrg	list='$(SUBDIRS)'; for subdir in $$list; do \
4400da4cdccSmrg	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
4419bd41f2cSmrg	done
4429bd41f2cSmrg
4439bd41f2cSmrgID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
4449bd41f2cSmrg	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
4459bd41f2cSmrg	unique=`for i in $$list; do \
4469bd41f2cSmrg	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
4479bd41f2cSmrg	  done | \
4489418810dSmrg	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
449d075918cSmrg	      END { if (nonempty) { for (i in files) print i; }; }'`; \
4509bd41f2cSmrg	mkid -fID $$unique
4519bd41f2cSmrgtags: TAGS
4529bd41f2cSmrg
4539bd41f2cSmrgTAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
4549bd41f2cSmrg		$(TAGS_FILES) $(LISP)
4550da4cdccSmrg	set x; \
4569bd41f2cSmrg	here=`pwd`; \
4579bd41f2cSmrg	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
4589bd41f2cSmrg	  include_option=--etags-include; \
4599bd41f2cSmrg	  empty_fix=.; \
4609bd41f2cSmrg	else \
4619bd41f2cSmrg	  include_option=--include; \
4629bd41f2cSmrg	  empty_fix=; \
4639bd41f2cSmrg	fi; \
4649bd41f2cSmrg	list='$(SUBDIRS)'; for subdir in $$list; do \
4659bd41f2cSmrg	  if test "$$subdir" = .; then :; else \
4669bd41f2cSmrg	    test ! -f $$subdir/TAGS || \
4670da4cdccSmrg	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
4689bd41f2cSmrg	  fi; \
4699bd41f2cSmrg	done; \
4709bd41f2cSmrg	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
4719bd41f2cSmrg	unique=`for i in $$list; do \
4729bd41f2cSmrg	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
4739bd41f2cSmrg	  done | \
474d075918cSmrg	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
475d075918cSmrg	      END { if (nonempty) { for (i in files) print i; }; }'`; \
4760da4cdccSmrg	shift; \
4770da4cdccSmrg	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
4789bd41f2cSmrg	  test -n "$$unique" || unique=$$empty_fix; \
4790da4cdccSmrg	  if test $$# -gt 0; then \
4800da4cdccSmrg	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
4810da4cdccSmrg	      "$$@" $$unique; \
4820da4cdccSmrg	  else \
4830da4cdccSmrg	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
4840da4cdccSmrg	      $$unique; \
4850da4cdccSmrg	  fi; \
4869bd41f2cSmrg	fi
4879bd41f2cSmrgctags: CTAGS
4889bd41f2cSmrgCTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
4899bd41f2cSmrg		$(TAGS_FILES) $(LISP)
4909bd41f2cSmrg	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
4919bd41f2cSmrg	unique=`for i in $$list; do \
4929bd41f2cSmrg	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
4939bd41f2cSmrg	  done | \
494d075918cSmrg	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
495d075918cSmrg	      END { if (nonempty) { for (i in files) print i; }; }'`; \
4960da4cdccSmrg	test -z "$(CTAGS_ARGS)$$unique" \
4979bd41f2cSmrg	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
4980da4cdccSmrg	     $$unique
4999bd41f2cSmrg
5009bd41f2cSmrgGTAGS:
5019bd41f2cSmrg	here=`$(am__cd) $(top_builddir) && pwd` \
5020da4cdccSmrg	  && $(am__cd) $(top_srcdir) \
5030da4cdccSmrg	  && gtags -i $(GTAGS_ARGS) "$$here"
5049bd41f2cSmrg
5059bd41f2cSmrgdistclean-tags:
5069bd41f2cSmrg	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
5079bd41f2cSmrg
5089bd41f2cSmrgdistdir: $(DISTFILES)
5099bd41f2cSmrg	$(am__remove_distdir)
5100da4cdccSmrg	test -d "$(distdir)" || mkdir "$(distdir)"
5119bd41f2cSmrg	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
5129bd41f2cSmrg	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
5139bd41f2cSmrg	list='$(DISTFILES)'; \
5149bd41f2cSmrg	  dist_files=`for file in $$list; do echo $$file; done | \
5159bd41f2cSmrg	  sed -e "s|^$$srcdirstrip/||;t" \
5169bd41f2cSmrg	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
5179bd41f2cSmrg	case $$dist_files in \
5189bd41f2cSmrg	  */*) $(MKDIR_P) `echo "$$dist_files" | \
5199bd41f2cSmrg			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
5209bd41f2cSmrg			   sort -u` ;; \
5219bd41f2cSmrg	esac; \
5229bd41f2cSmrg	for file in $$dist_files; do \
5239bd41f2cSmrg	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
5249bd41f2cSmrg	  if test -d $$d/$$file; then \
5259bd41f2cSmrg	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
5260da4cdccSmrg	    if test -d "$(distdir)/$$file"; then \
5270da4cdccSmrg	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
5280da4cdccSmrg	    fi; \
5299bd41f2cSmrg	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
5300da4cdccSmrg	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
5310da4cdccSmrg	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
5329bd41f2cSmrg	    fi; \
5330da4cdccSmrg	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
5349bd41f2cSmrg	  else \
5350da4cdccSmrg	    test -f "$(distdir)/$$file" \
5360da4cdccSmrg	    || cp -p $$d/$$file "$(distdir)/$$file" \
5379bd41f2cSmrg	    || exit 1; \
5389bd41f2cSmrg	  fi; \
5399bd41f2cSmrg	done
5400da4cdccSmrg	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
5419bd41f2cSmrg	  if test "$$subdir" = .; then :; else \
5420da4cdccSmrg	    $(am__make_dryrun) \
5430da4cdccSmrg	      || test -d "$(distdir)/$$subdir" \
5440da4cdccSmrg	      || $(MKDIR_P) "$(distdir)/$$subdir" \
5450da4cdccSmrg	      || exit 1; \
5460da4cdccSmrg	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
5470da4cdccSmrg	    $(am__relativize); \
5480da4cdccSmrg	    new_distdir=$$reldir; \
5490da4cdccSmrg	    dir1=$$subdir; dir2="$(top_distdir)"; \
5500da4cdccSmrg	    $(am__relativize); \
5510da4cdccSmrg	    new_top_distdir=$$reldir; \
5520da4cdccSmrg	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
5530da4cdccSmrg	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
5540da4cdccSmrg	    ($(am__cd) $$subdir && \
5559bd41f2cSmrg	      $(MAKE) $(AM_MAKEFLAGS) \
5560da4cdccSmrg	        top_distdir="$$new_top_distdir" \
5570da4cdccSmrg	        distdir="$$new_distdir" \
5589bd41f2cSmrg		am__remove_distdir=: \
5599bd41f2cSmrg		am__skip_length_check=: \
5600da4cdccSmrg		am__skip_mode_fix=: \
5619bd41f2cSmrg	        distdir) \
5629bd41f2cSmrg	      || exit 1; \
5639bd41f2cSmrg	  fi; \
5649bd41f2cSmrg	done
5659418810dSmrg	$(MAKE) $(AM_MAKEFLAGS) \
5669418810dSmrg	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
5679418810dSmrg	  dist-hook
5680da4cdccSmrg	-test -n "$(am__skip_mode_fix)" \
5690da4cdccSmrg	|| find "$(distdir)" -type d ! -perm -755 \
5700da4cdccSmrg		-exec chmod u+rwx,go+rx {} \; -o \
5719bd41f2cSmrg	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
5729bd41f2cSmrg	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
5739bd41f2cSmrg	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
5740da4cdccSmrg	|| chmod -R a+r "$(distdir)"
5759bd41f2cSmrgdist-gzip: distdir
5769bd41f2cSmrg	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
5779bd41f2cSmrg	$(am__remove_distdir)
5789bd41f2cSmrgdist-bzip2: distdir
5790da4cdccSmrg	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
5800da4cdccSmrg	$(am__remove_distdir)
5810da4cdccSmrg
5820da4cdccSmrgdist-lzip: distdir
5830da4cdccSmrg	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
5849bd41f2cSmrg	$(am__remove_distdir)
5859bd41f2cSmrg
586d075918cSmrgdist-lzma: distdir
587d075918cSmrg	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
588d075918cSmrg	$(am__remove_distdir)
589d075918cSmrg
5909418810dSmrgdist-xz: distdir
5910da4cdccSmrg	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
5929418810dSmrg	$(am__remove_distdir)
5939418810dSmrg
5949bd41f2cSmrgdist-tarZ: distdir
5959bd41f2cSmrg	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
5969bd41f2cSmrg	$(am__remove_distdir)
5979bd41f2cSmrg
5989bd41f2cSmrgdist-shar: distdir
5999bd41f2cSmrg	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
6009bd41f2cSmrg	$(am__remove_distdir)
6019bd41f2cSmrg
6029bd41f2cSmrgdist-zip: distdir
6039bd41f2cSmrg	-rm -f $(distdir).zip
6049bd41f2cSmrg	zip -rq $(distdir).zip $(distdir)
6059bd41f2cSmrg	$(am__remove_distdir)
6069bd41f2cSmrg
6079bd41f2cSmrgdist dist-all: distdir
6089bd41f2cSmrg	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
6090da4cdccSmrg	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
6109bd41f2cSmrg	$(am__remove_distdir)
6119bd41f2cSmrg
6129bd41f2cSmrg# This target untars the dist file and tries a VPATH configuration.  Then
6139bd41f2cSmrg# it guarantees that the distribution is self-contained by making another
6149bd41f2cSmrg# tarfile.
6159bd41f2cSmrgdistcheck: dist
6169bd41f2cSmrg	case '$(DIST_ARCHIVES)' in \
6179bd41f2cSmrg	*.tar.gz*) \
6180da4cdccSmrg	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
6199bd41f2cSmrg	*.tar.bz2*) \
6200da4cdccSmrg	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
621d075918cSmrg	*.tar.lzma*) \
6220da4cdccSmrg	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
6230da4cdccSmrg	*.tar.lz*) \
6240da4cdccSmrg	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
6259418810dSmrg	*.tar.xz*) \
6269418810dSmrg	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
6279bd41f2cSmrg	*.tar.Z*) \
6289bd41f2cSmrg	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
6299bd41f2cSmrg	*.shar.gz*) \
6300da4cdccSmrg	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
6319bd41f2cSmrg	*.zip*) \
6329bd41f2cSmrg	  unzip $(distdir).zip ;;\
6339bd41f2cSmrg	esac
6340da4cdccSmrg	chmod -R a-w $(distdir); chmod u+w $(distdir)
6359bd41f2cSmrg	mkdir $(distdir)/_build
6369bd41f2cSmrg	mkdir $(distdir)/_inst
6379bd41f2cSmrg	chmod a-w $(distdir)
6380da4cdccSmrg	test -d $(distdir)/_build || exit 0; \
6399bd41f2cSmrg	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
6409bd41f2cSmrg	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
6410da4cdccSmrg	  && am__cwd=`pwd` \
6420da4cdccSmrg	  && $(am__cd) $(distdir)/_build \
6439bd41f2cSmrg	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
6440da4cdccSmrg	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
6459bd41f2cSmrg	    $(DISTCHECK_CONFIGURE_FLAGS) \
6469bd41f2cSmrg	  && $(MAKE) $(AM_MAKEFLAGS) \
6479bd41f2cSmrg	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
6489bd41f2cSmrg	  && $(MAKE) $(AM_MAKEFLAGS) check \
6499bd41f2cSmrg	  && $(MAKE) $(AM_MAKEFLAGS) install \
6509bd41f2cSmrg	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
6519bd41f2cSmrg	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
6529bd41f2cSmrg	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
6539bd41f2cSmrg	        distuninstallcheck \
6549bd41f2cSmrg	  && chmod -R a-w "$$dc_install_base" \
6559bd41f2cSmrg	  && ({ \
6569bd41f2cSmrg	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
6579bd41f2cSmrg	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
6589bd41f2cSmrg	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
6599bd41f2cSmrg	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
6609bd41f2cSmrg	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
6619bd41f2cSmrg	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
6629bd41f2cSmrg	  && rm -rf "$$dc_destdir" \
6639bd41f2cSmrg	  && $(MAKE) $(AM_MAKEFLAGS) dist \
6649bd41f2cSmrg	  && rm -rf $(DIST_ARCHIVES) \
6650da4cdccSmrg	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
6660da4cdccSmrg	  && cd "$$am__cwd" \
6670da4cdccSmrg	  || exit 1
6689bd41f2cSmrg	$(am__remove_distdir)
6699bd41f2cSmrg	@(echo "$(distdir) archives ready for distribution: "; \
6709bd41f2cSmrg	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
6719bd41f2cSmrg	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
6729bd41f2cSmrgdistuninstallcheck:
6730da4cdccSmrg	@test -n '$(distuninstallcheck_dir)' || { \
6740da4cdccSmrg	  echo 'ERROR: trying to run $@ with an empty' \
6750da4cdccSmrg	       '$$(distuninstallcheck_dir)' >&2; \
6760da4cdccSmrg	  exit 1; \
6770da4cdccSmrg	}; \
6780da4cdccSmrg	$(am__cd) '$(distuninstallcheck_dir)' || { \
6790da4cdccSmrg	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
6800da4cdccSmrg	  exit 1; \
6810da4cdccSmrg	}; \
6820da4cdccSmrg	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
6839bd41f2cSmrg	   || { echo "ERROR: files left after uninstall:" ; \
6849bd41f2cSmrg	        if test -n "$(DESTDIR)"; then \
6859bd41f2cSmrg	          echo "  (check DESTDIR support)"; \
6869bd41f2cSmrg	        fi ; \
6879bd41f2cSmrg	        $(distuninstallcheck_listfiles) ; \
6889bd41f2cSmrg	        exit 1; } >&2
6899bd41f2cSmrgdistcleancheck: distclean
6909bd41f2cSmrg	@if test '$(srcdir)' = . ; then \
6919bd41f2cSmrg	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
6929bd41f2cSmrg	  exit 1 ; \
6939bd41f2cSmrg	fi
6949bd41f2cSmrg	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
6959bd41f2cSmrg	  || { echo "ERROR: files left in build directory after distclean:" ; \
6969bd41f2cSmrg	       $(distcleancheck_listfiles) ; \
6979bd41f2cSmrg	       exit 1; } >&2
6989bd41f2cSmrgcheck-am: all-am
6999bd41f2cSmrgcheck: check-recursive
7009bd41f2cSmrgall-am: Makefile config.h
7019bd41f2cSmrginstalldirs: installdirs-recursive
7029bd41f2cSmrginstalldirs-am:
7039bd41f2cSmrginstall: install-recursive
7049bd41f2cSmrginstall-exec: install-exec-recursive
7059bd41f2cSmrginstall-data: install-data-recursive
7069bd41f2cSmrguninstall: uninstall-recursive
7079bd41f2cSmrg
7089bd41f2cSmrginstall-am: all-am
7099bd41f2cSmrg	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
7109bd41f2cSmrg
7119bd41f2cSmrginstallcheck: installcheck-recursive
7129bd41f2cSmrginstall-strip:
7130da4cdccSmrg	if test -z '$(STRIP)'; then \
7140da4cdccSmrg	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
7150da4cdccSmrg	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
7160da4cdccSmrg	      install; \
7170da4cdccSmrg	else \
7180da4cdccSmrg	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
7190da4cdccSmrg	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
7200da4cdccSmrg	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
7210da4cdccSmrg	fi
7229bd41f2cSmrgmostlyclean-generic:
7239bd41f2cSmrg
7249bd41f2cSmrgclean-generic:
7259bd41f2cSmrg
7269bd41f2cSmrgdistclean-generic:
7279bd41f2cSmrg	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
7280da4cdccSmrg	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
7299bd41f2cSmrg
7309bd41f2cSmrgmaintainer-clean-generic:
7319bd41f2cSmrg	@echo "This command is intended for maintainers to use"
7329bd41f2cSmrg	@echo "it deletes files that may require special tools to rebuild."
7339418810dSmrg	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
7349bd41f2cSmrgclean: clean-recursive
7359bd41f2cSmrg
7369bd41f2cSmrgclean-am: clean-generic clean-libtool mostlyclean-am
7379bd41f2cSmrg
7389bd41f2cSmrgdistclean: distclean-recursive
7399bd41f2cSmrg	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
7409bd41f2cSmrg	-rm -f Makefile
7419bd41f2cSmrgdistclean-am: clean-am distclean-generic distclean-hdr \
7429bd41f2cSmrg	distclean-libtool distclean-tags
7439bd41f2cSmrg
7449bd41f2cSmrgdvi: dvi-recursive
7459bd41f2cSmrg
7469bd41f2cSmrgdvi-am:
7479bd41f2cSmrg
7489bd41f2cSmrghtml: html-recursive
7499bd41f2cSmrg
7500da4cdccSmrghtml-am:
7510da4cdccSmrg
7529bd41f2cSmrginfo: info-recursive
7539bd41f2cSmrg
7549bd41f2cSmrginfo-am:
7559bd41f2cSmrg
7569bd41f2cSmrginstall-data-am:
7579bd41f2cSmrg
7589bd41f2cSmrginstall-dvi: install-dvi-recursive
7599bd41f2cSmrg
7600da4cdccSmrginstall-dvi-am:
7610da4cdccSmrg
7629bd41f2cSmrginstall-exec-am:
7639bd41f2cSmrg
7649bd41f2cSmrginstall-html: install-html-recursive
7659bd41f2cSmrg
7660da4cdccSmrginstall-html-am:
7670da4cdccSmrg
7689bd41f2cSmrginstall-info: install-info-recursive
7699bd41f2cSmrg
7700da4cdccSmrginstall-info-am:
7710da4cdccSmrg
7729bd41f2cSmrginstall-man:
7739bd41f2cSmrg
7749bd41f2cSmrginstall-pdf: install-pdf-recursive
7759bd41f2cSmrg
7760da4cdccSmrginstall-pdf-am:
7770da4cdccSmrg
7789bd41f2cSmrginstall-ps: install-ps-recursive
7799bd41f2cSmrg
7800da4cdccSmrginstall-ps-am:
7810da4cdccSmrg
7829bd41f2cSmrginstallcheck-am:
7839bd41f2cSmrg
7849bd41f2cSmrgmaintainer-clean: maintainer-clean-recursive
7859bd41f2cSmrg	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
7869bd41f2cSmrg	-rm -rf $(top_srcdir)/autom4te.cache
7879bd41f2cSmrg	-rm -f Makefile
7889bd41f2cSmrgmaintainer-clean-am: distclean-am maintainer-clean-generic
7899bd41f2cSmrg
7909bd41f2cSmrgmostlyclean: mostlyclean-recursive
7919bd41f2cSmrg
7929bd41f2cSmrgmostlyclean-am: mostlyclean-generic mostlyclean-libtool
7939bd41f2cSmrg
7949bd41f2cSmrgpdf: pdf-recursive
7959bd41f2cSmrg
7969bd41f2cSmrgpdf-am:
7979bd41f2cSmrg
7989bd41f2cSmrgps: ps-recursive
7999bd41f2cSmrg
8009bd41f2cSmrgps-am:
8019bd41f2cSmrg
8029bd41f2cSmrguninstall-am:
8039bd41f2cSmrg
8040da4cdccSmrg.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
8050da4cdccSmrg	ctags-recursive install-am install-strip tags-recursive
8069bd41f2cSmrg
8079bd41f2cSmrg.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
8089bd41f2cSmrg	all all-am am--refresh check check-am clean clean-generic \
8099bd41f2cSmrg	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
8100da4cdccSmrg	dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \
8110da4cdccSmrg	dist-xz dist-zip distcheck distclean distclean-generic \
8120da4cdccSmrg	distclean-hdr distclean-libtool distclean-tags distcleancheck \
8130da4cdccSmrg	distdir distuninstallcheck dvi dvi-am html html-am info \
8140da4cdccSmrg	info-am install install-am install-data install-data-am \
8150da4cdccSmrg	install-dvi install-dvi-am install-exec install-exec-am \
8160da4cdccSmrg	install-html install-html-am install-info install-info-am \
8170da4cdccSmrg	install-man install-pdf install-pdf-am install-ps \
8180da4cdccSmrg	install-ps-am install-strip installcheck installcheck-am \
8190da4cdccSmrg	installdirs installdirs-am maintainer-clean \
8200da4cdccSmrg	maintainer-clean-generic mostlyclean mostlyclean-generic \
8210da4cdccSmrg	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
8220da4cdccSmrg	uninstall uninstall-am
8239418810dSmrg
8249418810dSmrg.PHONY: ChangeLog INSTALL
8259418810dSmrg
8269418810dSmrgINSTALL:
8279418810dSmrg	$(INSTALL_CMD)
8289418810dSmrg
8299418810dSmrgChangeLog:
8309418810dSmrg	$(CHANGELOG_CMD)
8319418810dSmrg
8329418810dSmrgdist-hook: ChangeLog INSTALL
8330da4cdccSmrg
8349bd41f2cSmrg# Tell versions [3.59,3.63) of GNU make to not export all variables.
8359bd41f2cSmrg# Otherwise a system limit (for SysV at least) may be exceeded.
8369bd41f2cSmrg.NOEXPORT:
837