Makefile.in revision c4f7863a
1c4f7863aSmrg# Makefile.in generated by automake 1.10.2 from Makefile.am.
29bd41f2cSmrg# @configure_input@
39bd41f2cSmrg
49bd41f2cSmrg# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5c4f7863aSmrg# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
69bd41f2cSmrg# This Makefile.in is free software; the Free Software Foundation
79bd41f2cSmrg# gives unlimited permission to copy and/or distribute it,
89bd41f2cSmrg# with or without modifications, as long as this notice is preserved.
99bd41f2cSmrg
109bd41f2cSmrg# This program is distributed in the hope that it will be useful,
119bd41f2cSmrg# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
129bd41f2cSmrg# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
139bd41f2cSmrg# PARTICULAR PURPOSE.
149bd41f2cSmrg
159bd41f2cSmrg@SET_MAKE@
169bd41f2cSmrg
179bd41f2cSmrg#  Copyright 2005 Adam Jackson.
189bd41f2cSmrg#
199bd41f2cSmrg#  Permission is hereby granted, free of charge, to any person obtaining a
209bd41f2cSmrg#  copy of this software and associated documentation files (the "Software"),
219bd41f2cSmrg#  to deal in the Software without restriction, including without limitation
229bd41f2cSmrg#  on the rights to use, copy, modify, merge, publish, distribute, sub
239bd41f2cSmrg#  license, and/or sell copies of the Software, and to permit persons to whom
249bd41f2cSmrg#  the Software is furnished to do so, subject to the following conditions:
259bd41f2cSmrg#
269bd41f2cSmrg#  The above copyright notice and this permission notice (including the next
279bd41f2cSmrg#  paragraph) shall be included in all copies or substantial portions of the
289bd41f2cSmrg#  Software.
299bd41f2cSmrg#
309bd41f2cSmrg#  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
319bd41f2cSmrg#  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
329bd41f2cSmrg#  FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
339bd41f2cSmrg#  ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
349bd41f2cSmrg#  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
359bd41f2cSmrg#  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
369bd41f2cSmrgVPATH = @srcdir@
379bd41f2cSmrgpkgdatadir = $(datadir)/@PACKAGE@
389418810dSmrgpkglibdir = $(libdir)/@PACKAGE@
39c4f7863aSmrgpkgincludedir = $(includedir)/@PACKAGE@
409bd41f2cSmrgam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
419bd41f2cSmrginstall_sh_DATA = $(install_sh) -c -m 644
429bd41f2cSmrginstall_sh_PROGRAM = $(install_sh) -c
439bd41f2cSmrginstall_sh_SCRIPT = $(install_sh) -c
449bd41f2cSmrgINSTALL_HEADER = $(INSTALL_DATA)
459bd41f2cSmrgtransform = $(program_transform_name)
469bd41f2cSmrgNORMAL_INSTALL = :
479bd41f2cSmrgPRE_INSTALL = :
489bd41f2cSmrgPOST_INSTALL = :
499bd41f2cSmrgNORMAL_UNINSTALL = :
509bd41f2cSmrgPRE_UNINSTALL = :
519bd41f2cSmrgPOST_UNINSTALL = :
529bd41f2cSmrgbuild_triplet = @build@
539bd41f2cSmrghost_triplet = @host@
549bd41f2cSmrgsubdir = .
559bd41f2cSmrgDIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
569bd41f2cSmrg	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
579bd41f2cSmrg	$(top_srcdir)/configure COPYING ChangeLog INSTALL config.guess \
589bd41f2cSmrg	config.sub depcomp install-sh ltmain.sh missing
599bd41f2cSmrgACLOCAL_M4 = $(top_srcdir)/aclocal.m4
609bd41f2cSmrgam__aclocal_m4_deps = $(top_srcdir)/configure.ac
619bd41f2cSmrgam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
629bd41f2cSmrg	$(ACLOCAL_M4)
639bd41f2cSmrgam__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
649bd41f2cSmrg configure.lineno config.status.lineno
659bd41f2cSmrgmkinstalldirs = $(install_sh) -d
669bd41f2cSmrgCONFIG_HEADER = config.h
679bd41f2cSmrgCONFIG_CLEAN_FILES =
689bd41f2cSmrgSOURCES =
699bd41f2cSmrgDIST_SOURCES =
709bd41f2cSmrgRECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
719bd41f2cSmrg	html-recursive info-recursive install-data-recursive \
729bd41f2cSmrg	install-dvi-recursive install-exec-recursive \
739bd41f2cSmrg	install-html-recursive install-info-recursive \
749bd41f2cSmrg	install-pdf-recursive install-ps-recursive install-recursive \
759bd41f2cSmrg	installcheck-recursive installdirs-recursive pdf-recursive \
769bd41f2cSmrg	ps-recursive uninstall-recursive
779bd41f2cSmrgRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
789bd41f2cSmrg  distclean-recursive maintainer-clean-recursive
799bd41f2cSmrgETAGS = etags
809bd41f2cSmrgCTAGS = ctags
819bd41f2cSmrgDIST_SUBDIRS = $(SUBDIRS)
829bd41f2cSmrgDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
839bd41f2cSmrgdistdir = $(PACKAGE)-$(VERSION)
849bd41f2cSmrgtop_distdir = $(distdir)
859bd41f2cSmrgam__remove_distdir = \
86c4f7863aSmrg  { test ! -d $(distdir) \
87c4f7863aSmrg    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
88c4f7863aSmrg         && rm -fr $(distdir); }; }
899bd41f2cSmrgDIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
909bd41f2cSmrgGZIP_ENV = --best
919bd41f2cSmrgdistuninstallcheck_listfiles = find . -type f -print
929bd41f2cSmrgdistcleancheck_listfiles = find . -type f -print
939bd41f2cSmrgACLOCAL = @ACLOCAL@
949bd41f2cSmrgADMIN_MAN_DIR = @ADMIN_MAN_DIR@
959bd41f2cSmrgADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
969bd41f2cSmrgAMTAR = @AMTAR@
979418810dSmrgAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
989bd41f2cSmrgAPP_MAN_DIR = @APP_MAN_DIR@
999bd41f2cSmrgAPP_MAN_SUFFIX = @APP_MAN_SUFFIX@
1009bd41f2cSmrgAR = @AR@
1019bd41f2cSmrgAUTOCONF = @AUTOCONF@
1029bd41f2cSmrgAUTOHEADER = @AUTOHEADER@
1039bd41f2cSmrgAUTOMAKE = @AUTOMAKE@
1049bd41f2cSmrgAWK = @AWK@
1059bd41f2cSmrgCC = @CC@
1069bd41f2cSmrgCCDEPMODE = @CCDEPMODE@
1079bd41f2cSmrgCFLAGS = @CFLAGS@
1089418810dSmrgCHANGELOG_CMD = @CHANGELOG_CMD@
1099bd41f2cSmrgCPP = @CPP@
1109bd41f2cSmrgCPPFLAGS = @CPPFLAGS@
1119418810dSmrgCWARNFLAGS = @CWARNFLAGS@
1129bd41f2cSmrgCYGPATH_W = @CYGPATH_W@
1139bd41f2cSmrgDEFS = @DEFS@
1149bd41f2cSmrgDEPDIR = @DEPDIR@
1159bd41f2cSmrgDRIVER_MAN_DIR = @DRIVER_MAN_DIR@
1169bd41f2cSmrgDRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
1179bd41f2cSmrgDRIVER_NAME = @DRIVER_NAME@
118d075918cSmrgDSYMUTIL = @DSYMUTIL@
1199418810dSmrgDUMPBIN = @DUMPBIN@
1209bd41f2cSmrgECHO_C = @ECHO_C@
1219bd41f2cSmrgECHO_N = @ECHO_N@
1229bd41f2cSmrgECHO_T = @ECHO_T@
1239bd41f2cSmrgEGREP = @EGREP@
1249bd41f2cSmrgEXEEXT = @EXEEXT@
1259418810dSmrgFGREP = @FGREP@
1269bd41f2cSmrgFILE_MAN_DIR = @FILE_MAN_DIR@
1279bd41f2cSmrgFILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
1289bd41f2cSmrgGREP = @GREP@
129d075918cSmrgHAL_BIN_DIR = @HAL_BIN_DIR@
130d075918cSmrgHAL_CALLOUTS_DIR = @HAL_CALLOUTS_DIR@
131d075918cSmrgHAL_FDI_DIR = @HAL_FDI_DIR@
1329bd41f2cSmrgINSTALL = @INSTALL@
1339418810dSmrgINSTALL_CMD = @INSTALL_CMD@
1349bd41f2cSmrgINSTALL_DATA = @INSTALL_DATA@
1359bd41f2cSmrgINSTALL_PROGRAM = @INSTALL_PROGRAM@
1369bd41f2cSmrgINSTALL_SCRIPT = @INSTALL_SCRIPT@
1379bd41f2cSmrgINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1389418810dSmrgLD = @LD@
1399bd41f2cSmrgLDFLAGS = @LDFLAGS@
1409bd41f2cSmrgLIBOBJS = @LIBOBJS@
1419bd41f2cSmrgLIBS = @LIBS@
1429bd41f2cSmrgLIBTOOL = @LIBTOOL@
1439bd41f2cSmrgLIB_MAN_DIR = @LIB_MAN_DIR@
1449bd41f2cSmrgLIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
1459418810dSmrgLIPO = @LIPO@
1469bd41f2cSmrgLN_S = @LN_S@
1479bd41f2cSmrgLTLIBOBJS = @LTLIBOBJS@
1489bd41f2cSmrgMAINT = @MAINT@
1499bd41f2cSmrgMAKEINFO = @MAKEINFO@
150ea0de359SmrgMAN_SUBSTS = @MAN_SUBSTS@
1519bd41f2cSmrgMISC_MAN_DIR = @MISC_MAN_DIR@
1529bd41f2cSmrgMISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
1539bd41f2cSmrgMKDIR_P = @MKDIR_P@
1549418810dSmrgNM = @NM@
155d075918cSmrgNMEDIT = @NMEDIT@
1569418810dSmrgOBJDUMP = @OBJDUMP@
1579bd41f2cSmrgOBJEXT = @OBJEXT@
1589418810dSmrgOTOOL = @OTOOL@
1599418810dSmrgOTOOL64 = @OTOOL64@
1609bd41f2cSmrgPACKAGE = @PACKAGE@
1619bd41f2cSmrgPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
1629bd41f2cSmrgPACKAGE_NAME = @PACKAGE_NAME@
1639bd41f2cSmrgPACKAGE_STRING = @PACKAGE_STRING@
1649bd41f2cSmrgPACKAGE_TARNAME = @PACKAGE_TARNAME@
1659bd41f2cSmrgPACKAGE_VERSION = @PACKAGE_VERSION@
1669bd41f2cSmrgPATH_SEPARATOR = @PATH_SEPARATOR@
1679bd41f2cSmrgPKG_CONFIG = @PKG_CONFIG@
1689bd41f2cSmrgRANLIB = @RANLIB@
1699bd41f2cSmrgSED = @SED@
1709bd41f2cSmrgSET_MAKE = @SET_MAKE@
1719bd41f2cSmrgSHELL = @SHELL@
1729bd41f2cSmrgSTRIP = @STRIP@
1739418810dSmrgUDEV_RULES_DIR = @UDEV_RULES_DIR@
1749bd41f2cSmrgVERSION = @VERSION@
1759bd41f2cSmrgXORG_CFLAGS = @XORG_CFLAGS@
1769418810dSmrgXORG_CONF_DIR = @XORG_CONF_DIR@
1779bd41f2cSmrgXORG_LIBS = @XORG_LIBS@
178ea0de359SmrgXORG_MAN_PAGE = @XORG_MAN_PAGE@
1799bd41f2cSmrgabs_builddir = @abs_builddir@
1809bd41f2cSmrgabs_srcdir = @abs_srcdir@
1819bd41f2cSmrgabs_top_builddir = @abs_top_builddir@
1829bd41f2cSmrgabs_top_srcdir = @abs_top_srcdir@
1839bd41f2cSmrgac_ct_CC = @ac_ct_CC@
1849418810dSmrgac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1859bd41f2cSmrgam__include = @am__include@
1869bd41f2cSmrgam__leading_dot = @am__leading_dot@
1879bd41f2cSmrgam__quote = @am__quote@
1889bd41f2cSmrgam__tar = @am__tar@
1899bd41f2cSmrgam__untar = @am__untar@
1909bd41f2cSmrgbindir = @bindir@
1919bd41f2cSmrgbuild = @build@
1929bd41f2cSmrgbuild_alias = @build_alias@
1939bd41f2cSmrgbuild_cpu = @build_cpu@
1949bd41f2cSmrgbuild_os = @build_os@
1959bd41f2cSmrgbuild_vendor = @build_vendor@
1969bd41f2cSmrgbuilddir = @builddir@
1979bd41f2cSmrgdatadir = @datadir@
1989bd41f2cSmrgdatarootdir = @datarootdir@
1999bd41f2cSmrgdocdir = @docdir@
2009bd41f2cSmrgdvidir = @dvidir@
2019bd41f2cSmrgexec_prefix = @exec_prefix@
2029bd41f2cSmrghost = @host@
2039bd41f2cSmrghost_alias = @host_alias@
2049bd41f2cSmrghost_cpu = @host_cpu@
2059bd41f2cSmrghost_os = @host_os@
2069bd41f2cSmrghost_vendor = @host_vendor@
2079bd41f2cSmrghtmldir = @htmldir@
2089bd41f2cSmrgincludedir = @includedir@
2099bd41f2cSmrginfodir = @infodir@
2109bd41f2cSmrginputdir = @inputdir@
2119bd41f2cSmrginstall_sh = @install_sh@
2129bd41f2cSmrglibdir = @libdir@
2139bd41f2cSmrglibexecdir = @libexecdir@
2149bd41f2cSmrglocaledir = @localedir@
2159bd41f2cSmrglocalstatedir = @localstatedir@
2169418810dSmrglt_ECHO = @lt_ECHO@
2179bd41f2cSmrgmandir = @mandir@
2189bd41f2cSmrgmkdir_p = @mkdir_p@
2199bd41f2cSmrgoldincludedir = @oldincludedir@
2209bd41f2cSmrgpdfdir = @pdfdir@
2219bd41f2cSmrgprefix = @prefix@
2229bd41f2cSmrgprogram_transform_name = @program_transform_name@
2239bd41f2cSmrgpsdir = @psdir@
2249bd41f2cSmrgsbindir = @sbindir@
2259bd41f2cSmrgsharedstatedir = @sharedstatedir@
2269bd41f2cSmrgsrcdir = @srcdir@
2279bd41f2cSmrgsysconfdir = @sysconfdir@
2289bd41f2cSmrgtarget_alias = @target_alias@
229d075918cSmrgtop_build_prefix = @top_build_prefix@
2309bd41f2cSmrgtop_builddir = @top_builddir@
2319bd41f2cSmrgtop_srcdir = @top_srcdir@
2329418810dSmrg
2339418810dSmrg# Ensure xorg.conf.d snippets are installed below $(prefix) for distcheck
2349418810dSmrgDISTCHECK_CONFIGURE_FLAGS = --with-xorg-conf-dir='$${datadir}/X11/xorg.conf.d'
235d075918cSmrgSUBDIRS = shared src tools fdi man
2369418810dSmrgMAINTAINERCLEANFILES = ChangeLog INSTALL
2379bd41f2cSmrgall: config.h
2389bd41f2cSmrg	$(MAKE) $(AM_MAKEFLAGS) all-recursive
2399bd41f2cSmrg
2409bd41f2cSmrg.SUFFIXES:
2419bd41f2cSmrgam--refresh:
2429bd41f2cSmrg	@:
2439bd41f2cSmrg$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
2449bd41f2cSmrg	@for dep in $?; do \
2459bd41f2cSmrg	  case '$(am__configure_deps)' in \
2469bd41f2cSmrg	    *$$dep*) \
247c4f7863aSmrg	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
248c4f7863aSmrg	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
2499bd41f2cSmrg		&& exit 0; \
2509bd41f2cSmrg	      exit 1;; \
2519bd41f2cSmrg	  esac; \
2529bd41f2cSmrg	done; \
253c4f7863aSmrg	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
254c4f7863aSmrg	cd $(top_srcdir) && \
255c4f7863aSmrg	  $(AUTOMAKE) --foreign  Makefile
2569bd41f2cSmrg.PRECIOUS: Makefile
2579bd41f2cSmrgMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
2589bd41f2cSmrg	@case '$?' in \
2599bd41f2cSmrg	  *config.status*) \
2609bd41f2cSmrg	    echo ' $(SHELL) ./config.status'; \
2619bd41f2cSmrg	    $(SHELL) ./config.status;; \
2629bd41f2cSmrg	  *) \
2639bd41f2cSmrg	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
2649bd41f2cSmrg	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
2659bd41f2cSmrg	esac;
2669bd41f2cSmrg
2679bd41f2cSmrg$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
2689bd41f2cSmrg	$(SHELL) ./config.status --recheck
2699bd41f2cSmrg
2709bd41f2cSmrg$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
271c4f7863aSmrg	cd $(srcdir) && $(AUTOCONF)
2729bd41f2cSmrg$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
273c4f7863aSmrg	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
2749bd41f2cSmrg
2759bd41f2cSmrgconfig.h: stamp-h1
2769bd41f2cSmrg	@if test ! -f $@; then \
2779bd41f2cSmrg	  rm -f stamp-h1; \
2789bd41f2cSmrg	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
2799bd41f2cSmrg	else :; fi
2809bd41f2cSmrg
2819bd41f2cSmrgstamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
2829bd41f2cSmrg	@rm -f stamp-h1
2839bd41f2cSmrg	cd $(top_builddir) && $(SHELL) ./config.status config.h
2849bd41f2cSmrg$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
285c4f7863aSmrg	cd $(top_srcdir) && $(AUTOHEADER)
2869bd41f2cSmrg	rm -f stamp-h1
2879bd41f2cSmrg	touch $@
2889bd41f2cSmrg
2899bd41f2cSmrgdistclean-hdr:
2909bd41f2cSmrg	-rm -f config.h stamp-h1
2919bd41f2cSmrg
2929bd41f2cSmrgmostlyclean-libtool:
2939bd41f2cSmrg	-rm -f *.lo
2949bd41f2cSmrg
2959bd41f2cSmrgclean-libtool:
2969bd41f2cSmrg	-rm -rf .libs _libs
2979bd41f2cSmrg
2989bd41f2cSmrgdistclean-libtool:
2999418810dSmrg	-rm -f libtool config.lt
3009bd41f2cSmrg
3019bd41f2cSmrg# This directory's subdirectories are mostly independent; you can cd
3029bd41f2cSmrg# into them and run `make' without going through this Makefile.
3039bd41f2cSmrg# To change the values of `make' variables: instead of editing Makefiles,
3049bd41f2cSmrg# (1) if the variable is set in `config.status', edit `config.status'
3059bd41f2cSmrg#     (which will cause the Makefiles to be regenerated when you run `make');
3069bd41f2cSmrg# (2) otherwise, pass the desired values on the `make' command line.
3079bd41f2cSmrg$(RECURSIVE_TARGETS):
308c4f7863aSmrg	@failcom='exit 1'; \
3099bd41f2cSmrg	for f in x $$MAKEFLAGS; do \
3109bd41f2cSmrg	  case $$f in \
3119bd41f2cSmrg	    *=* | --[!k]*);; \
3129bd41f2cSmrg	    *k*) failcom='fail=yes';; \
3139bd41f2cSmrg	  esac; \
3149bd41f2cSmrg	done; \
3159bd41f2cSmrg	dot_seen=no; \
3169bd41f2cSmrg	target=`echo $@ | sed s/-recursive//`; \
3179bd41f2cSmrg	list='$(SUBDIRS)'; for subdir in $$list; do \
3189bd41f2cSmrg	  echo "Making $$target in $$subdir"; \
3199bd41f2cSmrg	  if test "$$subdir" = "."; then \
3209bd41f2cSmrg	    dot_seen=yes; \
3219bd41f2cSmrg	    local_target="$$target-am"; \
3229bd41f2cSmrg	  else \
3239bd41f2cSmrg	    local_target="$$target"; \
3249bd41f2cSmrg	  fi; \
325c4f7863aSmrg	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
3269bd41f2cSmrg	  || eval $$failcom; \
3279bd41f2cSmrg	done; \
3289bd41f2cSmrg	if test "$$dot_seen" = "no"; then \
3299bd41f2cSmrg	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
3309bd41f2cSmrg	fi; test -z "$$fail"
3319bd41f2cSmrg
3329bd41f2cSmrg$(RECURSIVE_CLEAN_TARGETS):
333c4f7863aSmrg	@failcom='exit 1'; \
3349bd41f2cSmrg	for f in x $$MAKEFLAGS; do \
3359bd41f2cSmrg	  case $$f in \
3369bd41f2cSmrg	    *=* | --[!k]*);; \
3379bd41f2cSmrg	    *k*) failcom='fail=yes';; \
3389bd41f2cSmrg	  esac; \
3399bd41f2cSmrg	done; \
3409bd41f2cSmrg	dot_seen=no; \
3419bd41f2cSmrg	case "$@" in \
3429bd41f2cSmrg	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
3439bd41f2cSmrg	  *) list='$(SUBDIRS)' ;; \
3449bd41f2cSmrg	esac; \
3459bd41f2cSmrg	rev=''; for subdir in $$list; do \
3469bd41f2cSmrg	  if test "$$subdir" = "."; then :; else \
3479bd41f2cSmrg	    rev="$$subdir $$rev"; \
3489bd41f2cSmrg	  fi; \
3499bd41f2cSmrg	done; \
3509bd41f2cSmrg	rev="$$rev ."; \
3519bd41f2cSmrg	target=`echo $@ | sed s/-recursive//`; \
3529bd41f2cSmrg	for subdir in $$rev; do \
3539bd41f2cSmrg	  echo "Making $$target in $$subdir"; \
3549bd41f2cSmrg	  if test "$$subdir" = "."; then \
3559bd41f2cSmrg	    local_target="$$target-am"; \
3569bd41f2cSmrg	  else \
3579bd41f2cSmrg	    local_target="$$target"; \
3589bd41f2cSmrg	  fi; \
359c4f7863aSmrg	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
3609bd41f2cSmrg	  || eval $$failcom; \
3619bd41f2cSmrg	done && test -z "$$fail"
3629bd41f2cSmrgtags-recursive:
3639bd41f2cSmrg	list='$(SUBDIRS)'; for subdir in $$list; do \
364c4f7863aSmrg	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
3659bd41f2cSmrg	done
3669bd41f2cSmrgctags-recursive:
3679bd41f2cSmrg	list='$(SUBDIRS)'; for subdir in $$list; do \
368c4f7863aSmrg	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
3699bd41f2cSmrg	done
3709bd41f2cSmrg
3719bd41f2cSmrgID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
3729bd41f2cSmrg	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
3739bd41f2cSmrg	unique=`for i in $$list; do \
3749bd41f2cSmrg	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3759bd41f2cSmrg	  done | \
3769418810dSmrg	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
377d075918cSmrg	      END { if (nonempty) { for (i in files) print i; }; }'`; \
3789bd41f2cSmrg	mkid -fID $$unique
3799bd41f2cSmrgtags: TAGS
3809bd41f2cSmrg
3819bd41f2cSmrgTAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
3829bd41f2cSmrg		$(TAGS_FILES) $(LISP)
383c4f7863aSmrg	tags=; \
3849bd41f2cSmrg	here=`pwd`; \
3859bd41f2cSmrg	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
3869bd41f2cSmrg	  include_option=--etags-include; \
3879bd41f2cSmrg	  empty_fix=.; \
3889bd41f2cSmrg	else \
3899bd41f2cSmrg	  include_option=--include; \
3909bd41f2cSmrg	  empty_fix=; \
3919bd41f2cSmrg	fi; \
3929bd41f2cSmrg	list='$(SUBDIRS)'; for subdir in $$list; do \
3939bd41f2cSmrg	  if test "$$subdir" = .; then :; else \
3949bd41f2cSmrg	    test ! -f $$subdir/TAGS || \
395c4f7863aSmrg	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
3969bd41f2cSmrg	  fi; \
3979bd41f2cSmrg	done; \
3989bd41f2cSmrg	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
3999bd41f2cSmrg	unique=`for i in $$list; do \
4009bd41f2cSmrg	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
4019bd41f2cSmrg	  done | \
402d075918cSmrg	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
403d075918cSmrg	      END { if (nonempty) { for (i in files) print i; }; }'`; \
404c4f7863aSmrg	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
4059bd41f2cSmrg	  test -n "$$unique" || unique=$$empty_fix; \
406c4f7863aSmrg	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
407c4f7863aSmrg	    $$tags $$unique; \
4089bd41f2cSmrg	fi
4099bd41f2cSmrgctags: CTAGS
4109bd41f2cSmrgCTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
4119bd41f2cSmrg		$(TAGS_FILES) $(LISP)
412c4f7863aSmrg	tags=; \
4139bd41f2cSmrg	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
4149bd41f2cSmrg	unique=`for i in $$list; do \
4159bd41f2cSmrg	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
4169bd41f2cSmrg	  done | \
417d075918cSmrg	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
418d075918cSmrg	      END { if (nonempty) { for (i in files) print i; }; }'`; \
419c4f7863aSmrg	test -z "$(CTAGS_ARGS)$$tags$$unique" \
4209bd41f2cSmrg	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
421c4f7863aSmrg	     $$tags $$unique
4229bd41f2cSmrg
4239bd41f2cSmrgGTAGS:
4249bd41f2cSmrg	here=`$(am__cd) $(top_builddir) && pwd` \
425c4f7863aSmrg	  && cd $(top_srcdir) \
426c4f7863aSmrg	  && gtags -i $(GTAGS_ARGS) $$here
4279bd41f2cSmrg
4289bd41f2cSmrgdistclean-tags:
4299bd41f2cSmrg	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
4309bd41f2cSmrg
4319bd41f2cSmrgdistdir: $(DISTFILES)
4329bd41f2cSmrg	$(am__remove_distdir)
433c4f7863aSmrg	test -d $(distdir) || mkdir $(distdir)
4349bd41f2cSmrg	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
4359bd41f2cSmrg	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
4369bd41f2cSmrg	list='$(DISTFILES)'; \
4379bd41f2cSmrg	  dist_files=`for file in $$list; do echo $$file; done | \
4389bd41f2cSmrg	  sed -e "s|^$$srcdirstrip/||;t" \
4399bd41f2cSmrg	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
4409bd41f2cSmrg	case $$dist_files in \
4419bd41f2cSmrg	  */*) $(MKDIR_P) `echo "$$dist_files" | \
4429bd41f2cSmrg			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
4439bd41f2cSmrg			   sort -u` ;; \
4449bd41f2cSmrg	esac; \
4459bd41f2cSmrg	for file in $$dist_files; do \
4469bd41f2cSmrg	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
4479bd41f2cSmrg	  if test -d $$d/$$file; then \
4489bd41f2cSmrg	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
4499bd41f2cSmrg	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
450c4f7863aSmrg	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
4519bd41f2cSmrg	    fi; \
452c4f7863aSmrg	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
4539bd41f2cSmrg	  else \
454c4f7863aSmrg	    test -f $(distdir)/$$file \
455c4f7863aSmrg	    || cp -p $$d/$$file $(distdir)/$$file \
4569bd41f2cSmrg	    || exit 1; \
4579bd41f2cSmrg	  fi; \
4589bd41f2cSmrg	done
459c4f7863aSmrg	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
4609bd41f2cSmrg	  if test "$$subdir" = .; then :; else \
4619bd41f2cSmrg	    test -d "$(distdir)/$$subdir" \
4629bd41f2cSmrg	    || $(MKDIR_P) "$(distdir)/$$subdir" \
4639bd41f2cSmrg	    || exit 1; \
464c4f7863aSmrg	    distdir=`$(am__cd) $(distdir) && pwd`; \
465c4f7863aSmrg	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
466c4f7863aSmrg	    (cd $$subdir && \
4679bd41f2cSmrg	      $(MAKE) $(AM_MAKEFLAGS) \
468c4f7863aSmrg	        top_distdir="$$top_distdir" \
469c4f7863aSmrg	        distdir="$$distdir/$$subdir" \
4709bd41f2cSmrg		am__remove_distdir=: \
4719bd41f2cSmrg		am__skip_length_check=: \
4729bd41f2cSmrg	        distdir) \
4739bd41f2cSmrg	      || exit 1; \
4749bd41f2cSmrg	  fi; \
4759bd41f2cSmrg	done
4769418810dSmrg	$(MAKE) $(AM_MAKEFLAGS) \
4779418810dSmrg	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
4789418810dSmrg	  dist-hook
479c4f7863aSmrg	-find $(distdir) -type d ! -perm -755 -exec chmod u+rwx,go+rx {} \; -o \
4809bd41f2cSmrg	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
4819bd41f2cSmrg	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
4829bd41f2cSmrg	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
483c4f7863aSmrg	|| chmod -R a+r $(distdir)
4849bd41f2cSmrgdist-gzip: distdir
4859bd41f2cSmrg	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
4869bd41f2cSmrg	$(am__remove_distdir)
4879bd41f2cSmrgdist-bzip2: distdir
4889bd41f2cSmrg	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
4899bd41f2cSmrg	$(am__remove_distdir)
4909bd41f2cSmrg
491d075918cSmrgdist-lzma: distdir
492d075918cSmrg	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
493d075918cSmrg	$(am__remove_distdir)
494d075918cSmrg
4959418810dSmrgdist-xz: distdir
4969418810dSmrg	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
4979418810dSmrg	$(am__remove_distdir)
4989418810dSmrg
4999bd41f2cSmrgdist-tarZ: distdir
5009bd41f2cSmrg	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
5019bd41f2cSmrg	$(am__remove_distdir)
5029bd41f2cSmrg
5039bd41f2cSmrgdist-shar: distdir
5049bd41f2cSmrg	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
5059bd41f2cSmrg	$(am__remove_distdir)
5069bd41f2cSmrg
5079bd41f2cSmrgdist-zip: distdir
5089bd41f2cSmrg	-rm -f $(distdir).zip
5099bd41f2cSmrg	zip -rq $(distdir).zip $(distdir)
5109bd41f2cSmrg	$(am__remove_distdir)
5119bd41f2cSmrg
5129bd41f2cSmrgdist dist-all: distdir
5139bd41f2cSmrg	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
5149bd41f2cSmrg	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
5159bd41f2cSmrg	$(am__remove_distdir)
5169bd41f2cSmrg
5179bd41f2cSmrg# This target untars the dist file and tries a VPATH configuration.  Then
5189bd41f2cSmrg# it guarantees that the distribution is self-contained by making another
5199bd41f2cSmrg# tarfile.
5209bd41f2cSmrgdistcheck: dist
5219bd41f2cSmrg	case '$(DIST_ARCHIVES)' in \
5229bd41f2cSmrg	*.tar.gz*) \
523c4f7863aSmrg	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
5249bd41f2cSmrg	*.tar.bz2*) \
525c4f7863aSmrg	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
526d075918cSmrg	*.tar.lzma*) \
527c4f7863aSmrg	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
5289418810dSmrg	*.tar.xz*) \
5299418810dSmrg	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
5309bd41f2cSmrg	*.tar.Z*) \
5319bd41f2cSmrg	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
5329bd41f2cSmrg	*.shar.gz*) \
533c4f7863aSmrg	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
5349bd41f2cSmrg	*.zip*) \
5359bd41f2cSmrg	  unzip $(distdir).zip ;;\
5369bd41f2cSmrg	esac
5379bd41f2cSmrg	chmod -R a-w $(distdir); chmod a+w $(distdir)
5389bd41f2cSmrg	mkdir $(distdir)/_build
5399bd41f2cSmrg	mkdir $(distdir)/_inst
5409bd41f2cSmrg	chmod a-w $(distdir)
5419bd41f2cSmrg	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
5429bd41f2cSmrg	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
543c4f7863aSmrg	  && cd $(distdir)/_build \
5449bd41f2cSmrg	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
5459bd41f2cSmrg	    $(DISTCHECK_CONFIGURE_FLAGS) \
5469bd41f2cSmrg	  && $(MAKE) $(AM_MAKEFLAGS) \
5479bd41f2cSmrg	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
5489bd41f2cSmrg	  && $(MAKE) $(AM_MAKEFLAGS) check \
5499bd41f2cSmrg	  && $(MAKE) $(AM_MAKEFLAGS) install \
5509bd41f2cSmrg	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
5519bd41f2cSmrg	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
5529bd41f2cSmrg	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
5539bd41f2cSmrg	        distuninstallcheck \
5549bd41f2cSmrg	  && chmod -R a-w "$$dc_install_base" \
5559bd41f2cSmrg	  && ({ \
5569bd41f2cSmrg	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
5579bd41f2cSmrg	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
5589bd41f2cSmrg	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
5599bd41f2cSmrg	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
5609bd41f2cSmrg	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
5619bd41f2cSmrg	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
5629bd41f2cSmrg	  && rm -rf "$$dc_destdir" \
5639bd41f2cSmrg	  && $(MAKE) $(AM_MAKEFLAGS) dist \
5649bd41f2cSmrg	  && rm -rf $(DIST_ARCHIVES) \
565c4f7863aSmrg	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
5669bd41f2cSmrg	$(am__remove_distdir)
5679bd41f2cSmrg	@(echo "$(distdir) archives ready for distribution: "; \
5689bd41f2cSmrg	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
5699bd41f2cSmrg	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
5709bd41f2cSmrgdistuninstallcheck:
571c4f7863aSmrg	@cd $(distuninstallcheck_dir) \
5729bd41f2cSmrg	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
5739bd41f2cSmrg	   || { echo "ERROR: files left after uninstall:" ; \
5749bd41f2cSmrg	        if test -n "$(DESTDIR)"; then \
5759bd41f2cSmrg	          echo "  (check DESTDIR support)"; \
5769bd41f2cSmrg	        fi ; \
5779bd41f2cSmrg	        $(distuninstallcheck_listfiles) ; \
5789bd41f2cSmrg	        exit 1; } >&2
5799bd41f2cSmrgdistcleancheck: distclean
5809bd41f2cSmrg	@if test '$(srcdir)' = . ; then \
5819bd41f2cSmrg	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
5829bd41f2cSmrg	  exit 1 ; \
5839bd41f2cSmrg	fi
5849bd41f2cSmrg	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
5859bd41f2cSmrg	  || { echo "ERROR: files left in build directory after distclean:" ; \
5869bd41f2cSmrg	       $(distcleancheck_listfiles) ; \
5879bd41f2cSmrg	       exit 1; } >&2
5889bd41f2cSmrgcheck-am: all-am
5899bd41f2cSmrgcheck: check-recursive
5909bd41f2cSmrgall-am: Makefile config.h
5919bd41f2cSmrginstalldirs: installdirs-recursive
5929bd41f2cSmrginstalldirs-am:
5939bd41f2cSmrginstall: install-recursive
5949bd41f2cSmrginstall-exec: install-exec-recursive
5959bd41f2cSmrginstall-data: install-data-recursive
5969bd41f2cSmrguninstall: uninstall-recursive
5979bd41f2cSmrg
5989bd41f2cSmrginstall-am: all-am
5999bd41f2cSmrg	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
6009bd41f2cSmrg
6019bd41f2cSmrginstallcheck: installcheck-recursive
6029bd41f2cSmrginstall-strip:
6039bd41f2cSmrg	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
6049bd41f2cSmrg	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
6059bd41f2cSmrg	  `test -z '$(STRIP)' || \
6069bd41f2cSmrg	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
6079bd41f2cSmrgmostlyclean-generic:
6089bd41f2cSmrg
6099bd41f2cSmrgclean-generic:
6109bd41f2cSmrg
6119bd41f2cSmrgdistclean-generic:
6129bd41f2cSmrg	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
6139bd41f2cSmrg
6149bd41f2cSmrgmaintainer-clean-generic:
6159bd41f2cSmrg	@echo "This command is intended for maintainers to use"
6169bd41f2cSmrg	@echo "it deletes files that may require special tools to rebuild."
6179418810dSmrg	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
6189bd41f2cSmrgclean: clean-recursive
6199bd41f2cSmrg
6209bd41f2cSmrgclean-am: clean-generic clean-libtool mostlyclean-am
6219bd41f2cSmrg
6229bd41f2cSmrgdistclean: distclean-recursive
6239bd41f2cSmrg	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
6249bd41f2cSmrg	-rm -f Makefile
6259bd41f2cSmrgdistclean-am: clean-am distclean-generic distclean-hdr \
6269bd41f2cSmrg	distclean-libtool distclean-tags
6279bd41f2cSmrg
6289bd41f2cSmrgdvi: dvi-recursive
6299bd41f2cSmrg
6309bd41f2cSmrgdvi-am:
6319bd41f2cSmrg
6329bd41f2cSmrghtml: html-recursive
6339bd41f2cSmrg
6349bd41f2cSmrginfo: info-recursive
6359bd41f2cSmrg
6369bd41f2cSmrginfo-am:
6379bd41f2cSmrg
6389bd41f2cSmrginstall-data-am:
6399bd41f2cSmrg
6409bd41f2cSmrginstall-dvi: install-dvi-recursive
6419bd41f2cSmrg
6429bd41f2cSmrginstall-exec-am:
6439bd41f2cSmrg
6449bd41f2cSmrginstall-html: install-html-recursive
6459bd41f2cSmrg
6469bd41f2cSmrginstall-info: install-info-recursive
6479bd41f2cSmrg
6489bd41f2cSmrginstall-man:
6499bd41f2cSmrg
6509bd41f2cSmrginstall-pdf: install-pdf-recursive
6519bd41f2cSmrg
6529bd41f2cSmrginstall-ps: install-ps-recursive
6539bd41f2cSmrg
6549bd41f2cSmrginstallcheck-am:
6559bd41f2cSmrg
6569bd41f2cSmrgmaintainer-clean: maintainer-clean-recursive
6579bd41f2cSmrg	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
6589bd41f2cSmrg	-rm -rf $(top_srcdir)/autom4te.cache
6599bd41f2cSmrg	-rm -f Makefile
6609bd41f2cSmrgmaintainer-clean-am: distclean-am maintainer-clean-generic
6619bd41f2cSmrg
6629bd41f2cSmrgmostlyclean: mostlyclean-recursive
6639bd41f2cSmrg
6649bd41f2cSmrgmostlyclean-am: mostlyclean-generic mostlyclean-libtool
6659bd41f2cSmrg
6669bd41f2cSmrgpdf: pdf-recursive
6679bd41f2cSmrg
6689bd41f2cSmrgpdf-am:
6699bd41f2cSmrg
6709bd41f2cSmrgps: ps-recursive
6719bd41f2cSmrg
6729bd41f2cSmrgps-am:
6739bd41f2cSmrg
6749bd41f2cSmrguninstall-am:
6759bd41f2cSmrg
676c4f7863aSmrg.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
677c4f7863aSmrg	install-strip
6789bd41f2cSmrg
6799bd41f2cSmrg.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
6809bd41f2cSmrg	all all-am am--refresh check check-am clean clean-generic \
6819bd41f2cSmrg	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
6829418810dSmrg	dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
6839418810dSmrg	dist-zip distcheck distclean distclean-generic distclean-hdr \
6849418810dSmrg	distclean-libtool distclean-tags distcleancheck distdir \
6859418810dSmrg	distuninstallcheck dvi dvi-am html html-am info info-am \
6869418810dSmrg	install install-am install-data install-data-am install-dvi \
6879418810dSmrg	install-dvi-am install-exec install-exec-am install-html \
6889418810dSmrg	install-html-am install-info install-info-am install-man \
6899418810dSmrg	install-pdf install-pdf-am install-ps install-ps-am \
6909418810dSmrg	install-strip installcheck installcheck-am installdirs \
6919418810dSmrg	installdirs-am maintainer-clean maintainer-clean-generic \
6929418810dSmrg	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
6939418810dSmrg	ps ps-am tags tags-recursive uninstall uninstall-am
6949418810dSmrg
6959418810dSmrg.PHONY: ChangeLog INSTALL
6969418810dSmrg
6979418810dSmrgINSTALL:
6989418810dSmrg	$(INSTALL_CMD)
6999418810dSmrg
7009418810dSmrgChangeLog:
7019418810dSmrg	$(CHANGELOG_CMD)
7029418810dSmrg
7039418810dSmrgdist-hook: ChangeLog INSTALL
7049bd41f2cSmrg# Tell versions [3.59,3.63) of GNU make to not export all variables.
7059bd41f2cSmrg# Otherwise a system limit (for SysV at least) may be exceeded.
7069bd41f2cSmrg.NOEXPORT:
707