166ab3337Smrg# Makefile.in generated by automake 1.16.5 from Makefile.am.
2f7ec340bSmacallan# @configure_input@
3f7ec340bSmacallan
466ab3337Smrg# Copyright (C) 1994-2021 Free Software Foundation, Inc.
52a75d1c4Smrg
6f7ec340bSmacallan# This Makefile.in is free software; the Free Software Foundation
7f7ec340bSmacallan# gives unlimited permission to copy and/or distribute it,
8f7ec340bSmacallan# with or without modifications, as long as this notice is preserved.
9f7ec340bSmacallan
10f7ec340bSmacallan# This program is distributed in the hope that it will be useful,
11f7ec340bSmacallan# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12f7ec340bSmacallan# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13f7ec340bSmacallan# PARTICULAR PURPOSE.
14f7ec340bSmacallan
15f7ec340bSmacallan@SET_MAKE@
16f7ec340bSmacallan
17f7ec340bSmacallan#  Copyright 2005 Adam Jackson.
18f7ec340bSmacallan#
19f7ec340bSmacallan#  Permission is hereby granted, free of charge, to any person obtaining a
20f7ec340bSmacallan#  copy of this software and associated documentation files (the "Software"),
21f7ec340bSmacallan#  to deal in the Software without restriction, including without limitation
22f7ec340bSmacallan#  on the rights to use, copy, modify, merge, publish, distribute, sub
23f7ec340bSmacallan#  license, and/or sell copies of the Software, and to permit persons to whom
24f7ec340bSmacallan#  the Software is furnished to do so, subject to the following conditions:
25f7ec340bSmacallan#
26f7ec340bSmacallan#  The above copyright notice and this permission notice (including the next
27f7ec340bSmacallan#  paragraph) shall be included in all copies or substantial portions of the
28f7ec340bSmacallan#  Software.
29f7ec340bSmacallan#
30f7ec340bSmacallan#  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31f7ec340bSmacallan#  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32f7ec340bSmacallan#  FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
33f7ec340bSmacallan#  ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
34f7ec340bSmacallan#  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
35f7ec340bSmacallan#  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
36f7ec340bSmacallanVPATH = @srcdir@
3766ab3337Smrgam__is_gnu_make = { \
3866ab3337Smrg  if test -z '$(MAKELEVEL)'; then \
3966ab3337Smrg    false; \
4066ab3337Smrg  elif test -n '$(MAKE_HOST)'; then \
4166ab3337Smrg    true; \
4266ab3337Smrg  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
4366ab3337Smrg    true; \
4466ab3337Smrg  else \
4566ab3337Smrg    false; \
4666ab3337Smrg  fi; \
4766ab3337Smrg}
4866ab3337Smrgam__make_running_with_option = \
4966ab3337Smrg  case $${target_option-} in \
5066ab3337Smrg      ?) ;; \
5166ab3337Smrg      *) echo "am__make_running_with_option: internal error: invalid" \
5266ab3337Smrg              "target option '$${target_option-}' specified" >&2; \
5366ab3337Smrg         exit 1;; \
5466ab3337Smrg  esac; \
5566ab3337Smrg  has_opt=no; \
5666ab3337Smrg  sane_makeflags=$$MAKEFLAGS; \
5766ab3337Smrg  if $(am__is_gnu_make); then \
5866ab3337Smrg    sane_makeflags=$$MFLAGS; \
5966ab3337Smrg  else \
602a75d1c4Smrg    case $$MAKEFLAGS in \
612a75d1c4Smrg      *\\[\ \	]*) \
6266ab3337Smrg        bs=\\; \
6366ab3337Smrg        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
6466ab3337Smrg          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
6566ab3337Smrg    esac; \
6666ab3337Smrg  fi; \
6766ab3337Smrg  skip_next=no; \
6866ab3337Smrg  strip_trailopt () \
6966ab3337Smrg  { \
7066ab3337Smrg    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
7166ab3337Smrg  }; \
7266ab3337Smrg  for flg in $$sane_makeflags; do \
7366ab3337Smrg    test $$skip_next = yes && { skip_next=no; continue; }; \
7466ab3337Smrg    case $$flg in \
7566ab3337Smrg      *=*|--*) continue;; \
7666ab3337Smrg        -*I) strip_trailopt 'I'; skip_next=yes;; \
7766ab3337Smrg      -*I?*) strip_trailopt 'I';; \
7866ab3337Smrg        -*O) strip_trailopt 'O'; skip_next=yes;; \
7966ab3337Smrg      -*O?*) strip_trailopt 'O';; \
8066ab3337Smrg        -*l) strip_trailopt 'l'; skip_next=yes;; \
8166ab3337Smrg      -*l?*) strip_trailopt 'l';; \
8266ab3337Smrg      -[dEDm]) skip_next=yes;; \
8366ab3337Smrg      -[JT]) skip_next=yes;; \
8466ab3337Smrg    esac; \
8566ab3337Smrg    case $$flg in \
8666ab3337Smrg      *$$target_option*) has_opt=yes; break;; \
872a75d1c4Smrg    esac; \
8866ab3337Smrg  done; \
8966ab3337Smrg  test $$has_opt = yes
9066ab3337Smrgam__make_dryrun = (target_option=n; $(am__make_running_with_option))
9166ab3337Smrgam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
92f7ec340bSmacallanpkgdatadir = $(datadir)/@PACKAGE@
93f7ec340bSmacallanpkgincludedir = $(includedir)/@PACKAGE@
942a75d1c4Smrgpkglibdir = $(libdir)/@PACKAGE@
952a75d1c4Smrgpkglibexecdir = $(libexecdir)/@PACKAGE@
96f7ec340bSmacallanam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
97f7ec340bSmacallaninstall_sh_DATA = $(install_sh) -c -m 644
98f7ec340bSmacallaninstall_sh_PROGRAM = $(install_sh) -c
99f7ec340bSmacallaninstall_sh_SCRIPT = $(install_sh) -c
100f7ec340bSmacallanINSTALL_HEADER = $(INSTALL_DATA)
101f7ec340bSmacallantransform = $(program_transform_name)
102f7ec340bSmacallanNORMAL_INSTALL = :
103f7ec340bSmacallanPRE_INSTALL = :
104f7ec340bSmacallanPOST_INSTALL = :
105f7ec340bSmacallanNORMAL_UNINSTALL = :
106f7ec340bSmacallanPRE_UNINSTALL = :
107f7ec340bSmacallanPOST_UNINSTALL = :
108f7ec340bSmacallanbuild_triplet = @build@
109f7ec340bSmacallanhost_triplet = @host@
1107ce7e03cSmrgsubdir = .
111f7ec340bSmacallanACLOCAL_M4 = $(top_srcdir)/aclocal.m4
112f7ec340bSmacallanam__aclocal_m4_deps = $(top_srcdir)/configure.ac
113f7ec340bSmacallanam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
114f7ec340bSmacallan	$(ACLOCAL_M4)
11566ab3337SmrgDIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
11666ab3337Smrg	$(am__configure_deps) $(am__DIST_COMMON)
117f7ec340bSmacallanam__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
1187ce7e03cSmrg configure.lineno config.status.lineno
119f7ec340bSmacallanmkinstalldirs = $(install_sh) -d
120f7ec340bSmacallanCONFIG_HEADER = config.h
121f7ec340bSmacallanCONFIG_CLEAN_FILES =
1222a75d1c4SmrgCONFIG_CLEAN_VPATH_FILES =
1232a75d1c4SmrgAM_V_P = $(am__v_P_@AM_V@)
1242a75d1c4Smrgam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
1252a75d1c4Smrgam__v_P_0 = false
1262a75d1c4Smrgam__v_P_1 = :
1272a75d1c4SmrgAM_V_GEN = $(am__v_GEN_@AM_V@)
1282a75d1c4Smrgam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
1292a75d1c4Smrgam__v_GEN_0 = @echo "  GEN     " $@;
1302a75d1c4Smrgam__v_GEN_1 = 
1312a75d1c4SmrgAM_V_at = $(am__v_at_@AM_V@)
1322a75d1c4Smrgam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
1332a75d1c4Smrgam__v_at_0 = @
1342a75d1c4Smrgam__v_at_1 = 
135f7ec340bSmacallanSOURCES =
136f7ec340bSmacallanDIST_SOURCES =
13766ab3337SmrgRECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
13866ab3337Smrg	ctags-recursive dvi-recursive html-recursive info-recursive \
13966ab3337Smrg	install-data-recursive install-dvi-recursive \
14066ab3337Smrg	install-exec-recursive install-html-recursive \
14166ab3337Smrg	install-info-recursive install-pdf-recursive \
14266ab3337Smrg	install-ps-recursive install-recursive installcheck-recursive \
14366ab3337Smrg	installdirs-recursive pdf-recursive ps-recursive \
14466ab3337Smrg	tags-recursive uninstall-recursive
1452a75d1c4Smrgam__can_run_installinfo = \
1462a75d1c4Smrg  case $$AM_UPDATE_INFO_DIR in \
1472a75d1c4Smrg    n|no|NO) false;; \
1482a75d1c4Smrg    *) (install-info --version) >/dev/null 2>&1;; \
1492a75d1c4Smrg  esac
1507ce7e03cSmrgRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
1517ce7e03cSmrg  distclean-recursive maintainer-clean-recursive
15266ab3337Smrgam__recursive_targets = \
15366ab3337Smrg  $(RECURSIVE_TARGETS) \
15466ab3337Smrg  $(RECURSIVE_CLEAN_TARGETS) \
15566ab3337Smrg  $(am__extra_recursive_targets)
15666ab3337SmrgAM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
15766ab3337Smrg	cscope distdir distdir-am dist dist-all distcheck
15866ab3337Smrgam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
15966ab3337Smrg	config.h.in
16066ab3337Smrg# Read a list of newline-separated strings from the standard input,
16166ab3337Smrg# and print each of them once, without duplicates.  Input order is
16266ab3337Smrg# *not* preserved.
16366ab3337Smrgam__uniquify_input = $(AWK) '\
16466ab3337Smrg  BEGIN { nonempty = 0; } \
16566ab3337Smrg  { items[$$0] = 1; nonempty = 1; } \
16666ab3337Smrg  END { if (nonempty) { for (i in items) print i; }; } \
16766ab3337Smrg'
16866ab3337Smrg# Make sure the list of sources is unique.  This is necessary because,
16966ab3337Smrg# e.g., the same source file might be shared among _SOURCES variables
17066ab3337Smrg# for different programs/libraries.
17166ab3337Smrgam__define_uniq_tagged_files = \
17266ab3337Smrg  list='$(am__tagged_files)'; \
17366ab3337Smrg  unique=`for i in $$list; do \
17466ab3337Smrg    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
17566ab3337Smrg  done | $(am__uniquify_input)`
176f7ec340bSmacallanDIST_SUBDIRS = $(SUBDIRS)
17766ab3337Smrgam__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \
17866ab3337Smrg	ChangeLog INSTALL README.md compile config.guess config.sub \
17966ab3337Smrg	install-sh ltmain.sh missing
180f7ec340bSmacallanDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
181f7ec340bSmacallandistdir = $(PACKAGE)-$(VERSION)
182f7ec340bSmacallantop_distdir = $(distdir)
183f7ec340bSmacallanam__remove_distdir = \
1842a75d1c4Smrg  if test -d "$(distdir)"; then \
1852a75d1c4Smrg    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
1862a75d1c4Smrg      && rm -rf "$(distdir)" \
1872a75d1c4Smrg      || { sleep 5 && rm -rf "$(distdir)"; }; \
1882a75d1c4Smrg  else :; fi
1892a75d1c4Smrgam__post_remove_distdir = $(am__remove_distdir)
1902a75d1c4Smrgam__relativize = \
1912a75d1c4Smrg  dir0=`pwd`; \
1922a75d1c4Smrg  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
1932a75d1c4Smrg  sed_rest='s,^[^/]*/*,,'; \
1942a75d1c4Smrg  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
1952a75d1c4Smrg  sed_butlast='s,/*[^/]*$$,,'; \
1962a75d1c4Smrg  while test -n "$$dir1"; do \
1972a75d1c4Smrg    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
1982a75d1c4Smrg    if test "$$first" != "."; then \
1992a75d1c4Smrg      if test "$$first" = ".."; then \
2002a75d1c4Smrg        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
2012a75d1c4Smrg        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
2022a75d1c4Smrg      else \
2032a75d1c4Smrg        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
2042a75d1c4Smrg        if test "$$first2" = "$$first"; then \
2052a75d1c4Smrg          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
2062a75d1c4Smrg        else \
2072a75d1c4Smrg          dir2="../$$dir2"; \
2082a75d1c4Smrg        fi; \
2092a75d1c4Smrg        dir0="$$dir0"/"$$first"; \
2102a75d1c4Smrg      fi; \
2112a75d1c4Smrg    fi; \
2122a75d1c4Smrg    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
2132a75d1c4Smrg  done; \
2142a75d1c4Smrg  reldir="$$dir2"
21566ab3337SmrgDIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
216f7ec340bSmacallanGZIP_ENV = --best
21766ab3337SmrgDIST_TARGETS = dist-xz dist-gzip
21866ab3337Smrg# Exists only to be overridden by the user if desired.
21966ab3337SmrgAM_DISTCHECK_DVI_TARGET = dvi
220f7ec340bSmacallandistuninstallcheck_listfiles = find . -type f -print
2212a75d1c4Smrgam__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
2222a75d1c4Smrg  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
223f7ec340bSmacallandistcleancheck_listfiles = find . -type f -print
224f7ec340bSmacallanACLOCAL = @ACLOCAL@
225f7ec340bSmacallanADMIN_MAN_DIR = @ADMIN_MAN_DIR@
226f7ec340bSmacallanADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
227f7ec340bSmacallanAMTAR = @AMTAR@
2282a75d1c4SmrgAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
229f7ec340bSmacallanAPP_MAN_DIR = @APP_MAN_DIR@
230f7ec340bSmacallanAPP_MAN_SUFFIX = @APP_MAN_SUFFIX@
231f7ec340bSmacallanAR = @AR@
232f7ec340bSmacallanAUTOCONF = @AUTOCONF@
233f7ec340bSmacallanAUTOHEADER = @AUTOHEADER@
234f7ec340bSmacallanAUTOMAKE = @AUTOMAKE@
235f7ec340bSmacallanAWK = @AWK@
2362a75d1c4SmrgBASE_CFLAGS = @BASE_CFLAGS@
237f7ec340bSmacallanCC = @CC@
238f7ec340bSmacallanCCDEPMODE = @CCDEPMODE@
239f7ec340bSmacallanCFLAGS = @CFLAGS@
2402a75d1c4SmrgCHANGELOG_CMD = @CHANGELOG_CMD@
241f7ec340bSmacallanCPPFLAGS = @CPPFLAGS@
24266ab3337SmrgCSCOPE = @CSCOPE@
24366ab3337SmrgCTAGS = @CTAGS@
2442a75d1c4SmrgCWARNFLAGS = @CWARNFLAGS@
245f7ec340bSmacallanCYGPATH_W = @CYGPATH_W@
246f7ec340bSmacallanDEFS = @DEFS@
247f7ec340bSmacallanDEPDIR = @DEPDIR@
2482a75d1c4SmrgDLLTOOL = @DLLTOOL@
249f7ec340bSmacallanDRIVER_MAN_DIR = @DRIVER_MAN_DIR@
250f7ec340bSmacallanDRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
251f7ec340bSmacallanDRIVER_NAME = @DRIVER_NAME@
2527ce7e03cSmrgDSYMUTIL = @DSYMUTIL@
2532a75d1c4SmrgDUMPBIN = @DUMPBIN@
254f7ec340bSmacallanECHO_C = @ECHO_C@
255f7ec340bSmacallanECHO_N = @ECHO_N@
256f7ec340bSmacallanECHO_T = @ECHO_T@
257f7ec340bSmacallanEGREP = @EGREP@
25866ab3337SmrgETAGS = @ETAGS@
259f7ec340bSmacallanEXEEXT = @EXEEXT@
2602a75d1c4SmrgFGREP = @FGREP@
26166ab3337SmrgFILECMD = @FILECMD@
262f7ec340bSmacallanFILE_MAN_DIR = @FILE_MAN_DIR@
263f7ec340bSmacallanFILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
2647ce7e03cSmrgGREP = @GREP@
2657ce7e03cSmrgINSTALL = @INSTALL@
2662a75d1c4SmrgINSTALL_CMD = @INSTALL_CMD@
267f7ec340bSmacallanINSTALL_DATA = @INSTALL_DATA@
268f7ec340bSmacallanINSTALL_PROGRAM = @INSTALL_PROGRAM@
269f7ec340bSmacallanINSTALL_SCRIPT = @INSTALL_SCRIPT@
270f7ec340bSmacallanINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
2712a75d1c4SmrgLD = @LD@
272f7ec340bSmacallanLDFLAGS = @LDFLAGS@
273f7ec340bSmacallanLIBOBJS = @LIBOBJS@
274f7ec340bSmacallanLIBS = @LIBS@
275f7ec340bSmacallanLIBTOOL = @LIBTOOL@
276f7ec340bSmacallanLIB_MAN_DIR = @LIB_MAN_DIR@
277f7ec340bSmacallanLIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
2782a75d1c4SmrgLIPO = @LIPO@
279f7ec340bSmacallanLN_S = @LN_S@
280f7ec340bSmacallanLTLIBOBJS = @LTLIBOBJS@
28166ab3337SmrgLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
282f7ec340bSmacallanMAINT = @MAINT@
283f7ec340bSmacallanMAKEINFO = @MAKEINFO@
2842a75d1c4SmrgMANIFEST_TOOL = @MANIFEST_TOOL@
2852a75d1c4SmrgMAN_SUBSTS = @MAN_SUBSTS@
286f7ec340bSmacallanMISC_MAN_DIR = @MISC_MAN_DIR@
287f7ec340bSmacallanMISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
2887ce7e03cSmrgMKDIR_P = @MKDIR_P@
2892a75d1c4SmrgNM = @NM@
2907ce7e03cSmrgNMEDIT = @NMEDIT@
2912a75d1c4SmrgOBJDUMP = @OBJDUMP@
292f7ec340bSmacallanOBJEXT = @OBJEXT@
2932a75d1c4SmrgOTOOL = @OTOOL@
2942a75d1c4SmrgOTOOL64 = @OTOOL64@
295f7ec340bSmacallanPACKAGE = @PACKAGE@
296f7ec340bSmacallanPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
297f7ec340bSmacallanPACKAGE_NAME = @PACKAGE_NAME@
298f7ec340bSmacallanPACKAGE_STRING = @PACKAGE_STRING@
299f7ec340bSmacallanPACKAGE_TARNAME = @PACKAGE_TARNAME@
3002a75d1c4SmrgPACKAGE_URL = @PACKAGE_URL@
301f7ec340bSmacallanPACKAGE_VERSION = @PACKAGE_VERSION@
302f7ec340bSmacallanPATH_SEPARATOR = @PATH_SEPARATOR@
303f7ec340bSmacallanPKG_CONFIG = @PKG_CONFIG@
3042a75d1c4SmrgPKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
3052a75d1c4SmrgPKG_CONFIG_PATH = @PKG_CONFIG_PATH@
306f7ec340bSmacallanRANLIB = @RANLIB@
3077ce7e03cSmrgSED = @SED@
308f7ec340bSmacallanSET_MAKE = @SET_MAKE@
309f7ec340bSmacallanSHELL = @SHELL@
3102a75d1c4SmrgSTRICT_CFLAGS = @STRICT_CFLAGS@
311f7ec340bSmacallanSTRIP = @STRIP@
312f7ec340bSmacallanVERSION = @VERSION@
313f7ec340bSmacallanXORG_CFLAGS = @XORG_CFLAGS@
314f7ec340bSmacallanXORG_LIBS = @XORG_LIBS@
3152a75d1c4SmrgXORG_MAN_PAGE = @XORG_MAN_PAGE@
3167ce7e03cSmrgabs_builddir = @abs_builddir@
3177ce7e03cSmrgabs_srcdir = @abs_srcdir@
3187ce7e03cSmrgabs_top_builddir = @abs_top_builddir@
3197ce7e03cSmrgabs_top_srcdir = @abs_top_srcdir@
3202a75d1c4Smrgac_ct_AR = @ac_ct_AR@
321f7ec340bSmacallanac_ct_CC = @ac_ct_CC@
3222a75d1c4Smrgac_ct_DUMPBIN = @ac_ct_DUMPBIN@
323f7ec340bSmacallanam__include = @am__include@
324f7ec340bSmacallanam__leading_dot = @am__leading_dot@
325f7ec340bSmacallanam__quote = @am__quote@
326f7ec340bSmacallanam__tar = @am__tar@
327f7ec340bSmacallanam__untar = @am__untar@
328f7ec340bSmacallanbindir = @bindir@
329f7ec340bSmacallanbuild = @build@
330f7ec340bSmacallanbuild_alias = @build_alias@
331f7ec340bSmacallanbuild_cpu = @build_cpu@
332f7ec340bSmacallanbuild_os = @build_os@
333f7ec340bSmacallanbuild_vendor = @build_vendor@
3347ce7e03cSmrgbuilddir = @builddir@
335f7ec340bSmacallandatadir = @datadir@
3367ce7e03cSmrgdatarootdir = @datarootdir@
3377ce7e03cSmrgdocdir = @docdir@
3387ce7e03cSmrgdvidir = @dvidir@
339f7ec340bSmacallanexec_prefix = @exec_prefix@
340f7ec340bSmacallanhost = @host@
341f7ec340bSmacallanhost_alias = @host_alias@
342f7ec340bSmacallanhost_cpu = @host_cpu@
343f7ec340bSmacallanhost_os = @host_os@
344f7ec340bSmacallanhost_vendor = @host_vendor@
3457ce7e03cSmrghtmldir = @htmldir@
346f7ec340bSmacallanincludedir = @includedir@
347f7ec340bSmacallaninfodir = @infodir@
348f7ec340bSmacallaninstall_sh = @install_sh@
349f7ec340bSmacallanlibdir = @libdir@
350f7ec340bSmacallanlibexecdir = @libexecdir@
3517ce7e03cSmrglocaledir = @localedir@
352f7ec340bSmacallanlocalstatedir = @localstatedir@
353f7ec340bSmacallanmandir = @mandir@
354f7ec340bSmacallanmkdir_p = @mkdir_p@
355f7ec340bSmacallanmoduledir = @moduledir@
356f7ec340bSmacallanoldincludedir = @oldincludedir@
3577ce7e03cSmrgpdfdir = @pdfdir@
358f7ec340bSmacallanprefix = @prefix@
359f7ec340bSmacallanprogram_transform_name = @program_transform_name@
3607ce7e03cSmrgpsdir = @psdir@
36166ab3337Smrgrunstatedir = @runstatedir@
362f7ec340bSmacallansbindir = @sbindir@
363f7ec340bSmacallansharedstatedir = @sharedstatedir@
3647ce7e03cSmrgsrcdir = @srcdir@
365f7ec340bSmacallansysconfdir = @sysconfdir@
366f7ec340bSmacallantarget_alias = @target_alias@
3677ce7e03cSmrgtop_build_prefix = @top_build_prefix@
3687ce7e03cSmrgtop_builddir = @top_builddir@
3697ce7e03cSmrgtop_srcdir = @top_srcdir@
370f7ec340bSmacallanSUBDIRS = src man
3712a75d1c4SmrgMAINTAINERCLEANFILES = ChangeLog INSTALL
37266ab3337SmrgEXTRA_DIST = README.md
373f7ec340bSmacallanall: config.h
374f7ec340bSmacallan	$(MAKE) $(AM_MAKEFLAGS) all-recursive
375f7ec340bSmacallan
376f7ec340bSmacallan.SUFFIXES:
3772a75d1c4Smrgam--refresh: Makefile
378f7ec340bSmacallan	@:
379f7ec340bSmacallan$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
380f7ec340bSmacallan	@for dep in $?; do \
381f7ec340bSmacallan	  case '$(am__configure_deps)' in \
382f7ec340bSmacallan	    *$$dep*) \
3832a75d1c4Smrg	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
3842a75d1c4Smrg	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
385f7ec340bSmacallan		&& exit 0; \
386f7ec340bSmacallan	      exit 1;; \
387f7ec340bSmacallan	  esac; \
388f7ec340bSmacallan	done; \
3892a75d1c4Smrg	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
3902a75d1c4Smrg	$(am__cd) $(top_srcdir) && \
3912a75d1c4Smrg	  $(AUTOMAKE) --foreign Makefile
392f7ec340bSmacallanMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
393f7ec340bSmacallan	@case '$?' in \
394f7ec340bSmacallan	  *config.status*) \
395f7ec340bSmacallan	    echo ' $(SHELL) ./config.status'; \
396f7ec340bSmacallan	    $(SHELL) ./config.status;; \
397f7ec340bSmacallan	  *) \
39866ab3337Smrg	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
39966ab3337Smrg	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
400f7ec340bSmacallan	esac;
401f7ec340bSmacallan
402f7ec340bSmacallan$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
403f7ec340bSmacallan	$(SHELL) ./config.status --recheck
404f7ec340bSmacallan
405f7ec340bSmacallan$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
4062a75d1c4Smrg	$(am__cd) $(srcdir) && $(AUTOCONF)
407f7ec340bSmacallan$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
4082a75d1c4Smrg	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
4092a75d1c4Smrg$(am__aclocal_m4_deps):
410f7ec340bSmacallan
411f7ec340bSmacallanconfig.h: stamp-h1
41266ab3337Smrg	@test -f $@ || rm -f stamp-h1
41366ab3337Smrg	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
414f7ec340bSmacallan
415f7ec340bSmacallanstamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
416f7ec340bSmacallan	@rm -f stamp-h1
417f7ec340bSmacallan	cd $(top_builddir) && $(SHELL) ./config.status config.h
418f7ec340bSmacallan$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
4192a75d1c4Smrg	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
420f7ec340bSmacallan	rm -f stamp-h1
421f7ec340bSmacallan	touch $@
422f7ec340bSmacallan
423f7ec340bSmacallandistclean-hdr:
424f7ec340bSmacallan	-rm -f config.h stamp-h1
425f7ec340bSmacallan
426f7ec340bSmacallanmostlyclean-libtool:
427f7ec340bSmacallan	-rm -f *.lo
428f7ec340bSmacallan
429f7ec340bSmacallanclean-libtool:
430f7ec340bSmacallan	-rm -rf .libs _libs
431f7ec340bSmacallan
432f7ec340bSmacallandistclean-libtool:
4337ce7e03cSmrg	-rm -f libtool config.lt
434f7ec340bSmacallan
435f7ec340bSmacallan# This directory's subdirectories are mostly independent; you can cd
4362a75d1c4Smrg# into them and run 'make' without going through this Makefile.
4372a75d1c4Smrg# To change the values of 'make' variables: instead of editing Makefiles,
4382a75d1c4Smrg# (1) if the variable is set in 'config.status', edit 'config.status'
4392a75d1c4Smrg#     (which will cause the Makefiles to be regenerated when you run 'make');
4402a75d1c4Smrg# (2) otherwise, pass the desired values on the 'make' command line.
44166ab3337Smrg$(am__recursive_targets):
44266ab3337Smrg	@fail=; \
44366ab3337Smrg	if $(am__make_keepgoing); then \
44466ab3337Smrg	  failcom='fail=yes'; \
44566ab3337Smrg	else \
44666ab3337Smrg	  failcom='exit 1'; \
44766ab3337Smrg	fi; \
448f7ec340bSmacallan	dot_seen=no; \
449f7ec340bSmacallan	target=`echo $@ | sed s/-recursive//`; \
4502a75d1c4Smrg	case "$@" in \
4512a75d1c4Smrg	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
4522a75d1c4Smrg	  *) list='$(SUBDIRS)' ;; \
4532a75d1c4Smrg	esac; \
4542a75d1c4Smrg	for subdir in $$list; do \
455f7ec340bSmacallan	  echo "Making $$target in $$subdir"; \
456f7ec340bSmacallan	  if test "$$subdir" = "."; then \
457f7ec340bSmacallan	    dot_seen=yes; \
458f7ec340bSmacallan	    local_target="$$target-am"; \
459f7ec340bSmacallan	  else \
460f7ec340bSmacallan	    local_target="$$target"; \
461f7ec340bSmacallan	  fi; \
4622a75d1c4Smrg	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
463f7ec340bSmacallan	  || eval $$failcom; \
464f7ec340bSmacallan	done; \
465f7ec340bSmacallan	if test "$$dot_seen" = "no"; then \
466f7ec340bSmacallan	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
467f7ec340bSmacallan	fi; test -z "$$fail"
468f7ec340bSmacallan
46966ab3337SmrgID: $(am__tagged_files)
47066ab3337Smrg	$(am__define_uniq_tagged_files); mkid -fID $$unique
47166ab3337Smrgtags: tags-recursive
47266ab3337SmrgTAGS: tags
47366ab3337Smrg
47466ab3337Smrgtags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
4752a75d1c4Smrg	set x; \
476f7ec340bSmacallan	here=`pwd`; \
477f7ec340bSmacallan	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
478f7ec340bSmacallan	  include_option=--etags-include; \
479f7ec340bSmacallan	  empty_fix=.; \
480f7ec340bSmacallan	else \
481f7ec340bSmacallan	  include_option=--include; \
482f7ec340bSmacallan	  empty_fix=; \
483f7ec340bSmacallan	fi; \
484f7ec340bSmacallan	list='$(SUBDIRS)'; for subdir in $$list; do \
485f7ec340bSmacallan	  if test "$$subdir" = .; then :; else \
486f7ec340bSmacallan	    test ! -f $$subdir/TAGS || \
4872a75d1c4Smrg	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
488f7ec340bSmacallan	  fi; \
489f7ec340bSmacallan	done; \
49066ab3337Smrg	$(am__define_uniq_tagged_files); \
4912a75d1c4Smrg	shift; \
4922a75d1c4Smrg	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
493f7ec340bSmacallan	  test -n "$$unique" || unique=$$empty_fix; \
4942a75d1c4Smrg	  if test $$# -gt 0; then \
4952a75d1c4Smrg	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
4962a75d1c4Smrg	      "$$@" $$unique; \
4972a75d1c4Smrg	  else \
4982a75d1c4Smrg	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
4992a75d1c4Smrg	      $$unique; \
5002a75d1c4Smrg	  fi; \
501f7ec340bSmacallan	fi
50266ab3337Smrgctags: ctags-recursive
50366ab3337Smrg
50466ab3337SmrgCTAGS: ctags
50566ab3337Smrgctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
50666ab3337Smrg	$(am__define_uniq_tagged_files); \
5072a75d1c4Smrg	test -z "$(CTAGS_ARGS)$$unique" \
508f7ec340bSmacallan	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
5092a75d1c4Smrg	     $$unique
510f7ec340bSmacallan
511f7ec340bSmacallanGTAGS:
512f7ec340bSmacallan	here=`$(am__cd) $(top_builddir) && pwd` \
5132a75d1c4Smrg	  && $(am__cd) $(top_srcdir) \
5142a75d1c4Smrg	  && gtags -i $(GTAGS_ARGS) "$$here"
5152a75d1c4Smrgcscope: cscope.files
5162a75d1c4Smrg	test ! -s cscope.files \
5172a75d1c4Smrg	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
5182a75d1c4Smrgclean-cscope:
5192a75d1c4Smrg	-rm -f cscope.files
52066ab3337Smrgcscope.files: clean-cscope cscopelist
52166ab3337Smrgcscopelist: cscopelist-recursive
5222a75d1c4Smrg
52366ab3337Smrgcscopelist-am: $(am__tagged_files)
52466ab3337Smrg	list='$(am__tagged_files)'; \
5252a75d1c4Smrg	case "$(srcdir)" in \
5262a75d1c4Smrg	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
5272a75d1c4Smrg	  *) sdir=$(subdir)/$(srcdir) ;; \
5282a75d1c4Smrg	esac; \
5292a75d1c4Smrg	for i in $$list; do \
5302a75d1c4Smrg	  if test -f "$$i"; then \
5312a75d1c4Smrg	    echo "$(subdir)/$$i"; \
5322a75d1c4Smrg	  else \
5332a75d1c4Smrg	    echo "$$sdir/$$i"; \
5342a75d1c4Smrg	  fi; \
5352a75d1c4Smrg	done >> $(top_builddir)/cscope.files
536f7ec340bSmacallan
537f7ec340bSmacallandistclean-tags:
538f7ec340bSmacallan	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
5392a75d1c4Smrg	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
54066ab3337Smrgdistdir: $(BUILT_SOURCES)
54166ab3337Smrg	$(MAKE) $(AM_MAKEFLAGS) distdir-am
542f7ec340bSmacallan
54366ab3337Smrgdistdir-am: $(DISTFILES)
544f7ec340bSmacallan	$(am__remove_distdir)
5452a75d1c4Smrg	test -d "$(distdir)" || mkdir "$(distdir)"
5467ce7e03cSmrg	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
5477ce7e03cSmrg	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
5487ce7e03cSmrg	list='$(DISTFILES)'; \
5497ce7e03cSmrg	  dist_files=`for file in $$list; do echo $$file; done | \
5507ce7e03cSmrg	  sed -e "s|^$$srcdirstrip/||;t" \
5517ce7e03cSmrg	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
5527ce7e03cSmrg	case $$dist_files in \
5537ce7e03cSmrg	  */*) $(MKDIR_P) `echo "$$dist_files" | \
5547ce7e03cSmrg			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
5557ce7e03cSmrg			   sort -u` ;; \
5567ce7e03cSmrg	esac; \
5577ce7e03cSmrg	for file in $$dist_files; do \
558f7ec340bSmacallan	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
559f7ec340bSmacallan	  if test -d $$d/$$file; then \
5607ce7e03cSmrg	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
5612a75d1c4Smrg	    if test -d "$(distdir)/$$file"; then \
5622a75d1c4Smrg	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
5632a75d1c4Smrg	    fi; \
564f7ec340bSmacallan	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
5652a75d1c4Smrg	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
5662a75d1c4Smrg	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
567f7ec340bSmacallan	    fi; \
5682a75d1c4Smrg	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
569f7ec340bSmacallan	  else \
5702a75d1c4Smrg	    test -f "$(distdir)/$$file" \
5712a75d1c4Smrg	    || cp -p $$d/$$file "$(distdir)/$$file" \
572f7ec340bSmacallan	    || exit 1; \
573f7ec340bSmacallan	  fi; \
574f7ec340bSmacallan	done
5752a75d1c4Smrg	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
576f7ec340bSmacallan	  if test "$$subdir" = .; then :; else \
5772a75d1c4Smrg	    $(am__make_dryrun) \
5782a75d1c4Smrg	      || test -d "$(distdir)/$$subdir" \
5792a75d1c4Smrg	      || $(MKDIR_P) "$(distdir)/$$subdir" \
5802a75d1c4Smrg	      || exit 1; \
5812a75d1c4Smrg	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
5822a75d1c4Smrg	    $(am__relativize); \
5832a75d1c4Smrg	    new_distdir=$$reldir; \
5842a75d1c4Smrg	    dir1=$$subdir; dir2="$(top_distdir)"; \
5852a75d1c4Smrg	    $(am__relativize); \
5862a75d1c4Smrg	    new_top_distdir=$$reldir; \
5872a75d1c4Smrg	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
5882a75d1c4Smrg	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
5892a75d1c4Smrg	    ($(am__cd) $$subdir && \
590f7ec340bSmacallan	      $(MAKE) $(AM_MAKEFLAGS) \
5912a75d1c4Smrg	        top_distdir="$$new_top_distdir" \
5922a75d1c4Smrg	        distdir="$$new_distdir" \
5937ce7e03cSmrg		am__remove_distdir=: \
5947ce7e03cSmrg		am__skip_length_check=: \
5952a75d1c4Smrg		am__skip_mode_fix=: \
596f7ec340bSmacallan	        distdir) \
597f7ec340bSmacallan	      || exit 1; \
598f7ec340bSmacallan	  fi; \
599f7ec340bSmacallan	done
6002a75d1c4Smrg	$(MAKE) $(AM_MAKEFLAGS) \
6012a75d1c4Smrg	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
6022a75d1c4Smrg	  dist-hook
6032a75d1c4Smrg	-test -n "$(am__skip_mode_fix)" \
6042a75d1c4Smrg	|| find "$(distdir)" -type d ! -perm -755 \
6052a75d1c4Smrg		-exec chmod u+rwx,go+rx {} \; -o \
606f7ec340bSmacallan	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
607f7ec340bSmacallan	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
6087ce7e03cSmrg	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
6092a75d1c4Smrg	|| chmod -R a+r "$(distdir)"
610f7ec340bSmacallandist-gzip: distdir
61166ab3337Smrg	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
6122a75d1c4Smrg	$(am__post_remove_distdir)
61366ab3337Smrg
614f7ec340bSmacallandist-bzip2: distdir
6152a75d1c4Smrg	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
6162a75d1c4Smrg	$(am__post_remove_distdir)
617f7ec340bSmacallan
6182a75d1c4Smrgdist-lzip: distdir
6192a75d1c4Smrg	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
6202a75d1c4Smrg	$(am__post_remove_distdir)
6212a75d1c4Smrgdist-xz: distdir
6222a75d1c4Smrg	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
6232a75d1c4Smrg	$(am__post_remove_distdir)
6247ce7e03cSmrg
62566ab3337Smrgdist-zstd: distdir
62666ab3337Smrg	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
62766ab3337Smrg	$(am__post_remove_distdir)
62866ab3337Smrg
629f7ec340bSmacallandist-tarZ: distdir
63066ab3337Smrg	@echo WARNING: "Support for distribution archives compressed with" \
63166ab3337Smrg		       "legacy program 'compress' is deprecated." >&2
63266ab3337Smrg	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
633f7ec340bSmacallan	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
6342a75d1c4Smrg	$(am__post_remove_distdir)
635f7ec340bSmacallan
636f7ec340bSmacallandist-shar: distdir
63766ab3337Smrg	@echo WARNING: "Support for shar distribution archives is" \
63866ab3337Smrg	               "deprecated." >&2
63966ab3337Smrg	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
64066ab3337Smrg	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
6412a75d1c4Smrg	$(am__post_remove_distdir)
642f7ec340bSmacallan
643f7ec340bSmacallandist-zip: distdir
644f7ec340bSmacallan	-rm -f $(distdir).zip
645f7ec340bSmacallan	zip -rq $(distdir).zip $(distdir)
6462a75d1c4Smrg	$(am__post_remove_distdir)
647f7ec340bSmacallan
6482a75d1c4Smrgdist dist-all:
6492a75d1c4Smrg	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
6502a75d1c4Smrg	$(am__post_remove_distdir)
651f7ec340bSmacallan
652f7ec340bSmacallan# This target untars the dist file and tries a VPATH configuration.  Then
653f7ec340bSmacallan# it guarantees that the distribution is self-contained by making another
654f7ec340bSmacallan# tarfile.
655f7ec340bSmacallandistcheck: dist
656f7ec340bSmacallan	case '$(DIST_ARCHIVES)' in \
657f7ec340bSmacallan	*.tar.gz*) \
65866ab3337Smrg	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
659f7ec340bSmacallan	*.tar.bz2*) \
6602a75d1c4Smrg	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
6612a75d1c4Smrg	*.tar.lz*) \
6622a75d1c4Smrg	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
6632a75d1c4Smrg	*.tar.xz*) \
6642a75d1c4Smrg	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
665f7ec340bSmacallan	*.tar.Z*) \
666f7ec340bSmacallan	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
667f7ec340bSmacallan	*.shar.gz*) \
66866ab3337Smrg	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
669f7ec340bSmacallan	*.zip*) \
670f7ec340bSmacallan	  unzip $(distdir).zip ;;\
67166ab3337Smrg	*.tar.zst*) \
67266ab3337Smrg	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
673f7ec340bSmacallan	esac
6742a75d1c4Smrg	chmod -R a-w $(distdir)
6752a75d1c4Smrg	chmod u+w $(distdir)
67666ab3337Smrg	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
677f7ec340bSmacallan	chmod a-w $(distdir)
6782a75d1c4Smrg	test -d $(distdir)/_build || exit 0; \
679f7ec340bSmacallan	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
680f7ec340bSmacallan	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
6812a75d1c4Smrg	  && am__cwd=`pwd` \
68266ab3337Smrg	  && $(am__cd) $(distdir)/_build/sub \
68366ab3337Smrg	  && ../../configure \
6842a75d1c4Smrg	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
685f7ec340bSmacallan	    $(DISTCHECK_CONFIGURE_FLAGS) \
68666ab3337Smrg	    --srcdir=../.. --prefix="$$dc_install_base" \
687f7ec340bSmacallan	  && $(MAKE) $(AM_MAKEFLAGS) \
68866ab3337Smrg	  && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
689f7ec340bSmacallan	  && $(MAKE) $(AM_MAKEFLAGS) check \
690f7ec340bSmacallan	  && $(MAKE) $(AM_MAKEFLAGS) install \
691f7ec340bSmacallan	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
692f7ec340bSmacallan	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
693f7ec340bSmacallan	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
694f7ec340bSmacallan	        distuninstallcheck \
695f7ec340bSmacallan	  && chmod -R a-w "$$dc_install_base" \
696f7ec340bSmacallan	  && ({ \
697f7ec340bSmacallan	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
698f7ec340bSmacallan	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
699f7ec340bSmacallan	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
700f7ec340bSmacallan	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
701f7ec340bSmacallan	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
702f7ec340bSmacallan	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
703f7ec340bSmacallan	  && rm -rf "$$dc_destdir" \
704f7ec340bSmacallan	  && $(MAKE) $(AM_MAKEFLAGS) dist \
705f7ec340bSmacallan	  && rm -rf $(DIST_ARCHIVES) \
7062a75d1c4Smrg	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
7072a75d1c4Smrg	  && cd "$$am__cwd" \
7082a75d1c4Smrg	  || exit 1
7092a75d1c4Smrg	$(am__post_remove_distdir)
710f7ec340bSmacallan	@(echo "$(distdir) archives ready for distribution: "; \
711f7ec340bSmacallan	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
7127ce7e03cSmrg	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
713f7ec340bSmacallandistuninstallcheck:
7142a75d1c4Smrg	@test -n '$(distuninstallcheck_dir)' || { \
7152a75d1c4Smrg	  echo 'ERROR: trying to run $@ with an empty' \
7162a75d1c4Smrg	       '$$(distuninstallcheck_dir)' >&2; \
7172a75d1c4Smrg	  exit 1; \
7182a75d1c4Smrg	}; \
7192a75d1c4Smrg	$(am__cd) '$(distuninstallcheck_dir)' || { \
7202a75d1c4Smrg	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
7212a75d1c4Smrg	  exit 1; \
7222a75d1c4Smrg	}; \
7232a75d1c4Smrg	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
724f7ec340bSmacallan	   || { echo "ERROR: files left after uninstall:" ; \
725f7ec340bSmacallan	        if test -n "$(DESTDIR)"; then \
726f7ec340bSmacallan	          echo "  (check DESTDIR support)"; \
727f7ec340bSmacallan	        fi ; \
728f7ec340bSmacallan	        $(distuninstallcheck_listfiles) ; \
729f7ec340bSmacallan	        exit 1; } >&2
730f7ec340bSmacallandistcleancheck: distclean
731f7ec340bSmacallan	@if test '$(srcdir)' = . ; then \
732f7ec340bSmacallan	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
733f7ec340bSmacallan	  exit 1 ; \
734f7ec340bSmacallan	fi
735f7ec340bSmacallan	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
736f7ec340bSmacallan	  || { echo "ERROR: files left in build directory after distclean:" ; \
737f7ec340bSmacallan	       $(distcleancheck_listfiles) ; \
738f7ec340bSmacallan	       exit 1; } >&2
739f7ec340bSmacallancheck-am: all-am
740f7ec340bSmacallancheck: check-recursive
741f7ec340bSmacallanall-am: Makefile config.h
742f7ec340bSmacallaninstalldirs: installdirs-recursive
743f7ec340bSmacallaninstalldirs-am:
744f7ec340bSmacallaninstall: install-recursive
745f7ec340bSmacallaninstall-exec: install-exec-recursive
746f7ec340bSmacallaninstall-data: install-data-recursive
747f7ec340bSmacallanuninstall: uninstall-recursive
748f7ec340bSmacallan
749f7ec340bSmacallaninstall-am: all-am
750f7ec340bSmacallan	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
751f7ec340bSmacallan
752f7ec340bSmacallaninstallcheck: installcheck-recursive
753f7ec340bSmacallaninstall-strip:
7542a75d1c4Smrg	if test -z '$(STRIP)'; then \
7552a75d1c4Smrg	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
7562a75d1c4Smrg	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
7572a75d1c4Smrg	      install; \
7582a75d1c4Smrg	else \
7592a75d1c4Smrg	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
7602a75d1c4Smrg	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
7612a75d1c4Smrg	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
7622a75d1c4Smrg	fi
763f7ec340bSmacallanmostlyclean-generic:
764f7ec340bSmacallan
765f7ec340bSmacallanclean-generic:
766f7ec340bSmacallan
767f7ec340bSmacallandistclean-generic:
768f7ec340bSmacallan	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
7692a75d1c4Smrg	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
770f7ec340bSmacallan
771f7ec340bSmacallanmaintainer-clean-generic:
772f7ec340bSmacallan	@echo "This command is intended for maintainers to use"
773f7ec340bSmacallan	@echo "it deletes files that may require special tools to rebuild."
7742a75d1c4Smrg	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
775f7ec340bSmacallanclean: clean-recursive
776f7ec340bSmacallan
777f7ec340bSmacallanclean-am: clean-generic clean-libtool mostlyclean-am
778f7ec340bSmacallan
779f7ec340bSmacallandistclean: distclean-recursive
780f7ec340bSmacallan	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
781f7ec340bSmacallan	-rm -f Makefile
782f7ec340bSmacallandistclean-am: clean-am distclean-generic distclean-hdr \
783f7ec340bSmacallan	distclean-libtool distclean-tags
784f7ec340bSmacallan
785f7ec340bSmacallandvi: dvi-recursive
786f7ec340bSmacallan
787f7ec340bSmacallandvi-am:
788f7ec340bSmacallan
789f7ec340bSmacallanhtml: html-recursive
790f7ec340bSmacallan
7912a75d1c4Smrghtml-am:
7922a75d1c4Smrg
793f7ec340bSmacallaninfo: info-recursive
794f7ec340bSmacallan
795f7ec340bSmacallaninfo-am:
796f7ec340bSmacallan
797f7ec340bSmacallaninstall-data-am:
798f7ec340bSmacallan
7997ce7e03cSmrginstall-dvi: install-dvi-recursive
8007ce7e03cSmrg
8012a75d1c4Smrginstall-dvi-am:
8022a75d1c4Smrg
803f7ec340bSmacallaninstall-exec-am:
804f7ec340bSmacallan
8057ce7e03cSmrginstall-html: install-html-recursive
8067ce7e03cSmrg
8072a75d1c4Smrginstall-html-am:
8082a75d1c4Smrg
809f7ec340bSmacallaninstall-info: install-info-recursive
810f7ec340bSmacallan
8112a75d1c4Smrginstall-info-am:
8122a75d1c4Smrg
813f7ec340bSmacallaninstall-man:
814f7ec340bSmacallan
8157ce7e03cSmrginstall-pdf: install-pdf-recursive
8167ce7e03cSmrg
8172a75d1c4Smrginstall-pdf-am:
8182a75d1c4Smrg
8197ce7e03cSmrginstall-ps: install-ps-recursive
8207ce7e03cSmrg
8212a75d1c4Smrginstall-ps-am:
8222a75d1c4Smrg
823f7ec340bSmacallaninstallcheck-am:
824f7ec340bSmacallan
825f7ec340bSmacallanmaintainer-clean: maintainer-clean-recursive
826f7ec340bSmacallan	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
827f7ec340bSmacallan	-rm -rf $(top_srcdir)/autom4te.cache
828f7ec340bSmacallan	-rm -f Makefile
829f7ec340bSmacallanmaintainer-clean-am: distclean-am maintainer-clean-generic
830f7ec340bSmacallan
831f7ec340bSmacallanmostlyclean: mostlyclean-recursive
832f7ec340bSmacallan
833f7ec340bSmacallanmostlyclean-am: mostlyclean-generic mostlyclean-libtool
834f7ec340bSmacallan
835f7ec340bSmacallanpdf: pdf-recursive
836f7ec340bSmacallan
837f7ec340bSmacallanpdf-am:
838f7ec340bSmacallan
839f7ec340bSmacallanps: ps-recursive
840f7ec340bSmacallan
841f7ec340bSmacallanps-am:
842f7ec340bSmacallan
8437ce7e03cSmrguninstall-am:
8447ce7e03cSmrg
84566ab3337Smrg.MAKE: $(am__recursive_targets) all install-am install-strip
84666ab3337Smrg
84766ab3337Smrg.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
84866ab3337Smrg	am--refresh check check-am clean clean-cscope clean-generic \
84966ab3337Smrg	clean-libtool cscope cscopelist-am ctags ctags-am dist \
85066ab3337Smrg	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
85166ab3337Smrg	dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \
85266ab3337Smrg	distclean-generic distclean-hdr distclean-libtool \
85366ab3337Smrg	distclean-tags distcleancheck distdir distuninstallcheck dvi \
85466ab3337Smrg	dvi-am html html-am info info-am install install-am \
85566ab3337Smrg	install-data install-data-am install-dvi install-dvi-am \
85666ab3337Smrg	install-exec install-exec-am install-html install-html-am \
85766ab3337Smrg	install-info install-info-am install-man install-pdf \
85866ab3337Smrg	install-pdf-am install-ps install-ps-am install-strip \
85966ab3337Smrg	installcheck installcheck-am installdirs installdirs-am \
86066ab3337Smrg	maintainer-clean maintainer-clean-generic mostlyclean \
86166ab3337Smrg	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
86266ab3337Smrg	tags tags-am uninstall uninstall-am
86366ab3337Smrg
86466ab3337Smrg.PRECIOUS: Makefile
8652a75d1c4Smrg
8662a75d1c4Smrg
8672a75d1c4Smrg.PHONY: ChangeLog INSTALL
8682a75d1c4Smrg
8692a75d1c4SmrgINSTALL:
8702a75d1c4Smrg	$(INSTALL_CMD)
8712a75d1c4Smrg
8722a75d1c4SmrgChangeLog:
8732a75d1c4Smrg	$(CHANGELOG_CMD)
8742a75d1c4Smrg
8752a75d1c4Smrgdist-hook: ChangeLog INSTALL
876f7ec340bSmacallan
877f7ec340bSmacallan# Tell versions [3.59,3.63) of GNU make to not export all variables.
878f7ec340bSmacallan# Otherwise a system limit (for SysV at least) may be exceeded.
879f7ec340bSmacallan.NOEXPORT:
880