Makefile.in revision 9586ba5a
19586ba5aSmrg# Makefile.in generated by automake 1.14.1 from Makefile.am. 276888252Smrg# @configure_input@ 376888252Smrg 49586ba5aSmrg# Copyright (C) 1994-2013 Free Software Foundation, Inc. 59586ba5aSmrg 676888252Smrg# This Makefile.in is free software; the Free Software Foundation 776888252Smrg# gives unlimited permission to copy and/or distribute it, 876888252Smrg# with or without modifications, as long as this notice is preserved. 976888252Smrg 1076888252Smrg# This program is distributed in the hope that it will be useful, 1176888252Smrg# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 1276888252Smrg# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 1376888252Smrg# PARTICULAR PURPOSE. 1476888252Smrg 1576888252Smrg@SET_MAKE@ 1676888252Smrg 1776888252Smrg# Copyright 2005 Adam Jackson. 1876888252Smrg# 1976888252Smrg# Permission is hereby granted, free of charge, to any person obtaining a 2076888252Smrg# copy of this software and associated documentation files (the "Software"), 2176888252Smrg# to deal in the Software without restriction, including without limitation 2276888252Smrg# on the rights to use, copy, modify, merge, publish, distribute, sub 2376888252Smrg# license, and/or sell copies of the Software, and to permit persons to whom 2476888252Smrg# the Software is furnished to do so, subject to the following conditions: 2576888252Smrg# 2676888252Smrg# The above copyright notice and this permission notice (including the next 2776888252Smrg# paragraph) shall be included in all copies or substantial portions of the 2876888252Smrg# Software. 2976888252Smrg# 3076888252Smrg# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 3176888252Smrg# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 3276888252Smrg# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 3376888252Smrg# ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 3476888252Smrg# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 3576888252Smrg# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 3676888252SmrgVPATH = @srcdir@ 379586ba5aSmrgam__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 389586ba5aSmrgam__make_running_with_option = \ 399586ba5aSmrg case $${target_option-} in \ 409586ba5aSmrg ?) ;; \ 419586ba5aSmrg *) echo "am__make_running_with_option: internal error: invalid" \ 429586ba5aSmrg "target option '$${target_option-}' specified" >&2; \ 439586ba5aSmrg exit 1;; \ 449586ba5aSmrg esac; \ 459586ba5aSmrg has_opt=no; \ 469586ba5aSmrg sane_makeflags=$$MAKEFLAGS; \ 479586ba5aSmrg if $(am__is_gnu_make); then \ 489586ba5aSmrg sane_makeflags=$$MFLAGS; \ 499586ba5aSmrg else \ 509586ba5aSmrg case $$MAKEFLAGS in \ 519586ba5aSmrg *\\[\ \ ]*) \ 529586ba5aSmrg bs=\\; \ 539586ba5aSmrg sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 549586ba5aSmrg | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 559586ba5aSmrg esac; \ 569586ba5aSmrg fi; \ 579586ba5aSmrg skip_next=no; \ 589586ba5aSmrg strip_trailopt () \ 599586ba5aSmrg { \ 609586ba5aSmrg flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 619586ba5aSmrg }; \ 629586ba5aSmrg for flg in $$sane_makeflags; do \ 639586ba5aSmrg test $$skip_next = yes && { skip_next=no; continue; }; \ 649586ba5aSmrg case $$flg in \ 659586ba5aSmrg *=*|--*) continue;; \ 669586ba5aSmrg -*I) strip_trailopt 'I'; skip_next=yes;; \ 679586ba5aSmrg -*I?*) strip_trailopt 'I';; \ 689586ba5aSmrg -*O) strip_trailopt 'O'; skip_next=yes;; \ 699586ba5aSmrg -*O?*) strip_trailopt 'O';; \ 709586ba5aSmrg -*l) strip_trailopt 'l'; skip_next=yes;; \ 719586ba5aSmrg -*l?*) strip_trailopt 'l';; \ 729586ba5aSmrg -[dEDm]) skip_next=yes;; \ 739586ba5aSmrg -[JT]) skip_next=yes;; \ 749586ba5aSmrg esac; \ 759586ba5aSmrg case $$flg in \ 769586ba5aSmrg *$$target_option*) has_opt=yes; break;; \ 779586ba5aSmrg esac; \ 789586ba5aSmrg done; \ 799586ba5aSmrg test $$has_opt = yes 809586ba5aSmrgam__make_dryrun = (target_option=n; $(am__make_running_with_option)) 819586ba5aSmrgam__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 8276888252Smrgpkgdatadir = $(datadir)/@PACKAGE@ 8376888252Smrgpkgincludedir = $(includedir)/@PACKAGE@ 84d8556812Smrgpkglibdir = $(libdir)/@PACKAGE@ 85d8556812Smrgpkglibexecdir = $(libexecdir)/@PACKAGE@ 8676888252Smrgam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 8776888252Smrginstall_sh_DATA = $(install_sh) -c -m 644 8876888252Smrginstall_sh_PROGRAM = $(install_sh) -c 8976888252Smrginstall_sh_SCRIPT = $(install_sh) -c 9076888252SmrgINSTALL_HEADER = $(INSTALL_DATA) 9176888252Smrgtransform = $(program_transform_name) 9276888252SmrgNORMAL_INSTALL = : 9376888252SmrgPRE_INSTALL = : 9476888252SmrgPOST_INSTALL = : 9576888252SmrgNORMAL_UNINSTALL = : 9676888252SmrgPRE_UNINSTALL = : 9776888252SmrgPOST_UNINSTALL = : 9876888252Smrgbuild_triplet = @build@ 9976888252Smrghost_triplet = @host@ 1001ae1b5e8Smrgsubdir = . 1019586ba5aSmrgDIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 1029586ba5aSmrg $(top_srcdir)/configure $(am__configure_deps) \ 1039586ba5aSmrg $(srcdir)/config.h.in COPYING ChangeLog INSTALL README compile \ 1049586ba5aSmrg config.guess config.sub depcomp install-sh missing ltmain.sh 10576888252SmrgACLOCAL_M4 = $(top_srcdir)/aclocal.m4 10676888252Smrgam__aclocal_m4_deps = $(top_srcdir)/configure.ac 10776888252Smrgam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 10876888252Smrg $(ACLOCAL_M4) 10976888252Smrgam__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 1101ae1b5e8Smrg configure.lineno config.status.lineno 11176888252Smrgmkinstalldirs = $(install_sh) -d 11276888252SmrgCONFIG_HEADER = config.h 11376888252SmrgCONFIG_CLEAN_FILES = 114d8556812SmrgCONFIG_CLEAN_VPATH_FILES = 1159586ba5aSmrgAM_V_P = $(am__v_P_@AM_V@) 1169586ba5aSmrgam__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 1179586ba5aSmrgam__v_P_0 = false 1189586ba5aSmrgam__v_P_1 = : 11963847c39SmrgAM_V_GEN = $(am__v_GEN_@AM_V@) 12063847c39Smrgam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 1219586ba5aSmrgam__v_GEN_0 = @echo " GEN " $@; 1229586ba5aSmrgam__v_GEN_1 = 12363847c39SmrgAM_V_at = $(am__v_at_@AM_V@) 12463847c39Smrgam__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 12563847c39Smrgam__v_at_0 = @ 1269586ba5aSmrgam__v_at_1 = 12776888252SmrgSOURCES = 12876888252SmrgDIST_SOURCES = 1299586ba5aSmrgRECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 1309586ba5aSmrg ctags-recursive dvi-recursive html-recursive info-recursive \ 1319586ba5aSmrg install-data-recursive install-dvi-recursive \ 1329586ba5aSmrg install-exec-recursive install-html-recursive \ 1339586ba5aSmrg install-info-recursive install-pdf-recursive \ 1349586ba5aSmrg install-ps-recursive install-recursive installcheck-recursive \ 1359586ba5aSmrg installdirs-recursive pdf-recursive ps-recursive \ 1369586ba5aSmrg tags-recursive uninstall-recursive 1379586ba5aSmrgam__can_run_installinfo = \ 1389586ba5aSmrg case $$AM_UPDATE_INFO_DIR in \ 1399586ba5aSmrg n|no|NO) false;; \ 1409586ba5aSmrg *) (install-info --version) >/dev/null 2>&1;; \ 1419586ba5aSmrg esac 1421ae1b5e8SmrgRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 1431ae1b5e8Smrg distclean-recursive maintainer-clean-recursive 1449586ba5aSmrgam__recursive_targets = \ 1459586ba5aSmrg $(RECURSIVE_TARGETS) \ 1469586ba5aSmrg $(RECURSIVE_CLEAN_TARGETS) \ 1479586ba5aSmrg $(am__extra_recursive_targets) 1489586ba5aSmrgAM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 1499586ba5aSmrg cscope distdir dist dist-all distcheck 1509586ba5aSmrgam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ 1519586ba5aSmrg $(LISP)config.h.in 1529586ba5aSmrg# Read a list of newline-separated strings from the standard input, 1539586ba5aSmrg# and print each of them once, without duplicates. Input order is 1549586ba5aSmrg# *not* preserved. 1559586ba5aSmrgam__uniquify_input = $(AWK) '\ 1569586ba5aSmrg BEGIN { nonempty = 0; } \ 1579586ba5aSmrg { items[$$0] = 1; nonempty = 1; } \ 1589586ba5aSmrg END { if (nonempty) { for (i in items) print i; }; } \ 1599586ba5aSmrg' 1609586ba5aSmrg# Make sure the list of sources is unique. This is necessary because, 1619586ba5aSmrg# e.g., the same source file might be shared among _SOURCES variables 1629586ba5aSmrg# for different programs/libraries. 1639586ba5aSmrgam__define_uniq_tagged_files = \ 1649586ba5aSmrg list='$(am__tagged_files)'; \ 1659586ba5aSmrg unique=`for i in $$list; do \ 1669586ba5aSmrg if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 1679586ba5aSmrg done | $(am__uniquify_input)` 16876888252SmrgETAGS = etags 16976888252SmrgCTAGS = ctags 1709586ba5aSmrgCSCOPE = cscope 17176888252SmrgDIST_SUBDIRS = $(SUBDIRS) 17276888252SmrgDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 17376888252Smrgdistdir = $(PACKAGE)-$(VERSION) 17476888252Smrgtop_distdir = $(distdir) 17576888252Smrgam__remove_distdir = \ 17663847c39Smrg if test -d "$(distdir)"; then \ 17763847c39Smrg find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 17863847c39Smrg && rm -rf "$(distdir)" \ 17963847c39Smrg || { sleep 5 && rm -rf "$(distdir)"; }; \ 18063847c39Smrg else :; fi 1819586ba5aSmrgam__post_remove_distdir = $(am__remove_distdir) 182d8556812Smrgam__relativize = \ 183d8556812Smrg dir0=`pwd`; \ 184d8556812Smrg sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 185d8556812Smrg sed_rest='s,^[^/]*/*,,'; \ 186d8556812Smrg sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 187d8556812Smrg sed_butlast='s,/*[^/]*$$,,'; \ 188d8556812Smrg while test -n "$$dir1"; do \ 189d8556812Smrg first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 190d8556812Smrg if test "$$first" != "."; then \ 191d8556812Smrg if test "$$first" = ".."; then \ 192d8556812Smrg dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 193d8556812Smrg dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 194d8556812Smrg else \ 195d8556812Smrg first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 196d8556812Smrg if test "$$first2" = "$$first"; then \ 197d8556812Smrg dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 198d8556812Smrg else \ 199d8556812Smrg dir2="../$$dir2"; \ 200d8556812Smrg fi; \ 201d8556812Smrg dir0="$$dir0"/"$$first"; \ 202d8556812Smrg fi; \ 203d8556812Smrg fi; \ 204d8556812Smrg dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 205d8556812Smrg done; \ 206d8556812Smrg reldir="$$dir2" 20776888252SmrgDIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 20876888252SmrgGZIP_ENV = --best 2099586ba5aSmrgDIST_TARGETS = dist-bzip2 dist-gzip 21076888252Smrgdistuninstallcheck_listfiles = find . -type f -print 21163847c39Smrgam__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 21263847c39Smrg | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 21363847c39Smrgdistcleancheck_listfiles = find . -type f -print 21476888252SmrgACLOCAL = @ACLOCAL@ 21576888252SmrgADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 21676888252SmrgADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 21776888252SmrgAMTAR = @AMTAR@ 21863847c39SmrgAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 21976888252SmrgAPP_MAN_DIR = @APP_MAN_DIR@ 22076888252SmrgAPP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 22176888252SmrgAR = @AR@ 22276888252SmrgAUTOCONF = @AUTOCONF@ 22376888252SmrgAUTOHEADER = @AUTOHEADER@ 22476888252SmrgAUTOMAKE = @AUTOMAKE@ 22576888252SmrgAWK = @AWK@ 22663847c39SmrgBASE_CFLAGS = @BASE_CFLAGS@ 22776888252SmrgCC = @CC@ 22876888252SmrgCCDEPMODE = @CCDEPMODE@ 22976888252SmrgCFLAGS = @CFLAGS@ 2301ae1b5e8SmrgCHANGELOG_CMD = @CHANGELOG_CMD@ 23176888252SmrgCPP = @CPP@ 23276888252SmrgCPPFLAGS = @CPPFLAGS@ 2331ae1b5e8SmrgCWARNFLAGS = @CWARNFLAGS@ 23476888252SmrgCYGPATH_W = @CYGPATH_W@ 23576888252SmrgDEFS = @DEFS@ 23676888252SmrgDEPDIR = @DEPDIR@ 23763847c39SmrgDLLTOOL = @DLLTOOL@ 23876888252SmrgDRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 23976888252SmrgDRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 24076888252SmrgDRIVER_NAME = @DRIVER_NAME@ 24186dafe34SmrgDSYMUTIL = @DSYMUTIL@ 24263847c39SmrgDUMPBIN = @DUMPBIN@ 24376888252SmrgECHO_C = @ECHO_C@ 24476888252SmrgECHO_N = @ECHO_N@ 24576888252SmrgECHO_T = @ECHO_T@ 24676888252SmrgEGREP = @EGREP@ 24776888252SmrgEXEEXT = @EXEEXT@ 24863847c39SmrgFGREP = @FGREP@ 24976888252SmrgFILE_MAN_DIR = @FILE_MAN_DIR@ 25076888252SmrgFILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 2511ae1b5e8SmrgGREP = @GREP@ 2521ae1b5e8SmrgINSTALL = @INSTALL@ 25363847c39SmrgINSTALL_CMD = @INSTALL_CMD@ 25476888252SmrgINSTALL_DATA = @INSTALL_DATA@ 25576888252SmrgINSTALL_PROGRAM = @INSTALL_PROGRAM@ 25676888252SmrgINSTALL_SCRIPT = @INSTALL_SCRIPT@ 25776888252SmrgINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 25863847c39SmrgLD = @LD@ 25976888252SmrgLDFLAGS = @LDFLAGS@ 26076888252SmrgLIBOBJS = @LIBOBJS@ 26176888252SmrgLIBS = @LIBS@ 26276888252SmrgLIBTOOL = @LIBTOOL@ 26376888252SmrgLIB_MAN_DIR = @LIB_MAN_DIR@ 26476888252SmrgLIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 26563847c39SmrgLIPO = @LIPO@ 26676888252SmrgLN_S = @LN_S@ 26776888252SmrgLTLIBOBJS = @LTLIBOBJS@ 26876888252SmrgMAKEINFO = @MAKEINFO@ 26963847c39SmrgMANIFEST_TOOL = @MANIFEST_TOOL@ 27063847c39SmrgMAN_SUBSTS = @MAN_SUBSTS@ 27176888252SmrgMISC_MAN_DIR = @MISC_MAN_DIR@ 27276888252SmrgMISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 2731ae1b5e8SmrgMKDIR_P = @MKDIR_P@ 27463847c39SmrgNM = @NM@ 27586dafe34SmrgNMEDIT = @NMEDIT@ 27663847c39SmrgOBJDUMP = @OBJDUMP@ 27776888252SmrgOBJEXT = @OBJEXT@ 27863847c39SmrgOTOOL = @OTOOL@ 27963847c39SmrgOTOOL64 = @OTOOL64@ 28076888252SmrgPACKAGE = @PACKAGE@ 28176888252SmrgPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 28276888252SmrgPACKAGE_NAME = @PACKAGE_NAME@ 28376888252SmrgPACKAGE_STRING = @PACKAGE_STRING@ 28476888252SmrgPACKAGE_TARNAME = @PACKAGE_TARNAME@ 28563847c39SmrgPACKAGE_URL = @PACKAGE_URL@ 28676888252SmrgPACKAGE_VERSION = @PACKAGE_VERSION@ 28776888252SmrgPATH_SEPARATOR = @PATH_SEPARATOR@ 2881ae1b5e8SmrgPCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 2891ae1b5e8SmrgPCIACCESS_LIBS = @PCIACCESS_LIBS@ 29076888252SmrgPKG_CONFIG = @PKG_CONFIG@ 29163847c39SmrgPKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 29263847c39SmrgPKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 29376888252SmrgRANLIB = @RANLIB@ 29486dafe34SmrgSED = @SED@ 29576888252SmrgSET_MAKE = @SET_MAKE@ 29676888252SmrgSHELL = @SHELL@ 29763847c39SmrgSTRICT_CFLAGS = @STRICT_CFLAGS@ 29876888252SmrgSTRIP = @STRIP@ 29976888252SmrgVERSION = @VERSION@ 30076888252SmrgXORG_CFLAGS = @XORG_CFLAGS@ 30176888252SmrgXORG_LIBS = @XORG_LIBS@ 30263847c39SmrgXORG_MAN_PAGE = @XORG_MAN_PAGE@ 3031ae1b5e8Smrgabs_builddir = @abs_builddir@ 3041ae1b5e8Smrgabs_srcdir = @abs_srcdir@ 3051ae1b5e8Smrgabs_top_builddir = @abs_top_builddir@ 3061ae1b5e8Smrgabs_top_srcdir = @abs_top_srcdir@ 30763847c39Smrgac_ct_AR = @ac_ct_AR@ 30876888252Smrgac_ct_CC = @ac_ct_CC@ 30963847c39Smrgac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 31076888252Smrgam__include = @am__include@ 31176888252Smrgam__leading_dot = @am__leading_dot@ 31276888252Smrgam__quote = @am__quote@ 31376888252Smrgam__tar = @am__tar@ 31476888252Smrgam__untar = @am__untar@ 31576888252Smrgbindir = @bindir@ 31676888252Smrgbuild = @build@ 31776888252Smrgbuild_alias = @build_alias@ 31876888252Smrgbuild_cpu = @build_cpu@ 31976888252Smrgbuild_os = @build_os@ 32076888252Smrgbuild_vendor = @build_vendor@ 3211ae1b5e8Smrgbuilddir = @builddir@ 32276888252Smrgdatadir = @datadir@ 3231ae1b5e8Smrgdatarootdir = @datarootdir@ 3241ae1b5e8Smrgdocdir = @docdir@ 3251ae1b5e8Smrgdvidir = @dvidir@ 32676888252Smrgexec_prefix = @exec_prefix@ 32776888252Smrghost = @host@ 32876888252Smrghost_alias = @host_alias@ 32976888252Smrghost_cpu = @host_cpu@ 33076888252Smrghost_os = @host_os@ 33176888252Smrghost_vendor = @host_vendor@ 3321ae1b5e8Smrghtmldir = @htmldir@ 33376888252Smrgincludedir = @includedir@ 33476888252Smrginfodir = @infodir@ 33576888252Smrginstall_sh = @install_sh@ 33676888252Smrglibdir = @libdir@ 33776888252Smrglibexecdir = @libexecdir@ 3381ae1b5e8Smrglocaledir = @localedir@ 33976888252Smrglocalstatedir = @localstatedir@ 34076888252Smrgmandir = @mandir@ 34176888252Smrgmkdir_p = @mkdir_p@ 34276888252Smrgmoduledir = @moduledir@ 34376888252Smrgoldincludedir = @oldincludedir@ 3441ae1b5e8Smrgpdfdir = @pdfdir@ 34576888252Smrgprefix = @prefix@ 34676888252Smrgprogram_transform_name = @program_transform_name@ 3471ae1b5e8Smrgpsdir = @psdir@ 34876888252Smrgsbindir = @sbindir@ 34976888252Smrgsharedstatedir = @sharedstatedir@ 3501ae1b5e8Smrgsrcdir = @srcdir@ 35176888252Smrgsysconfdir = @sysconfdir@ 35276888252Smrgtarget_alias = @target_alias@ 35386dafe34Smrgtop_build_prefix = @top_build_prefix@ 3541ae1b5e8Smrgtop_builddir = @top_builddir@ 3551ae1b5e8Smrgtop_srcdir = @top_srcdir@ 35676888252SmrgSUBDIRS = src man 35763847c39SmrgMAINTAINERCLEANFILES = ChangeLog INSTALL 35863847c39SmrgEXTRA_DIST = README.multihead 35976888252Smrgall: config.h 36076888252Smrg $(MAKE) $(AM_MAKEFLAGS) all-recursive 36176888252Smrg 36276888252Smrg.SUFFIXES: 36363847c39Smrgam--refresh: Makefile 36476888252Smrg @: 3659586ba5aSmrg$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 36676888252Smrg @for dep in $?; do \ 36776888252Smrg case '$(am__configure_deps)' in \ 36876888252Smrg *$$dep*) \ 369d8556812Smrg echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 370d8556812Smrg $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 37176888252Smrg && exit 0; \ 37276888252Smrg exit 1;; \ 37376888252Smrg esac; \ 37476888252Smrg done; \ 375d8556812Smrg echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 376d8556812Smrg $(am__cd) $(top_srcdir) && \ 377d8556812Smrg $(AUTOMAKE) --foreign Makefile 37876888252Smrg.PRECIOUS: Makefile 37976888252SmrgMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 38076888252Smrg @case '$?' in \ 38176888252Smrg *config.status*) \ 38276888252Smrg echo ' $(SHELL) ./config.status'; \ 38376888252Smrg $(SHELL) ./config.status;; \ 38476888252Smrg *) \ 38576888252Smrg echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 38676888252Smrg cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 38776888252Smrg esac; 38876888252Smrg 38976888252Smrg$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 39076888252Smrg $(SHELL) ./config.status --recheck 39176888252Smrg 3929586ba5aSmrg$(top_srcdir)/configure: $(am__configure_deps) 393d8556812Smrg $(am__cd) $(srcdir) && $(AUTOCONF) 3949586ba5aSmrg$(ACLOCAL_M4): $(am__aclocal_m4_deps) 395d8556812Smrg $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 396d8556812Smrg$(am__aclocal_m4_deps): 39776888252Smrg 39876888252Smrgconfig.h: stamp-h1 3999586ba5aSmrg @test -f $@ || rm -f stamp-h1 4009586ba5aSmrg @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 40176888252Smrg 40276888252Smrgstamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 40376888252Smrg @rm -f stamp-h1 40476888252Smrg cd $(top_builddir) && $(SHELL) ./config.status config.h 4059586ba5aSmrg$(srcdir)/config.h.in: $(am__configure_deps) 406d8556812Smrg ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 40776888252Smrg rm -f stamp-h1 40876888252Smrg touch $@ 40976888252Smrg 41076888252Smrgdistclean-hdr: 41176888252Smrg -rm -f config.h stamp-h1 41276888252Smrg 41376888252Smrgmostlyclean-libtool: 41476888252Smrg -rm -f *.lo 41576888252Smrg 41676888252Smrgclean-libtool: 41776888252Smrg -rm -rf .libs _libs 41876888252Smrg 41976888252Smrgdistclean-libtool: 42086dafe34Smrg -rm -f libtool config.lt 42176888252Smrg 42276888252Smrg# This directory's subdirectories are mostly independent; you can cd 4239586ba5aSmrg# into them and run 'make' without going through this Makefile. 4249586ba5aSmrg# To change the values of 'make' variables: instead of editing Makefiles, 4259586ba5aSmrg# (1) if the variable is set in 'config.status', edit 'config.status' 4269586ba5aSmrg# (which will cause the Makefiles to be regenerated when you run 'make'); 4279586ba5aSmrg# (2) otherwise, pass the desired values on the 'make' command line. 4289586ba5aSmrg$(am__recursive_targets): 4299586ba5aSmrg @fail=; \ 4309586ba5aSmrg if $(am__make_keepgoing); then \ 4319586ba5aSmrg failcom='fail=yes'; \ 4329586ba5aSmrg else \ 4339586ba5aSmrg failcom='exit 1'; \ 4349586ba5aSmrg fi; \ 43576888252Smrg dot_seen=no; \ 43676888252Smrg target=`echo $@ | sed s/-recursive//`; \ 4379586ba5aSmrg case "$@" in \ 4389586ba5aSmrg distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 4399586ba5aSmrg *) list='$(SUBDIRS)' ;; \ 4409586ba5aSmrg esac; \ 4419586ba5aSmrg for subdir in $$list; do \ 44276888252Smrg echo "Making $$target in $$subdir"; \ 44376888252Smrg if test "$$subdir" = "."; then \ 44476888252Smrg dot_seen=yes; \ 44576888252Smrg local_target="$$target-am"; \ 44676888252Smrg else \ 44776888252Smrg local_target="$$target"; \ 44876888252Smrg fi; \ 449d8556812Smrg ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 45076888252Smrg || eval $$failcom; \ 45176888252Smrg done; \ 45276888252Smrg if test "$$dot_seen" = "no"; then \ 45376888252Smrg $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 45476888252Smrg fi; test -z "$$fail" 45576888252Smrg 4569586ba5aSmrgID: $(am__tagged_files) 4579586ba5aSmrg $(am__define_uniq_tagged_files); mkid -fID $$unique 4589586ba5aSmrgtags: tags-recursive 4599586ba5aSmrgTAGS: tags 46076888252Smrg 4619586ba5aSmrgtags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 462d8556812Smrg set x; \ 46376888252Smrg here=`pwd`; \ 46476888252Smrg if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 46576888252Smrg include_option=--etags-include; \ 46676888252Smrg empty_fix=.; \ 46776888252Smrg else \ 46876888252Smrg include_option=--include; \ 46976888252Smrg empty_fix=; \ 47076888252Smrg fi; \ 47176888252Smrg list='$(SUBDIRS)'; for subdir in $$list; do \ 47276888252Smrg if test "$$subdir" = .; then :; else \ 47376888252Smrg test ! -f $$subdir/TAGS || \ 474d8556812Smrg set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 47576888252Smrg fi; \ 47676888252Smrg done; \ 4779586ba5aSmrg $(am__define_uniq_tagged_files); \ 478d8556812Smrg shift; \ 479d8556812Smrg if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 48076888252Smrg test -n "$$unique" || unique=$$empty_fix; \ 481d8556812Smrg if test $$# -gt 0; then \ 482d8556812Smrg $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 483d8556812Smrg "$$@" $$unique; \ 484d8556812Smrg else \ 485d8556812Smrg $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 486d8556812Smrg $$unique; \ 487d8556812Smrg fi; \ 48876888252Smrg fi 4899586ba5aSmrgctags: ctags-recursive 4909586ba5aSmrg 4919586ba5aSmrgCTAGS: ctags 4929586ba5aSmrgctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 4939586ba5aSmrg $(am__define_uniq_tagged_files); \ 494d8556812Smrg test -z "$(CTAGS_ARGS)$$unique" \ 49576888252Smrg || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 496d8556812Smrg $$unique 49776888252Smrg 49876888252SmrgGTAGS: 49976888252Smrg here=`$(am__cd) $(top_builddir) && pwd` \ 500d8556812Smrg && $(am__cd) $(top_srcdir) \ 501d8556812Smrg && gtags -i $(GTAGS_ARGS) "$$here" 5029586ba5aSmrgcscope: cscope.files 5039586ba5aSmrg test ! -s cscope.files \ 5049586ba5aSmrg || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 5059586ba5aSmrgclean-cscope: 5069586ba5aSmrg -rm -f cscope.files 5079586ba5aSmrgcscope.files: clean-cscope cscopelist 5089586ba5aSmrgcscopelist: cscopelist-recursive 5099586ba5aSmrg 5109586ba5aSmrgcscopelist-am: $(am__tagged_files) 5119586ba5aSmrg list='$(am__tagged_files)'; \ 5129586ba5aSmrg case "$(srcdir)" in \ 5139586ba5aSmrg [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 5149586ba5aSmrg *) sdir=$(subdir)/$(srcdir) ;; \ 5159586ba5aSmrg esac; \ 5169586ba5aSmrg for i in $$list; do \ 5179586ba5aSmrg if test -f "$$i"; then \ 5189586ba5aSmrg echo "$(subdir)/$$i"; \ 5199586ba5aSmrg else \ 5209586ba5aSmrg echo "$$sdir/$$i"; \ 5219586ba5aSmrg fi; \ 5229586ba5aSmrg done >> $(top_builddir)/cscope.files 52376888252Smrg 52476888252Smrgdistclean-tags: 52576888252Smrg -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 5269586ba5aSmrg -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 52776888252Smrg 52876888252Smrgdistdir: $(DISTFILES) 52976888252Smrg $(am__remove_distdir) 530d8556812Smrg test -d "$(distdir)" || mkdir "$(distdir)" 5311ae1b5e8Smrg @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 5321ae1b5e8Smrg topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 5331ae1b5e8Smrg list='$(DISTFILES)'; \ 5341ae1b5e8Smrg dist_files=`for file in $$list; do echo $$file; done | \ 5351ae1b5e8Smrg sed -e "s|^$$srcdirstrip/||;t" \ 5361ae1b5e8Smrg -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 5371ae1b5e8Smrg case $$dist_files in \ 5381ae1b5e8Smrg */*) $(MKDIR_P) `echo "$$dist_files" | \ 5391ae1b5e8Smrg sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 5401ae1b5e8Smrg sort -u` ;; \ 5411ae1b5e8Smrg esac; \ 5421ae1b5e8Smrg for file in $$dist_files; do \ 54376888252Smrg if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 54476888252Smrg if test -d $$d/$$file; then \ 5451ae1b5e8Smrg dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 546d8556812Smrg if test -d "$(distdir)/$$file"; then \ 547d8556812Smrg find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 548d8556812Smrg fi; \ 54976888252Smrg if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 550d8556812Smrg cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 551d8556812Smrg find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 55276888252Smrg fi; \ 553d8556812Smrg cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 55476888252Smrg else \ 555d8556812Smrg test -f "$(distdir)/$$file" \ 556d8556812Smrg || cp -p $$d/$$file "$(distdir)/$$file" \ 55776888252Smrg || exit 1; \ 55876888252Smrg fi; \ 55976888252Smrg done 560d8556812Smrg @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 56176888252Smrg if test "$$subdir" = .; then :; else \ 5629586ba5aSmrg $(am__make_dryrun) \ 5639586ba5aSmrg || test -d "$(distdir)/$$subdir" \ 5649586ba5aSmrg || $(MKDIR_P) "$(distdir)/$$subdir" \ 5659586ba5aSmrg || exit 1; \ 566d8556812Smrg dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 567d8556812Smrg $(am__relativize); \ 568d8556812Smrg new_distdir=$$reldir; \ 569d8556812Smrg dir1=$$subdir; dir2="$(top_distdir)"; \ 570d8556812Smrg $(am__relativize); \ 571d8556812Smrg new_top_distdir=$$reldir; \ 572d8556812Smrg echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 573d8556812Smrg echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 574d8556812Smrg ($(am__cd) $$subdir && \ 57576888252Smrg $(MAKE) $(AM_MAKEFLAGS) \ 576d8556812Smrg top_distdir="$$new_top_distdir" \ 577d8556812Smrg distdir="$$new_distdir" \ 5781ae1b5e8Smrg am__remove_distdir=: \ 5791ae1b5e8Smrg am__skip_length_check=: \ 580d8556812Smrg am__skip_mode_fix=: \ 58176888252Smrg distdir) \ 58276888252Smrg || exit 1; \ 58376888252Smrg fi; \ 58476888252Smrg done 5851ae1b5e8Smrg $(MAKE) $(AM_MAKEFLAGS) \ 5861ae1b5e8Smrg top_distdir="$(top_distdir)" distdir="$(distdir)" \ 5871ae1b5e8Smrg dist-hook 588d8556812Smrg -test -n "$(am__skip_mode_fix)" \ 58963847c39Smrg || find "$(distdir)" -type d ! -perm -755 \ 59063847c39Smrg -exec chmod u+rwx,go+rx {} \; -o \ 59176888252Smrg ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 59276888252Smrg ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 5931ae1b5e8Smrg ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 594d8556812Smrg || chmod -R a+r "$(distdir)" 59576888252Smrgdist-gzip: distdir 59676888252Smrg tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 5979586ba5aSmrg $(am__post_remove_distdir) 59876888252Smrgdist-bzip2: distdir 59963847c39Smrg tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 6009586ba5aSmrg $(am__post_remove_distdir) 60163847c39Smrg 60263847c39Smrgdist-lzip: distdir 60363847c39Smrg tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 6049586ba5aSmrg $(am__post_remove_distdir) 60586dafe34Smrg 606d8556812Smrgdist-xz: distdir 60763847c39Smrg tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 6089586ba5aSmrg $(am__post_remove_distdir) 609d8556812Smrg 61076888252Smrgdist-tarZ: distdir 6119586ba5aSmrg @echo WARNING: "Support for shar distribution archives is" \ 6129586ba5aSmrg "deprecated." >&2 6139586ba5aSmrg @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 61476888252Smrg tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 6159586ba5aSmrg $(am__post_remove_distdir) 61676888252Smrg 61776888252Smrgdist-shar: distdir 6189586ba5aSmrg @echo WARNING: "Support for distribution archives compressed with" \ 6199586ba5aSmrg "legacy program 'compress' is deprecated." >&2 6209586ba5aSmrg @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 62176888252Smrg shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 6229586ba5aSmrg $(am__post_remove_distdir) 62376888252Smrg 62476888252Smrgdist-zip: distdir 62576888252Smrg -rm -f $(distdir).zip 62676888252Smrg zip -rq $(distdir).zip $(distdir) 6279586ba5aSmrg $(am__post_remove_distdir) 62876888252Smrg 6299586ba5aSmrgdist dist-all: 6309586ba5aSmrg $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 6319586ba5aSmrg $(am__post_remove_distdir) 63276888252Smrg 63376888252Smrg# This target untars the dist file and tries a VPATH configuration. Then 63476888252Smrg# it guarantees that the distribution is self-contained by making another 63576888252Smrg# tarfile. 63676888252Smrgdistcheck: dist 63776888252Smrg case '$(DIST_ARCHIVES)' in \ 63876888252Smrg *.tar.gz*) \ 63963847c39Smrg GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 64076888252Smrg *.tar.bz2*) \ 64163847c39Smrg bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 64263847c39Smrg *.tar.lz*) \ 64363847c39Smrg lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 644d8556812Smrg *.tar.xz*) \ 645d8556812Smrg xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 64676888252Smrg *.tar.Z*) \ 64776888252Smrg uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 64876888252Smrg *.shar.gz*) \ 64963847c39Smrg GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 65076888252Smrg *.zip*) \ 65176888252Smrg unzip $(distdir).zip ;;\ 65276888252Smrg esac 6539586ba5aSmrg chmod -R a-w $(distdir) 6549586ba5aSmrg chmod u+w $(distdir) 6559586ba5aSmrg mkdir $(distdir)/_build $(distdir)/_inst 65676888252Smrg chmod a-w $(distdir) 657d8556812Smrg test -d $(distdir)/_build || exit 0; \ 65876888252Smrg dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 65976888252Smrg && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 660d8556812Smrg && am__cwd=`pwd` \ 661d8556812Smrg && $(am__cd) $(distdir)/_build \ 6629586ba5aSmrg && ../configure \ 66363847c39Smrg $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 66476888252Smrg $(DISTCHECK_CONFIGURE_FLAGS) \ 6659586ba5aSmrg --srcdir=.. --prefix="$$dc_install_base" \ 66676888252Smrg && $(MAKE) $(AM_MAKEFLAGS) \ 66776888252Smrg && $(MAKE) $(AM_MAKEFLAGS) dvi \ 66876888252Smrg && $(MAKE) $(AM_MAKEFLAGS) check \ 66976888252Smrg && $(MAKE) $(AM_MAKEFLAGS) install \ 67076888252Smrg && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 67176888252Smrg && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 67276888252Smrg && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 67376888252Smrg distuninstallcheck \ 67476888252Smrg && chmod -R a-w "$$dc_install_base" \ 67576888252Smrg && ({ \ 67676888252Smrg (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 67776888252Smrg && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 67876888252Smrg && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 67976888252Smrg && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 68076888252Smrg distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 68176888252Smrg } || { rm -rf "$$dc_destdir"; exit 1; }) \ 68276888252Smrg && rm -rf "$$dc_destdir" \ 68376888252Smrg && $(MAKE) $(AM_MAKEFLAGS) dist \ 68476888252Smrg && rm -rf $(DIST_ARCHIVES) \ 685d8556812Smrg && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 686d8556812Smrg && cd "$$am__cwd" \ 687d8556812Smrg || exit 1 6889586ba5aSmrg $(am__post_remove_distdir) 68976888252Smrg @(echo "$(distdir) archives ready for distribution: "; \ 69076888252Smrg list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 6911ae1b5e8Smrg sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 69276888252Smrgdistuninstallcheck: 69363847c39Smrg @test -n '$(distuninstallcheck_dir)' || { \ 69463847c39Smrg echo 'ERROR: trying to run $@ with an empty' \ 69563847c39Smrg '$$(distuninstallcheck_dir)' >&2; \ 69663847c39Smrg exit 1; \ 69763847c39Smrg }; \ 69863847c39Smrg $(am__cd) '$(distuninstallcheck_dir)' || { \ 69963847c39Smrg echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 70063847c39Smrg exit 1; \ 70163847c39Smrg }; \ 70263847c39Smrg test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 70376888252Smrg || { echo "ERROR: files left after uninstall:" ; \ 70476888252Smrg if test -n "$(DESTDIR)"; then \ 70576888252Smrg echo " (check DESTDIR support)"; \ 70676888252Smrg fi ; \ 70776888252Smrg $(distuninstallcheck_listfiles) ; \ 70876888252Smrg exit 1; } >&2 70976888252Smrgdistcleancheck: distclean 71076888252Smrg @if test '$(srcdir)' = . ; then \ 71176888252Smrg echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 71276888252Smrg exit 1 ; \ 71376888252Smrg fi 71476888252Smrg @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 71576888252Smrg || { echo "ERROR: files left in build directory after distclean:" ; \ 71676888252Smrg $(distcleancheck_listfiles) ; \ 71776888252Smrg exit 1; } >&2 71876888252Smrgcheck-am: all-am 71976888252Smrgcheck: check-recursive 72076888252Smrgall-am: Makefile config.h 72176888252Smrginstalldirs: installdirs-recursive 72276888252Smrginstalldirs-am: 72376888252Smrginstall: install-recursive 72476888252Smrginstall-exec: install-exec-recursive 72576888252Smrginstall-data: install-data-recursive 72676888252Smrguninstall: uninstall-recursive 72776888252Smrg 72876888252Smrginstall-am: all-am 72976888252Smrg @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 73076888252Smrg 73176888252Smrginstallcheck: installcheck-recursive 73276888252Smrginstall-strip: 73363847c39Smrg if test -z '$(STRIP)'; then \ 73463847c39Smrg $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 73563847c39Smrg install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 73663847c39Smrg install; \ 73763847c39Smrg else \ 73863847c39Smrg $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 73963847c39Smrg install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 74063847c39Smrg "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 74163847c39Smrg fi 74276888252Smrgmostlyclean-generic: 74376888252Smrg 74476888252Smrgclean-generic: 74576888252Smrg 74676888252Smrgdistclean-generic: 74776888252Smrg -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 748d8556812Smrg -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 74976888252Smrg 75076888252Smrgmaintainer-clean-generic: 75176888252Smrg @echo "This command is intended for maintainers to use" 75276888252Smrg @echo "it deletes files that may require special tools to rebuild." 7531ae1b5e8Smrg -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 75476888252Smrgclean: clean-recursive 75576888252Smrg 75676888252Smrgclean-am: clean-generic clean-libtool mostlyclean-am 75776888252Smrg 75876888252Smrgdistclean: distclean-recursive 75976888252Smrg -rm -f $(am__CONFIG_DISTCLEAN_FILES) 76076888252Smrg -rm -f Makefile 76176888252Smrgdistclean-am: clean-am distclean-generic distclean-hdr \ 76276888252Smrg distclean-libtool distclean-tags 76376888252Smrg 76476888252Smrgdvi: dvi-recursive 76576888252Smrg 76676888252Smrgdvi-am: 76776888252Smrg 76876888252Smrghtml: html-recursive 76976888252Smrg 770d8556812Smrghtml-am: 771d8556812Smrg 77276888252Smrginfo: info-recursive 77376888252Smrg 77476888252Smrginfo-am: 77576888252Smrg 77676888252Smrginstall-data-am: 77776888252Smrg 7781ae1b5e8Smrginstall-dvi: install-dvi-recursive 7791ae1b5e8Smrg 780d8556812Smrginstall-dvi-am: 781d8556812Smrg 78276888252Smrginstall-exec-am: 78376888252Smrg 7841ae1b5e8Smrginstall-html: install-html-recursive 7851ae1b5e8Smrg 786d8556812Smrginstall-html-am: 787d8556812Smrg 78876888252Smrginstall-info: install-info-recursive 78976888252Smrg 790d8556812Smrginstall-info-am: 791d8556812Smrg 79276888252Smrginstall-man: 79376888252Smrg 7941ae1b5e8Smrginstall-pdf: install-pdf-recursive 7951ae1b5e8Smrg 796d8556812Smrginstall-pdf-am: 797d8556812Smrg 7981ae1b5e8Smrginstall-ps: install-ps-recursive 7991ae1b5e8Smrg 800d8556812Smrginstall-ps-am: 801d8556812Smrg 80276888252Smrginstallcheck-am: 80376888252Smrg 80476888252Smrgmaintainer-clean: maintainer-clean-recursive 80576888252Smrg -rm -f $(am__CONFIG_DISTCLEAN_FILES) 80676888252Smrg -rm -rf $(top_srcdir)/autom4te.cache 80776888252Smrg -rm -f Makefile 80876888252Smrgmaintainer-clean-am: distclean-am maintainer-clean-generic 80976888252Smrg 81076888252Smrgmostlyclean: mostlyclean-recursive 81176888252Smrg 81276888252Smrgmostlyclean-am: mostlyclean-generic mostlyclean-libtool 81376888252Smrg 81476888252Smrgpdf: pdf-recursive 81576888252Smrg 81676888252Smrgpdf-am: 81776888252Smrg 81876888252Smrgps: ps-recursive 81976888252Smrg 82076888252Smrgps-am: 82176888252Smrg 8221ae1b5e8Smrguninstall-am: 8231ae1b5e8Smrg 8249586ba5aSmrg.MAKE: $(am__recursive_targets) all install-am install-strip 8259586ba5aSmrg 8269586ba5aSmrg.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 8279586ba5aSmrg am--refresh check check-am clean clean-cscope clean-generic \ 8289586ba5aSmrg clean-libtool cscope cscopelist-am ctags ctags-am dist \ 8299586ba5aSmrg dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \ 8309586ba5aSmrg dist-tarZ dist-xz dist-zip distcheck distclean \ 8319586ba5aSmrg distclean-generic distclean-hdr distclean-libtool \ 8329586ba5aSmrg distclean-tags distcleancheck distdir distuninstallcheck dvi \ 8339586ba5aSmrg dvi-am html html-am info info-am install install-am \ 8349586ba5aSmrg install-data install-data-am install-dvi install-dvi-am \ 8359586ba5aSmrg install-exec install-exec-am install-html install-html-am \ 8369586ba5aSmrg install-info install-info-am install-man install-pdf \ 8379586ba5aSmrg install-pdf-am install-ps install-ps-am install-strip \ 8389586ba5aSmrg installcheck installcheck-am installdirs installdirs-am \ 8399586ba5aSmrg maintainer-clean maintainer-clean-generic mostlyclean \ 8409586ba5aSmrg mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 8419586ba5aSmrg tags tags-am uninstall uninstall-am 84263847c39Smrg 84363847c39Smrg 84463847c39Smrg.PHONY: ChangeLog INSTALL 84563847c39Smrg 84663847c39SmrgINSTALL: 84763847c39Smrg $(INSTALL_CMD) 8481ae1b5e8Smrg 8491ae1b5e8SmrgChangeLog: 8501ae1b5e8Smrg $(CHANGELOG_CMD) 85176888252Smrg 85263847c39Smrgdist-hook: ChangeLog INSTALL 853d8556812Smrg 85476888252Smrg# Tell versions [3.59,3.63) of GNU make to not export all variables. 85576888252Smrg# Otherwise a system limit (for SysV at least) may be exceeded. 85676888252Smrg.NOEXPORT: 857