Makefile.in revision 71d7fec4
171d7fec4Smrg# Makefile.in generated by automake 1.9.6 from Makefile.am. 271d7fec4Smrg# @configure_input@ 371d7fec4Smrg 471d7fec4Smrg# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 571d7fec4Smrg# 2003, 2004, 2005 Free Software Foundation, Inc. 671d7fec4Smrg# This Makefile.in is free software; the Free Software Foundation 771d7fec4Smrg# gives unlimited permission to copy and/or distribute it, 871d7fec4Smrg# with or without modifications, as long as this notice is preserved. 971d7fec4Smrg 1071d7fec4Smrg# This program is distributed in the hope that it will be useful, 1171d7fec4Smrg# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 1271d7fec4Smrg# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 1371d7fec4Smrg# PARTICULAR PURPOSE. 1471d7fec4Smrg 1571d7fec4Smrg@SET_MAKE@ 1671d7fec4Smrg 1771d7fec4Smrg# Copyright 2005 Adam Jackson. 1871d7fec4Smrg# 1971d7fec4Smrg# Permission is hereby granted, free of charge, to any person obtaining a 2071d7fec4Smrg# copy of this software and associated documentation files (the "Software"), 2171d7fec4Smrg# to deal in the Software without restriction, including without limitation 2271d7fec4Smrg# on the rights to use, copy, modify, merge, publish, distribute, sub 2371d7fec4Smrg# license, and/or sell copies of the Software, and to permit persons to whom 2471d7fec4Smrg# the Software is furnished to do so, subject to the following conditions: 2571d7fec4Smrg# 2671d7fec4Smrg# The above copyright notice and this permission notice (including the next 2771d7fec4Smrg# paragraph) shall be included in all copies or substantial portions of the 2871d7fec4Smrg# Software. 2971d7fec4Smrg# 3071d7fec4Smrg# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 3171d7fec4Smrg# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 3271d7fec4Smrg# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 3371d7fec4Smrg# ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 3471d7fec4Smrg# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 3571d7fec4Smrg# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 3671d7fec4Smrgsrcdir = @srcdir@ 3771d7fec4Smrgtop_srcdir = @top_srcdir@ 3871d7fec4SmrgVPATH = @srcdir@ 3971d7fec4Smrgpkgdatadir = $(datadir)/@PACKAGE@ 4071d7fec4Smrgpkglibdir = $(libdir)/@PACKAGE@ 4171d7fec4Smrgpkgincludedir = $(includedir)/@PACKAGE@ 4271d7fec4Smrgtop_builddir = . 4371d7fec4Smrgam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 4471d7fec4SmrgINSTALL = @INSTALL@ 4571d7fec4Smrginstall_sh_DATA = $(install_sh) -c -m 644 4671d7fec4Smrginstall_sh_PROGRAM = $(install_sh) -c 4771d7fec4Smrginstall_sh_SCRIPT = $(install_sh) -c 4871d7fec4SmrgINSTALL_HEADER = $(INSTALL_DATA) 4971d7fec4Smrgtransform = $(program_transform_name) 5071d7fec4SmrgNORMAL_INSTALL = : 5171d7fec4SmrgPRE_INSTALL = : 5271d7fec4SmrgPOST_INSTALL = : 5371d7fec4SmrgNORMAL_UNINSTALL = : 5471d7fec4SmrgPRE_UNINSTALL = : 5571d7fec4SmrgPOST_UNINSTALL = : 5671d7fec4Smrgbuild_triplet = @build@ 5771d7fec4Smrghost_triplet = @host@ 5871d7fec4SmrgDIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \ 5971d7fec4Smrg $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 6071d7fec4Smrg $(top_srcdir)/configure COPYING ChangeLog config.guess \ 6171d7fec4Smrg config.sub depcomp install-sh ltmain.sh missing 6271d7fec4Smrgsubdir = . 6371d7fec4SmrgACLOCAL_M4 = $(top_srcdir)/aclocal.m4 6471d7fec4Smrgam__aclocal_m4_deps = $(top_srcdir)/configure.ac 6571d7fec4Smrgam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 6671d7fec4Smrg $(ACLOCAL_M4) 6771d7fec4Smrgam__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 6871d7fec4Smrg configure.lineno configure.status.lineno 6971d7fec4Smrgmkinstalldirs = $(install_sh) -d 7071d7fec4SmrgCONFIG_HEADER = config.h 7171d7fec4SmrgCONFIG_CLEAN_FILES = 7271d7fec4SmrgSOURCES = 7371d7fec4SmrgDIST_SOURCES = 7471d7fec4SmrgRECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 7571d7fec4Smrg html-recursive info-recursive install-data-recursive \ 7671d7fec4Smrg install-exec-recursive install-info-recursive \ 7771d7fec4Smrg install-recursive installcheck-recursive installdirs-recursive \ 7871d7fec4Smrg pdf-recursive ps-recursive uninstall-info-recursive \ 7971d7fec4Smrg uninstall-recursive 8071d7fec4SmrgETAGS = etags 8171d7fec4SmrgCTAGS = ctags 8271d7fec4SmrgDIST_SUBDIRS = $(SUBDIRS) 8371d7fec4SmrgDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 8471d7fec4Smrgdistdir = $(PACKAGE)-$(VERSION) 8571d7fec4Smrgtop_distdir = $(distdir) 8671d7fec4Smrgam__remove_distdir = \ 8771d7fec4Smrg { test ! -d $(distdir) \ 8871d7fec4Smrg || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 8971d7fec4Smrg && rm -fr $(distdir); }; } 9071d7fec4SmrgDIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 9171d7fec4SmrgGZIP_ENV = --best 9271d7fec4Smrgdistuninstallcheck_listfiles = find . -type f -print 9371d7fec4Smrgdistcleancheck_listfiles = find . -type f -print 9471d7fec4SmrgACLOCAL = @ACLOCAL@ 9571d7fec4SmrgADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 9671d7fec4SmrgADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 9771d7fec4SmrgAMDEP_FALSE = @AMDEP_FALSE@ 9871d7fec4SmrgAMDEP_TRUE = @AMDEP_TRUE@ 9971d7fec4SmrgAMTAR = @AMTAR@ 10071d7fec4SmrgAPP_MAN_DIR = @APP_MAN_DIR@ 10171d7fec4SmrgAPP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 10271d7fec4SmrgAR = @AR@ 10371d7fec4SmrgAUTOCONF = @AUTOCONF@ 10471d7fec4SmrgAUTOHEADER = @AUTOHEADER@ 10571d7fec4SmrgAUTOMAKE = @AUTOMAKE@ 10671d7fec4SmrgAWK = @AWK@ 10771d7fec4SmrgCC = @CC@ 10871d7fec4SmrgCCAS = @CCAS@ 10971d7fec4SmrgCCASFLAGS = @CCASFLAGS@ 11071d7fec4SmrgCCDEPMODE = @CCDEPMODE@ 11171d7fec4SmrgCFLAGS = @CFLAGS@ 11271d7fec4SmrgCPP = @CPP@ 11371d7fec4SmrgCPPFLAGS = @CPPFLAGS@ 11471d7fec4SmrgCXX = @CXX@ 11571d7fec4SmrgCXXCPP = @CXXCPP@ 11671d7fec4SmrgCXXDEPMODE = @CXXDEPMODE@ 11771d7fec4SmrgCXXFLAGS = @CXXFLAGS@ 11871d7fec4SmrgCYGPATH_W = @CYGPATH_W@ 11971d7fec4SmrgDEFS = @DEFS@ 12071d7fec4SmrgDEPDIR = @DEPDIR@ 12171d7fec4SmrgDRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 12271d7fec4SmrgDRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 12371d7fec4SmrgDRIVER_NAME = @DRIVER_NAME@ 12471d7fec4SmrgECHO = @ECHO@ 12571d7fec4SmrgECHO_C = @ECHO_C@ 12671d7fec4SmrgECHO_N = @ECHO_N@ 12771d7fec4SmrgECHO_T = @ECHO_T@ 12871d7fec4SmrgEGREP = @EGREP@ 12971d7fec4SmrgEXEEXT = @EXEEXT@ 13071d7fec4SmrgF77 = @F77@ 13171d7fec4SmrgFFLAGS = @FFLAGS@ 13271d7fec4SmrgFILE_MAN_DIR = @FILE_MAN_DIR@ 13371d7fec4SmrgFILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 13471d7fec4SmrgI386ARCH_FALSE = @I386ARCH_FALSE@ 13571d7fec4SmrgI386ARCH_TRUE = @I386ARCH_TRUE@ 13671d7fec4SmrgINSTALL_DATA = @INSTALL_DATA@ 13771d7fec4SmrgINSTALL_PROGRAM = @INSTALL_PROGRAM@ 13871d7fec4SmrgINSTALL_SCRIPT = @INSTALL_SCRIPT@ 13971d7fec4SmrgINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 14071d7fec4SmrgLDFLAGS = @LDFLAGS@ 14171d7fec4SmrgLIBOBJS = @LIBOBJS@ 14271d7fec4SmrgLIBS = @LIBS@ 14371d7fec4SmrgLIBTOOL = @LIBTOOL@ 14471d7fec4SmrgLIB_MAN_DIR = @LIB_MAN_DIR@ 14571d7fec4SmrgLIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 14671d7fec4SmrgLN_S = @LN_S@ 14771d7fec4SmrgLTLIBOBJS = @LTLIBOBJS@ 14871d7fec4SmrgMAINT = @MAINT@ 14971d7fec4SmrgMAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ 15071d7fec4SmrgMAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ 15171d7fec4SmrgMAKEINFO = @MAKEINFO@ 15271d7fec4SmrgMISC_MAN_DIR = @MISC_MAN_DIR@ 15371d7fec4SmrgMISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 15471d7fec4SmrgOBJEXT = @OBJEXT@ 15571d7fec4SmrgPACKAGE = @PACKAGE@ 15671d7fec4SmrgPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 15771d7fec4SmrgPACKAGE_NAME = @PACKAGE_NAME@ 15871d7fec4SmrgPACKAGE_STRING = @PACKAGE_STRING@ 15971d7fec4SmrgPACKAGE_TARNAME = @PACKAGE_TARNAME@ 16071d7fec4SmrgPACKAGE_VERSION = @PACKAGE_VERSION@ 16171d7fec4SmrgPATH_SEPARATOR = @PATH_SEPARATOR@ 16271d7fec4SmrgPKG_CONFIG = @PKG_CONFIG@ 16371d7fec4SmrgRANLIB = @RANLIB@ 16471d7fec4SmrgSED = @SED@ 16571d7fec4SmrgSET_MAKE = @SET_MAKE@ 16671d7fec4SmrgSHELL = @SHELL@ 16771d7fec4SmrgSTRIP = @STRIP@ 16871d7fec4SmrgVERSION = @VERSION@ 16971d7fec4SmrgXORG_CFLAGS = @XORG_CFLAGS@ 17071d7fec4SmrgXORG_LIBS = @XORG_LIBS@ 17171d7fec4Smrgac_ct_AR = @ac_ct_AR@ 17271d7fec4Smrgac_ct_CC = @ac_ct_CC@ 17371d7fec4Smrgac_ct_CXX = @ac_ct_CXX@ 17471d7fec4Smrgac_ct_F77 = @ac_ct_F77@ 17571d7fec4Smrgac_ct_RANLIB = @ac_ct_RANLIB@ 17671d7fec4Smrgac_ct_STRIP = @ac_ct_STRIP@ 17771d7fec4Smrgac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ 17871d7fec4Smrgam__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 17971d7fec4Smrgam__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 18071d7fec4Smrgam__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 18171d7fec4Smrgam__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 18271d7fec4Smrgam__include = @am__include@ 18371d7fec4Smrgam__leading_dot = @am__leading_dot@ 18471d7fec4Smrgam__quote = @am__quote@ 18571d7fec4Smrgam__tar = @am__tar@ 18671d7fec4Smrgam__untar = @am__untar@ 18771d7fec4Smrgbindir = @bindir@ 18871d7fec4Smrgbuild = @build@ 18971d7fec4Smrgbuild_alias = @build_alias@ 19071d7fec4Smrgbuild_cpu = @build_cpu@ 19171d7fec4Smrgbuild_os = @build_os@ 19271d7fec4Smrgbuild_vendor = @build_vendor@ 19371d7fec4Smrgdatadir = @datadir@ 19471d7fec4Smrgexec_prefix = @exec_prefix@ 19571d7fec4Smrghost = @host@ 19671d7fec4Smrghost_alias = @host_alias@ 19771d7fec4Smrghost_cpu = @host_cpu@ 19871d7fec4Smrghost_os = @host_os@ 19971d7fec4Smrghost_vendor = @host_vendor@ 20071d7fec4Smrgincludedir = @includedir@ 20171d7fec4Smrginfodir = @infodir@ 20271d7fec4Smrginstall_sh = @install_sh@ 20371d7fec4Smrglibdir = @libdir@ 20471d7fec4Smrglibexecdir = @libexecdir@ 20571d7fec4Smrglocalstatedir = @localstatedir@ 20671d7fec4Smrgmandir = @mandir@ 20771d7fec4Smrgmkdir_p = @mkdir_p@ 20871d7fec4Smrgmoduledir = @moduledir@ 20971d7fec4Smrgoldincludedir = @oldincludedir@ 21071d7fec4Smrgprefix = @prefix@ 21171d7fec4Smrgprogram_transform_name = @program_transform_name@ 21271d7fec4Smrgsbindir = @sbindir@ 21371d7fec4Smrgsharedstatedir = @sharedstatedir@ 21471d7fec4Smrgsysconfdir = @sysconfdir@ 21571d7fec4Smrgtarget_alias = @target_alias@ 21671d7fec4SmrgAUTOMAKE_OPTIONS = foreign 21771d7fec4SmrgSUBDIRS = src man 21871d7fec4Smrgall: config.h 21971d7fec4Smrg $(MAKE) $(AM_MAKEFLAGS) all-recursive 22071d7fec4Smrg 22171d7fec4Smrg.SUFFIXES: 22271d7fec4Smrgam--refresh: 22371d7fec4Smrg @: 22471d7fec4Smrg$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 22571d7fec4Smrg @for dep in $?; do \ 22671d7fec4Smrg case '$(am__configure_deps)' in \ 22771d7fec4Smrg *$$dep*) \ 22871d7fec4Smrg echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ 22971d7fec4Smrg cd $(srcdir) && $(AUTOMAKE) --foreign \ 23071d7fec4Smrg && exit 0; \ 23171d7fec4Smrg exit 1;; \ 23271d7fec4Smrg esac; \ 23371d7fec4Smrg done; \ 23471d7fec4Smrg echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 23571d7fec4Smrg cd $(top_srcdir) && \ 23671d7fec4Smrg $(AUTOMAKE) --foreign Makefile 23771d7fec4Smrg.PRECIOUS: Makefile 23871d7fec4SmrgMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 23971d7fec4Smrg @case '$?' in \ 24071d7fec4Smrg *config.status*) \ 24171d7fec4Smrg echo ' $(SHELL) ./config.status'; \ 24271d7fec4Smrg $(SHELL) ./config.status;; \ 24371d7fec4Smrg *) \ 24471d7fec4Smrg echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 24571d7fec4Smrg cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 24671d7fec4Smrg esac; 24771d7fec4Smrg 24871d7fec4Smrg$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 24971d7fec4Smrg $(SHELL) ./config.status --recheck 25071d7fec4Smrg 25171d7fec4Smrg$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 25271d7fec4Smrg cd $(srcdir) && $(AUTOCONF) 25371d7fec4Smrg$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 25471d7fec4Smrg cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 25571d7fec4Smrg 25671d7fec4Smrgconfig.h: stamp-h1 25771d7fec4Smrg @if test ! -f $@; then \ 25871d7fec4Smrg rm -f stamp-h1; \ 25971d7fec4Smrg $(MAKE) stamp-h1; \ 26071d7fec4Smrg else :; fi 26171d7fec4Smrg 26271d7fec4Smrgstamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 26371d7fec4Smrg @rm -f stamp-h1 26471d7fec4Smrg cd $(top_builddir) && $(SHELL) ./config.status config.h 26571d7fec4Smrg$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 26671d7fec4Smrg cd $(top_srcdir) && $(AUTOHEADER) 26771d7fec4Smrg rm -f stamp-h1 26871d7fec4Smrg touch $@ 26971d7fec4Smrg 27071d7fec4Smrgdistclean-hdr: 27171d7fec4Smrg -rm -f config.h stamp-h1 27271d7fec4Smrg 27371d7fec4Smrgmostlyclean-libtool: 27471d7fec4Smrg -rm -f *.lo 27571d7fec4Smrg 27671d7fec4Smrgclean-libtool: 27771d7fec4Smrg -rm -rf .libs _libs 27871d7fec4Smrg 27971d7fec4Smrgdistclean-libtool: 28071d7fec4Smrg -rm -f libtool 28171d7fec4Smrguninstall-info-am: 28271d7fec4Smrg 28371d7fec4Smrg# This directory's subdirectories are mostly independent; you can cd 28471d7fec4Smrg# into them and run `make' without going through this Makefile. 28571d7fec4Smrg# To change the values of `make' variables: instead of editing Makefiles, 28671d7fec4Smrg# (1) if the variable is set in `config.status', edit `config.status' 28771d7fec4Smrg# (which will cause the Makefiles to be regenerated when you run `make'); 28871d7fec4Smrg# (2) otherwise, pass the desired values on the `make' command line. 28971d7fec4Smrg$(RECURSIVE_TARGETS): 29071d7fec4Smrg @failcom='exit 1'; \ 29171d7fec4Smrg for f in x $$MAKEFLAGS; do \ 29271d7fec4Smrg case $$f in \ 29371d7fec4Smrg *=* | --[!k]*);; \ 29471d7fec4Smrg *k*) failcom='fail=yes';; \ 29571d7fec4Smrg esac; \ 29671d7fec4Smrg done; \ 29771d7fec4Smrg dot_seen=no; \ 29871d7fec4Smrg target=`echo $@ | sed s/-recursive//`; \ 29971d7fec4Smrg list='$(SUBDIRS)'; for subdir in $$list; do \ 30071d7fec4Smrg echo "Making $$target in $$subdir"; \ 30171d7fec4Smrg if test "$$subdir" = "."; then \ 30271d7fec4Smrg dot_seen=yes; \ 30371d7fec4Smrg local_target="$$target-am"; \ 30471d7fec4Smrg else \ 30571d7fec4Smrg local_target="$$target"; \ 30671d7fec4Smrg fi; \ 30771d7fec4Smrg (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 30871d7fec4Smrg || eval $$failcom; \ 30971d7fec4Smrg done; \ 31071d7fec4Smrg if test "$$dot_seen" = "no"; then \ 31171d7fec4Smrg $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 31271d7fec4Smrg fi; test -z "$$fail" 31371d7fec4Smrg 31471d7fec4Smrgmostlyclean-recursive clean-recursive distclean-recursive \ 31571d7fec4Smrgmaintainer-clean-recursive: 31671d7fec4Smrg @failcom='exit 1'; \ 31771d7fec4Smrg for f in x $$MAKEFLAGS; do \ 31871d7fec4Smrg case $$f in \ 31971d7fec4Smrg *=* | --[!k]*);; \ 32071d7fec4Smrg *k*) failcom='fail=yes';; \ 32171d7fec4Smrg esac; \ 32271d7fec4Smrg done; \ 32371d7fec4Smrg dot_seen=no; \ 32471d7fec4Smrg case "$@" in \ 32571d7fec4Smrg distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 32671d7fec4Smrg *) list='$(SUBDIRS)' ;; \ 32771d7fec4Smrg esac; \ 32871d7fec4Smrg rev=''; for subdir in $$list; do \ 32971d7fec4Smrg if test "$$subdir" = "."; then :; else \ 33071d7fec4Smrg rev="$$subdir $$rev"; \ 33171d7fec4Smrg fi; \ 33271d7fec4Smrg done; \ 33371d7fec4Smrg rev="$$rev ."; \ 33471d7fec4Smrg target=`echo $@ | sed s/-recursive//`; \ 33571d7fec4Smrg for subdir in $$rev; do \ 33671d7fec4Smrg echo "Making $$target in $$subdir"; \ 33771d7fec4Smrg if test "$$subdir" = "."; then \ 33871d7fec4Smrg local_target="$$target-am"; \ 33971d7fec4Smrg else \ 34071d7fec4Smrg local_target="$$target"; \ 34171d7fec4Smrg fi; \ 34271d7fec4Smrg (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 34371d7fec4Smrg || eval $$failcom; \ 34471d7fec4Smrg done && test -z "$$fail" 34571d7fec4Smrgtags-recursive: 34671d7fec4Smrg list='$(SUBDIRS)'; for subdir in $$list; do \ 34771d7fec4Smrg test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 34871d7fec4Smrg done 34971d7fec4Smrgctags-recursive: 35071d7fec4Smrg list='$(SUBDIRS)'; for subdir in $$list; do \ 35171d7fec4Smrg test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 35271d7fec4Smrg done 35371d7fec4Smrg 35471d7fec4SmrgID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 35571d7fec4Smrg list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 35671d7fec4Smrg unique=`for i in $$list; do \ 35771d7fec4Smrg if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 35871d7fec4Smrg done | \ 35971d7fec4Smrg $(AWK) ' { files[$$0] = 1; } \ 36071d7fec4Smrg END { for (i in files) print i; }'`; \ 36171d7fec4Smrg mkid -fID $$unique 36271d7fec4Smrgtags: TAGS 36371d7fec4Smrg 36471d7fec4SmrgTAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 36571d7fec4Smrg $(TAGS_FILES) $(LISP) 36671d7fec4Smrg tags=; \ 36771d7fec4Smrg here=`pwd`; \ 36871d7fec4Smrg if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 36971d7fec4Smrg include_option=--etags-include; \ 37071d7fec4Smrg empty_fix=.; \ 37171d7fec4Smrg else \ 37271d7fec4Smrg include_option=--include; \ 37371d7fec4Smrg empty_fix=; \ 37471d7fec4Smrg fi; \ 37571d7fec4Smrg list='$(SUBDIRS)'; for subdir in $$list; do \ 37671d7fec4Smrg if test "$$subdir" = .; then :; else \ 37771d7fec4Smrg test ! -f $$subdir/TAGS || \ 37871d7fec4Smrg tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 37971d7fec4Smrg fi; \ 38071d7fec4Smrg done; \ 38171d7fec4Smrg list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 38271d7fec4Smrg unique=`for i in $$list; do \ 38371d7fec4Smrg if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 38471d7fec4Smrg done | \ 38571d7fec4Smrg $(AWK) ' { files[$$0] = 1; } \ 38671d7fec4Smrg END { for (i in files) print i; }'`; \ 38771d7fec4Smrg if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 38871d7fec4Smrg test -n "$$unique" || unique=$$empty_fix; \ 38971d7fec4Smrg $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 39071d7fec4Smrg $$tags $$unique; \ 39171d7fec4Smrg fi 39271d7fec4Smrgctags: CTAGS 39371d7fec4SmrgCTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 39471d7fec4Smrg $(TAGS_FILES) $(LISP) 39571d7fec4Smrg tags=; \ 39671d7fec4Smrg here=`pwd`; \ 39771d7fec4Smrg list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 39871d7fec4Smrg unique=`for i in $$list; do \ 39971d7fec4Smrg if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 40071d7fec4Smrg done | \ 40171d7fec4Smrg $(AWK) ' { files[$$0] = 1; } \ 40271d7fec4Smrg END { for (i in files) print i; }'`; \ 40371d7fec4Smrg test -z "$(CTAGS_ARGS)$$tags$$unique" \ 40471d7fec4Smrg || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 40571d7fec4Smrg $$tags $$unique 40671d7fec4Smrg 40771d7fec4SmrgGTAGS: 40871d7fec4Smrg here=`$(am__cd) $(top_builddir) && pwd` \ 40971d7fec4Smrg && cd $(top_srcdir) \ 41071d7fec4Smrg && gtags -i $(GTAGS_ARGS) $$here 41171d7fec4Smrg 41271d7fec4Smrgdistclean-tags: 41371d7fec4Smrg -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 41471d7fec4Smrg 41571d7fec4Smrgdistdir: $(DISTFILES) 41671d7fec4Smrg $(am__remove_distdir) 41771d7fec4Smrg mkdir $(distdir) 41871d7fec4Smrg @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 41971d7fec4Smrg topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 42071d7fec4Smrg list='$(DISTFILES)'; for file in $$list; do \ 42171d7fec4Smrg case $$file in \ 42271d7fec4Smrg $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 42371d7fec4Smrg $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 42471d7fec4Smrg esac; \ 42571d7fec4Smrg if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 42671d7fec4Smrg dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 42771d7fec4Smrg if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 42871d7fec4Smrg dir="/$$dir"; \ 42971d7fec4Smrg $(mkdir_p) "$(distdir)$$dir"; \ 43071d7fec4Smrg else \ 43171d7fec4Smrg dir=''; \ 43271d7fec4Smrg fi; \ 43371d7fec4Smrg if test -d $$d/$$file; then \ 43471d7fec4Smrg if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 43571d7fec4Smrg cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 43671d7fec4Smrg fi; \ 43771d7fec4Smrg cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 43871d7fec4Smrg else \ 43971d7fec4Smrg test -f $(distdir)/$$file \ 44071d7fec4Smrg || cp -p $$d/$$file $(distdir)/$$file \ 44171d7fec4Smrg || exit 1; \ 44271d7fec4Smrg fi; \ 44371d7fec4Smrg done 44471d7fec4Smrg list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 44571d7fec4Smrg if test "$$subdir" = .; then :; else \ 44671d7fec4Smrg test -d "$(distdir)/$$subdir" \ 44771d7fec4Smrg || $(mkdir_p) "$(distdir)/$$subdir" \ 44871d7fec4Smrg || exit 1; \ 44971d7fec4Smrg distdir=`$(am__cd) $(distdir) && pwd`; \ 45071d7fec4Smrg top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ 45171d7fec4Smrg (cd $$subdir && \ 45271d7fec4Smrg $(MAKE) $(AM_MAKEFLAGS) \ 45371d7fec4Smrg top_distdir="$$top_distdir" \ 45471d7fec4Smrg distdir="$$distdir/$$subdir" \ 45571d7fec4Smrg distdir) \ 45671d7fec4Smrg || exit 1; \ 45771d7fec4Smrg fi; \ 45871d7fec4Smrg done 45971d7fec4Smrg -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 46071d7fec4Smrg ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 46171d7fec4Smrg ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 46271d7fec4Smrg ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ 46371d7fec4Smrg || chmod -R a+r $(distdir) 46471d7fec4Smrgdist-gzip: distdir 46571d7fec4Smrg tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 46671d7fec4Smrg $(am__remove_distdir) 46771d7fec4Smrgdist-bzip2: distdir 46871d7fec4Smrg tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 46971d7fec4Smrg $(am__remove_distdir) 47071d7fec4Smrg 47171d7fec4Smrgdist-tarZ: distdir 47271d7fec4Smrg tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 47371d7fec4Smrg $(am__remove_distdir) 47471d7fec4Smrg 47571d7fec4Smrgdist-shar: distdir 47671d7fec4Smrg shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 47771d7fec4Smrg $(am__remove_distdir) 47871d7fec4Smrg 47971d7fec4Smrgdist-zip: distdir 48071d7fec4Smrg -rm -f $(distdir).zip 48171d7fec4Smrg zip -rq $(distdir).zip $(distdir) 48271d7fec4Smrg $(am__remove_distdir) 48371d7fec4Smrg 48471d7fec4Smrgdist dist-all: distdir 48571d7fec4Smrg tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 48671d7fec4Smrg tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 48771d7fec4Smrg $(am__remove_distdir) 48871d7fec4Smrg 48971d7fec4Smrg# This target untars the dist file and tries a VPATH configuration. Then 49071d7fec4Smrg# it guarantees that the distribution is self-contained by making another 49171d7fec4Smrg# tarfile. 49271d7fec4Smrgdistcheck: dist 49371d7fec4Smrg case '$(DIST_ARCHIVES)' in \ 49471d7fec4Smrg *.tar.gz*) \ 49571d7fec4Smrg GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 49671d7fec4Smrg *.tar.bz2*) \ 49771d7fec4Smrg bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 49871d7fec4Smrg *.tar.Z*) \ 49971d7fec4Smrg uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 50071d7fec4Smrg *.shar.gz*) \ 50171d7fec4Smrg GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 50271d7fec4Smrg *.zip*) \ 50371d7fec4Smrg unzip $(distdir).zip ;;\ 50471d7fec4Smrg esac 50571d7fec4Smrg chmod -R a-w $(distdir); chmod a+w $(distdir) 50671d7fec4Smrg mkdir $(distdir)/_build 50771d7fec4Smrg mkdir $(distdir)/_inst 50871d7fec4Smrg chmod a-w $(distdir) 50971d7fec4Smrg dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 51071d7fec4Smrg && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 51171d7fec4Smrg && cd $(distdir)/_build \ 51271d7fec4Smrg && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 51371d7fec4Smrg $(DISTCHECK_CONFIGURE_FLAGS) \ 51471d7fec4Smrg && $(MAKE) $(AM_MAKEFLAGS) \ 51571d7fec4Smrg && $(MAKE) $(AM_MAKEFLAGS) dvi \ 51671d7fec4Smrg && $(MAKE) $(AM_MAKEFLAGS) check \ 51771d7fec4Smrg && $(MAKE) $(AM_MAKEFLAGS) install \ 51871d7fec4Smrg && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 51971d7fec4Smrg && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 52071d7fec4Smrg && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 52171d7fec4Smrg distuninstallcheck \ 52271d7fec4Smrg && chmod -R a-w "$$dc_install_base" \ 52371d7fec4Smrg && ({ \ 52471d7fec4Smrg (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 52571d7fec4Smrg && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 52671d7fec4Smrg && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 52771d7fec4Smrg && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 52871d7fec4Smrg distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 52971d7fec4Smrg } || { rm -rf "$$dc_destdir"; exit 1; }) \ 53071d7fec4Smrg && rm -rf "$$dc_destdir" \ 53171d7fec4Smrg && $(MAKE) $(AM_MAKEFLAGS) dist \ 53271d7fec4Smrg && rm -rf $(DIST_ARCHIVES) \ 53371d7fec4Smrg && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 53471d7fec4Smrg $(am__remove_distdir) 53571d7fec4Smrg @(echo "$(distdir) archives ready for distribution: "; \ 53671d7fec4Smrg list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 53771d7fec4Smrg sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' 53871d7fec4Smrgdistuninstallcheck: 53971d7fec4Smrg @cd $(distuninstallcheck_dir) \ 54071d7fec4Smrg && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 54171d7fec4Smrg || { echo "ERROR: files left after uninstall:" ; \ 54271d7fec4Smrg if test -n "$(DESTDIR)"; then \ 54371d7fec4Smrg echo " (check DESTDIR support)"; \ 54471d7fec4Smrg fi ; \ 54571d7fec4Smrg $(distuninstallcheck_listfiles) ; \ 54671d7fec4Smrg exit 1; } >&2 54771d7fec4Smrgdistcleancheck: distclean 54871d7fec4Smrg @if test '$(srcdir)' = . ; then \ 54971d7fec4Smrg echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 55071d7fec4Smrg exit 1 ; \ 55171d7fec4Smrg fi 55271d7fec4Smrg @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 55371d7fec4Smrg || { echo "ERROR: files left in build directory after distclean:" ; \ 55471d7fec4Smrg $(distcleancheck_listfiles) ; \ 55571d7fec4Smrg exit 1; } >&2 55671d7fec4Smrgcheck-am: all-am 55771d7fec4Smrgcheck: check-recursive 55871d7fec4Smrgall-am: Makefile config.h 55971d7fec4Smrginstalldirs: installdirs-recursive 56071d7fec4Smrginstalldirs-am: 56171d7fec4Smrginstall: install-recursive 56271d7fec4Smrginstall-exec: install-exec-recursive 56371d7fec4Smrginstall-data: install-data-recursive 56471d7fec4Smrguninstall: uninstall-recursive 56571d7fec4Smrg 56671d7fec4Smrginstall-am: all-am 56771d7fec4Smrg @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 56871d7fec4Smrg 56971d7fec4Smrginstallcheck: installcheck-recursive 57071d7fec4Smrginstall-strip: 57171d7fec4Smrg $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 57271d7fec4Smrg install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 57371d7fec4Smrg `test -z '$(STRIP)' || \ 57471d7fec4Smrg echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 57571d7fec4Smrgmostlyclean-generic: 57671d7fec4Smrg 57771d7fec4Smrgclean-generic: 57871d7fec4Smrg 57971d7fec4Smrgdistclean-generic: 58071d7fec4Smrg -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 58171d7fec4Smrg 58271d7fec4Smrgmaintainer-clean-generic: 58371d7fec4Smrg @echo "This command is intended for maintainers to use" 58471d7fec4Smrg @echo "it deletes files that may require special tools to rebuild." 58571d7fec4Smrgclean: clean-recursive 58671d7fec4Smrg 58771d7fec4Smrgclean-am: clean-generic clean-libtool mostlyclean-am 58871d7fec4Smrg 58971d7fec4Smrgdistclean: distclean-recursive 59071d7fec4Smrg -rm -f $(am__CONFIG_DISTCLEAN_FILES) 59171d7fec4Smrg -rm -f Makefile 59271d7fec4Smrgdistclean-am: clean-am distclean-generic distclean-hdr \ 59371d7fec4Smrg distclean-libtool distclean-tags 59471d7fec4Smrg 59571d7fec4Smrgdvi: dvi-recursive 59671d7fec4Smrg 59771d7fec4Smrgdvi-am: 59871d7fec4Smrg 59971d7fec4Smrghtml: html-recursive 60071d7fec4Smrg 60171d7fec4Smrginfo: info-recursive 60271d7fec4Smrg 60371d7fec4Smrginfo-am: 60471d7fec4Smrg 60571d7fec4Smrginstall-data-am: 60671d7fec4Smrg 60771d7fec4Smrginstall-exec-am: 60871d7fec4Smrg 60971d7fec4Smrginstall-info: install-info-recursive 61071d7fec4Smrg 61171d7fec4Smrginstall-man: 61271d7fec4Smrg 61371d7fec4Smrginstallcheck-am: 61471d7fec4Smrg 61571d7fec4Smrgmaintainer-clean: maintainer-clean-recursive 61671d7fec4Smrg -rm -f $(am__CONFIG_DISTCLEAN_FILES) 61771d7fec4Smrg -rm -rf $(top_srcdir)/autom4te.cache 61871d7fec4Smrg -rm -f Makefile 61971d7fec4Smrgmaintainer-clean-am: distclean-am maintainer-clean-generic 62071d7fec4Smrg 62171d7fec4Smrgmostlyclean: mostlyclean-recursive 62271d7fec4Smrg 62371d7fec4Smrgmostlyclean-am: mostlyclean-generic mostlyclean-libtool 62471d7fec4Smrg 62571d7fec4Smrgpdf: pdf-recursive 62671d7fec4Smrg 62771d7fec4Smrgpdf-am: 62871d7fec4Smrg 62971d7fec4Smrgps: ps-recursive 63071d7fec4Smrg 63171d7fec4Smrgps-am: 63271d7fec4Smrg 63371d7fec4Smrguninstall-am: uninstall-info-am 63471d7fec4Smrg 63571d7fec4Smrguninstall-info: uninstall-info-recursive 63671d7fec4Smrg 63771d7fec4Smrg.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ 63871d7fec4Smrg check-am clean clean-generic clean-libtool clean-recursive \ 63971d7fec4Smrg ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ 64071d7fec4Smrg dist-shar dist-tarZ dist-zip distcheck distclean \ 64171d7fec4Smrg distclean-generic distclean-hdr distclean-libtool \ 64271d7fec4Smrg distclean-recursive distclean-tags distcleancheck distdir \ 64371d7fec4Smrg distuninstallcheck dvi dvi-am html html-am info info-am \ 64471d7fec4Smrg install install-am install-data install-data-am install-exec \ 64571d7fec4Smrg install-exec-am install-info install-info-am install-man \ 64671d7fec4Smrg install-strip installcheck installcheck-am installdirs \ 64771d7fec4Smrg installdirs-am maintainer-clean maintainer-clean-generic \ 64871d7fec4Smrg maintainer-clean-recursive mostlyclean mostlyclean-generic \ 64971d7fec4Smrg mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \ 65071d7fec4Smrg tags tags-recursive uninstall uninstall-am uninstall-info-am 65171d7fec4Smrg 65271d7fec4Smrg# Tell versions [3.59,3.63) of GNU make to not export all variables. 65371d7fec4Smrg# Otherwise a system limit (for SysV at least) may be exceeded. 65471d7fec4Smrg.NOEXPORT: 655