1084f91ccSmrg# Makefile.in generated by automake 1.16.5 from Makefile.am.
29bd41f2cSmrg# @configure_input@
39bd41f2cSmrg
4084f91ccSmrg# Copyright (C) 1994-2021 Free Software Foundation, Inc.
5084f91ccSmrg
69bd41f2cSmrg# This Makefile.in is free software; the Free Software Foundation
79bd41f2cSmrg# gives unlimited permission to copy and/or distribute it,
89bd41f2cSmrg# with or without modifications, as long as this notice is preserved.
99bd41f2cSmrg
109bd41f2cSmrg# This program is distributed in the hope that it will be useful,
119bd41f2cSmrg# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
129bd41f2cSmrg# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
139bd41f2cSmrg# PARTICULAR PURPOSE.
149bd41f2cSmrg
159bd41f2cSmrg@SET_MAKE@
169bd41f2cSmrg
179bd41f2cSmrg#  Copyright 2005 Adam Jackson.
189bd41f2cSmrg#
199bd41f2cSmrg#  Permission is hereby granted, free of charge, to any person obtaining a
209bd41f2cSmrg#  copy of this software and associated documentation files (the "Software"),
219bd41f2cSmrg#  to deal in the Software without restriction, including without limitation
229bd41f2cSmrg#  on the rights to use, copy, modify, merge, publish, distribute, sub
239bd41f2cSmrg#  license, and/or sell copies of the Software, and to permit persons to whom
249bd41f2cSmrg#  the Software is furnished to do so, subject to the following conditions:
259bd41f2cSmrg#
269bd41f2cSmrg#  The above copyright notice and this permission notice (including the next
279bd41f2cSmrg#  paragraph) shall be included in all copies or substantial portions of the
289bd41f2cSmrg#  Software.
299bd41f2cSmrg#
309bd41f2cSmrg#  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
319bd41f2cSmrg#  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
329bd41f2cSmrg#  FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
339bd41f2cSmrg#  ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
349bd41f2cSmrg#  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
359bd41f2cSmrg#  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
369bd41f2cSmrgVPATH = @srcdir@
37084f91ccSmrgam__is_gnu_make = { \
38084f91ccSmrg  if test -z '$(MAKELEVEL)'; then \
39084f91ccSmrg    false; \
40084f91ccSmrg  elif test -n '$(MAKE_HOST)'; then \
41084f91ccSmrg    true; \
42084f91ccSmrg  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
43084f91ccSmrg    true; \
44084f91ccSmrg  else \
45084f91ccSmrg    false; \
46084f91ccSmrg  fi; \
47084f91ccSmrg}
48084f91ccSmrgam__make_running_with_option = \
49084f91ccSmrg  case $${target_option-} in \
50084f91ccSmrg      ?) ;; \
51084f91ccSmrg      *) echo "am__make_running_with_option: internal error: invalid" \
52084f91ccSmrg              "target option '$${target_option-}' specified" >&2; \
53084f91ccSmrg         exit 1;; \
54084f91ccSmrg  esac; \
55084f91ccSmrg  has_opt=no; \
56084f91ccSmrg  sane_makeflags=$$MAKEFLAGS; \
57084f91ccSmrg  if $(am__is_gnu_make); then \
58084f91ccSmrg    sane_makeflags=$$MFLAGS; \
59084f91ccSmrg  else \
600da4cdccSmrg    case $$MAKEFLAGS in \
610da4cdccSmrg      *\\[\ \	]*) \
62084f91ccSmrg        bs=\\; \
63084f91ccSmrg        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
64084f91ccSmrg          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
65084f91ccSmrg    esac; \
66084f91ccSmrg  fi; \
67084f91ccSmrg  skip_next=no; \
68084f91ccSmrg  strip_trailopt () \
69084f91ccSmrg  { \
70084f91ccSmrg    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
71084f91ccSmrg  }; \
72084f91ccSmrg  for flg in $$sane_makeflags; do \
73084f91ccSmrg    test $$skip_next = yes && { skip_next=no; continue; }; \
74084f91ccSmrg    case $$flg in \
75084f91ccSmrg      *=*|--*) continue;; \
76084f91ccSmrg        -*I) strip_trailopt 'I'; skip_next=yes;; \
77084f91ccSmrg      -*I?*) strip_trailopt 'I';; \
78084f91ccSmrg        -*O) strip_trailopt 'O'; skip_next=yes;; \
79084f91ccSmrg      -*O?*) strip_trailopt 'O';; \
80084f91ccSmrg        -*l) strip_trailopt 'l'; skip_next=yes;; \
81084f91ccSmrg      -*l?*) strip_trailopt 'l';; \
82084f91ccSmrg      -[dEDm]) skip_next=yes;; \
83084f91ccSmrg      -[JT]) skip_next=yes;; \
840da4cdccSmrg    esac; \
85084f91ccSmrg    case $$flg in \
86084f91ccSmrg      *$$target_option*) has_opt=yes; break;; \
87084f91ccSmrg    esac; \
88084f91ccSmrg  done; \
89084f91ccSmrg  test $$has_opt = yes
90084f91ccSmrgam__make_dryrun = (target_option=n; $(am__make_running_with_option))
91084f91ccSmrgam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
929bd41f2cSmrgpkgdatadir = $(datadir)/@PACKAGE@
93c4f7863aSmrgpkgincludedir = $(includedir)/@PACKAGE@
940da4cdccSmrgpkglibdir = $(libdir)/@PACKAGE@
950da4cdccSmrgpkglibexecdir = $(libexecdir)/@PACKAGE@
969bd41f2cSmrgam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
979bd41f2cSmrginstall_sh_DATA = $(install_sh) -c -m 644
989bd41f2cSmrginstall_sh_PROGRAM = $(install_sh) -c
999bd41f2cSmrginstall_sh_SCRIPT = $(install_sh) -c
1009bd41f2cSmrgINSTALL_HEADER = $(INSTALL_DATA)
1019bd41f2cSmrgtransform = $(program_transform_name)
1029bd41f2cSmrgNORMAL_INSTALL = :
1039bd41f2cSmrgPRE_INSTALL = :
1049bd41f2cSmrgPOST_INSTALL = :
1059bd41f2cSmrgNORMAL_UNINSTALL = :
1069bd41f2cSmrgPRE_UNINSTALL = :
1079bd41f2cSmrgPOST_UNINSTALL = :
1089bd41f2cSmrgbuild_triplet = @build@
1099bd41f2cSmrghost_triplet = @host@
1109bd41f2cSmrgsubdir = .
1119bd41f2cSmrgACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1129bd41f2cSmrgam__aclocal_m4_deps = $(top_srcdir)/configure.ac
1139bd41f2cSmrgam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
1149bd41f2cSmrg	$(ACLOCAL_M4)
115084f91ccSmrgDIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
116084f91ccSmrg	$(am__configure_deps) $(am__DIST_COMMON)
1179bd41f2cSmrgam__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
1189bd41f2cSmrg configure.lineno config.status.lineno
1199bd41f2cSmrgmkinstalldirs = $(install_sh) -d
1209bd41f2cSmrgCONFIG_HEADER = config.h
1219bd41f2cSmrgCONFIG_CLEAN_FILES =
1220da4cdccSmrgCONFIG_CLEAN_VPATH_FILES =
123084f91ccSmrgAM_V_P = $(am__v_P_@AM_V@)
124084f91ccSmrgam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
125084f91ccSmrgam__v_P_0 = false
126084f91ccSmrgam__v_P_1 = :
1270da4cdccSmrgAM_V_GEN = $(am__v_GEN_@AM_V@)
1280da4cdccSmrgam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
129084f91ccSmrgam__v_GEN_0 = @echo "  GEN     " $@;
130084f91ccSmrgam__v_GEN_1 = 
1310da4cdccSmrgAM_V_at = $(am__v_at_@AM_V@)
1320da4cdccSmrgam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
1330da4cdccSmrgam__v_at_0 = @
134084f91ccSmrgam__v_at_1 = 
1359bd41f2cSmrgSOURCES =
1369bd41f2cSmrgDIST_SOURCES =
137084f91ccSmrgRECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
138084f91ccSmrg	ctags-recursive dvi-recursive html-recursive info-recursive \
139084f91ccSmrg	install-data-recursive install-dvi-recursive \
140084f91ccSmrg	install-exec-recursive install-html-recursive \
141084f91ccSmrg	install-info-recursive install-pdf-recursive \
142084f91ccSmrg	install-ps-recursive install-recursive installcheck-recursive \
143084f91ccSmrg	installdirs-recursive pdf-recursive ps-recursive \
144084f91ccSmrg	tags-recursive uninstall-recursive
1450da4cdccSmrgam__can_run_installinfo = \
1460da4cdccSmrg  case $$AM_UPDATE_INFO_DIR in \
1470da4cdccSmrg    n|no|NO) false;; \
1480da4cdccSmrg    *) (install-info --version) >/dev/null 2>&1;; \
1490da4cdccSmrg  esac
1509bd41f2cSmrgRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
1519bd41f2cSmrg  distclean-recursive maintainer-clean-recursive
152084f91ccSmrgam__recursive_targets = \
153084f91ccSmrg  $(RECURSIVE_TARGETS) \
154084f91ccSmrg  $(RECURSIVE_CLEAN_TARGETS) \
155084f91ccSmrg  $(am__extra_recursive_targets)
156084f91ccSmrgAM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
157084f91ccSmrg	cscope distdir distdir-am dist dist-all distcheck
158084f91ccSmrgam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
159084f91ccSmrg	config.h.in
160084f91ccSmrg# Read a list of newline-separated strings from the standard input,
161084f91ccSmrg# and print each of them once, without duplicates.  Input order is
162084f91ccSmrg# *not* preserved.
163084f91ccSmrgam__uniquify_input = $(AWK) '\
164084f91ccSmrg  BEGIN { nonempty = 0; } \
165084f91ccSmrg  { items[$$0] = 1; nonempty = 1; } \
166084f91ccSmrg  END { if (nonempty) { for (i in items) print i; }; } \
167084f91ccSmrg'
168084f91ccSmrg# Make sure the list of sources is unique.  This is necessary because,
169084f91ccSmrg# e.g., the same source file might be shared among _SOURCES variables
170084f91ccSmrg# for different programs/libraries.
171084f91ccSmrgam__define_uniq_tagged_files = \
172084f91ccSmrg  list='$(am__tagged_files)'; \
173084f91ccSmrg  unique=`for i in $$list; do \
174084f91ccSmrg    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
175084f91ccSmrg  done | $(am__uniquify_input)`
1769bd41f2cSmrgDIST_SUBDIRS = $(SUBDIRS)
177084f91ccSmrgam__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \
178084f91ccSmrg	ChangeLog INSTALL README compile config.guess config.sub \
179084f91ccSmrg	install-sh ltmain.sh missing
1809bd41f2cSmrgDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1819bd41f2cSmrgdistdir = $(PACKAGE)-$(VERSION)
1829bd41f2cSmrgtop_distdir = $(distdir)
1839bd41f2cSmrgam__remove_distdir = \
1840da4cdccSmrg  if test -d "$(distdir)"; then \
1850da4cdccSmrg    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
1860da4cdccSmrg      && rm -rf "$(distdir)" \
1870da4cdccSmrg      || { sleep 5 && rm -rf "$(distdir)"; }; \
1880da4cdccSmrg  else :; fi
189084f91ccSmrgam__post_remove_distdir = $(am__remove_distdir)
1900da4cdccSmrgam__relativize = \
1910da4cdccSmrg  dir0=`pwd`; \
1920da4cdccSmrg  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
1930da4cdccSmrg  sed_rest='s,^[^/]*/*,,'; \
1940da4cdccSmrg  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
1950da4cdccSmrg  sed_butlast='s,/*[^/]*$$,,'; \
1960da4cdccSmrg  while test -n "$$dir1"; do \
1970da4cdccSmrg    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
1980da4cdccSmrg    if test "$$first" != "."; then \
1990da4cdccSmrg      if test "$$first" = ".."; then \
2000da4cdccSmrg        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
2010da4cdccSmrg        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
2020da4cdccSmrg      else \
2030da4cdccSmrg        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
2040da4cdccSmrg        if test "$$first2" = "$$first"; then \
2050da4cdccSmrg          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
2060da4cdccSmrg        else \
2070da4cdccSmrg          dir2="../$$dir2"; \
2080da4cdccSmrg        fi; \
2090da4cdccSmrg        dir0="$$dir0"/"$$first"; \
2100da4cdccSmrg      fi; \
2110da4cdccSmrg    fi; \
2120da4cdccSmrg    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
2130da4cdccSmrg  done; \
2140da4cdccSmrg  reldir="$$dir2"
215084f91ccSmrgDIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
2169bd41f2cSmrgGZIP_ENV = --best
217084f91ccSmrgDIST_TARGETS = dist-xz dist-gzip
218084f91ccSmrg# Exists only to be overridden by the user if desired.
219084f91ccSmrgAM_DISTCHECK_DVI_TARGET = dvi
2209bd41f2cSmrgdistuninstallcheck_listfiles = find . -type f -print
2210da4cdccSmrgam__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
2220da4cdccSmrg  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
2239bd41f2cSmrgdistcleancheck_listfiles = find . -type f -print
2249bd41f2cSmrgACLOCAL = @ACLOCAL@
2259bd41f2cSmrgADMIN_MAN_DIR = @ADMIN_MAN_DIR@
2269bd41f2cSmrgADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
2279bd41f2cSmrgAMTAR = @AMTAR@
2289418810dSmrgAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
2299bd41f2cSmrgAPP_MAN_DIR = @APP_MAN_DIR@
2309bd41f2cSmrgAPP_MAN_SUFFIX = @APP_MAN_SUFFIX@
2319bd41f2cSmrgAR = @AR@
2329bd41f2cSmrgAUTOCONF = @AUTOCONF@
2339bd41f2cSmrgAUTOHEADER = @AUTOHEADER@
2349bd41f2cSmrgAUTOMAKE = @AUTOMAKE@
2359bd41f2cSmrgAWK = @AWK@
2360da4cdccSmrgBASE_CFLAGS = @BASE_CFLAGS@
2379bd41f2cSmrgCC = @CC@
2389bd41f2cSmrgCCDEPMODE = @CCDEPMODE@
2399bd41f2cSmrgCFLAGS = @CFLAGS@
2409418810dSmrgCHANGELOG_CMD = @CHANGELOG_CMD@
2419bd41f2cSmrgCPPFLAGS = @CPPFLAGS@
242084f91ccSmrgCSCOPE = @CSCOPE@
243084f91ccSmrgCTAGS = @CTAGS@
2449418810dSmrgCWARNFLAGS = @CWARNFLAGS@
2459bd41f2cSmrgCYGPATH_W = @CYGPATH_W@
2469bd41f2cSmrgDEFS = @DEFS@
2479bd41f2cSmrgDEPDIR = @DEPDIR@
2480da4cdccSmrgDLLTOOL = @DLLTOOL@
2499bd41f2cSmrgDRIVER_MAN_DIR = @DRIVER_MAN_DIR@
2509bd41f2cSmrgDRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
2519bd41f2cSmrgDRIVER_NAME = @DRIVER_NAME@
252d075918cSmrgDSYMUTIL = @DSYMUTIL@
2539418810dSmrgDUMPBIN = @DUMPBIN@
2549bd41f2cSmrgECHO_C = @ECHO_C@
2559bd41f2cSmrgECHO_N = @ECHO_N@
2569bd41f2cSmrgECHO_T = @ECHO_T@
2579bd41f2cSmrgEGREP = @EGREP@
258084f91ccSmrgETAGS = @ETAGS@
2599bd41f2cSmrgEXEEXT = @EXEEXT@
2609418810dSmrgFGREP = @FGREP@
261084f91ccSmrgFILECMD = @FILECMD@
2629bd41f2cSmrgFILE_MAN_DIR = @FILE_MAN_DIR@
2639bd41f2cSmrgFILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
2649bd41f2cSmrgGREP = @GREP@
265d075918cSmrgHAL_BIN_DIR = @HAL_BIN_DIR@
266d075918cSmrgHAL_CALLOUTS_DIR = @HAL_CALLOUTS_DIR@
267d075918cSmrgHAL_FDI_DIR = @HAL_FDI_DIR@
2689bd41f2cSmrgINSTALL = @INSTALL@
2699418810dSmrgINSTALL_CMD = @INSTALL_CMD@
2709bd41f2cSmrgINSTALL_DATA = @INSTALL_DATA@
2719bd41f2cSmrgINSTALL_PROGRAM = @INSTALL_PROGRAM@
2729bd41f2cSmrgINSTALL_SCRIPT = @INSTALL_SCRIPT@
2739bd41f2cSmrgINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
2749418810dSmrgLD = @LD@
2759bd41f2cSmrgLDFLAGS = @LDFLAGS@
2769bd41f2cSmrgLIBOBJS = @LIBOBJS@
2779bd41f2cSmrgLIBS = @LIBS@
2789bd41f2cSmrgLIBTOOL = @LIBTOOL@
2798746cb53SmrgLIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@
2808746cb53SmrgLIBUDEV_LIBS = @LIBUDEV_LIBS@
2819bd41f2cSmrgLIB_MAN_DIR = @LIB_MAN_DIR@
2829bd41f2cSmrgLIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
2839418810dSmrgLIPO = @LIPO@
2849bd41f2cSmrgLN_S = @LN_S@
2859bd41f2cSmrgLTLIBOBJS = @LTLIBOBJS@
286084f91ccSmrgLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
2879bd41f2cSmrgMAKEINFO = @MAKEINFO@
2880da4cdccSmrgMANIFEST_TOOL = @MANIFEST_TOOL@
289ea0de359SmrgMAN_SUBSTS = @MAN_SUBSTS@
2909bd41f2cSmrgMISC_MAN_DIR = @MISC_MAN_DIR@
2919bd41f2cSmrgMISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
2929bd41f2cSmrgMKDIR_P = @MKDIR_P@
2939418810dSmrgNM = @NM@
294d075918cSmrgNMEDIT = @NMEDIT@
2959418810dSmrgOBJDUMP = @OBJDUMP@
2969bd41f2cSmrgOBJEXT = @OBJEXT@
2979418810dSmrgOTOOL = @OTOOL@
2989418810dSmrgOTOOL64 = @OTOOL64@
2999bd41f2cSmrgPACKAGE = @PACKAGE@
3009bd41f2cSmrgPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
3019bd41f2cSmrgPACKAGE_NAME = @PACKAGE_NAME@
3029bd41f2cSmrgPACKAGE_STRING = @PACKAGE_STRING@
3039bd41f2cSmrgPACKAGE_TARNAME = @PACKAGE_TARNAME@
3040da4cdccSmrgPACKAGE_URL = @PACKAGE_URL@
3059bd41f2cSmrgPACKAGE_VERSION = @PACKAGE_VERSION@
3069bd41f2cSmrgPATH_SEPARATOR = @PATH_SEPARATOR@
3079bd41f2cSmrgPKG_CONFIG = @PKG_CONFIG@
3080da4cdccSmrgPKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
3090da4cdccSmrgPKG_CONFIG_PATH = @PKG_CONFIG_PATH@
3109bd41f2cSmrgRANLIB = @RANLIB@
3119bd41f2cSmrgSED = @SED@
3129bd41f2cSmrgSET_MAKE = @SET_MAKE@
3139bd41f2cSmrgSHELL = @SHELL@
3140da4cdccSmrgSTRICT_CFLAGS = @STRICT_CFLAGS@
3159bd41f2cSmrgSTRIP = @STRIP@
3169418810dSmrgUDEV_RULES_DIR = @UDEV_RULES_DIR@
3179bd41f2cSmrgVERSION = @VERSION@
3189bd41f2cSmrgXORG_CFLAGS = @XORG_CFLAGS@
3199418810dSmrgXORG_CONF_DIR = @XORG_CONF_DIR@
3209bd41f2cSmrgXORG_LIBS = @XORG_LIBS@
321ea0de359SmrgXORG_MAN_PAGE = @XORG_MAN_PAGE@
3229bd41f2cSmrgabs_builddir = @abs_builddir@
3239bd41f2cSmrgabs_srcdir = @abs_srcdir@
3249bd41f2cSmrgabs_top_builddir = @abs_top_builddir@
3259bd41f2cSmrgabs_top_srcdir = @abs_top_srcdir@
3260da4cdccSmrgac_ct_AR = @ac_ct_AR@
3279bd41f2cSmrgac_ct_CC = @ac_ct_CC@
3289418810dSmrgac_ct_DUMPBIN = @ac_ct_DUMPBIN@
3299bd41f2cSmrgam__include = @am__include@
3309bd41f2cSmrgam__leading_dot = @am__leading_dot@
3319bd41f2cSmrgam__quote = @am__quote@
3329bd41f2cSmrgam__tar = @am__tar@
3339bd41f2cSmrgam__untar = @am__untar@
3349bd41f2cSmrgbindir = @bindir@
3359bd41f2cSmrgbuild = @build@
3369bd41f2cSmrgbuild_alias = @build_alias@
3379bd41f2cSmrgbuild_cpu = @build_cpu@
3389bd41f2cSmrgbuild_os = @build_os@
3399bd41f2cSmrgbuild_vendor = @build_vendor@
3409bd41f2cSmrgbuilddir = @builddir@
3419bd41f2cSmrgdatadir = @datadir@
3429bd41f2cSmrgdatarootdir = @datarootdir@
3439bd41f2cSmrgdocdir = @docdir@
3449bd41f2cSmrgdvidir = @dvidir@
3459bd41f2cSmrgexec_prefix = @exec_prefix@
3469bd41f2cSmrghost = @host@
3479bd41f2cSmrghost_alias = @host_alias@
3489bd41f2cSmrghost_cpu = @host_cpu@
3499bd41f2cSmrghost_os = @host_os@
3509bd41f2cSmrghost_vendor = @host_vendor@
3519bd41f2cSmrghtmldir = @htmldir@
3529bd41f2cSmrgincludedir = @includedir@
3539bd41f2cSmrginfodir = @infodir@
3549bd41f2cSmrginputdir = @inputdir@
3559bd41f2cSmrginstall_sh = @install_sh@
3569bd41f2cSmrglibdir = @libdir@
3579bd41f2cSmrglibexecdir = @libexecdir@
3589bd41f2cSmrglocaledir = @localedir@
3599bd41f2cSmrglocalstatedir = @localstatedir@
3609bd41f2cSmrgmandir = @mandir@
3619bd41f2cSmrgmkdir_p = @mkdir_p@
3629bd41f2cSmrgoldincludedir = @oldincludedir@
3639bd41f2cSmrgpdfdir = @pdfdir@
3649bd41f2cSmrgprefix = @prefix@
3659bd41f2cSmrgprogram_transform_name = @program_transform_name@
3669bd41f2cSmrgpsdir = @psdir@
367084f91ccSmrgrunstatedir = @runstatedir@
3689bd41f2cSmrgsbindir = @sbindir@
3699bd41f2cSmrgsharedstatedir = @sharedstatedir@
3709bd41f2cSmrgsrcdir = @srcdir@
3719bd41f2cSmrgsysconfdir = @sysconfdir@
3729bd41f2cSmrgtarget_alias = @target_alias@
373d075918cSmrgtop_build_prefix = @top_build_prefix@
3749bd41f2cSmrgtop_builddir = @top_builddir@
3759bd41f2cSmrgtop_srcdir = @top_srcdir@
3769418810dSmrg
3779418810dSmrg# Ensure xorg.conf.d snippets are installed below $(prefix) for distcheck
3780da4cdccSmrgDISTCHECK_CONFIGURE_FLAGS = --with-xorg-conf-dir='$${datadir}/X11/xorg.conf.d' \
3790da4cdccSmrg                            --with-udev-rules-dir='$${libdir}/udev/rules.d'
3800da4cdccSmrg
381d075918cSmrgSUBDIRS = shared src tools fdi man
3829418810dSmrgMAINTAINERCLEANFILES = ChangeLog INSTALL
3839bd41f2cSmrgall: config.h
3849bd41f2cSmrg	$(MAKE) $(AM_MAKEFLAGS) all-recursive
3859bd41f2cSmrg
3869bd41f2cSmrg.SUFFIXES:
3870da4cdccSmrgam--refresh: Makefile
3889bd41f2cSmrg	@:
3898746cb53Smrg$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
3909bd41f2cSmrg	@for dep in $?; do \
3919bd41f2cSmrg	  case '$(am__configure_deps)' in \
3929bd41f2cSmrg	    *$$dep*) \
3930da4cdccSmrg	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
3940da4cdccSmrg	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
3959bd41f2cSmrg		&& exit 0; \
3969bd41f2cSmrg	      exit 1;; \
3979bd41f2cSmrg	  esac; \
3989bd41f2cSmrg	done; \
3990da4cdccSmrg	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
4000da4cdccSmrg	$(am__cd) $(top_srcdir) && \
4010da4cdccSmrg	  $(AUTOMAKE) --foreign Makefile
4029bd41f2cSmrgMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
4039bd41f2cSmrg	@case '$?' in \
4049bd41f2cSmrg	  *config.status*) \
4059bd41f2cSmrg	    echo ' $(SHELL) ./config.status'; \
4069bd41f2cSmrg	    $(SHELL) ./config.status;; \
4079bd41f2cSmrg	  *) \
408084f91ccSmrg	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
409084f91ccSmrg	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
4109bd41f2cSmrg	esac;
4119bd41f2cSmrg
4129bd41f2cSmrg$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
4139bd41f2cSmrg	$(SHELL) ./config.status --recheck
4149bd41f2cSmrg
4158746cb53Smrg$(top_srcdir)/configure:  $(am__configure_deps)
4160da4cdccSmrg	$(am__cd) $(srcdir) && $(AUTOCONF)
4178746cb53Smrg$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
4180da4cdccSmrg	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
4190da4cdccSmrg$(am__aclocal_m4_deps):
4209bd41f2cSmrg
4219bd41f2cSmrgconfig.h: stamp-h1
422084f91ccSmrg	@test -f $@ || rm -f stamp-h1
423084f91ccSmrg	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
4249bd41f2cSmrg
4259bd41f2cSmrgstamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
4269bd41f2cSmrg	@rm -f stamp-h1
4279bd41f2cSmrg	cd $(top_builddir) && $(SHELL) ./config.status config.h
4288746cb53Smrg$(srcdir)/config.h.in:  $(am__configure_deps) 
4290da4cdccSmrg	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
4309bd41f2cSmrg	rm -f stamp-h1
4319bd41f2cSmrg	touch $@
4329bd41f2cSmrg
4339bd41f2cSmrgdistclean-hdr:
4349bd41f2cSmrg	-rm -f config.h stamp-h1
4359bd41f2cSmrg
4369bd41f2cSmrgmostlyclean-libtool:
4379bd41f2cSmrg	-rm -f *.lo
4389bd41f2cSmrg
4399bd41f2cSmrgclean-libtool:
4409bd41f2cSmrg	-rm -rf .libs _libs
4419bd41f2cSmrg
4429bd41f2cSmrgdistclean-libtool:
4439418810dSmrg	-rm -f libtool config.lt
4449bd41f2cSmrg
4459bd41f2cSmrg# This directory's subdirectories are mostly independent; you can cd
446084f91ccSmrg# into them and run 'make' without going through this Makefile.
447084f91ccSmrg# To change the values of 'make' variables: instead of editing Makefiles,
448084f91ccSmrg# (1) if the variable is set in 'config.status', edit 'config.status'
449084f91ccSmrg#     (which will cause the Makefiles to be regenerated when you run 'make');
450084f91ccSmrg# (2) otherwise, pass the desired values on the 'make' command line.
451084f91ccSmrg$(am__recursive_targets):
452084f91ccSmrg	@fail=; \
453084f91ccSmrg	if $(am__make_keepgoing); then \
454084f91ccSmrg	  failcom='fail=yes'; \
455084f91ccSmrg	else \
456084f91ccSmrg	  failcom='exit 1'; \
457084f91ccSmrg	fi; \
4589bd41f2cSmrg	dot_seen=no; \
4599bd41f2cSmrg	target=`echo $@ | sed s/-recursive//`; \
460084f91ccSmrg	case "$@" in \
461084f91ccSmrg	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
462084f91ccSmrg	  *) list='$(SUBDIRS)' ;; \
463084f91ccSmrg	esac; \
464084f91ccSmrg	for subdir in $$list; do \
4659bd41f2cSmrg	  echo "Making $$target in $$subdir"; \
4669bd41f2cSmrg	  if test "$$subdir" = "."; then \
4679bd41f2cSmrg	    dot_seen=yes; \
4689bd41f2cSmrg	    local_target="$$target-am"; \
4699bd41f2cSmrg	  else \
4709bd41f2cSmrg	    local_target="$$target"; \
4719bd41f2cSmrg	  fi; \
4720da4cdccSmrg	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
4739bd41f2cSmrg	  || eval $$failcom; \
4749bd41f2cSmrg	done; \
4759bd41f2cSmrg	if test "$$dot_seen" = "no"; then \
4769bd41f2cSmrg	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
4779bd41f2cSmrg	fi; test -z "$$fail"
4789bd41f2cSmrg
479084f91ccSmrgID: $(am__tagged_files)
480084f91ccSmrg	$(am__define_uniq_tagged_files); mkid -fID $$unique
481084f91ccSmrgtags: tags-recursive
482084f91ccSmrgTAGS: tags
4839bd41f2cSmrg
484084f91ccSmrgtags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
4850da4cdccSmrg	set x; \
4869bd41f2cSmrg	here=`pwd`; \
4879bd41f2cSmrg	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
4889bd41f2cSmrg	  include_option=--etags-include; \
4899bd41f2cSmrg	  empty_fix=.; \
4909bd41f2cSmrg	else \
4919bd41f2cSmrg	  include_option=--include; \
4929bd41f2cSmrg	  empty_fix=; \
4939bd41f2cSmrg	fi; \
4949bd41f2cSmrg	list='$(SUBDIRS)'; for subdir in $$list; do \
4959bd41f2cSmrg	  if test "$$subdir" = .; then :; else \
4969bd41f2cSmrg	    test ! -f $$subdir/TAGS || \
4970da4cdccSmrg	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
4989bd41f2cSmrg	  fi; \
4999bd41f2cSmrg	done; \
500084f91ccSmrg	$(am__define_uniq_tagged_files); \
5010da4cdccSmrg	shift; \
5020da4cdccSmrg	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
5039bd41f2cSmrg	  test -n "$$unique" || unique=$$empty_fix; \
5040da4cdccSmrg	  if test $$# -gt 0; then \
5050da4cdccSmrg	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
5060da4cdccSmrg	      "$$@" $$unique; \
5070da4cdccSmrg	  else \
5080da4cdccSmrg	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
5090da4cdccSmrg	      $$unique; \
5100da4cdccSmrg	  fi; \
5119bd41f2cSmrg	fi
512084f91ccSmrgctags: ctags-recursive
513084f91ccSmrg
514084f91ccSmrgCTAGS: ctags
515084f91ccSmrgctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
516084f91ccSmrg	$(am__define_uniq_tagged_files); \
5170da4cdccSmrg	test -z "$(CTAGS_ARGS)$$unique" \
5189bd41f2cSmrg	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
5190da4cdccSmrg	     $$unique
5209bd41f2cSmrg
5219bd41f2cSmrgGTAGS:
5229bd41f2cSmrg	here=`$(am__cd) $(top_builddir) && pwd` \
5230da4cdccSmrg	  && $(am__cd) $(top_srcdir) \
5240da4cdccSmrg	  && gtags -i $(GTAGS_ARGS) "$$here"
525084f91ccSmrgcscope: cscope.files
526084f91ccSmrg	test ! -s cscope.files \
527084f91ccSmrg	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
528084f91ccSmrgclean-cscope:
529084f91ccSmrg	-rm -f cscope.files
530084f91ccSmrgcscope.files: clean-cscope cscopelist
531084f91ccSmrgcscopelist: cscopelist-recursive
532084f91ccSmrg
533084f91ccSmrgcscopelist-am: $(am__tagged_files)
534084f91ccSmrg	list='$(am__tagged_files)'; \
535084f91ccSmrg	case "$(srcdir)" in \
536084f91ccSmrg	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
537084f91ccSmrg	  *) sdir=$(subdir)/$(srcdir) ;; \
538084f91ccSmrg	esac; \
539084f91ccSmrg	for i in $$list; do \
540084f91ccSmrg	  if test -f "$$i"; then \
541084f91ccSmrg	    echo "$(subdir)/$$i"; \
542084f91ccSmrg	  else \
543084f91ccSmrg	    echo "$$sdir/$$i"; \
544084f91ccSmrg	  fi; \
545084f91ccSmrg	done >> $(top_builddir)/cscope.files
5469bd41f2cSmrg
5479bd41f2cSmrgdistclean-tags:
5489bd41f2cSmrg	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
549084f91ccSmrg	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
550084f91ccSmrgdistdir: $(BUILT_SOURCES)
551084f91ccSmrg	$(MAKE) $(AM_MAKEFLAGS) distdir-am
5529bd41f2cSmrg
553084f91ccSmrgdistdir-am: $(DISTFILES)
5549bd41f2cSmrg	$(am__remove_distdir)
5550da4cdccSmrg	test -d "$(distdir)" || mkdir "$(distdir)"
5569bd41f2cSmrg	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
5579bd41f2cSmrg	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
5589bd41f2cSmrg	list='$(DISTFILES)'; \
5599bd41f2cSmrg	  dist_files=`for file in $$list; do echo $$file; done | \
5609bd41f2cSmrg	  sed -e "s|^$$srcdirstrip/||;t" \
5619bd41f2cSmrg	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
5629bd41f2cSmrg	case $$dist_files in \
5639bd41f2cSmrg	  */*) $(MKDIR_P) `echo "$$dist_files" | \
5649bd41f2cSmrg			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
5659bd41f2cSmrg			   sort -u` ;; \
5669bd41f2cSmrg	esac; \
5679bd41f2cSmrg	for file in $$dist_files; do \
5689bd41f2cSmrg	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
5699bd41f2cSmrg	  if test -d $$d/$$file; then \
5709bd41f2cSmrg	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
5710da4cdccSmrg	    if test -d "$(distdir)/$$file"; then \
5720da4cdccSmrg	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
5730da4cdccSmrg	    fi; \
5749bd41f2cSmrg	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
5750da4cdccSmrg	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
5760da4cdccSmrg	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
5779bd41f2cSmrg	    fi; \
5780da4cdccSmrg	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
5799bd41f2cSmrg	  else \
5800da4cdccSmrg	    test -f "$(distdir)/$$file" \
5810da4cdccSmrg	    || cp -p $$d/$$file "$(distdir)/$$file" \
5829bd41f2cSmrg	    || exit 1; \
5839bd41f2cSmrg	  fi; \
5849bd41f2cSmrg	done
5850da4cdccSmrg	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
5869bd41f2cSmrg	  if test "$$subdir" = .; then :; else \
5870da4cdccSmrg	    $(am__make_dryrun) \
5880da4cdccSmrg	      || test -d "$(distdir)/$$subdir" \
5890da4cdccSmrg	      || $(MKDIR_P) "$(distdir)/$$subdir" \
5900da4cdccSmrg	      || exit 1; \
5910da4cdccSmrg	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
5920da4cdccSmrg	    $(am__relativize); \
5930da4cdccSmrg	    new_distdir=$$reldir; \
5940da4cdccSmrg	    dir1=$$subdir; dir2="$(top_distdir)"; \
5950da4cdccSmrg	    $(am__relativize); \
5960da4cdccSmrg	    new_top_distdir=$$reldir; \
5970da4cdccSmrg	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
5980da4cdccSmrg	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
5990da4cdccSmrg	    ($(am__cd) $$subdir && \
6009bd41f2cSmrg	      $(MAKE) $(AM_MAKEFLAGS) \
6010da4cdccSmrg	        top_distdir="$$new_top_distdir" \
6020da4cdccSmrg	        distdir="$$new_distdir" \
6039bd41f2cSmrg		am__remove_distdir=: \
6049bd41f2cSmrg		am__skip_length_check=: \
6050da4cdccSmrg		am__skip_mode_fix=: \
6069bd41f2cSmrg	        distdir) \
6079bd41f2cSmrg	      || exit 1; \
6089bd41f2cSmrg	  fi; \
6099bd41f2cSmrg	done
6109418810dSmrg	$(MAKE) $(AM_MAKEFLAGS) \
6119418810dSmrg	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
6129418810dSmrg	  dist-hook
6130da4cdccSmrg	-test -n "$(am__skip_mode_fix)" \
6140da4cdccSmrg	|| find "$(distdir)" -type d ! -perm -755 \
6150da4cdccSmrg		-exec chmod u+rwx,go+rx {} \; -o \
6169bd41f2cSmrg	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
6179bd41f2cSmrg	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
6189bd41f2cSmrg	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
6190da4cdccSmrg	|| chmod -R a+r "$(distdir)"
6209bd41f2cSmrgdist-gzip: distdir
621084f91ccSmrg	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
622084f91ccSmrg	$(am__post_remove_distdir)
623084f91ccSmrg
6249bd41f2cSmrgdist-bzip2: distdir
6250da4cdccSmrg	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
626084f91ccSmrg	$(am__post_remove_distdir)
6270da4cdccSmrg
6280da4cdccSmrgdist-lzip: distdir
6290da4cdccSmrg	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
630084f91ccSmrg	$(am__post_remove_distdir)
6319418810dSmrgdist-xz: distdir
6320da4cdccSmrg	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
633084f91ccSmrg	$(am__post_remove_distdir)
634084f91ccSmrg
635084f91ccSmrgdist-zstd: distdir
636084f91ccSmrg	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
637084f91ccSmrg	$(am__post_remove_distdir)
6389418810dSmrg
6399bd41f2cSmrgdist-tarZ: distdir
640084f91ccSmrg	@echo WARNING: "Support for distribution archives compressed with" \
641084f91ccSmrg		       "legacy program 'compress' is deprecated." >&2
642084f91ccSmrg	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
6439bd41f2cSmrg	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
644084f91ccSmrg	$(am__post_remove_distdir)
6459bd41f2cSmrg
6469bd41f2cSmrgdist-shar: distdir
647084f91ccSmrg	@echo WARNING: "Support for shar distribution archives is" \
648084f91ccSmrg	               "deprecated." >&2
649084f91ccSmrg	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
650084f91ccSmrg	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
651084f91ccSmrg	$(am__post_remove_distdir)
6529bd41f2cSmrg
6539bd41f2cSmrgdist-zip: distdir
6549bd41f2cSmrg	-rm -f $(distdir).zip
6559bd41f2cSmrg	zip -rq $(distdir).zip $(distdir)
656084f91ccSmrg	$(am__post_remove_distdir)
6579bd41f2cSmrg
658084f91ccSmrgdist dist-all:
659084f91ccSmrg	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
660084f91ccSmrg	$(am__post_remove_distdir)
6619bd41f2cSmrg
6629bd41f2cSmrg# This target untars the dist file and tries a VPATH configuration.  Then
6639bd41f2cSmrg# it guarantees that the distribution is self-contained by making another
6649bd41f2cSmrg# tarfile.
6659bd41f2cSmrgdistcheck: dist
6669bd41f2cSmrg	case '$(DIST_ARCHIVES)' in \
6679bd41f2cSmrg	*.tar.gz*) \
668084f91ccSmrg	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
6699bd41f2cSmrg	*.tar.bz2*) \
6700da4cdccSmrg	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
6710da4cdccSmrg	*.tar.lz*) \
6720da4cdccSmrg	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
6739418810dSmrg	*.tar.xz*) \
6749418810dSmrg	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
6759bd41f2cSmrg	*.tar.Z*) \
6769bd41f2cSmrg	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
6779bd41f2cSmrg	*.shar.gz*) \
678084f91ccSmrg	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
6799bd41f2cSmrg	*.zip*) \
6809bd41f2cSmrg	  unzip $(distdir).zip ;;\
681084f91ccSmrg	*.tar.zst*) \
682084f91ccSmrg	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
6839bd41f2cSmrg	esac
684084f91ccSmrg	chmod -R a-w $(distdir)
685084f91ccSmrg	chmod u+w $(distdir)
686084f91ccSmrg	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
6879bd41f2cSmrg	chmod a-w $(distdir)
6880da4cdccSmrg	test -d $(distdir)/_build || exit 0; \
6899bd41f2cSmrg	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
6909bd41f2cSmrg	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
6910da4cdccSmrg	  && am__cwd=`pwd` \
692084f91ccSmrg	  && $(am__cd) $(distdir)/_build/sub \
693084f91ccSmrg	  && ../../configure \
6940da4cdccSmrg	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
6959bd41f2cSmrg	    $(DISTCHECK_CONFIGURE_FLAGS) \
696084f91ccSmrg	    --srcdir=../.. --prefix="$$dc_install_base" \
6979bd41f2cSmrg	  && $(MAKE) $(AM_MAKEFLAGS) \
698084f91ccSmrg	  && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
6999bd41f2cSmrg	  && $(MAKE) $(AM_MAKEFLAGS) check \
7009bd41f2cSmrg	  && $(MAKE) $(AM_MAKEFLAGS) install \
7019bd41f2cSmrg	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
7029bd41f2cSmrg	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
7039bd41f2cSmrg	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
7049bd41f2cSmrg	        distuninstallcheck \
7059bd41f2cSmrg	  && chmod -R a-w "$$dc_install_base" \
7069bd41f2cSmrg	  && ({ \
7079bd41f2cSmrg	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
7089bd41f2cSmrg	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
7099bd41f2cSmrg	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
7109bd41f2cSmrg	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
7119bd41f2cSmrg	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
7129bd41f2cSmrg	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
7139bd41f2cSmrg	  && rm -rf "$$dc_destdir" \
7149bd41f2cSmrg	  && $(MAKE) $(AM_MAKEFLAGS) dist \
7159bd41f2cSmrg	  && rm -rf $(DIST_ARCHIVES) \
7160da4cdccSmrg	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
7170da4cdccSmrg	  && cd "$$am__cwd" \
7180da4cdccSmrg	  || exit 1
719084f91ccSmrg	$(am__post_remove_distdir)
7209bd41f2cSmrg	@(echo "$(distdir) archives ready for distribution: "; \
7219bd41f2cSmrg	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
7229bd41f2cSmrg	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
7239bd41f2cSmrgdistuninstallcheck:
7240da4cdccSmrg	@test -n '$(distuninstallcheck_dir)' || { \
7250da4cdccSmrg	  echo 'ERROR: trying to run $@ with an empty' \
7260da4cdccSmrg	       '$$(distuninstallcheck_dir)' >&2; \
7270da4cdccSmrg	  exit 1; \
7280da4cdccSmrg	}; \
7290da4cdccSmrg	$(am__cd) '$(distuninstallcheck_dir)' || { \
7300da4cdccSmrg	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
7310da4cdccSmrg	  exit 1; \
7320da4cdccSmrg	}; \
7330da4cdccSmrg	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
7349bd41f2cSmrg	   || { echo "ERROR: files left after uninstall:" ; \
7359bd41f2cSmrg	        if test -n "$(DESTDIR)"; then \
7369bd41f2cSmrg	          echo "  (check DESTDIR support)"; \
7379bd41f2cSmrg	        fi ; \
7389bd41f2cSmrg	        $(distuninstallcheck_listfiles) ; \
7399bd41f2cSmrg	        exit 1; } >&2
7409bd41f2cSmrgdistcleancheck: distclean
7419bd41f2cSmrg	@if test '$(srcdir)' = . ; then \
7429bd41f2cSmrg	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
7439bd41f2cSmrg	  exit 1 ; \
7449bd41f2cSmrg	fi
7459bd41f2cSmrg	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
7469bd41f2cSmrg	  || { echo "ERROR: files left in build directory after distclean:" ; \
7479bd41f2cSmrg	       $(distcleancheck_listfiles) ; \
7489bd41f2cSmrg	       exit 1; } >&2
7499bd41f2cSmrgcheck-am: all-am
7509bd41f2cSmrgcheck: check-recursive
7519bd41f2cSmrgall-am: Makefile config.h
7529bd41f2cSmrginstalldirs: installdirs-recursive
7539bd41f2cSmrginstalldirs-am:
7549bd41f2cSmrginstall: install-recursive
7559bd41f2cSmrginstall-exec: install-exec-recursive
7569bd41f2cSmrginstall-data: install-data-recursive
7579bd41f2cSmrguninstall: uninstall-recursive
7589bd41f2cSmrg
7599bd41f2cSmrginstall-am: all-am
7609bd41f2cSmrg	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
7619bd41f2cSmrg
7629bd41f2cSmrginstallcheck: installcheck-recursive
7639bd41f2cSmrginstall-strip:
7640da4cdccSmrg	if test -z '$(STRIP)'; then \
7650da4cdccSmrg	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
7660da4cdccSmrg	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
7670da4cdccSmrg	      install; \
7680da4cdccSmrg	else \
7690da4cdccSmrg	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
7700da4cdccSmrg	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
7710da4cdccSmrg	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
7720da4cdccSmrg	fi
7739bd41f2cSmrgmostlyclean-generic:
7749bd41f2cSmrg
7759bd41f2cSmrgclean-generic:
7769bd41f2cSmrg
7779bd41f2cSmrgdistclean-generic:
7789bd41f2cSmrg	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
7790da4cdccSmrg	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
7809bd41f2cSmrg
7819bd41f2cSmrgmaintainer-clean-generic:
7829bd41f2cSmrg	@echo "This command is intended for maintainers to use"
7839bd41f2cSmrg	@echo "it deletes files that may require special tools to rebuild."
7849418810dSmrg	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
7859bd41f2cSmrgclean: clean-recursive
7869bd41f2cSmrg
7879bd41f2cSmrgclean-am: clean-generic clean-libtool mostlyclean-am
7889bd41f2cSmrg
7899bd41f2cSmrgdistclean: distclean-recursive
7909bd41f2cSmrg	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
7919bd41f2cSmrg	-rm -f Makefile
7929bd41f2cSmrgdistclean-am: clean-am distclean-generic distclean-hdr \
7939bd41f2cSmrg	distclean-libtool distclean-tags
7949bd41f2cSmrg
7959bd41f2cSmrgdvi: dvi-recursive
7969bd41f2cSmrg
7979bd41f2cSmrgdvi-am:
7989bd41f2cSmrg
7999bd41f2cSmrghtml: html-recursive
8009bd41f2cSmrg
8010da4cdccSmrghtml-am:
8020da4cdccSmrg
8039bd41f2cSmrginfo: info-recursive
8049bd41f2cSmrg
8059bd41f2cSmrginfo-am:
8069bd41f2cSmrg
8079bd41f2cSmrginstall-data-am:
8089bd41f2cSmrg
8099bd41f2cSmrginstall-dvi: install-dvi-recursive
8109bd41f2cSmrg
8110da4cdccSmrginstall-dvi-am:
8120da4cdccSmrg
8139bd41f2cSmrginstall-exec-am:
8149bd41f2cSmrg
8159bd41f2cSmrginstall-html: install-html-recursive
8169bd41f2cSmrg
8170da4cdccSmrginstall-html-am:
8180da4cdccSmrg
8199bd41f2cSmrginstall-info: install-info-recursive
8209bd41f2cSmrg
8210da4cdccSmrginstall-info-am:
8220da4cdccSmrg
8239bd41f2cSmrginstall-man:
8249bd41f2cSmrg
8259bd41f2cSmrginstall-pdf: install-pdf-recursive
8269bd41f2cSmrg
8270da4cdccSmrginstall-pdf-am:
8280da4cdccSmrg
8299bd41f2cSmrginstall-ps: install-ps-recursive
8309bd41f2cSmrg
8310da4cdccSmrginstall-ps-am:
8320da4cdccSmrg
8339bd41f2cSmrginstallcheck-am:
8349bd41f2cSmrg
8359bd41f2cSmrgmaintainer-clean: maintainer-clean-recursive
8369bd41f2cSmrg	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
8379bd41f2cSmrg	-rm -rf $(top_srcdir)/autom4te.cache
8389bd41f2cSmrg	-rm -f Makefile
8399bd41f2cSmrgmaintainer-clean-am: distclean-am maintainer-clean-generic
8409bd41f2cSmrg
8419bd41f2cSmrgmostlyclean: mostlyclean-recursive
8429bd41f2cSmrg
8439bd41f2cSmrgmostlyclean-am: mostlyclean-generic mostlyclean-libtool
8449bd41f2cSmrg
8459bd41f2cSmrgpdf: pdf-recursive
8469bd41f2cSmrg
8479bd41f2cSmrgpdf-am:
8489bd41f2cSmrg
8499bd41f2cSmrgps: ps-recursive
8509bd41f2cSmrg
8519bd41f2cSmrgps-am:
8529bd41f2cSmrg
8539bd41f2cSmrguninstall-am:
8549bd41f2cSmrg
855084f91ccSmrg.MAKE: $(am__recursive_targets) all install-am install-strip
856084f91ccSmrg
857084f91ccSmrg.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
858084f91ccSmrg	am--refresh check check-am clean clean-cscope clean-generic \
859084f91ccSmrg	clean-libtool cscope cscopelist-am ctags ctags-am dist \
860084f91ccSmrg	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
861084f91ccSmrg	dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \
862084f91ccSmrg	distclean-generic distclean-hdr distclean-libtool \
863084f91ccSmrg	distclean-tags distcleancheck distdir distuninstallcheck dvi \
864084f91ccSmrg	dvi-am html html-am info info-am install install-am \
865084f91ccSmrg	install-data install-data-am install-dvi install-dvi-am \
866084f91ccSmrg	install-exec install-exec-am install-html install-html-am \
867084f91ccSmrg	install-info install-info-am install-man install-pdf \
868084f91ccSmrg	install-pdf-am install-ps install-ps-am install-strip \
869084f91ccSmrg	installcheck installcheck-am installdirs installdirs-am \
870084f91ccSmrg	maintainer-clean maintainer-clean-generic mostlyclean \
871084f91ccSmrg	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
872084f91ccSmrg	tags tags-am uninstall uninstall-am
873084f91ccSmrg
874084f91ccSmrg.PRECIOUS: Makefile
8759418810dSmrg
8769418810dSmrg.PHONY: ChangeLog INSTALL
8779418810dSmrg
8789418810dSmrgINSTALL:
8799418810dSmrg	$(INSTALL_CMD)
8809418810dSmrg
8819418810dSmrgChangeLog:
8829418810dSmrg	$(CHANGELOG_CMD)
8839418810dSmrg
8849418810dSmrgdist-hook: ChangeLog INSTALL
8850da4cdccSmrg
8869bd41f2cSmrg# Tell versions [3.59,3.63) of GNU make to not export all variables.
8879bd41f2cSmrg# Otherwise a system limit (for SysV at least) may be exceeded.
8889bd41f2cSmrg.NOEXPORT:
889