125ad54caSmrg# Makefile.in generated by automake 1.16.5 from Makefile.am. 2e4da13eeSmacallan# @configure_input@ 3e4da13eeSmacallan 425ad54caSmrg# Copyright (C) 1994-2021 Free Software Foundation, Inc. 565d490d0Smrg 6e4da13eeSmacallan# This Makefile.in is free software; the Free Software Foundation 7e4da13eeSmacallan# gives unlimited permission to copy and/or distribute it, 8e4da13eeSmacallan# with or without modifications, as long as this notice is preserved. 9e4da13eeSmacallan 10e4da13eeSmacallan# This program is distributed in the hope that it will be useful, 11e4da13eeSmacallan# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12e4da13eeSmacallan# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13e4da13eeSmacallan# PARTICULAR PURPOSE. 14e4da13eeSmacallan 15e4da13eeSmacallan@SET_MAKE@ 16e4da13eeSmacallan 17e4da13eeSmacallan# Copyright 2005 Adam Jackson. 18e4da13eeSmacallan# 19e4da13eeSmacallan# Permission is hereby granted, free of charge, to any person obtaining a 20e4da13eeSmacallan# copy of this software and associated documentation files (the "Software"), 21e4da13eeSmacallan# to deal in the Software without restriction, including without limitation 22e4da13eeSmacallan# on the rights to use, copy, modify, merge, publish, distribute, sub 23e4da13eeSmacallan# license, and/or sell copies of the Software, and to permit persons to whom 24e4da13eeSmacallan# the Software is furnished to do so, subject to the following conditions: 25e4da13eeSmacallan# 26e4da13eeSmacallan# The above copyright notice and this permission notice (including the next 27e4da13eeSmacallan# paragraph) shall be included in all copies or substantial portions of the 28e4da13eeSmacallan# Software. 29e4da13eeSmacallan# 30e4da13eeSmacallan# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31e4da13eeSmacallan# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32e4da13eeSmacallan# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 33e4da13eeSmacallan# ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 34e4da13eeSmacallan# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 35e4da13eeSmacallan# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 36e4da13eeSmacallanVPATH = @srcdir@ 3725ad54caSmrgam__is_gnu_make = { \ 3825ad54caSmrg if test -z '$(MAKELEVEL)'; then \ 3925ad54caSmrg false; \ 4025ad54caSmrg elif test -n '$(MAKE_HOST)'; then \ 4125ad54caSmrg true; \ 4225ad54caSmrg elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 4325ad54caSmrg true; \ 4425ad54caSmrg else \ 4525ad54caSmrg false; \ 4625ad54caSmrg fi; \ 4725ad54caSmrg} 4825ad54caSmrgam__make_running_with_option = \ 4925ad54caSmrg case $${target_option-} in \ 5025ad54caSmrg ?) ;; \ 5125ad54caSmrg *) echo "am__make_running_with_option: internal error: invalid" \ 5225ad54caSmrg "target option '$${target_option-}' specified" >&2; \ 5325ad54caSmrg exit 1;; \ 5425ad54caSmrg esac; \ 5525ad54caSmrg has_opt=no; \ 5625ad54caSmrg sane_makeflags=$$MAKEFLAGS; \ 5725ad54caSmrg if $(am__is_gnu_make); then \ 5825ad54caSmrg sane_makeflags=$$MFLAGS; \ 5925ad54caSmrg else \ 6065d490d0Smrg case $$MAKEFLAGS in \ 6165d490d0Smrg *\\[\ \ ]*) \ 6225ad54caSmrg bs=\\; \ 6325ad54caSmrg sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 6425ad54caSmrg | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 6525ad54caSmrg esac; \ 6625ad54caSmrg fi; \ 6725ad54caSmrg skip_next=no; \ 6825ad54caSmrg strip_trailopt () \ 6925ad54caSmrg { \ 7025ad54caSmrg flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 7125ad54caSmrg }; \ 7225ad54caSmrg for flg in $$sane_makeflags; do \ 7325ad54caSmrg test $$skip_next = yes && { skip_next=no; continue; }; \ 7425ad54caSmrg case $$flg in \ 7525ad54caSmrg *=*|--*) continue;; \ 7625ad54caSmrg -*I) strip_trailopt 'I'; skip_next=yes;; \ 7725ad54caSmrg -*I?*) strip_trailopt 'I';; \ 7825ad54caSmrg -*O) strip_trailopt 'O'; skip_next=yes;; \ 7925ad54caSmrg -*O?*) strip_trailopt 'O';; \ 8025ad54caSmrg -*l) strip_trailopt 'l'; skip_next=yes;; \ 8125ad54caSmrg -*l?*) strip_trailopt 'l';; \ 8225ad54caSmrg -[dEDm]) skip_next=yes;; \ 8325ad54caSmrg -[JT]) skip_next=yes;; \ 8425ad54caSmrg esac; \ 8525ad54caSmrg case $$flg in \ 8625ad54caSmrg *$$target_option*) has_opt=yes; break;; \ 8765d490d0Smrg esac; \ 8825ad54caSmrg done; \ 8925ad54caSmrg test $$has_opt = yes 9025ad54caSmrgam__make_dryrun = (target_option=n; $(am__make_running_with_option)) 9125ad54caSmrgam__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 92e4da13eeSmacallanpkgdatadir = $(datadir)/@PACKAGE@ 93e4da13eeSmacallanpkgincludedir = $(includedir)/@PACKAGE@ 9465d490d0Smrgpkglibdir = $(libdir)/@PACKAGE@ 9565d490d0Smrgpkglibexecdir = $(libexecdir)/@PACKAGE@ 96e4da13eeSmacallanam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 97e4da13eeSmacallaninstall_sh_DATA = $(install_sh) -c -m 644 98e4da13eeSmacallaninstall_sh_PROGRAM = $(install_sh) -c 99e4da13eeSmacallaninstall_sh_SCRIPT = $(install_sh) -c 100e4da13eeSmacallanINSTALL_HEADER = $(INSTALL_DATA) 101e4da13eeSmacallantransform = $(program_transform_name) 102e4da13eeSmacallanNORMAL_INSTALL = : 103e4da13eeSmacallanPRE_INSTALL = : 104e4da13eeSmacallanPOST_INSTALL = : 105e4da13eeSmacallanNORMAL_UNINSTALL = : 106e4da13eeSmacallanPRE_UNINSTALL = : 107e4da13eeSmacallanPOST_UNINSTALL = : 108e4da13eeSmacallanbuild_triplet = @build@ 109e4da13eeSmacallanhost_triplet = @host@ 110e4da13eeSmacallansubdir = . 111e4da13eeSmacallanACLOCAL_M4 = $(top_srcdir)/aclocal.m4 112e4da13eeSmacallanam__aclocal_m4_deps = $(top_srcdir)/configure.ac 113e4da13eeSmacallanam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 114e4da13eeSmacallan $(ACLOCAL_M4) 11525ad54caSmrgDIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 11625ad54caSmrg $(am__configure_deps) $(am__DIST_COMMON) 117e4da13eeSmacallanam__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 118e4da13eeSmacallan configure.lineno config.status.lineno 119e4da13eeSmacallanmkinstalldirs = $(install_sh) -d 120e4da13eeSmacallanCONFIG_HEADER = config.h 121e4da13eeSmacallanCONFIG_CLEAN_FILES = 12265d490d0SmrgCONFIG_CLEAN_VPATH_FILES = 12365d490d0SmrgAM_V_P = $(am__v_P_@AM_V@) 12465d490d0Smrgam__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 12565d490d0Smrgam__v_P_0 = false 12665d490d0Smrgam__v_P_1 = : 12765d490d0SmrgAM_V_GEN = $(am__v_GEN_@AM_V@) 12865d490d0Smrgam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 12965d490d0Smrgam__v_GEN_0 = @echo " GEN " $@; 13065d490d0Smrgam__v_GEN_1 = 13165d490d0SmrgAM_V_at = $(am__v_at_@AM_V@) 13265d490d0Smrgam__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 13365d490d0Smrgam__v_at_0 = @ 13465d490d0Smrgam__v_at_1 = 135e4da13eeSmacallanSOURCES = 136e4da13eeSmacallanDIST_SOURCES = 13725ad54caSmrgRECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 13825ad54caSmrg ctags-recursive dvi-recursive html-recursive info-recursive \ 13925ad54caSmrg install-data-recursive install-dvi-recursive \ 14025ad54caSmrg install-exec-recursive install-html-recursive \ 14125ad54caSmrg install-info-recursive install-pdf-recursive \ 14225ad54caSmrg install-ps-recursive install-recursive installcheck-recursive \ 14325ad54caSmrg installdirs-recursive pdf-recursive ps-recursive \ 14425ad54caSmrg tags-recursive uninstall-recursive 14565d490d0Smrgam__can_run_installinfo = \ 14665d490d0Smrg case $$AM_UPDATE_INFO_DIR in \ 14765d490d0Smrg n|no|NO) false;; \ 14865d490d0Smrg *) (install-info --version) >/dev/null 2>&1;; \ 14965d490d0Smrg esac 150e4da13eeSmacallanRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 151e4da13eeSmacallan distclean-recursive maintainer-clean-recursive 15225ad54caSmrgam__recursive_targets = \ 15325ad54caSmrg $(RECURSIVE_TARGETS) \ 15425ad54caSmrg $(RECURSIVE_CLEAN_TARGETS) \ 15525ad54caSmrg $(am__extra_recursive_targets) 15625ad54caSmrgAM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 15725ad54caSmrg cscope distdir distdir-am dist dist-all distcheck 15825ad54caSmrgam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ 15925ad54caSmrg config.h.in 16025ad54caSmrg# Read a list of newline-separated strings from the standard input, 16125ad54caSmrg# and print each of them once, without duplicates. Input order is 16225ad54caSmrg# *not* preserved. 16325ad54caSmrgam__uniquify_input = $(AWK) '\ 16425ad54caSmrg BEGIN { nonempty = 0; } \ 16525ad54caSmrg { items[$$0] = 1; nonempty = 1; } \ 16625ad54caSmrg END { if (nonempty) { for (i in items) print i; }; } \ 16725ad54caSmrg' 16825ad54caSmrg# Make sure the list of sources is unique. This is necessary because, 16925ad54caSmrg# e.g., the same source file might be shared among _SOURCES variables 17025ad54caSmrg# for different programs/libraries. 17125ad54caSmrgam__define_uniq_tagged_files = \ 17225ad54caSmrg list='$(am__tagged_files)'; \ 17325ad54caSmrg unique=`for i in $$list; do \ 17425ad54caSmrg if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 17525ad54caSmrg done | $(am__uniquify_input)` 176e4da13eeSmacallanDIST_SUBDIRS = $(SUBDIRS) 17725ad54caSmrgam__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \ 17825ad54caSmrg ChangeLog INSTALL README.md compile config.guess config.sub \ 17925ad54caSmrg install-sh ltmain.sh missing 180e4da13eeSmacallanDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 181e4da13eeSmacallandistdir = $(PACKAGE)-$(VERSION) 182e4da13eeSmacallantop_distdir = $(distdir) 183e4da13eeSmacallanam__remove_distdir = \ 18465d490d0Smrg if test -d "$(distdir)"; then \ 18565d490d0Smrg find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 18665d490d0Smrg && rm -rf "$(distdir)" \ 18765d490d0Smrg || { sleep 5 && rm -rf "$(distdir)"; }; \ 18865d490d0Smrg else :; fi 18965d490d0Smrgam__post_remove_distdir = $(am__remove_distdir) 19065d490d0Smrgam__relativize = \ 19165d490d0Smrg dir0=`pwd`; \ 19265d490d0Smrg sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 19365d490d0Smrg sed_rest='s,^[^/]*/*,,'; \ 19465d490d0Smrg sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 19565d490d0Smrg sed_butlast='s,/*[^/]*$$,,'; \ 19665d490d0Smrg while test -n "$$dir1"; do \ 19765d490d0Smrg first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 19865d490d0Smrg if test "$$first" != "."; then \ 19965d490d0Smrg if test "$$first" = ".."; then \ 20065d490d0Smrg dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 20165d490d0Smrg dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 20265d490d0Smrg else \ 20365d490d0Smrg first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 20465d490d0Smrg if test "$$first2" = "$$first"; then \ 20565d490d0Smrg dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 20665d490d0Smrg else \ 20765d490d0Smrg dir2="../$$dir2"; \ 20865d490d0Smrg fi; \ 20965d490d0Smrg dir0="$$dir0"/"$$first"; \ 21065d490d0Smrg fi; \ 21165d490d0Smrg fi; \ 21265d490d0Smrg dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 21365d490d0Smrg done; \ 21465d490d0Smrg reldir="$$dir2" 21525ad54caSmrgDIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz 216e4da13eeSmacallanGZIP_ENV = --best 21725ad54caSmrgDIST_TARGETS = dist-xz dist-gzip 21825ad54caSmrg# Exists only to be overridden by the user if desired. 21925ad54caSmrgAM_DISTCHECK_DVI_TARGET = dvi 220e4da13eeSmacallandistuninstallcheck_listfiles = find . -type f -print 22165d490d0Smrgam__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 22265d490d0Smrg | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 223e4da13eeSmacallandistcleancheck_listfiles = find . -type f -print 224e4da13eeSmacallanACLOCAL = @ACLOCAL@ 225e4da13eeSmacallanADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 226e4da13eeSmacallanADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 227e4da13eeSmacallanAMTAR = @AMTAR@ 22865d490d0SmrgAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 229e4da13eeSmacallanAPP_MAN_DIR = @APP_MAN_DIR@ 230e4da13eeSmacallanAPP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 231e4da13eeSmacallanAR = @AR@ 232e4da13eeSmacallanAUTOCONF = @AUTOCONF@ 233e4da13eeSmacallanAUTOHEADER = @AUTOHEADER@ 234e4da13eeSmacallanAUTOMAKE = @AUTOMAKE@ 235e4da13eeSmacallanAWK = @AWK@ 23665d490d0SmrgBASE_CFLAGS = @BASE_CFLAGS@ 237e4da13eeSmacallanCC = @CC@ 238e4da13eeSmacallanCCDEPMODE = @CCDEPMODE@ 239e4da13eeSmacallanCFLAGS = @CFLAGS@ 24065d490d0SmrgCHANGELOG_CMD = @CHANGELOG_CMD@ 241e4da13eeSmacallanCPPFLAGS = @CPPFLAGS@ 24225ad54caSmrgCSCOPE = @CSCOPE@ 24325ad54caSmrgCTAGS = @CTAGS@ 24465d490d0SmrgCWARNFLAGS = @CWARNFLAGS@ 245e4da13eeSmacallanCYGPATH_W = @CYGPATH_W@ 246e4da13eeSmacallanDEFS = @DEFS@ 247e4da13eeSmacallanDEPDIR = @DEPDIR@ 24865d490d0SmrgDLLTOOL = @DLLTOOL@ 249e4da13eeSmacallanDRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 250e4da13eeSmacallanDRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 251e4da13eeSmacallanDRIVER_NAME = @DRIVER_NAME@ 252e4da13eeSmacallanDSYMUTIL = @DSYMUTIL@ 25365d490d0SmrgDUMPBIN = @DUMPBIN@ 254e4da13eeSmacallanECHO_C = @ECHO_C@ 255e4da13eeSmacallanECHO_N = @ECHO_N@ 256e4da13eeSmacallanECHO_T = @ECHO_T@ 257e4da13eeSmacallanEGREP = @EGREP@ 25825ad54caSmrgETAGS = @ETAGS@ 259e4da13eeSmacallanEXEEXT = @EXEEXT@ 26065d490d0SmrgFGREP = @FGREP@ 26125ad54caSmrgFILECMD = @FILECMD@ 262e4da13eeSmacallanFILE_MAN_DIR = @FILE_MAN_DIR@ 263e4da13eeSmacallanFILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 264e4da13eeSmacallanGREP = @GREP@ 265e4da13eeSmacallanINSTALL = @INSTALL@ 26665d490d0SmrgINSTALL_CMD = @INSTALL_CMD@ 267e4da13eeSmacallanINSTALL_DATA = @INSTALL_DATA@ 268e4da13eeSmacallanINSTALL_PROGRAM = @INSTALL_PROGRAM@ 269e4da13eeSmacallanINSTALL_SCRIPT = @INSTALL_SCRIPT@ 270e4da13eeSmacallanINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 27165d490d0SmrgLD = @LD@ 272e4da13eeSmacallanLDFLAGS = @LDFLAGS@ 273e4da13eeSmacallanLIBOBJS = @LIBOBJS@ 274e4da13eeSmacallanLIBS = @LIBS@ 275e4da13eeSmacallanLIBTOOL = @LIBTOOL@ 276e4da13eeSmacallanLIB_MAN_DIR = @LIB_MAN_DIR@ 277e4da13eeSmacallanLIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 27865d490d0SmrgLIPO = @LIPO@ 279e4da13eeSmacallanLN_S = @LN_S@ 280e4da13eeSmacallanLTLIBOBJS = @LTLIBOBJS@ 28125ad54caSmrgLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 282e4da13eeSmacallanMAINT = @MAINT@ 283e4da13eeSmacallanMAKEINFO = @MAKEINFO@ 28465d490d0SmrgMANIFEST_TOOL = @MANIFEST_TOOL@ 28565d490d0SmrgMAN_SUBSTS = @MAN_SUBSTS@ 286e4da13eeSmacallanMISC_MAN_DIR = @MISC_MAN_DIR@ 287e4da13eeSmacallanMISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 288e4da13eeSmacallanMKDIR_P = @MKDIR_P@ 28965d490d0SmrgNM = @NM@ 290e4da13eeSmacallanNMEDIT = @NMEDIT@ 29165d490d0SmrgOBJDUMP = @OBJDUMP@ 292e4da13eeSmacallanOBJEXT = @OBJEXT@ 29365d490d0SmrgOTOOL = @OTOOL@ 29465d490d0SmrgOTOOL64 = @OTOOL64@ 295e4da13eeSmacallanPACKAGE = @PACKAGE@ 296e4da13eeSmacallanPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 297e4da13eeSmacallanPACKAGE_NAME = @PACKAGE_NAME@ 298e4da13eeSmacallanPACKAGE_STRING = @PACKAGE_STRING@ 299e4da13eeSmacallanPACKAGE_TARNAME = @PACKAGE_TARNAME@ 30065d490d0SmrgPACKAGE_URL = @PACKAGE_URL@ 301e4da13eeSmacallanPACKAGE_VERSION = @PACKAGE_VERSION@ 302e4da13eeSmacallanPATH_SEPARATOR = @PATH_SEPARATOR@ 303e4da13eeSmacallanPKG_CONFIG = @PKG_CONFIG@ 30465d490d0SmrgPKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 30565d490d0SmrgPKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 306e4da13eeSmacallanRANLIB = @RANLIB@ 307e4da13eeSmacallanSED = @SED@ 308e4da13eeSmacallanSET_MAKE = @SET_MAKE@ 309e4da13eeSmacallanSHELL = @SHELL@ 31065d490d0SmrgSTRICT_CFLAGS = @STRICT_CFLAGS@ 311e4da13eeSmacallanSTRIP = @STRIP@ 312e4da13eeSmacallanVERSION = @VERSION@ 313e4da13eeSmacallanXORG_CFLAGS = @XORG_CFLAGS@ 314e4da13eeSmacallanXORG_LIBS = @XORG_LIBS@ 31565d490d0SmrgXORG_MAN_PAGE = @XORG_MAN_PAGE@ 316e4da13eeSmacallanabs_builddir = @abs_builddir@ 317e4da13eeSmacallanabs_srcdir = @abs_srcdir@ 318e4da13eeSmacallanabs_top_builddir = @abs_top_builddir@ 319e4da13eeSmacallanabs_top_srcdir = @abs_top_srcdir@ 32065d490d0Smrgac_ct_AR = @ac_ct_AR@ 321e4da13eeSmacallanac_ct_CC = @ac_ct_CC@ 32265d490d0Smrgac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 323e4da13eeSmacallanam__include = @am__include@ 324e4da13eeSmacallanam__leading_dot = @am__leading_dot@ 325e4da13eeSmacallanam__quote = @am__quote@ 326e4da13eeSmacallanam__tar = @am__tar@ 327e4da13eeSmacallanam__untar = @am__untar@ 328e4da13eeSmacallanbindir = @bindir@ 329e4da13eeSmacallanbuild = @build@ 330e4da13eeSmacallanbuild_alias = @build_alias@ 331e4da13eeSmacallanbuild_cpu = @build_cpu@ 332e4da13eeSmacallanbuild_os = @build_os@ 333e4da13eeSmacallanbuild_vendor = @build_vendor@ 334e4da13eeSmacallanbuilddir = @builddir@ 335e4da13eeSmacallandatadir = @datadir@ 336e4da13eeSmacallandatarootdir = @datarootdir@ 337e4da13eeSmacallandocdir = @docdir@ 338e4da13eeSmacallandvidir = @dvidir@ 339e4da13eeSmacallanexec_prefix = @exec_prefix@ 340e4da13eeSmacallanhost = @host@ 341e4da13eeSmacallanhost_alias = @host_alias@ 342e4da13eeSmacallanhost_cpu = @host_cpu@ 343e4da13eeSmacallanhost_os = @host_os@ 344e4da13eeSmacallanhost_vendor = @host_vendor@ 345e4da13eeSmacallanhtmldir = @htmldir@ 346e4da13eeSmacallanincludedir = @includedir@ 347e4da13eeSmacallaninfodir = @infodir@ 348e4da13eeSmacallaninstall_sh = @install_sh@ 349e4da13eeSmacallanlibdir = @libdir@ 350e4da13eeSmacallanlibexecdir = @libexecdir@ 351e4da13eeSmacallanlocaledir = @localedir@ 352e4da13eeSmacallanlocalstatedir = @localstatedir@ 353e4da13eeSmacallanmandir = @mandir@ 354e4da13eeSmacallanmkdir_p = @mkdir_p@ 355e4da13eeSmacallanmoduledir = @moduledir@ 356e4da13eeSmacallanoldincludedir = @oldincludedir@ 357e4da13eeSmacallanpdfdir = @pdfdir@ 358e4da13eeSmacallanprefix = @prefix@ 359e4da13eeSmacallanprogram_transform_name = @program_transform_name@ 360e4da13eeSmacallanpsdir = @psdir@ 36125ad54caSmrgrunstatedir = @runstatedir@ 362e4da13eeSmacallansbindir = @sbindir@ 363e4da13eeSmacallansharedstatedir = @sharedstatedir@ 364e4da13eeSmacallansrcdir = @srcdir@ 365e4da13eeSmacallansysconfdir = @sysconfdir@ 366e4da13eeSmacallantarget_alias = @target_alias@ 367e4da13eeSmacallantop_build_prefix = @top_build_prefix@ 368e4da13eeSmacallantop_builddir = @top_builddir@ 369e4da13eeSmacallantop_srcdir = @top_srcdir@ 370e4da13eeSmacallanSUBDIRS = src man 37165d490d0SmrgMAINTAINERCLEANFILES = ChangeLog INSTALL 37225ad54caSmrgEXTRA_DIST = README.md 373e4da13eeSmacallanall: config.h 374e4da13eeSmacallan $(MAKE) $(AM_MAKEFLAGS) all-recursive 375e4da13eeSmacallan 376e4da13eeSmacallan.SUFFIXES: 37765d490d0Smrgam--refresh: Makefile 378e4da13eeSmacallan @: 379e4da13eeSmacallan$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 380e4da13eeSmacallan @for dep in $?; do \ 381e4da13eeSmacallan case '$(am__configure_deps)' in \ 382e4da13eeSmacallan *$$dep*) \ 38365d490d0Smrg echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 38465d490d0Smrg $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 385e4da13eeSmacallan && exit 0; \ 386e4da13eeSmacallan exit 1;; \ 387e4da13eeSmacallan esac; \ 388e4da13eeSmacallan done; \ 38965d490d0Smrg echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 39065d490d0Smrg $(am__cd) $(top_srcdir) && \ 39165d490d0Smrg $(AUTOMAKE) --foreign Makefile 392e4da13eeSmacallanMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 393e4da13eeSmacallan @case '$?' in \ 394e4da13eeSmacallan *config.status*) \ 395e4da13eeSmacallan echo ' $(SHELL) ./config.status'; \ 396e4da13eeSmacallan $(SHELL) ./config.status;; \ 397e4da13eeSmacallan *) \ 39825ad54caSmrg echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 39925ad54caSmrg cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 400e4da13eeSmacallan esac; 401e4da13eeSmacallan 402e4da13eeSmacallan$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 403e4da13eeSmacallan $(SHELL) ./config.status --recheck 404e4da13eeSmacallan 405e4da13eeSmacallan$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 40665d490d0Smrg $(am__cd) $(srcdir) && $(AUTOCONF) 407e4da13eeSmacallan$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 40865d490d0Smrg $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 40965d490d0Smrg$(am__aclocal_m4_deps): 410e4da13eeSmacallan 411e4da13eeSmacallanconfig.h: stamp-h1 41225ad54caSmrg @test -f $@ || rm -f stamp-h1 41325ad54caSmrg @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 414e4da13eeSmacallan 415e4da13eeSmacallanstamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 416e4da13eeSmacallan @rm -f stamp-h1 417e4da13eeSmacallan cd $(top_builddir) && $(SHELL) ./config.status config.h 418e4da13eeSmacallan$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 41965d490d0Smrg ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 420e4da13eeSmacallan rm -f stamp-h1 421e4da13eeSmacallan touch $@ 422e4da13eeSmacallan 423e4da13eeSmacallandistclean-hdr: 424e4da13eeSmacallan -rm -f config.h stamp-h1 425e4da13eeSmacallan 426e4da13eeSmacallanmostlyclean-libtool: 427e4da13eeSmacallan -rm -f *.lo 428e4da13eeSmacallan 429e4da13eeSmacallanclean-libtool: 430e4da13eeSmacallan -rm -rf .libs _libs 431e4da13eeSmacallan 432e4da13eeSmacallandistclean-libtool: 433e4da13eeSmacallan -rm -f libtool config.lt 434e4da13eeSmacallan 435e4da13eeSmacallan# This directory's subdirectories are mostly independent; you can cd 43665d490d0Smrg# into them and run 'make' without going through this Makefile. 43765d490d0Smrg# To change the values of 'make' variables: instead of editing Makefiles, 43865d490d0Smrg# (1) if the variable is set in 'config.status', edit 'config.status' 43965d490d0Smrg# (which will cause the Makefiles to be regenerated when you run 'make'); 44065d490d0Smrg# (2) otherwise, pass the desired values on the 'make' command line. 44125ad54caSmrg$(am__recursive_targets): 44225ad54caSmrg @fail=; \ 44325ad54caSmrg if $(am__make_keepgoing); then \ 44425ad54caSmrg failcom='fail=yes'; \ 44525ad54caSmrg else \ 44625ad54caSmrg failcom='exit 1'; \ 44725ad54caSmrg fi; \ 448e4da13eeSmacallan dot_seen=no; \ 449e4da13eeSmacallan target=`echo $@ | sed s/-recursive//`; \ 45065d490d0Smrg case "$@" in \ 45165d490d0Smrg distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 45265d490d0Smrg *) list='$(SUBDIRS)' ;; \ 45365d490d0Smrg esac; \ 45465d490d0Smrg for subdir in $$list; do \ 455e4da13eeSmacallan echo "Making $$target in $$subdir"; \ 456e4da13eeSmacallan if test "$$subdir" = "."; then \ 457e4da13eeSmacallan dot_seen=yes; \ 458e4da13eeSmacallan local_target="$$target-am"; \ 459e4da13eeSmacallan else \ 460e4da13eeSmacallan local_target="$$target"; \ 461e4da13eeSmacallan fi; \ 46265d490d0Smrg ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 463e4da13eeSmacallan || eval $$failcom; \ 464e4da13eeSmacallan done; \ 465e4da13eeSmacallan if test "$$dot_seen" = "no"; then \ 466e4da13eeSmacallan $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 467e4da13eeSmacallan fi; test -z "$$fail" 468e4da13eeSmacallan 46925ad54caSmrgID: $(am__tagged_files) 47025ad54caSmrg $(am__define_uniq_tagged_files); mkid -fID $$unique 47125ad54caSmrgtags: tags-recursive 47225ad54caSmrgTAGS: tags 47325ad54caSmrg 47425ad54caSmrgtags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 47565d490d0Smrg set x; \ 476e4da13eeSmacallan here=`pwd`; \ 477e4da13eeSmacallan if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 478e4da13eeSmacallan include_option=--etags-include; \ 479e4da13eeSmacallan empty_fix=.; \ 480e4da13eeSmacallan else \ 481e4da13eeSmacallan include_option=--include; \ 482e4da13eeSmacallan empty_fix=; \ 483e4da13eeSmacallan fi; \ 484e4da13eeSmacallan list='$(SUBDIRS)'; for subdir in $$list; do \ 485e4da13eeSmacallan if test "$$subdir" = .; then :; else \ 486e4da13eeSmacallan test ! -f $$subdir/TAGS || \ 48765d490d0Smrg set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 488e4da13eeSmacallan fi; \ 489e4da13eeSmacallan done; \ 49025ad54caSmrg $(am__define_uniq_tagged_files); \ 49165d490d0Smrg shift; \ 49265d490d0Smrg if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 493e4da13eeSmacallan test -n "$$unique" || unique=$$empty_fix; \ 49465d490d0Smrg if test $$# -gt 0; then \ 49565d490d0Smrg $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 49665d490d0Smrg "$$@" $$unique; \ 49765d490d0Smrg else \ 49865d490d0Smrg $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 49965d490d0Smrg $$unique; \ 50065d490d0Smrg fi; \ 501e4da13eeSmacallan fi 50225ad54caSmrgctags: ctags-recursive 50325ad54caSmrg 50425ad54caSmrgCTAGS: ctags 50525ad54caSmrgctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 50625ad54caSmrg $(am__define_uniq_tagged_files); \ 50765d490d0Smrg test -z "$(CTAGS_ARGS)$$unique" \ 508e4da13eeSmacallan || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 50965d490d0Smrg $$unique 510e4da13eeSmacallan 511e4da13eeSmacallanGTAGS: 512e4da13eeSmacallan here=`$(am__cd) $(top_builddir) && pwd` \ 51365d490d0Smrg && $(am__cd) $(top_srcdir) \ 51465d490d0Smrg && gtags -i $(GTAGS_ARGS) "$$here" 51565d490d0Smrgcscope: cscope.files 51665d490d0Smrg test ! -s cscope.files \ 51765d490d0Smrg || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 51865d490d0Smrgclean-cscope: 51965d490d0Smrg -rm -f cscope.files 52025ad54caSmrgcscope.files: clean-cscope cscopelist 52125ad54caSmrgcscopelist: cscopelist-recursive 52265d490d0Smrg 52325ad54caSmrgcscopelist-am: $(am__tagged_files) 52425ad54caSmrg list='$(am__tagged_files)'; \ 52565d490d0Smrg case "$(srcdir)" in \ 52665d490d0Smrg [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 52765d490d0Smrg *) sdir=$(subdir)/$(srcdir) ;; \ 52865d490d0Smrg esac; \ 52965d490d0Smrg for i in $$list; do \ 53065d490d0Smrg if test -f "$$i"; then \ 53165d490d0Smrg echo "$(subdir)/$$i"; \ 53265d490d0Smrg else \ 53365d490d0Smrg echo "$$sdir/$$i"; \ 53465d490d0Smrg fi; \ 53565d490d0Smrg done >> $(top_builddir)/cscope.files 536e4da13eeSmacallan 537e4da13eeSmacallandistclean-tags: 538e4da13eeSmacallan -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 53965d490d0Smrg -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 54025ad54caSmrgdistdir: $(BUILT_SOURCES) 54125ad54caSmrg $(MAKE) $(AM_MAKEFLAGS) distdir-am 542e4da13eeSmacallan 54325ad54caSmrgdistdir-am: $(DISTFILES) 544e4da13eeSmacallan $(am__remove_distdir) 54565d490d0Smrg test -d "$(distdir)" || mkdir "$(distdir)" 546e4da13eeSmacallan @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 547e4da13eeSmacallan topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 548e4da13eeSmacallan list='$(DISTFILES)'; \ 549e4da13eeSmacallan dist_files=`for file in $$list; do echo $$file; done | \ 550e4da13eeSmacallan sed -e "s|^$$srcdirstrip/||;t" \ 551e4da13eeSmacallan -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 552e4da13eeSmacallan case $$dist_files in \ 553e4da13eeSmacallan */*) $(MKDIR_P) `echo "$$dist_files" | \ 554e4da13eeSmacallan sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 555e4da13eeSmacallan sort -u` ;; \ 556e4da13eeSmacallan esac; \ 557e4da13eeSmacallan for file in $$dist_files; do \ 558e4da13eeSmacallan if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 559e4da13eeSmacallan if test -d $$d/$$file; then \ 560e4da13eeSmacallan dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 56165d490d0Smrg if test -d "$(distdir)/$$file"; then \ 56265d490d0Smrg find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 56365d490d0Smrg fi; \ 564e4da13eeSmacallan if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 56565d490d0Smrg cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 56665d490d0Smrg find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 567e4da13eeSmacallan fi; \ 56865d490d0Smrg cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 569e4da13eeSmacallan else \ 57065d490d0Smrg test -f "$(distdir)/$$file" \ 57165d490d0Smrg || cp -p $$d/$$file "$(distdir)/$$file" \ 572e4da13eeSmacallan || exit 1; \ 573e4da13eeSmacallan fi; \ 574e4da13eeSmacallan done 57565d490d0Smrg @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 576e4da13eeSmacallan if test "$$subdir" = .; then :; else \ 57765d490d0Smrg $(am__make_dryrun) \ 57865d490d0Smrg || test -d "$(distdir)/$$subdir" \ 57965d490d0Smrg || $(MKDIR_P) "$(distdir)/$$subdir" \ 58065d490d0Smrg || exit 1; \ 58165d490d0Smrg dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 58265d490d0Smrg $(am__relativize); \ 58365d490d0Smrg new_distdir=$$reldir; \ 58465d490d0Smrg dir1=$$subdir; dir2="$(top_distdir)"; \ 58565d490d0Smrg $(am__relativize); \ 58665d490d0Smrg new_top_distdir=$$reldir; \ 58765d490d0Smrg echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 58865d490d0Smrg echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 58965d490d0Smrg ($(am__cd) $$subdir && \ 590e4da13eeSmacallan $(MAKE) $(AM_MAKEFLAGS) \ 59165d490d0Smrg top_distdir="$$new_top_distdir" \ 59265d490d0Smrg distdir="$$new_distdir" \ 593e4da13eeSmacallan am__remove_distdir=: \ 594e4da13eeSmacallan am__skip_length_check=: \ 59565d490d0Smrg am__skip_mode_fix=: \ 596e4da13eeSmacallan distdir) \ 597e4da13eeSmacallan || exit 1; \ 598e4da13eeSmacallan fi; \ 599e4da13eeSmacallan done 60065d490d0Smrg $(MAKE) $(AM_MAKEFLAGS) \ 60165d490d0Smrg top_distdir="$(top_distdir)" distdir="$(distdir)" \ 60265d490d0Smrg dist-hook 60365d490d0Smrg -test -n "$(am__skip_mode_fix)" \ 60465d490d0Smrg || find "$(distdir)" -type d ! -perm -755 \ 60565d490d0Smrg -exec chmod u+rwx,go+rx {} \; -o \ 606e4da13eeSmacallan ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 607e4da13eeSmacallan ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 608e4da13eeSmacallan ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 60965d490d0Smrg || chmod -R a+r "$(distdir)" 610e4da13eeSmacallandist-gzip: distdir 61125ad54caSmrg tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 61265d490d0Smrg $(am__post_remove_distdir) 61325ad54caSmrg 614e4da13eeSmacallandist-bzip2: distdir 61565d490d0Smrg tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 61665d490d0Smrg $(am__post_remove_distdir) 617e4da13eeSmacallan 61865d490d0Smrgdist-lzip: distdir 61965d490d0Smrg tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 62065d490d0Smrg $(am__post_remove_distdir) 62165d490d0Smrgdist-xz: distdir 62265d490d0Smrg tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 62365d490d0Smrg $(am__post_remove_distdir) 624e4da13eeSmacallan 62525ad54caSmrgdist-zstd: distdir 62625ad54caSmrg tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 62725ad54caSmrg $(am__post_remove_distdir) 62825ad54caSmrg 629e4da13eeSmacallandist-tarZ: distdir 63025ad54caSmrg @echo WARNING: "Support for distribution archives compressed with" \ 63125ad54caSmrg "legacy program 'compress' is deprecated." >&2 63225ad54caSmrg @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 633e4da13eeSmacallan tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 63465d490d0Smrg $(am__post_remove_distdir) 635e4da13eeSmacallan 636e4da13eeSmacallandist-shar: distdir 63725ad54caSmrg @echo WARNING: "Support for shar distribution archives is" \ 63825ad54caSmrg "deprecated." >&2 63925ad54caSmrg @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 64025ad54caSmrg shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 64165d490d0Smrg $(am__post_remove_distdir) 642e4da13eeSmacallan 643e4da13eeSmacallandist-zip: distdir 644e4da13eeSmacallan -rm -f $(distdir).zip 645e4da13eeSmacallan zip -rq $(distdir).zip $(distdir) 64665d490d0Smrg $(am__post_remove_distdir) 647e4da13eeSmacallan 64865d490d0Smrgdist dist-all: 64965d490d0Smrg $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 65065d490d0Smrg $(am__post_remove_distdir) 651e4da13eeSmacallan 652e4da13eeSmacallan# This target untars the dist file and tries a VPATH configuration. Then 653e4da13eeSmacallan# it guarantees that the distribution is self-contained by making another 654e4da13eeSmacallan# tarfile. 655e4da13eeSmacallandistcheck: dist 656e4da13eeSmacallan case '$(DIST_ARCHIVES)' in \ 657e4da13eeSmacallan *.tar.gz*) \ 65825ad54caSmrg eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 659e4da13eeSmacallan *.tar.bz2*) \ 66065d490d0Smrg bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 66165d490d0Smrg *.tar.lz*) \ 66265d490d0Smrg lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 66365d490d0Smrg *.tar.xz*) \ 66465d490d0Smrg xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 665e4da13eeSmacallan *.tar.Z*) \ 666e4da13eeSmacallan uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 667e4da13eeSmacallan *.shar.gz*) \ 66825ad54caSmrg eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 669e4da13eeSmacallan *.zip*) \ 670e4da13eeSmacallan unzip $(distdir).zip ;;\ 67125ad54caSmrg *.tar.zst*) \ 67225ad54caSmrg zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 673e4da13eeSmacallan esac 67465d490d0Smrg chmod -R a-w $(distdir) 67565d490d0Smrg chmod u+w $(distdir) 67625ad54caSmrg mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 677e4da13eeSmacallan chmod a-w $(distdir) 67865d490d0Smrg test -d $(distdir)/_build || exit 0; \ 679e4da13eeSmacallan dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 680e4da13eeSmacallan && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 68165d490d0Smrg && am__cwd=`pwd` \ 68225ad54caSmrg && $(am__cd) $(distdir)/_build/sub \ 68325ad54caSmrg && ../../configure \ 68465d490d0Smrg $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 685e4da13eeSmacallan $(DISTCHECK_CONFIGURE_FLAGS) \ 68625ad54caSmrg --srcdir=../.. --prefix="$$dc_install_base" \ 687e4da13eeSmacallan && $(MAKE) $(AM_MAKEFLAGS) \ 68825ad54caSmrg && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ 689e4da13eeSmacallan && $(MAKE) $(AM_MAKEFLAGS) check \ 690e4da13eeSmacallan && $(MAKE) $(AM_MAKEFLAGS) install \ 691e4da13eeSmacallan && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 692e4da13eeSmacallan && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 693e4da13eeSmacallan && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 694e4da13eeSmacallan distuninstallcheck \ 695e4da13eeSmacallan && chmod -R a-w "$$dc_install_base" \ 696e4da13eeSmacallan && ({ \ 697e4da13eeSmacallan (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 698e4da13eeSmacallan && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 699e4da13eeSmacallan && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 700e4da13eeSmacallan && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 701e4da13eeSmacallan distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 702e4da13eeSmacallan } || { rm -rf "$$dc_destdir"; exit 1; }) \ 703e4da13eeSmacallan && rm -rf "$$dc_destdir" \ 704e4da13eeSmacallan && $(MAKE) $(AM_MAKEFLAGS) dist \ 705e4da13eeSmacallan && rm -rf $(DIST_ARCHIVES) \ 70665d490d0Smrg && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 70765d490d0Smrg && cd "$$am__cwd" \ 70865d490d0Smrg || exit 1 70965d490d0Smrg $(am__post_remove_distdir) 710e4da13eeSmacallan @(echo "$(distdir) archives ready for distribution: "; \ 711e4da13eeSmacallan list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 712e4da13eeSmacallan sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 713e4da13eeSmacallandistuninstallcheck: 71465d490d0Smrg @test -n '$(distuninstallcheck_dir)' || { \ 71565d490d0Smrg echo 'ERROR: trying to run $@ with an empty' \ 71665d490d0Smrg '$$(distuninstallcheck_dir)' >&2; \ 71765d490d0Smrg exit 1; \ 71865d490d0Smrg }; \ 71965d490d0Smrg $(am__cd) '$(distuninstallcheck_dir)' || { \ 72065d490d0Smrg echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 72165d490d0Smrg exit 1; \ 72265d490d0Smrg }; \ 72365d490d0Smrg test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 724e4da13eeSmacallan || { echo "ERROR: files left after uninstall:" ; \ 725e4da13eeSmacallan if test -n "$(DESTDIR)"; then \ 726e4da13eeSmacallan echo " (check DESTDIR support)"; \ 727e4da13eeSmacallan fi ; \ 728e4da13eeSmacallan $(distuninstallcheck_listfiles) ; \ 729e4da13eeSmacallan exit 1; } >&2 730e4da13eeSmacallandistcleancheck: distclean 731e4da13eeSmacallan @if test '$(srcdir)' = . ; then \ 732e4da13eeSmacallan echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 733e4da13eeSmacallan exit 1 ; \ 734e4da13eeSmacallan fi 735e4da13eeSmacallan @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 736e4da13eeSmacallan || { echo "ERROR: files left in build directory after distclean:" ; \ 737e4da13eeSmacallan $(distcleancheck_listfiles) ; \ 738e4da13eeSmacallan exit 1; } >&2 739e4da13eeSmacallancheck-am: all-am 740e4da13eeSmacallancheck: check-recursive 741e4da13eeSmacallanall-am: Makefile config.h 742e4da13eeSmacallaninstalldirs: installdirs-recursive 743e4da13eeSmacallaninstalldirs-am: 744e4da13eeSmacallaninstall: install-recursive 745e4da13eeSmacallaninstall-exec: install-exec-recursive 746e4da13eeSmacallaninstall-data: install-data-recursive 747e4da13eeSmacallanuninstall: uninstall-recursive 748e4da13eeSmacallan 749e4da13eeSmacallaninstall-am: all-am 750e4da13eeSmacallan @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 751e4da13eeSmacallan 752e4da13eeSmacallaninstallcheck: installcheck-recursive 753e4da13eeSmacallaninstall-strip: 75465d490d0Smrg if test -z '$(STRIP)'; then \ 75565d490d0Smrg $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 75665d490d0Smrg install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 75765d490d0Smrg install; \ 75865d490d0Smrg else \ 75965d490d0Smrg $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 76065d490d0Smrg install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 76165d490d0Smrg "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 76265d490d0Smrg fi 763e4da13eeSmacallanmostlyclean-generic: 764e4da13eeSmacallan 765e4da13eeSmacallanclean-generic: 766e4da13eeSmacallan 767e4da13eeSmacallandistclean-generic: 768e4da13eeSmacallan -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 76965d490d0Smrg -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 770e4da13eeSmacallan 771e4da13eeSmacallanmaintainer-clean-generic: 772e4da13eeSmacallan @echo "This command is intended for maintainers to use" 773e4da13eeSmacallan @echo "it deletes files that may require special tools to rebuild." 77465d490d0Smrg -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 775e4da13eeSmacallanclean: clean-recursive 776e4da13eeSmacallan 777e4da13eeSmacallanclean-am: clean-generic clean-libtool mostlyclean-am 778e4da13eeSmacallan 779e4da13eeSmacallandistclean: distclean-recursive 780e4da13eeSmacallan -rm -f $(am__CONFIG_DISTCLEAN_FILES) 781e4da13eeSmacallan -rm -f Makefile 782e4da13eeSmacallandistclean-am: clean-am distclean-generic distclean-hdr \ 783e4da13eeSmacallan distclean-libtool distclean-tags 784e4da13eeSmacallan 785e4da13eeSmacallandvi: dvi-recursive 786e4da13eeSmacallan 787e4da13eeSmacallandvi-am: 788e4da13eeSmacallan 789e4da13eeSmacallanhtml: html-recursive 790e4da13eeSmacallan 79165d490d0Smrghtml-am: 79265d490d0Smrg 793e4da13eeSmacallaninfo: info-recursive 794e4da13eeSmacallan 795e4da13eeSmacallaninfo-am: 796e4da13eeSmacallan 797e4da13eeSmacallaninstall-data-am: 798e4da13eeSmacallan 799e4da13eeSmacallaninstall-dvi: install-dvi-recursive 800e4da13eeSmacallan 80165d490d0Smrginstall-dvi-am: 80265d490d0Smrg 803e4da13eeSmacallaninstall-exec-am: 804e4da13eeSmacallan 805e4da13eeSmacallaninstall-html: install-html-recursive 806e4da13eeSmacallan 80765d490d0Smrginstall-html-am: 80865d490d0Smrg 809e4da13eeSmacallaninstall-info: install-info-recursive 810e4da13eeSmacallan 81165d490d0Smrginstall-info-am: 81265d490d0Smrg 813e4da13eeSmacallaninstall-man: 814e4da13eeSmacallan 815e4da13eeSmacallaninstall-pdf: install-pdf-recursive 816e4da13eeSmacallan 81765d490d0Smrginstall-pdf-am: 81865d490d0Smrg 819e4da13eeSmacallaninstall-ps: install-ps-recursive 820e4da13eeSmacallan 82165d490d0Smrginstall-ps-am: 82265d490d0Smrg 823e4da13eeSmacallaninstallcheck-am: 824e4da13eeSmacallan 825e4da13eeSmacallanmaintainer-clean: maintainer-clean-recursive 826e4da13eeSmacallan -rm -f $(am__CONFIG_DISTCLEAN_FILES) 827e4da13eeSmacallan -rm -rf $(top_srcdir)/autom4te.cache 828e4da13eeSmacallan -rm -f Makefile 829e4da13eeSmacallanmaintainer-clean-am: distclean-am maintainer-clean-generic 830e4da13eeSmacallan 831e4da13eeSmacallanmostlyclean: mostlyclean-recursive 832e4da13eeSmacallan 833e4da13eeSmacallanmostlyclean-am: mostlyclean-generic mostlyclean-libtool 834e4da13eeSmacallan 835e4da13eeSmacallanpdf: pdf-recursive 836e4da13eeSmacallan 837e4da13eeSmacallanpdf-am: 838e4da13eeSmacallan 839e4da13eeSmacallanps: ps-recursive 840e4da13eeSmacallan 841e4da13eeSmacallanps-am: 842e4da13eeSmacallan 843e4da13eeSmacallanuninstall-am: 844e4da13eeSmacallan 84525ad54caSmrg.MAKE: $(am__recursive_targets) all install-am install-strip 84625ad54caSmrg 84725ad54caSmrg.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 84825ad54caSmrg am--refresh check check-am clean clean-cscope clean-generic \ 84925ad54caSmrg clean-libtool cscope cscopelist-am ctags ctags-am dist \ 85025ad54caSmrg dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \ 85125ad54caSmrg dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \ 85225ad54caSmrg distclean-generic distclean-hdr distclean-libtool \ 85325ad54caSmrg distclean-tags distcleancheck distdir distuninstallcheck dvi \ 85425ad54caSmrg dvi-am html html-am info info-am install install-am \ 85525ad54caSmrg install-data install-data-am install-dvi install-dvi-am \ 85625ad54caSmrg install-exec install-exec-am install-html install-html-am \ 85725ad54caSmrg install-info install-info-am install-man install-pdf \ 85825ad54caSmrg install-pdf-am install-ps install-ps-am install-strip \ 85925ad54caSmrg installcheck installcheck-am installdirs installdirs-am \ 86025ad54caSmrg maintainer-clean maintainer-clean-generic mostlyclean \ 86125ad54caSmrg mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 86225ad54caSmrg tags tags-am uninstall uninstall-am 86325ad54caSmrg 86425ad54caSmrg.PRECIOUS: Makefile 86565d490d0Smrg 86665d490d0Smrg.PHONY: ChangeLog INSTALL 86765d490d0Smrg 86865d490d0SmrgINSTALL: 86965d490d0Smrg $(INSTALL_CMD) 87065d490d0Smrg 87165d490d0SmrgChangeLog: 87265d490d0Smrg $(CHANGELOG_CMD) 87365d490d0Smrg 87465d490d0Smrgdist-hook: ChangeLog INSTALL 875e4da13eeSmacallan 876e4da13eeSmacallan# Tell versions [3.59,3.63) of GNU make to not export all variables. 877e4da13eeSmacallan# Otherwise a system limit (for SysV at least) may be exceeded. 878e4da13eeSmacallan.NOEXPORT: 879