179d5fcd7Smrg# Makefile.in generated by automake 1.16.5 from Makefile.am. 2f29dbc25Smrg# @configure_input@ 3f29dbc25Smrg 479d5fcd7Smrg# Copyright (C) 1994-2021 Free Software Foundation, Inc. 504007ebaSmrg 6f29dbc25Smrg# This Makefile.in is free software; the Free Software Foundation 7f29dbc25Smrg# gives unlimited permission to copy and/or distribute it, 8f29dbc25Smrg# with or without modifications, as long as this notice is preserved. 9f29dbc25Smrg 10f29dbc25Smrg# This program is distributed in the hope that it will be useful, 11f29dbc25Smrg# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12f29dbc25Smrg# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13f29dbc25Smrg# PARTICULAR PURPOSE. 14f29dbc25Smrg 15f29dbc25Smrg@SET_MAKE@ 16f29dbc25Smrg 17f29dbc25Smrg# Copyright 2005 Adam Jackson. 18f29dbc25Smrg# 19f29dbc25Smrg# Permission is hereby granted, free of charge, to any person obtaining a 20f29dbc25Smrg# copy of this software and associated documentation files (the "Software"), 21f29dbc25Smrg# to deal in the Software without restriction, including without limitation 22f29dbc25Smrg# on the rights to use, copy, modify, merge, publish, distribute, sub 23f29dbc25Smrg# license, and/or sell copies of the Software, and to permit persons to whom 24f29dbc25Smrg# the Software is furnished to do so, subject to the following conditions: 25f29dbc25Smrg# 26f29dbc25Smrg# The above copyright notice and this permission notice (including the next 27f29dbc25Smrg# paragraph) shall be included in all copies or substantial portions of the 28f29dbc25Smrg# Software. 29f29dbc25Smrg# 30f29dbc25Smrg# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31f29dbc25Smrg# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32f29dbc25Smrg# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 33f29dbc25Smrg# ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 34f29dbc25Smrg# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 35f29dbc25Smrg# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 36f29dbc25SmrgVPATH = @srcdir@ 3705cf1079Smrgam__is_gnu_make = { \ 3805cf1079Smrg if test -z '$(MAKELEVEL)'; then \ 3905cf1079Smrg false; \ 4005cf1079Smrg elif test -n '$(MAKE_HOST)'; then \ 4105cf1079Smrg true; \ 4205cf1079Smrg elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 4305cf1079Smrg true; \ 4405cf1079Smrg else \ 4505cf1079Smrg false; \ 4605cf1079Smrg fi; \ 4705cf1079Smrg} 4804007ebaSmrgam__make_running_with_option = \ 4904007ebaSmrg case $${target_option-} in \ 5004007ebaSmrg ?) ;; \ 5104007ebaSmrg *) echo "am__make_running_with_option: internal error: invalid" \ 5204007ebaSmrg "target option '$${target_option-}' specified" >&2; \ 5304007ebaSmrg exit 1;; \ 5404007ebaSmrg esac; \ 5504007ebaSmrg has_opt=no; \ 5604007ebaSmrg sane_makeflags=$$MAKEFLAGS; \ 5704007ebaSmrg if $(am__is_gnu_make); then \ 5804007ebaSmrg sane_makeflags=$$MFLAGS; \ 5904007ebaSmrg else \ 6004007ebaSmrg case $$MAKEFLAGS in \ 6104007ebaSmrg *\\[\ \ ]*) \ 6204007ebaSmrg bs=\\; \ 6304007ebaSmrg sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 6404007ebaSmrg | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 6504007ebaSmrg esac; \ 6604007ebaSmrg fi; \ 6704007ebaSmrg skip_next=no; \ 6804007ebaSmrg strip_trailopt () \ 6904007ebaSmrg { \ 7004007ebaSmrg flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 7104007ebaSmrg }; \ 7204007ebaSmrg for flg in $$sane_makeflags; do \ 7304007ebaSmrg test $$skip_next = yes && { skip_next=no; continue; }; \ 7404007ebaSmrg case $$flg in \ 7504007ebaSmrg *=*|--*) continue;; \ 7604007ebaSmrg -*I) strip_trailopt 'I'; skip_next=yes;; \ 7704007ebaSmrg -*I?*) strip_trailopt 'I';; \ 7804007ebaSmrg -*O) strip_trailopt 'O'; skip_next=yes;; \ 7904007ebaSmrg -*O?*) strip_trailopt 'O';; \ 8004007ebaSmrg -*l) strip_trailopt 'l'; skip_next=yes;; \ 8104007ebaSmrg -*l?*) strip_trailopt 'l';; \ 8204007ebaSmrg -[dEDm]) skip_next=yes;; \ 8304007ebaSmrg -[JT]) skip_next=yes;; \ 8404007ebaSmrg esac; \ 8504007ebaSmrg case $$flg in \ 8604007ebaSmrg *$$target_option*) has_opt=yes; break;; \ 8704007ebaSmrg esac; \ 8804007ebaSmrg done; \ 8904007ebaSmrg test $$has_opt = yes 9004007ebaSmrgam__make_dryrun = (target_option=n; $(am__make_running_with_option)) 9104007ebaSmrgam__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 92f29dbc25Smrgpkgdatadir = $(datadir)/@PACKAGE@ 93f29dbc25Smrgpkgincludedir = $(includedir)/@PACKAGE@ 94f29dbc25Smrgpkglibdir = $(libdir)/@PACKAGE@ 95f29dbc25Smrgpkglibexecdir = $(libexecdir)/@PACKAGE@ 96f29dbc25Smrgam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 97f29dbc25Smrginstall_sh_DATA = $(install_sh) -c -m 644 98f29dbc25Smrginstall_sh_PROGRAM = $(install_sh) -c 99f29dbc25Smrginstall_sh_SCRIPT = $(install_sh) -c 100f29dbc25SmrgINSTALL_HEADER = $(INSTALL_DATA) 101f29dbc25Smrgtransform = $(program_transform_name) 102f29dbc25SmrgNORMAL_INSTALL = : 103f29dbc25SmrgPRE_INSTALL = : 104f29dbc25SmrgPOST_INSTALL = : 105f29dbc25SmrgNORMAL_UNINSTALL = : 106f29dbc25SmrgPRE_UNINSTALL = : 107f29dbc25SmrgPOST_UNINSTALL = : 108f29dbc25Smrgbuild_triplet = @build@ 109f29dbc25Smrghost_triplet = @host@ 110f29dbc25Smrgsubdir = . 111f29dbc25SmrgACLOCAL_M4 = $(top_srcdir)/aclocal.m4 11204007ebaSmrgam__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 11304007ebaSmrg $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 11404007ebaSmrg $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 11504007ebaSmrg $(top_srcdir)/configure.ac 116f29dbc25Smrgam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 117f29dbc25Smrg $(ACLOCAL_M4) 11805cf1079SmrgDIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 11905cf1079Smrg $(am__configure_deps) $(am__DIST_COMMON) 120f29dbc25Smrgam__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 121f29dbc25Smrg configure.lineno config.status.lineno 122f29dbc25Smrgmkinstalldirs = $(install_sh) -d 123f29dbc25SmrgCONFIG_HEADER = config.h 124f29dbc25SmrgCONFIG_CLEAN_FILES = 125f29dbc25SmrgCONFIG_CLEAN_VPATH_FILES = 12604007ebaSmrgAM_V_P = $(am__v_P_@AM_V@) 12704007ebaSmrgam__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 12804007ebaSmrgam__v_P_0 = false 12904007ebaSmrgam__v_P_1 = : 13004007ebaSmrgAM_V_GEN = $(am__v_GEN_@AM_V@) 13104007ebaSmrgam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 13204007ebaSmrgam__v_GEN_0 = @echo " GEN " $@; 13304007ebaSmrgam__v_GEN_1 = 13404007ebaSmrgAM_V_at = $(am__v_at_@AM_V@) 13504007ebaSmrgam__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 136f29dbc25Smrgam__v_at_0 = @ 13704007ebaSmrgam__v_at_1 = 138f29dbc25SmrgSOURCES = 139f29dbc25SmrgDIST_SOURCES = 14004007ebaSmrgRECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 14104007ebaSmrg ctags-recursive dvi-recursive html-recursive info-recursive \ 14204007ebaSmrg install-data-recursive install-dvi-recursive \ 14304007ebaSmrg install-exec-recursive install-html-recursive \ 14404007ebaSmrg install-info-recursive install-pdf-recursive \ 14504007ebaSmrg install-ps-recursive install-recursive installcheck-recursive \ 14604007ebaSmrg installdirs-recursive pdf-recursive ps-recursive \ 14704007ebaSmrg tags-recursive uninstall-recursive 14804007ebaSmrgam__can_run_installinfo = \ 14904007ebaSmrg case $$AM_UPDATE_INFO_DIR in \ 15004007ebaSmrg n|no|NO) false;; \ 15104007ebaSmrg *) (install-info --version) >/dev/null 2>&1;; \ 15204007ebaSmrg esac 153f29dbc25SmrgRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 154f29dbc25Smrg distclean-recursive maintainer-clean-recursive 15504007ebaSmrgam__recursive_targets = \ 15604007ebaSmrg $(RECURSIVE_TARGETS) \ 15704007ebaSmrg $(RECURSIVE_CLEAN_TARGETS) \ 15804007ebaSmrg $(am__extra_recursive_targets) 15904007ebaSmrgAM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 16005cf1079Smrg cscope distdir distdir-am dist dist-all distcheck 16179d5fcd7Smrgam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ 16279d5fcd7Smrg config.h.in 16304007ebaSmrg# Read a list of newline-separated strings from the standard input, 16404007ebaSmrg# and print each of them once, without duplicates. Input order is 16504007ebaSmrg# *not* preserved. 16604007ebaSmrgam__uniquify_input = $(AWK) '\ 16704007ebaSmrg BEGIN { nonempty = 0; } \ 16804007ebaSmrg { items[$$0] = 1; nonempty = 1; } \ 16904007ebaSmrg END { if (nonempty) { for (i in items) print i; }; } \ 17004007ebaSmrg' 17104007ebaSmrg# Make sure the list of sources is unique. This is necessary because, 17204007ebaSmrg# e.g., the same source file might be shared among _SOURCES variables 17304007ebaSmrg# for different programs/libraries. 17404007ebaSmrgam__define_uniq_tagged_files = \ 17504007ebaSmrg list='$(am__tagged_files)'; \ 17604007ebaSmrg unique=`for i in $$list; do \ 17704007ebaSmrg if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 17804007ebaSmrg done | $(am__uniquify_input)` 179f29dbc25SmrgDIST_SUBDIRS = $(SUBDIRS) 18005cf1079Smrgam__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 18105cf1079Smrg $(top_srcdir)/build-aux/compile \ 18205cf1079Smrg $(top_srcdir)/build-aux/config.guess \ 18305cf1079Smrg $(top_srcdir)/build-aux/config.sub \ 18405cf1079Smrg $(top_srcdir)/build-aux/install-sh \ 18505cf1079Smrg $(top_srcdir)/build-aux/ltmain.sh \ 18605cf1079Smrg $(top_srcdir)/build-aux/missing COPYING ChangeLog INSTALL NEWS \ 18705cf1079Smrg README TODO build-aux/compile build-aux/config.guess \ 18805cf1079Smrg build-aux/config.sub build-aux/install-sh build-aux/ltmain.sh \ 18905cf1079Smrg build-aux/missing 190f29dbc25SmrgDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 191f29dbc25Smrgdistdir = $(PACKAGE)-$(VERSION) 192f29dbc25Smrgtop_distdir = $(distdir) 193f29dbc25Smrgam__remove_distdir = \ 19404007ebaSmrg if test -d "$(distdir)"; then \ 19504007ebaSmrg find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 19604007ebaSmrg && rm -rf "$(distdir)" \ 19704007ebaSmrg || { sleep 5 && rm -rf "$(distdir)"; }; \ 19804007ebaSmrg else :; fi 19904007ebaSmrgam__post_remove_distdir = $(am__remove_distdir) 200f29dbc25Smrgam__relativize = \ 201f29dbc25Smrg dir0=`pwd`; \ 202f29dbc25Smrg sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 203f29dbc25Smrg sed_rest='s,^[^/]*/*,,'; \ 204f29dbc25Smrg sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 205f29dbc25Smrg sed_butlast='s,/*[^/]*$$,,'; \ 206f29dbc25Smrg while test -n "$$dir1"; do \ 207f29dbc25Smrg first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 208f29dbc25Smrg if test "$$first" != "."; then \ 209f29dbc25Smrg if test "$$first" = ".."; then \ 210f29dbc25Smrg dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 211f29dbc25Smrg dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 212f29dbc25Smrg else \ 213f29dbc25Smrg first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 214f29dbc25Smrg if test "$$first2" = "$$first"; then \ 215f29dbc25Smrg dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 216f29dbc25Smrg else \ 217f29dbc25Smrg dir2="../$$dir2"; \ 218f29dbc25Smrg fi; \ 219f29dbc25Smrg dir0="$$dir0"/"$$first"; \ 220f29dbc25Smrg fi; \ 221f29dbc25Smrg fi; \ 222f29dbc25Smrg dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 223f29dbc25Smrg done; \ 224f29dbc25Smrg reldir="$$dir2" 22579d5fcd7SmrgDIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz 226f29dbc25SmrgGZIP_ENV = --best 22779d5fcd7SmrgDIST_TARGETS = dist-xz dist-gzip 22879d5fcd7Smrg# Exists only to be overridden by the user if desired. 22979d5fcd7SmrgAM_DISTCHECK_DVI_TARGET = dvi 230f29dbc25Smrgdistuninstallcheck_listfiles = find . -type f -print 23104007ebaSmrgam__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 23204007ebaSmrg | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 233f29dbc25Smrgdistcleancheck_listfiles = find . -type f -print 234f29dbc25SmrgACLOCAL = @ACLOCAL@ 235f29dbc25SmrgADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 236f29dbc25SmrgADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 237f29dbc25SmrgAMTAR = @AMTAR@ 238f29dbc25SmrgAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 239f29dbc25SmrgAPP_MAN_DIR = @APP_MAN_DIR@ 240f29dbc25SmrgAPP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 241f29dbc25SmrgAR = @AR@ 242f29dbc25SmrgAUTOCONF = @AUTOCONF@ 243f29dbc25SmrgAUTOHEADER = @AUTOHEADER@ 244f29dbc25SmrgAUTOMAKE = @AUTOMAKE@ 245f29dbc25SmrgAWK = @AWK@ 24604007ebaSmrgBASE_CFLAGS = @BASE_CFLAGS@ 247f29dbc25SmrgCC = @CC@ 248f29dbc25SmrgCCDEPMODE = @CCDEPMODE@ 249f29dbc25SmrgCFLAGS = @CFLAGS@ 250f29dbc25SmrgCHANGELOG_CMD = @CHANGELOG_CMD@ 251f29dbc25SmrgCPPFLAGS = @CPPFLAGS@ 25279d5fcd7SmrgCSCOPE = @CSCOPE@ 25379d5fcd7SmrgCTAGS = @CTAGS@ 254f29dbc25SmrgCWARNFLAGS = @CWARNFLAGS@ 255f29dbc25SmrgCYGPATH_W = @CYGPATH_W@ 256f29dbc25SmrgDEFS = @DEFS@ 257f29dbc25SmrgDEPDIR = @DEPDIR@ 25804007ebaSmrgDLLTOOL = @DLLTOOL@ 259f29dbc25SmrgDRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 260f29dbc25SmrgDRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 261f29dbc25SmrgDSYMUTIL = @DSYMUTIL@ 262f29dbc25SmrgDUMPBIN = @DUMPBIN@ 263f29dbc25SmrgECHO_C = @ECHO_C@ 264f29dbc25SmrgECHO_N = @ECHO_N@ 265f29dbc25SmrgECHO_T = @ECHO_T@ 266f29dbc25SmrgEGREP = @EGREP@ 26779d5fcd7SmrgETAGS = @ETAGS@ 268f29dbc25SmrgEXEEXT = @EXEEXT@ 269f29dbc25SmrgFGREP = @FGREP@ 27079d5fcd7SmrgFILECMD = @FILECMD@ 271f29dbc25SmrgFILE_MAN_DIR = @FILE_MAN_DIR@ 272f29dbc25SmrgFILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 273f29dbc25SmrgGREP = @GREP@ 274f29dbc25SmrgINSTALL = @INSTALL@ 275f29dbc25SmrgINSTALL_CMD = @INSTALL_CMD@ 276f29dbc25SmrgINSTALL_DATA = @INSTALL_DATA@ 277f29dbc25SmrgINSTALL_PROGRAM = @INSTALL_PROGRAM@ 278f29dbc25SmrgINSTALL_SCRIPT = @INSTALL_SCRIPT@ 279f29dbc25SmrgINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 280f29dbc25SmrgLD = @LD@ 281f29dbc25SmrgLDFLAGS = @LDFLAGS@ 282f29dbc25SmrgLIBOBJS = @LIBOBJS@ 283f29dbc25SmrgLIBS = @LIBS@ 284f29dbc25SmrgLIBTOOL = @LIBTOOL@ 285f29dbc25SmrgLIB_MAN_DIR = @LIB_MAN_DIR@ 286f29dbc25SmrgLIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 287f29dbc25SmrgLIPO = @LIPO@ 288f29dbc25SmrgLN_S = @LN_S@ 289f29dbc25SmrgLTLIBOBJS = @LTLIBOBJS@ 29005cf1079SmrgLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 29104007ebaSmrgM32_CFLAGS = @M32_CFLAGS@ 292f29dbc25SmrgMAINT = @MAINT@ 293f29dbc25SmrgMAKEINFO = @MAKEINFO@ 29404007ebaSmrgMANIFEST_TOOL = @MANIFEST_TOOL@ 295170d5fdcSmrgMAN_SUBSTS = @MAN_SUBSTS@ 296f29dbc25SmrgMISC_MAN_DIR = @MISC_MAN_DIR@ 297f29dbc25SmrgMISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 298f29dbc25SmrgMKDIR_P = @MKDIR_P@ 299f29dbc25SmrgNM = @NM@ 300f29dbc25SmrgNMEDIT = @NMEDIT@ 301f29dbc25SmrgOBJDUMP = @OBJDUMP@ 302f29dbc25SmrgOBJEXT = @OBJEXT@ 303f29dbc25SmrgOTOOL = @OTOOL@ 304f29dbc25SmrgOTOOL64 = @OTOOL64@ 305f29dbc25SmrgPACKAGE = @PACKAGE@ 306f29dbc25SmrgPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 307f29dbc25SmrgPACKAGE_NAME = @PACKAGE_NAME@ 308f29dbc25SmrgPACKAGE_STRING = @PACKAGE_STRING@ 309f29dbc25SmrgPACKAGE_TARNAME = @PACKAGE_TARNAME@ 310f29dbc25SmrgPACKAGE_URL = @PACKAGE_URL@ 311f29dbc25SmrgPACKAGE_VERSION = @PACKAGE_VERSION@ 31204007ebaSmrgPANEL_CPPFLAGS = @PANEL_CPPFLAGS@ 313f29dbc25SmrgPATH_SEPARATOR = @PATH_SEPARATOR@ 314f29dbc25SmrgPCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 315f29dbc25SmrgPCIACCESS_LIBS = @PCIACCESS_LIBS@ 316f29dbc25SmrgPKG_CONFIG = @PKG_CONFIG@ 317170d5fdcSmrgPKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 318170d5fdcSmrgPKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 319f29dbc25SmrgRANLIB = @RANLIB@ 320f29dbc25SmrgSED = @SED@ 321f29dbc25SmrgSET_MAKE = @SET_MAKE@ 322f29dbc25SmrgSHELL = @SHELL@ 32304007ebaSmrgSTRICT_CFLAGS = @STRICT_CFLAGS@ 324f29dbc25SmrgSTRIP = @STRIP@ 325f29dbc25SmrgVERSION = @VERSION@ 326f29dbc25SmrgXEXT_CFLAGS = @XEXT_CFLAGS@ 327f29dbc25SmrgXEXT_LIBS = @XEXT_LIBS@ 328f29dbc25SmrgXORG_CFLAGS = @XORG_CFLAGS@ 329f29dbc25SmrgXORG_LIBS = @XORG_LIBS@ 330170d5fdcSmrgXORG_MAN_PAGE = @XORG_MAN_PAGE@ 331f29dbc25Smrgabs_builddir = @abs_builddir@ 332f29dbc25Smrgabs_srcdir = @abs_srcdir@ 333f29dbc25Smrgabs_top_builddir = @abs_top_builddir@ 334f29dbc25Smrgabs_top_srcdir = @abs_top_srcdir@ 33504007ebaSmrgac_ct_AR = @ac_ct_AR@ 336f29dbc25Smrgac_ct_CC = @ac_ct_CC@ 337f29dbc25Smrgac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 338f29dbc25Smrgam__include = @am__include@ 339f29dbc25Smrgam__leading_dot = @am__leading_dot@ 340f29dbc25Smrgam__quote = @am__quote@ 341f29dbc25Smrgam__tar = @am__tar@ 342f29dbc25Smrgam__untar = @am__untar@ 343f29dbc25Smrgbindir = @bindir@ 344f29dbc25Smrgbuild = @build@ 345f29dbc25Smrgbuild_alias = @build_alias@ 346f29dbc25Smrgbuild_cpu = @build_cpu@ 347f29dbc25Smrgbuild_os = @build_os@ 348f29dbc25Smrgbuild_vendor = @build_vendor@ 349f29dbc25Smrgbuilddir = @builddir@ 350f29dbc25Smrgdatadir = @datadir@ 351f29dbc25Smrgdatarootdir = @datarootdir@ 352f29dbc25Smrgdocdir = @docdir@ 353f29dbc25Smrgdvidir = @dvidir@ 354f29dbc25Smrgexec_prefix = @exec_prefix@ 355f29dbc25Smrghost = @host@ 356f29dbc25Smrghost_alias = @host_alias@ 357f29dbc25Smrghost_cpu = @host_cpu@ 358f29dbc25Smrghost_os = @host_os@ 359f29dbc25Smrghost_vendor = @host_vendor@ 360f29dbc25Smrghtmldir = @htmldir@ 361f29dbc25Smrgincludedir = @includedir@ 362f29dbc25Smrginfodir = @infodir@ 363f29dbc25Smrginstall_sh = @install_sh@ 364f29dbc25Smrglibdir = @libdir@ 365f29dbc25Smrglibexecdir = @libexecdir@ 366f29dbc25Smrglocaledir = @localedir@ 367f29dbc25Smrglocalstatedir = @localstatedir@ 368f29dbc25Smrgmandir = @mandir@ 369f29dbc25Smrgmkdir_p = @mkdir_p@ 370f29dbc25Smrgmoduledir = @moduledir@ 371f29dbc25Smrgoldincludedir = @oldincludedir@ 372f29dbc25Smrgpdfdir = @pdfdir@ 373f29dbc25Smrgprefix = @prefix@ 374f29dbc25Smrgprogram_transform_name = @program_transform_name@ 375f29dbc25Smrgpsdir = @psdir@ 37605cf1079Smrgrunstatedir = @runstatedir@ 377f29dbc25Smrgsbindir = @sbindir@ 378f29dbc25Smrgsharedstatedir = @sharedstatedir@ 379f29dbc25Smrgsrcdir = @srcdir@ 380f29dbc25Smrgsysconfdir = @sysconfdir@ 381f29dbc25Smrgtarget_alias = @target_alias@ 382f29dbc25Smrgtop_build_prefix = @top_build_prefix@ 383f29dbc25Smrgtop_builddir = @top_builddir@ 384f29dbc25Smrgtop_srcdir = @top_srcdir@ 38579d5fcd7SmrgACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} 386f29dbc25SmrgSUBDIRS = src 387f29dbc25SmrgMAINTAINERCLEANFILES = ChangeLog INSTALL 388f29dbc25SmrgEXTRA_DIST = autogen.sh 389f29dbc25Smrgall: config.h 390f29dbc25Smrg $(MAKE) $(AM_MAKEFLAGS) all-recursive 391f29dbc25Smrg 392f29dbc25Smrg.SUFFIXES: 39304007ebaSmrgam--refresh: Makefile 394f29dbc25Smrg @: 395f29dbc25Smrg$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 396f29dbc25Smrg @for dep in $?; do \ 397f29dbc25Smrg case '$(am__configure_deps)' in \ 398f29dbc25Smrg *$$dep*) \ 399f29dbc25Smrg echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 400f29dbc25Smrg $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 401f29dbc25Smrg && exit 0; \ 402f29dbc25Smrg exit 1;; \ 403f29dbc25Smrg esac; \ 404f29dbc25Smrg done; \ 405f29dbc25Smrg echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 406f29dbc25Smrg $(am__cd) $(top_srcdir) && \ 407f29dbc25Smrg $(AUTOMAKE) --foreign Makefile 408f29dbc25SmrgMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 409f29dbc25Smrg @case '$?' in \ 410f29dbc25Smrg *config.status*) \ 411f29dbc25Smrg echo ' $(SHELL) ./config.status'; \ 412f29dbc25Smrg $(SHELL) ./config.status;; \ 413f29dbc25Smrg *) \ 41405cf1079Smrg echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 41505cf1079Smrg cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 416f29dbc25Smrg esac; 417f29dbc25Smrg 418f29dbc25Smrg$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 419f29dbc25Smrg $(SHELL) ./config.status --recheck 420f29dbc25Smrg 421f29dbc25Smrg$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 422f29dbc25Smrg $(am__cd) $(srcdir) && $(AUTOCONF) 423f29dbc25Smrg$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 424f29dbc25Smrg $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 425f29dbc25Smrg$(am__aclocal_m4_deps): 426f29dbc25Smrg 427f29dbc25Smrgconfig.h: stamp-h1 42804007ebaSmrg @test -f $@ || rm -f stamp-h1 42904007ebaSmrg @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 430f29dbc25Smrg 431f29dbc25Smrgstamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 432f29dbc25Smrg @rm -f stamp-h1 433f29dbc25Smrg cd $(top_builddir) && $(SHELL) ./config.status config.h 434f29dbc25Smrg$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 435f29dbc25Smrg ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 436f29dbc25Smrg rm -f stamp-h1 437f29dbc25Smrg touch $@ 438f29dbc25Smrg 439f29dbc25Smrgdistclean-hdr: 440f29dbc25Smrg -rm -f config.h stamp-h1 441f29dbc25Smrg 442f29dbc25Smrgmostlyclean-libtool: 443f29dbc25Smrg -rm -f *.lo 444f29dbc25Smrg 445f29dbc25Smrgclean-libtool: 446f29dbc25Smrg -rm -rf .libs _libs 447f29dbc25Smrg 448f29dbc25Smrgdistclean-libtool: 449f29dbc25Smrg -rm -f libtool config.lt 450f29dbc25Smrg 451f29dbc25Smrg# This directory's subdirectories are mostly independent; you can cd 45204007ebaSmrg# into them and run 'make' without going through this Makefile. 45304007ebaSmrg# To change the values of 'make' variables: instead of editing Makefiles, 45404007ebaSmrg# (1) if the variable is set in 'config.status', edit 'config.status' 45504007ebaSmrg# (which will cause the Makefiles to be regenerated when you run 'make'); 45604007ebaSmrg# (2) otherwise, pass the desired values on the 'make' command line. 45704007ebaSmrg$(am__recursive_targets): 45804007ebaSmrg @fail=; \ 45904007ebaSmrg if $(am__make_keepgoing); then \ 46004007ebaSmrg failcom='fail=yes'; \ 46104007ebaSmrg else \ 46204007ebaSmrg failcom='exit 1'; \ 46304007ebaSmrg fi; \ 464f29dbc25Smrg dot_seen=no; \ 465f29dbc25Smrg target=`echo $@ | sed s/-recursive//`; \ 46604007ebaSmrg case "$@" in \ 46704007ebaSmrg distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 46804007ebaSmrg *) list='$(SUBDIRS)' ;; \ 46904007ebaSmrg esac; \ 47004007ebaSmrg for subdir in $$list; do \ 471f29dbc25Smrg echo "Making $$target in $$subdir"; \ 472f29dbc25Smrg if test "$$subdir" = "."; then \ 473f29dbc25Smrg dot_seen=yes; \ 474f29dbc25Smrg local_target="$$target-am"; \ 475f29dbc25Smrg else \ 476f29dbc25Smrg local_target="$$target"; \ 477f29dbc25Smrg fi; \ 478f29dbc25Smrg ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 479f29dbc25Smrg || eval $$failcom; \ 480f29dbc25Smrg done; \ 481f29dbc25Smrg if test "$$dot_seen" = "no"; then \ 482f29dbc25Smrg $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 483f29dbc25Smrg fi; test -z "$$fail" 484f29dbc25Smrg 48504007ebaSmrgID: $(am__tagged_files) 48604007ebaSmrg $(am__define_uniq_tagged_files); mkid -fID $$unique 48704007ebaSmrgtags: tags-recursive 48804007ebaSmrgTAGS: tags 489f29dbc25Smrg 49004007ebaSmrgtags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 491f29dbc25Smrg set x; \ 492f29dbc25Smrg here=`pwd`; \ 493f29dbc25Smrg if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 494f29dbc25Smrg include_option=--etags-include; \ 495f29dbc25Smrg empty_fix=.; \ 496f29dbc25Smrg else \ 497f29dbc25Smrg include_option=--include; \ 498f29dbc25Smrg empty_fix=; \ 499f29dbc25Smrg fi; \ 500f29dbc25Smrg list='$(SUBDIRS)'; for subdir in $$list; do \ 501f29dbc25Smrg if test "$$subdir" = .; then :; else \ 502f29dbc25Smrg test ! -f $$subdir/TAGS || \ 503f29dbc25Smrg set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 504f29dbc25Smrg fi; \ 505f29dbc25Smrg done; \ 50604007ebaSmrg $(am__define_uniq_tagged_files); \ 507f29dbc25Smrg shift; \ 508f29dbc25Smrg if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 509f29dbc25Smrg test -n "$$unique" || unique=$$empty_fix; \ 510f29dbc25Smrg if test $$# -gt 0; then \ 511f29dbc25Smrg $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 512f29dbc25Smrg "$$@" $$unique; \ 513f29dbc25Smrg else \ 514f29dbc25Smrg $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 515f29dbc25Smrg $$unique; \ 516f29dbc25Smrg fi; \ 517f29dbc25Smrg fi 51804007ebaSmrgctags: ctags-recursive 51904007ebaSmrg 52004007ebaSmrgCTAGS: ctags 52104007ebaSmrgctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 52204007ebaSmrg $(am__define_uniq_tagged_files); \ 523f29dbc25Smrg test -z "$(CTAGS_ARGS)$$unique" \ 524f29dbc25Smrg || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 525f29dbc25Smrg $$unique 526f29dbc25Smrg 527f29dbc25SmrgGTAGS: 528f29dbc25Smrg here=`$(am__cd) $(top_builddir) && pwd` \ 529f29dbc25Smrg && $(am__cd) $(top_srcdir) \ 530f29dbc25Smrg && gtags -i $(GTAGS_ARGS) "$$here" 53104007ebaSmrgcscope: cscope.files 53204007ebaSmrg test ! -s cscope.files \ 53304007ebaSmrg || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 53404007ebaSmrgclean-cscope: 53504007ebaSmrg -rm -f cscope.files 53604007ebaSmrgcscope.files: clean-cscope cscopelist 53704007ebaSmrgcscopelist: cscopelist-recursive 53804007ebaSmrg 53904007ebaSmrgcscopelist-am: $(am__tagged_files) 54004007ebaSmrg list='$(am__tagged_files)'; \ 54104007ebaSmrg case "$(srcdir)" in \ 54204007ebaSmrg [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 54304007ebaSmrg *) sdir=$(subdir)/$(srcdir) ;; \ 54404007ebaSmrg esac; \ 54504007ebaSmrg for i in $$list; do \ 54604007ebaSmrg if test -f "$$i"; then \ 54704007ebaSmrg echo "$(subdir)/$$i"; \ 54804007ebaSmrg else \ 54904007ebaSmrg echo "$$sdir/$$i"; \ 55004007ebaSmrg fi; \ 55104007ebaSmrg done >> $(top_builddir)/cscope.files 552f29dbc25Smrg 553f29dbc25Smrgdistclean-tags: 554f29dbc25Smrg -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 55504007ebaSmrg -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 55605cf1079Smrgdistdir: $(BUILT_SOURCES) 55705cf1079Smrg $(MAKE) $(AM_MAKEFLAGS) distdir-am 55805cf1079Smrg 55905cf1079Smrgdistdir-am: $(DISTFILES) 560f29dbc25Smrg $(am__remove_distdir) 561f29dbc25Smrg test -d "$(distdir)" || mkdir "$(distdir)" 562f29dbc25Smrg @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 563f29dbc25Smrg topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 564f29dbc25Smrg list='$(DISTFILES)'; \ 565f29dbc25Smrg dist_files=`for file in $$list; do echo $$file; done | \ 566f29dbc25Smrg sed -e "s|^$$srcdirstrip/||;t" \ 567f29dbc25Smrg -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 568f29dbc25Smrg case $$dist_files in \ 569f29dbc25Smrg */*) $(MKDIR_P) `echo "$$dist_files" | \ 570f29dbc25Smrg sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 571f29dbc25Smrg sort -u` ;; \ 572f29dbc25Smrg esac; \ 573f29dbc25Smrg for file in $$dist_files; do \ 574f29dbc25Smrg if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 575f29dbc25Smrg if test -d $$d/$$file; then \ 576f29dbc25Smrg dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 577f29dbc25Smrg if test -d "$(distdir)/$$file"; then \ 578f29dbc25Smrg find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 579f29dbc25Smrg fi; \ 580f29dbc25Smrg if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 581f29dbc25Smrg cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 582f29dbc25Smrg find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 583f29dbc25Smrg fi; \ 584f29dbc25Smrg cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 585f29dbc25Smrg else \ 586f29dbc25Smrg test -f "$(distdir)/$$file" \ 587f29dbc25Smrg || cp -p $$d/$$file "$(distdir)/$$file" \ 588f29dbc25Smrg || exit 1; \ 589f29dbc25Smrg fi; \ 590f29dbc25Smrg done 591f29dbc25Smrg @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 592f29dbc25Smrg if test "$$subdir" = .; then :; else \ 59304007ebaSmrg $(am__make_dryrun) \ 59404007ebaSmrg || test -d "$(distdir)/$$subdir" \ 59504007ebaSmrg || $(MKDIR_P) "$(distdir)/$$subdir" \ 59604007ebaSmrg || exit 1; \ 597f29dbc25Smrg dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 598f29dbc25Smrg $(am__relativize); \ 599f29dbc25Smrg new_distdir=$$reldir; \ 600f29dbc25Smrg dir1=$$subdir; dir2="$(top_distdir)"; \ 601f29dbc25Smrg $(am__relativize); \ 602f29dbc25Smrg new_top_distdir=$$reldir; \ 603f29dbc25Smrg echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 604f29dbc25Smrg echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 605f29dbc25Smrg ($(am__cd) $$subdir && \ 606f29dbc25Smrg $(MAKE) $(AM_MAKEFLAGS) \ 607f29dbc25Smrg top_distdir="$$new_top_distdir" \ 608f29dbc25Smrg distdir="$$new_distdir" \ 609f29dbc25Smrg am__remove_distdir=: \ 610f29dbc25Smrg am__skip_length_check=: \ 611f29dbc25Smrg am__skip_mode_fix=: \ 612f29dbc25Smrg distdir) \ 613f29dbc25Smrg || exit 1; \ 614f29dbc25Smrg fi; \ 615f29dbc25Smrg done 616f29dbc25Smrg $(MAKE) $(AM_MAKEFLAGS) \ 617f29dbc25Smrg top_distdir="$(top_distdir)" distdir="$(distdir)" \ 618f29dbc25Smrg dist-hook 619f29dbc25Smrg -test -n "$(am__skip_mode_fix)" \ 620f29dbc25Smrg || find "$(distdir)" -type d ! -perm -755 \ 621f29dbc25Smrg -exec chmod u+rwx,go+rx {} \; -o \ 622f29dbc25Smrg ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 623f29dbc25Smrg ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 624f29dbc25Smrg ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 625f29dbc25Smrg || chmod -R a+r "$(distdir)" 626f29dbc25Smrgdist-gzip: distdir 62705cf1079Smrg tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 62804007ebaSmrg $(am__post_remove_distdir) 62979d5fcd7Smrg 630f29dbc25Smrgdist-bzip2: distdir 63104007ebaSmrg tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 63204007ebaSmrg $(am__post_remove_distdir) 633f29dbc25Smrg 63404007ebaSmrgdist-lzip: distdir 63504007ebaSmrg tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 63604007ebaSmrg $(am__post_remove_distdir) 637f29dbc25Smrgdist-xz: distdir 63804007ebaSmrg tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 63904007ebaSmrg $(am__post_remove_distdir) 640f29dbc25Smrg 64179d5fcd7Smrgdist-zstd: distdir 64279d5fcd7Smrg tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 64379d5fcd7Smrg $(am__post_remove_distdir) 64479d5fcd7Smrg 645f29dbc25Smrgdist-tarZ: distdir 64605cf1079Smrg @echo WARNING: "Support for distribution archives compressed with" \ 64705cf1079Smrg "legacy program 'compress' is deprecated." >&2 64804007ebaSmrg @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 649f29dbc25Smrg tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 65004007ebaSmrg $(am__post_remove_distdir) 651f29dbc25Smrg 652f29dbc25Smrgdist-shar: distdir 65305cf1079Smrg @echo WARNING: "Support for shar distribution archives is" \ 65405cf1079Smrg "deprecated." >&2 65504007ebaSmrg @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 65605cf1079Smrg shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 65704007ebaSmrg $(am__post_remove_distdir) 658f29dbc25Smrg 659f29dbc25Smrgdist-zip: distdir 660f29dbc25Smrg -rm -f $(distdir).zip 661f29dbc25Smrg zip -rq $(distdir).zip $(distdir) 66204007ebaSmrg $(am__post_remove_distdir) 663f29dbc25Smrg 66404007ebaSmrgdist dist-all: 66504007ebaSmrg $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 66604007ebaSmrg $(am__post_remove_distdir) 667f29dbc25Smrg 668f29dbc25Smrg# This target untars the dist file and tries a VPATH configuration. Then 669f29dbc25Smrg# it guarantees that the distribution is self-contained by making another 670f29dbc25Smrg# tarfile. 671f29dbc25Smrgdistcheck: dist 672f29dbc25Smrg case '$(DIST_ARCHIVES)' in \ 673f29dbc25Smrg *.tar.gz*) \ 67405cf1079Smrg eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 675f29dbc25Smrg *.tar.bz2*) \ 676f29dbc25Smrg bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 67704007ebaSmrg *.tar.lz*) \ 67804007ebaSmrg lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 679f29dbc25Smrg *.tar.xz*) \ 680f29dbc25Smrg xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 681f29dbc25Smrg *.tar.Z*) \ 682f29dbc25Smrg uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 683f29dbc25Smrg *.shar.gz*) \ 68405cf1079Smrg eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 685f29dbc25Smrg *.zip*) \ 686f29dbc25Smrg unzip $(distdir).zip ;;\ 68779d5fcd7Smrg *.tar.zst*) \ 68879d5fcd7Smrg zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 689f29dbc25Smrg esac 69004007ebaSmrg chmod -R a-w $(distdir) 69104007ebaSmrg chmod u+w $(distdir) 69205cf1079Smrg mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 693f29dbc25Smrg chmod a-w $(distdir) 694f29dbc25Smrg test -d $(distdir)/_build || exit 0; \ 695f29dbc25Smrg dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 696f29dbc25Smrg && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 697f29dbc25Smrg && am__cwd=`pwd` \ 69805cf1079Smrg && $(am__cd) $(distdir)/_build/sub \ 69905cf1079Smrg && ../../configure \ 70004007ebaSmrg $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 701f29dbc25Smrg $(DISTCHECK_CONFIGURE_FLAGS) \ 70205cf1079Smrg --srcdir=../.. --prefix="$$dc_install_base" \ 703f29dbc25Smrg && $(MAKE) $(AM_MAKEFLAGS) \ 70479d5fcd7Smrg && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ 705f29dbc25Smrg && $(MAKE) $(AM_MAKEFLAGS) check \ 706f29dbc25Smrg && $(MAKE) $(AM_MAKEFLAGS) install \ 707f29dbc25Smrg && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 708f29dbc25Smrg && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 709f29dbc25Smrg && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 710f29dbc25Smrg distuninstallcheck \ 711f29dbc25Smrg && chmod -R a-w "$$dc_install_base" \ 712f29dbc25Smrg && ({ \ 713f29dbc25Smrg (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 714f29dbc25Smrg && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 715f29dbc25Smrg && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 716f29dbc25Smrg && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 717f29dbc25Smrg distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 718f29dbc25Smrg } || { rm -rf "$$dc_destdir"; exit 1; }) \ 719f29dbc25Smrg && rm -rf "$$dc_destdir" \ 720f29dbc25Smrg && $(MAKE) $(AM_MAKEFLAGS) dist \ 721f29dbc25Smrg && rm -rf $(DIST_ARCHIVES) \ 722f29dbc25Smrg && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 723f29dbc25Smrg && cd "$$am__cwd" \ 724f29dbc25Smrg || exit 1 72504007ebaSmrg $(am__post_remove_distdir) 726f29dbc25Smrg @(echo "$(distdir) archives ready for distribution: "; \ 727f29dbc25Smrg list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 728f29dbc25Smrg sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 729f29dbc25Smrgdistuninstallcheck: 73004007ebaSmrg @test -n '$(distuninstallcheck_dir)' || { \ 73104007ebaSmrg echo 'ERROR: trying to run $@ with an empty' \ 73204007ebaSmrg '$$(distuninstallcheck_dir)' >&2; \ 73304007ebaSmrg exit 1; \ 73404007ebaSmrg }; \ 73504007ebaSmrg $(am__cd) '$(distuninstallcheck_dir)' || { \ 73604007ebaSmrg echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 73704007ebaSmrg exit 1; \ 73804007ebaSmrg }; \ 73904007ebaSmrg test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 740f29dbc25Smrg || { echo "ERROR: files left after uninstall:" ; \ 741f29dbc25Smrg if test -n "$(DESTDIR)"; then \ 742f29dbc25Smrg echo " (check DESTDIR support)"; \ 743f29dbc25Smrg fi ; \ 744f29dbc25Smrg $(distuninstallcheck_listfiles) ; \ 745f29dbc25Smrg exit 1; } >&2 746f29dbc25Smrgdistcleancheck: distclean 747f29dbc25Smrg @if test '$(srcdir)' = . ; then \ 748f29dbc25Smrg echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 749f29dbc25Smrg exit 1 ; \ 750f29dbc25Smrg fi 751f29dbc25Smrg @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 752f29dbc25Smrg || { echo "ERROR: files left in build directory after distclean:" ; \ 753f29dbc25Smrg $(distcleancheck_listfiles) ; \ 754f29dbc25Smrg exit 1; } >&2 755f29dbc25Smrgcheck-am: all-am 756f29dbc25Smrgcheck: check-recursive 757f29dbc25Smrgall-am: Makefile config.h 758f29dbc25Smrginstalldirs: installdirs-recursive 759f29dbc25Smrginstalldirs-am: 760f29dbc25Smrginstall: install-recursive 761f29dbc25Smrginstall-exec: install-exec-recursive 762f29dbc25Smrginstall-data: install-data-recursive 763f29dbc25Smrguninstall: uninstall-recursive 764f29dbc25Smrg 765f29dbc25Smrginstall-am: all-am 766f29dbc25Smrg @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 767f29dbc25Smrg 768f29dbc25Smrginstallcheck: installcheck-recursive 769f29dbc25Smrginstall-strip: 77004007ebaSmrg if test -z '$(STRIP)'; then \ 77104007ebaSmrg $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 77204007ebaSmrg install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 77304007ebaSmrg install; \ 77404007ebaSmrg else \ 77504007ebaSmrg $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 77604007ebaSmrg install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 77704007ebaSmrg "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 77804007ebaSmrg fi 779f29dbc25Smrgmostlyclean-generic: 780f29dbc25Smrg 781f29dbc25Smrgclean-generic: 782f29dbc25Smrg 783f29dbc25Smrgdistclean-generic: 784f29dbc25Smrg -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 785f29dbc25Smrg -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 786f29dbc25Smrg 787f29dbc25Smrgmaintainer-clean-generic: 788f29dbc25Smrg @echo "This command is intended for maintainers to use" 789f29dbc25Smrg @echo "it deletes files that may require special tools to rebuild." 790f29dbc25Smrg -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 791f29dbc25Smrgclean: clean-recursive 792f29dbc25Smrg 793f29dbc25Smrgclean-am: clean-generic clean-libtool mostlyclean-am 794f29dbc25Smrg 795f29dbc25Smrgdistclean: distclean-recursive 796f29dbc25Smrg -rm -f $(am__CONFIG_DISTCLEAN_FILES) 797f29dbc25Smrg -rm -f Makefile 798f29dbc25Smrgdistclean-am: clean-am distclean-generic distclean-hdr \ 799f29dbc25Smrg distclean-libtool distclean-tags 800f29dbc25Smrg 801f29dbc25Smrgdvi: dvi-recursive 802f29dbc25Smrg 803f29dbc25Smrgdvi-am: 804f29dbc25Smrg 805f29dbc25Smrghtml: html-recursive 806f29dbc25Smrg 807f29dbc25Smrghtml-am: 808f29dbc25Smrg 809f29dbc25Smrginfo: info-recursive 810f29dbc25Smrg 811f29dbc25Smrginfo-am: 812f29dbc25Smrg 813f29dbc25Smrginstall-data-am: 814f29dbc25Smrg 815f29dbc25Smrginstall-dvi: install-dvi-recursive 816f29dbc25Smrg 817f29dbc25Smrginstall-dvi-am: 818f29dbc25Smrg 819f29dbc25Smrginstall-exec-am: 820f29dbc25Smrg 821f29dbc25Smrginstall-html: install-html-recursive 822f29dbc25Smrg 823f29dbc25Smrginstall-html-am: 824f29dbc25Smrg 825f29dbc25Smrginstall-info: install-info-recursive 826f29dbc25Smrg 827f29dbc25Smrginstall-info-am: 828f29dbc25Smrg 829f29dbc25Smrginstall-man: 830f29dbc25Smrg 831f29dbc25Smrginstall-pdf: install-pdf-recursive 832f29dbc25Smrg 833f29dbc25Smrginstall-pdf-am: 834f29dbc25Smrg 835f29dbc25Smrginstall-ps: install-ps-recursive 836f29dbc25Smrg 837f29dbc25Smrginstall-ps-am: 838f29dbc25Smrg 839f29dbc25Smrginstallcheck-am: 840f29dbc25Smrg 841f29dbc25Smrgmaintainer-clean: maintainer-clean-recursive 842f29dbc25Smrg -rm -f $(am__CONFIG_DISTCLEAN_FILES) 843f29dbc25Smrg -rm -rf $(top_srcdir)/autom4te.cache 844f29dbc25Smrg -rm -f Makefile 845f29dbc25Smrgmaintainer-clean-am: distclean-am maintainer-clean-generic 846f29dbc25Smrg 847f29dbc25Smrgmostlyclean: mostlyclean-recursive 848f29dbc25Smrg 849f29dbc25Smrgmostlyclean-am: mostlyclean-generic mostlyclean-libtool 850f29dbc25Smrg 851f29dbc25Smrgpdf: pdf-recursive 852f29dbc25Smrg 853f29dbc25Smrgpdf-am: 854f29dbc25Smrg 855f29dbc25Smrgps: ps-recursive 856f29dbc25Smrg 857f29dbc25Smrgps-am: 858f29dbc25Smrg 859f29dbc25Smrguninstall-am: 860f29dbc25Smrg 86104007ebaSmrg.MAKE: $(am__recursive_targets) all install-am install-strip 86204007ebaSmrg 86304007ebaSmrg.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 86404007ebaSmrg am--refresh check check-am clean clean-cscope clean-generic \ 86504007ebaSmrg clean-libtool cscope cscopelist-am ctags ctags-am dist \ 86604007ebaSmrg dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \ 86779d5fcd7Smrg dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \ 86804007ebaSmrg distclean-generic distclean-hdr distclean-libtool \ 86904007ebaSmrg distclean-tags distcleancheck distdir distuninstallcheck dvi \ 87004007ebaSmrg dvi-am html html-am info info-am install install-am \ 87104007ebaSmrg install-data install-data-am install-dvi install-dvi-am \ 87204007ebaSmrg install-exec install-exec-am install-html install-html-am \ 87304007ebaSmrg install-info install-info-am install-man install-pdf \ 87404007ebaSmrg install-pdf-am install-ps install-ps-am install-strip \ 87504007ebaSmrg installcheck installcheck-am installdirs installdirs-am \ 87604007ebaSmrg maintainer-clean maintainer-clean-generic mostlyclean \ 87704007ebaSmrg mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 87804007ebaSmrg tags tags-am uninstall uninstall-am 879f29dbc25Smrg 88005cf1079Smrg.PRECIOUS: Makefile 88105cf1079Smrg 882f29dbc25Smrg 883f29dbc25Smrg.PHONY: ChangeLog INSTALL 884f29dbc25Smrg 885f29dbc25SmrgINSTALL: 886f29dbc25Smrg $(INSTALL_CMD) 887f29dbc25Smrg 888f29dbc25SmrgChangeLog: 889f29dbc25Smrg $(CHANGELOG_CMD) 890f29dbc25Smrg 891f29dbc25Smrgdist-hook: ChangeLog INSTALL 892f29dbc25Smrg 893f29dbc25Smrg# Tell versions [3.59,3.63) of GNU make to not export all variables. 894f29dbc25Smrg# Otherwise a system limit (for SysV at least) may be exceeded. 895f29dbc25Smrg.NOEXPORT: 896