1a33c354dSmrg# Makefile.in generated by automake 1.16.5 from Makefile.am.
288cd5fc2Smrg# @configure_input@
388cd5fc2Smrg
4a33c354dSmrg# Copyright (C) 1994-2021 Free Software Foundation, Inc.
588cd5fc2Smrg
688cd5fc2Smrg# This Makefile.in is free software; the Free Software Foundation
788cd5fc2Smrg# gives unlimited permission to copy and/or distribute it,
888cd5fc2Smrg# with or without modifications, as long as this notice is preserved.
988cd5fc2Smrg
1088cd5fc2Smrg# This program is distributed in the hope that it will be useful,
1188cd5fc2Smrg# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
1288cd5fc2Smrg# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
1388cd5fc2Smrg# PARTICULAR PURPOSE.
1488cd5fc2Smrg
1588cd5fc2Smrg@SET_MAKE@
1688cd5fc2Smrg
1788cd5fc2Smrg#
1888cd5fc2Smrg#  Copyright © 2013 Keith Packard
1988cd5fc2Smrg#
2088cd5fc2Smrg#  Permission to use, copy, modify, distribute, and sell this software and its
2188cd5fc2Smrg#  documentation for any purpose is hereby granted without fee, provided that
2288cd5fc2Smrg#  the above copyright notice appear in all copies and that both that
2388cd5fc2Smrg#  copyright notice and this permission notice appear in supporting
2488cd5fc2Smrg#  documentation, and that the name of Keith Packard not be used in
2588cd5fc2Smrg#  advertising or publicity pertaining to distribution of the software without
2688cd5fc2Smrg#  specific, written prior permission.  Keith Packard makes no
2788cd5fc2Smrg#  representations about the suitability of this software for any purpose.  It
2888cd5fc2Smrg#  is provided "as is" without express or implied warranty.
2988cd5fc2Smrg#
3088cd5fc2Smrg#  KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
3188cd5fc2Smrg#  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
3288cd5fc2Smrg#  EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
3388cd5fc2Smrg#  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
3488cd5fc2Smrg#  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
3588cd5fc2Smrg#  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
3688cd5fc2Smrg#  PERFORMANCE OF THIS SOFTWARE.
3788cd5fc2Smrg
3888cd5fc2SmrgVPATH = @srcdir@
39a33c354dSmrgam__is_gnu_make = { \
40a33c354dSmrg  if test -z '$(MAKELEVEL)'; then \
41a33c354dSmrg    false; \
42a33c354dSmrg  elif test -n '$(MAKE_HOST)'; then \
43a33c354dSmrg    true; \
44a33c354dSmrg  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
45a33c354dSmrg    true; \
46a33c354dSmrg  else \
47a33c354dSmrg    false; \
48a33c354dSmrg  fi; \
49a33c354dSmrg}
5088cd5fc2Smrgam__make_running_with_option = \
5188cd5fc2Smrg  case $${target_option-} in \
5288cd5fc2Smrg      ?) ;; \
5388cd5fc2Smrg      *) echo "am__make_running_with_option: internal error: invalid" \
5488cd5fc2Smrg              "target option '$${target_option-}' specified" >&2; \
5588cd5fc2Smrg         exit 1;; \
5688cd5fc2Smrg  esac; \
5788cd5fc2Smrg  has_opt=no; \
5888cd5fc2Smrg  sane_makeflags=$$MAKEFLAGS; \
5988cd5fc2Smrg  if $(am__is_gnu_make); then \
6088cd5fc2Smrg    sane_makeflags=$$MFLAGS; \
6188cd5fc2Smrg  else \
6288cd5fc2Smrg    case $$MAKEFLAGS in \
6388cd5fc2Smrg      *\\[\ \	]*) \
6488cd5fc2Smrg        bs=\\; \
6588cd5fc2Smrg        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
6688cd5fc2Smrg          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
6788cd5fc2Smrg    esac; \
6888cd5fc2Smrg  fi; \
6988cd5fc2Smrg  skip_next=no; \
7088cd5fc2Smrg  strip_trailopt () \
7188cd5fc2Smrg  { \
7288cd5fc2Smrg    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
7388cd5fc2Smrg  }; \
7488cd5fc2Smrg  for flg in $$sane_makeflags; do \
7588cd5fc2Smrg    test $$skip_next = yes && { skip_next=no; continue; }; \
7688cd5fc2Smrg    case $$flg in \
7788cd5fc2Smrg      *=*|--*) continue;; \
7888cd5fc2Smrg        -*I) strip_trailopt 'I'; skip_next=yes;; \
7988cd5fc2Smrg      -*I?*) strip_trailopt 'I';; \
8088cd5fc2Smrg        -*O) strip_trailopt 'O'; skip_next=yes;; \
8188cd5fc2Smrg      -*O?*) strip_trailopt 'O';; \
8288cd5fc2Smrg        -*l) strip_trailopt 'l'; skip_next=yes;; \
8388cd5fc2Smrg      -*l?*) strip_trailopt 'l';; \
8488cd5fc2Smrg      -[dEDm]) skip_next=yes;; \
8588cd5fc2Smrg      -[JT]) skip_next=yes;; \
8688cd5fc2Smrg    esac; \
8788cd5fc2Smrg    case $$flg in \
8888cd5fc2Smrg      *$$target_option*) has_opt=yes; break;; \
8988cd5fc2Smrg    esac; \
9088cd5fc2Smrg  done; \
9188cd5fc2Smrg  test $$has_opt = yes
9288cd5fc2Smrgam__make_dryrun = (target_option=n; $(am__make_running_with_option))
9388cd5fc2Smrgam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
9488cd5fc2Smrgpkgdatadir = $(datadir)/@PACKAGE@
9588cd5fc2Smrgpkgincludedir = $(includedir)/@PACKAGE@
9688cd5fc2Smrgpkglibdir = $(libdir)/@PACKAGE@
9788cd5fc2Smrgpkglibexecdir = $(libexecdir)/@PACKAGE@
9888cd5fc2Smrgam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
9988cd5fc2Smrginstall_sh_DATA = $(install_sh) -c -m 644
10088cd5fc2Smrginstall_sh_PROGRAM = $(install_sh) -c
10188cd5fc2Smrginstall_sh_SCRIPT = $(install_sh) -c
10288cd5fc2SmrgINSTALL_HEADER = $(INSTALL_DATA)
10388cd5fc2Smrgtransform = $(program_transform_name)
10488cd5fc2SmrgNORMAL_INSTALL = :
10588cd5fc2SmrgPRE_INSTALL = :
10688cd5fc2SmrgPOST_INSTALL = :
10788cd5fc2SmrgNORMAL_UNINSTALL = :
10888cd5fc2SmrgPRE_UNINSTALL = :
10988cd5fc2SmrgPOST_UNINSTALL = :
11088cd5fc2Smrgbuild_triplet = @build@
11188cd5fc2Smrghost_triplet = @host@
11288cd5fc2Smrgsubdir = .
11388cd5fc2SmrgACLOCAL_M4 = $(top_srcdir)/aclocal.m4
114a33c354dSmrgam__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
115a33c354dSmrg	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
116a33c354dSmrg	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
117a33c354dSmrg	$(top_srcdir)/configure.ac
11888cd5fc2Smrgam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
11988cd5fc2Smrg	$(ACLOCAL_M4)
120a33c354dSmrgDIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
121a33c354dSmrg	$(am__configure_deps) $(am__DIST_COMMON)
12288cd5fc2Smrgam__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
12388cd5fc2Smrg configure.lineno config.status.lineno
12488cd5fc2Smrgmkinstalldirs = $(install_sh) -d
12588cd5fc2SmrgCONFIG_HEADER = config.h
12688cd5fc2SmrgCONFIG_CLEAN_FILES = xpresent.pc
12788cd5fc2SmrgCONFIG_CLEAN_VPATH_FILES =
12888cd5fc2SmrgAM_V_P = $(am__v_P_@AM_V@)
12988cd5fc2Smrgam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
13088cd5fc2Smrgam__v_P_0 = false
13188cd5fc2Smrgam__v_P_1 = :
13288cd5fc2SmrgAM_V_GEN = $(am__v_GEN_@AM_V@)
13388cd5fc2Smrgam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
13488cd5fc2Smrgam__v_GEN_0 = @echo "  GEN     " $@;
13588cd5fc2Smrgam__v_GEN_1 = 
13688cd5fc2SmrgAM_V_at = $(am__v_at_@AM_V@)
13788cd5fc2Smrgam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
13888cd5fc2Smrgam__v_at_0 = @
13988cd5fc2Smrgam__v_at_1 = 
14088cd5fc2SmrgSOURCES =
14188cd5fc2SmrgDIST_SOURCES =
14288cd5fc2SmrgRECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
14388cd5fc2Smrg	ctags-recursive dvi-recursive html-recursive info-recursive \
14488cd5fc2Smrg	install-data-recursive install-dvi-recursive \
14588cd5fc2Smrg	install-exec-recursive install-html-recursive \
14688cd5fc2Smrg	install-info-recursive install-pdf-recursive \
14788cd5fc2Smrg	install-ps-recursive install-recursive installcheck-recursive \
14888cd5fc2Smrg	installdirs-recursive pdf-recursive ps-recursive \
14988cd5fc2Smrg	tags-recursive uninstall-recursive
15088cd5fc2Smrgam__can_run_installinfo = \
15188cd5fc2Smrg  case $$AM_UPDATE_INFO_DIR in \
15288cd5fc2Smrg    n|no|NO) false;; \
15388cd5fc2Smrg    *) (install-info --version) >/dev/null 2>&1;; \
15488cd5fc2Smrg  esac
15588cd5fc2Smrgam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
15688cd5fc2Smrgam__vpath_adj = case $$p in \
15788cd5fc2Smrg    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
15888cd5fc2Smrg    *) f=$$p;; \
15988cd5fc2Smrg  esac;
16088cd5fc2Smrgam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
16188cd5fc2Smrgam__install_max = 40
16288cd5fc2Smrgam__nobase_strip_setup = \
16388cd5fc2Smrg  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
16488cd5fc2Smrgam__nobase_strip = \
16588cd5fc2Smrg  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
16688cd5fc2Smrgam__nobase_list = $(am__nobase_strip_setup); \
16788cd5fc2Smrg  for p in $$list; do echo "$$p $$p"; done | \
16888cd5fc2Smrg  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
16988cd5fc2Smrg  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
17088cd5fc2Smrg    if (++n[$$2] == $(am__install_max)) \
17188cd5fc2Smrg      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
17288cd5fc2Smrg    END { for (dir in files) print dir, files[dir] }'
17388cd5fc2Smrgam__base_list = \
17488cd5fc2Smrg  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
17588cd5fc2Smrg  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
17688cd5fc2Smrgam__uninstall_files_from_dir = { \
17788cd5fc2Smrg  test -z "$$files" \
17888cd5fc2Smrg    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
17988cd5fc2Smrg    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
18088cd5fc2Smrg         $(am__cd) "$$dir" && rm -f $$files; }; \
18188cd5fc2Smrg  }
18288cd5fc2Smrgam__installdirs = "$(DESTDIR)$(pkgconfigdir)"
18388cd5fc2SmrgDATA = $(pkgconfig_DATA)
18488cd5fc2SmrgRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
18588cd5fc2Smrg  distclean-recursive maintainer-clean-recursive
18688cd5fc2Smrgam__recursive_targets = \
18788cd5fc2Smrg  $(RECURSIVE_TARGETS) \
18888cd5fc2Smrg  $(RECURSIVE_CLEAN_TARGETS) \
18988cd5fc2Smrg  $(am__extra_recursive_targets)
19088cd5fc2SmrgAM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
191a33c354dSmrg	cscope distdir distdir-am dist dist-all distcheck
192a33c354dSmrgam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
193a33c354dSmrg	config.h.in
19488cd5fc2Smrg# Read a list of newline-separated strings from the standard input,
19588cd5fc2Smrg# and print each of them once, without duplicates.  Input order is
19688cd5fc2Smrg# *not* preserved.
19788cd5fc2Smrgam__uniquify_input = $(AWK) '\
19888cd5fc2Smrg  BEGIN { nonempty = 0; } \
19988cd5fc2Smrg  { items[$$0] = 1; nonempty = 1; } \
20088cd5fc2Smrg  END { if (nonempty) { for (i in items) print i; }; } \
20188cd5fc2Smrg'
20288cd5fc2Smrg# Make sure the list of sources is unique.  This is necessary because,
20388cd5fc2Smrg# e.g., the same source file might be shared among _SOURCES variables
20488cd5fc2Smrg# for different programs/libraries.
20588cd5fc2Smrgam__define_uniq_tagged_files = \
20688cd5fc2Smrg  list='$(am__tagged_files)'; \
20788cd5fc2Smrg  unique=`for i in $$list; do \
20888cd5fc2Smrg    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
20988cd5fc2Smrg  done | $(am__uniquify_input)`
21088cd5fc2SmrgDIST_SUBDIRS = $(SUBDIRS)
211a33c354dSmrgam__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
212a33c354dSmrg	$(srcdir)/xpresent.pc.in AUTHORS COPYING ChangeLog INSTALL \
213a33c354dSmrg	README.md compile config.guess config.sub install-sh ltmain.sh \
214a33c354dSmrg	missing
21588cd5fc2SmrgDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
21688cd5fc2Smrgdistdir = $(PACKAGE)-$(VERSION)
21788cd5fc2Smrgtop_distdir = $(distdir)
21888cd5fc2Smrgam__remove_distdir = \
21988cd5fc2Smrg  if test -d "$(distdir)"; then \
22088cd5fc2Smrg    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
22188cd5fc2Smrg      && rm -rf "$(distdir)" \
22288cd5fc2Smrg      || { sleep 5 && rm -rf "$(distdir)"; }; \
22388cd5fc2Smrg  else :; fi
22488cd5fc2Smrgam__post_remove_distdir = $(am__remove_distdir)
22588cd5fc2Smrgam__relativize = \
22688cd5fc2Smrg  dir0=`pwd`; \
22788cd5fc2Smrg  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
22888cd5fc2Smrg  sed_rest='s,^[^/]*/*,,'; \
22988cd5fc2Smrg  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
23088cd5fc2Smrg  sed_butlast='s,/*[^/]*$$,,'; \
23188cd5fc2Smrg  while test -n "$$dir1"; do \
23288cd5fc2Smrg    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
23388cd5fc2Smrg    if test "$$first" != "."; then \
23488cd5fc2Smrg      if test "$$first" = ".."; then \
23588cd5fc2Smrg        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
23688cd5fc2Smrg        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
23788cd5fc2Smrg      else \
23888cd5fc2Smrg        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
23988cd5fc2Smrg        if test "$$first2" = "$$first"; then \
24088cd5fc2Smrg          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
24188cd5fc2Smrg        else \
24288cd5fc2Smrg          dir2="../$$dir2"; \
24388cd5fc2Smrg        fi; \
24488cd5fc2Smrg        dir0="$$dir0"/"$$first"; \
24588cd5fc2Smrg      fi; \
24688cd5fc2Smrg    fi; \
24788cd5fc2Smrg    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
24888cd5fc2Smrg  done; \
24988cd5fc2Smrg  reldir="$$dir2"
250a33c354dSmrgDIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
25188cd5fc2SmrgGZIP_ENV = --best
252a33c354dSmrgDIST_TARGETS = dist-xz dist-gzip
253a33c354dSmrg# Exists only to be overridden by the user if desired.
254a33c354dSmrgAM_DISTCHECK_DVI_TARGET = dvi
25588cd5fc2Smrgdistuninstallcheck_listfiles = find . -type f -print
25688cd5fc2Smrgam__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
25788cd5fc2Smrg  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
25888cd5fc2Smrgdistcleancheck_listfiles = find . -type f -print
25988cd5fc2SmrgACLOCAL = @ACLOCAL@
26088cd5fc2SmrgADMIN_MAN_DIR = @ADMIN_MAN_DIR@
26188cd5fc2SmrgADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
26288cd5fc2SmrgAMTAR = @AMTAR@
26388cd5fc2SmrgAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
26488cd5fc2SmrgAPP_MAN_DIR = @APP_MAN_DIR@
26588cd5fc2SmrgAPP_MAN_SUFFIX = @APP_MAN_SUFFIX@
26688cd5fc2SmrgAR = @AR@
26788cd5fc2SmrgAUTOCONF = @AUTOCONF@
26888cd5fc2SmrgAUTOHEADER = @AUTOHEADER@
26988cd5fc2SmrgAUTOMAKE = @AUTOMAKE@
27088cd5fc2SmrgAWK = @AWK@
27188cd5fc2SmrgBASE_CFLAGS = @BASE_CFLAGS@
27288cd5fc2SmrgCC = @CC@
27388cd5fc2SmrgCCDEPMODE = @CCDEPMODE@
27488cd5fc2SmrgCFLAGS = @CFLAGS@
27588cd5fc2SmrgCHANGELOG_CMD = @CHANGELOG_CMD@
27688cd5fc2SmrgCPPFLAGS = @CPPFLAGS@
277a33c354dSmrgCSCOPE = @CSCOPE@
278a33c354dSmrgCTAGS = @CTAGS@
27988cd5fc2SmrgCWARNFLAGS = @CWARNFLAGS@
28088cd5fc2SmrgCYGPATH_W = @CYGPATH_W@
28188cd5fc2SmrgDEFS = @DEFS@
28288cd5fc2SmrgDEPDIR = @DEPDIR@
28388cd5fc2SmrgDLLTOOL = @DLLTOOL@
28488cd5fc2SmrgDRIVER_MAN_DIR = @DRIVER_MAN_DIR@
28588cd5fc2SmrgDRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
28688cd5fc2SmrgDSYMUTIL = @DSYMUTIL@
28788cd5fc2SmrgDUMPBIN = @DUMPBIN@
28888cd5fc2SmrgECHO_C = @ECHO_C@
28988cd5fc2SmrgECHO_N = @ECHO_N@
29088cd5fc2SmrgECHO_T = @ECHO_T@
29188cd5fc2SmrgEGREP = @EGREP@
292a33c354dSmrgETAGS = @ETAGS@
29388cd5fc2SmrgEXEEXT = @EXEEXT@
29488cd5fc2SmrgFGREP = @FGREP@
295a33c354dSmrgFILECMD = @FILECMD@
29688cd5fc2SmrgFILE_MAN_DIR = @FILE_MAN_DIR@
29788cd5fc2SmrgFILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
29888cd5fc2SmrgGREP = @GREP@
29988cd5fc2SmrgINSTALL = @INSTALL@
30088cd5fc2SmrgINSTALL_CMD = @INSTALL_CMD@
30188cd5fc2SmrgINSTALL_DATA = @INSTALL_DATA@
30288cd5fc2SmrgINSTALL_PROGRAM = @INSTALL_PROGRAM@
30388cd5fc2SmrgINSTALL_SCRIPT = @INSTALL_SCRIPT@
30488cd5fc2SmrgINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
30588cd5fc2SmrgLD = @LD@
30688cd5fc2SmrgLDFLAGS = @LDFLAGS@
30788cd5fc2SmrgLIBOBJS = @LIBOBJS@
30888cd5fc2SmrgLIBS = @LIBS@
30988cd5fc2SmrgLIBTOOL = @LIBTOOL@
31088cd5fc2SmrgLIB_MAN_DIR = @LIB_MAN_DIR@
31188cd5fc2SmrgLIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
31288cd5fc2SmrgLIPO = @LIPO@
31388cd5fc2SmrgLN_S = @LN_S@
31488cd5fc2SmrgLTLIBOBJS = @LTLIBOBJS@
315a33c354dSmrgLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
31688cd5fc2SmrgMAKEINFO = @MAKEINFO@
31788cd5fc2SmrgMANIFEST_TOOL = @MANIFEST_TOOL@
31888cd5fc2SmrgMAN_SUBSTS = @MAN_SUBSTS@
31988cd5fc2SmrgMISC_MAN_DIR = @MISC_MAN_DIR@
32088cd5fc2SmrgMISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
32188cd5fc2SmrgMKDIR_P = @MKDIR_P@
32288cd5fc2SmrgNM = @NM@
32388cd5fc2SmrgNMEDIT = @NMEDIT@
32488cd5fc2SmrgOBJDUMP = @OBJDUMP@
32588cd5fc2SmrgOBJEXT = @OBJEXT@
32688cd5fc2SmrgOTOOL = @OTOOL@
32788cd5fc2SmrgOTOOL64 = @OTOOL64@
32888cd5fc2SmrgPACKAGE = @PACKAGE@
32988cd5fc2SmrgPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
33088cd5fc2SmrgPACKAGE_NAME = @PACKAGE_NAME@
33188cd5fc2SmrgPACKAGE_STRING = @PACKAGE_STRING@
33288cd5fc2SmrgPACKAGE_TARNAME = @PACKAGE_TARNAME@
33388cd5fc2SmrgPACKAGE_URL = @PACKAGE_URL@
33488cd5fc2SmrgPACKAGE_VERSION = @PACKAGE_VERSION@
33588cd5fc2SmrgPATH_SEPARATOR = @PATH_SEPARATOR@
33688cd5fc2SmrgPKG_CONFIG = @PKG_CONFIG@
33788cd5fc2SmrgPKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
33888cd5fc2SmrgPKG_CONFIG_PATH = @PKG_CONFIG_PATH@
33988cd5fc2SmrgPRESENTEXT_CFLAGS = @PRESENTEXT_CFLAGS@
34088cd5fc2SmrgPRESENTEXT_LIBS = @PRESENTEXT_LIBS@
34188cd5fc2SmrgPRESENTEXT_VERSION = @PRESENTEXT_VERSION@
34288cd5fc2SmrgRANLIB = @RANLIB@
34388cd5fc2SmrgSED = @SED@
34488cd5fc2SmrgSET_MAKE = @SET_MAKE@
34588cd5fc2SmrgSHELL = @SHELL@
34688cd5fc2SmrgSTRICT_CFLAGS = @STRICT_CFLAGS@
34788cd5fc2SmrgSTRIP = @STRIP@
34888cd5fc2SmrgVERSION = @VERSION@
34988cd5fc2SmrgXORG_MAN_PAGE = @XORG_MAN_PAGE@
35088cd5fc2Smrgabs_builddir = @abs_builddir@
35188cd5fc2Smrgabs_srcdir = @abs_srcdir@
35288cd5fc2Smrgabs_top_builddir = @abs_top_builddir@
35388cd5fc2Smrgabs_top_srcdir = @abs_top_srcdir@
35488cd5fc2Smrgac_ct_AR = @ac_ct_AR@
35588cd5fc2Smrgac_ct_CC = @ac_ct_CC@
35688cd5fc2Smrgac_ct_DUMPBIN = @ac_ct_DUMPBIN@
35788cd5fc2Smrgam__include = @am__include@
35888cd5fc2Smrgam__leading_dot = @am__leading_dot@
35988cd5fc2Smrgam__quote = @am__quote@
36088cd5fc2Smrgam__tar = @am__tar@
36188cd5fc2Smrgam__untar = @am__untar@
36288cd5fc2Smrgbindir = @bindir@
36388cd5fc2Smrgbuild = @build@
36488cd5fc2Smrgbuild_alias = @build_alias@
36588cd5fc2Smrgbuild_cpu = @build_cpu@
36688cd5fc2Smrgbuild_os = @build_os@
36788cd5fc2Smrgbuild_vendor = @build_vendor@
36888cd5fc2Smrgbuilddir = @builddir@
36988cd5fc2Smrgdatadir = @datadir@
37088cd5fc2Smrgdatarootdir = @datarootdir@
37188cd5fc2Smrgdocdir = @docdir@
37288cd5fc2Smrgdvidir = @dvidir@
37388cd5fc2Smrgexec_prefix = @exec_prefix@
37488cd5fc2Smrghost = @host@
37588cd5fc2Smrghost_alias = @host_alias@
37688cd5fc2Smrghost_cpu = @host_cpu@
37788cd5fc2Smrghost_os = @host_os@
37888cd5fc2Smrghost_vendor = @host_vendor@
37988cd5fc2Smrghtmldir = @htmldir@
38088cd5fc2Smrgincludedir = @includedir@
38188cd5fc2Smrginfodir = @infodir@
38288cd5fc2Smrginstall_sh = @install_sh@
38388cd5fc2Smrglibdir = @libdir@
38488cd5fc2Smrglibexecdir = @libexecdir@
38588cd5fc2Smrglocaledir = @localedir@
38688cd5fc2Smrglocalstatedir = @localstatedir@
38788cd5fc2Smrgmandir = @mandir@
38888cd5fc2Smrgmkdir_p = @mkdir_p@
38988cd5fc2Smrgoldincludedir = @oldincludedir@
39088cd5fc2Smrgpdfdir = @pdfdir@
39188cd5fc2Smrgprefix = @prefix@
39288cd5fc2Smrgprogram_transform_name = @program_transform_name@
39388cd5fc2Smrgpsdir = @psdir@
394a33c354dSmrgrunstatedir = @runstatedir@
39588cd5fc2Smrgsbindir = @sbindir@
39688cd5fc2Smrgsharedstatedir = @sharedstatedir@
39788cd5fc2Smrgsrcdir = @srcdir@
39888cd5fc2Smrgsysconfdir = @sysconfdir@
39988cd5fc2Smrgtarget_alias = @target_alias@
40088cd5fc2Smrgtop_build_prefix = @top_build_prefix@
40188cd5fc2Smrgtop_builddir = @top_builddir@
40288cd5fc2Smrgtop_srcdir = @top_srcdir@
40388cd5fc2SmrgSUBDIRS = src man
40488cd5fc2Smrgpkgconfigdir = $(libdir)/pkgconfig
40588cd5fc2Smrgpkgconfig_DATA = xpresent.pc
40688cd5fc2SmrgMAINTAINERCLEANFILES = ChangeLog INSTALL
40788cd5fc2SmrgACLOCAL_AMFLAGS = -I m4
408a33c354dSmrgEXTRA_DIST = README.md
40988cd5fc2Smrgall: config.h
41088cd5fc2Smrg	$(MAKE) $(AM_MAKEFLAGS) all-recursive
41188cd5fc2Smrg
41288cd5fc2Smrg.SUFFIXES:
41388cd5fc2Smrgam--refresh: Makefile
41488cd5fc2Smrg	@:
415a33c354dSmrg$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
41688cd5fc2Smrg	@for dep in $?; do \
41788cd5fc2Smrg	  case '$(am__configure_deps)' in \
41888cd5fc2Smrg	    *$$dep*) \
41988cd5fc2Smrg	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
42088cd5fc2Smrg	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
42188cd5fc2Smrg		&& exit 0; \
42288cd5fc2Smrg	      exit 1;; \
42388cd5fc2Smrg	  esac; \
42488cd5fc2Smrg	done; \
42588cd5fc2Smrg	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
42688cd5fc2Smrg	$(am__cd) $(top_srcdir) && \
42788cd5fc2Smrg	  $(AUTOMAKE) --foreign Makefile
42888cd5fc2SmrgMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
42988cd5fc2Smrg	@case '$?' in \
43088cd5fc2Smrg	  *config.status*) \
43188cd5fc2Smrg	    echo ' $(SHELL) ./config.status'; \
43288cd5fc2Smrg	    $(SHELL) ./config.status;; \
43388cd5fc2Smrg	  *) \
434a33c354dSmrg	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
435a33c354dSmrg	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
43688cd5fc2Smrg	esac;
43788cd5fc2Smrg
43888cd5fc2Smrg$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
43988cd5fc2Smrg	$(SHELL) ./config.status --recheck
44088cd5fc2Smrg
441a33c354dSmrg$(top_srcdir)/configure:  $(am__configure_deps)
44288cd5fc2Smrg	$(am__cd) $(srcdir) && $(AUTOCONF)
443a33c354dSmrg$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
44488cd5fc2Smrg	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
44588cd5fc2Smrg$(am__aclocal_m4_deps):
44688cd5fc2Smrg
44788cd5fc2Smrgconfig.h: stamp-h1
44888cd5fc2Smrg	@test -f $@ || rm -f stamp-h1
44988cd5fc2Smrg	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
45088cd5fc2Smrg
45188cd5fc2Smrgstamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
45288cd5fc2Smrg	@rm -f stamp-h1
45388cd5fc2Smrg	cd $(top_builddir) && $(SHELL) ./config.status config.h
454a33c354dSmrg$(srcdir)/config.h.in:  $(am__configure_deps) 
45588cd5fc2Smrg	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
45688cd5fc2Smrg	rm -f stamp-h1
45788cd5fc2Smrg	touch $@
45888cd5fc2Smrg
45988cd5fc2Smrgdistclean-hdr:
46088cd5fc2Smrg	-rm -f config.h stamp-h1
46188cd5fc2Smrgxpresent.pc: $(top_builddir)/config.status $(srcdir)/xpresent.pc.in
46288cd5fc2Smrg	cd $(top_builddir) && $(SHELL) ./config.status $@
46388cd5fc2Smrg
46488cd5fc2Smrgmostlyclean-libtool:
46588cd5fc2Smrg	-rm -f *.lo
46688cd5fc2Smrg
46788cd5fc2Smrgclean-libtool:
46888cd5fc2Smrg	-rm -rf .libs _libs
46988cd5fc2Smrg
47088cd5fc2Smrgdistclean-libtool:
47188cd5fc2Smrg	-rm -f libtool config.lt
47288cd5fc2Smrginstall-pkgconfigDATA: $(pkgconfig_DATA)
47388cd5fc2Smrg	@$(NORMAL_INSTALL)
47488cd5fc2Smrg	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
47588cd5fc2Smrg	if test -n "$$list"; then \
47688cd5fc2Smrg	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
47788cd5fc2Smrg	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
47888cd5fc2Smrg	fi; \
47988cd5fc2Smrg	for p in $$list; do \
48088cd5fc2Smrg	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
48188cd5fc2Smrg	  echo "$$d$$p"; \
48288cd5fc2Smrg	done | $(am__base_list) | \
48388cd5fc2Smrg	while read files; do \
48488cd5fc2Smrg	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
48588cd5fc2Smrg	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
48688cd5fc2Smrg	done
48788cd5fc2Smrg
48888cd5fc2Smrguninstall-pkgconfigDATA:
48988cd5fc2Smrg	@$(NORMAL_UNINSTALL)
49088cd5fc2Smrg	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
49188cd5fc2Smrg	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
49288cd5fc2Smrg	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
49388cd5fc2Smrg
49488cd5fc2Smrg# This directory's subdirectories are mostly independent; you can cd
49588cd5fc2Smrg# into them and run 'make' without going through this Makefile.
49688cd5fc2Smrg# To change the values of 'make' variables: instead of editing Makefiles,
49788cd5fc2Smrg# (1) if the variable is set in 'config.status', edit 'config.status'
49888cd5fc2Smrg#     (which will cause the Makefiles to be regenerated when you run 'make');
49988cd5fc2Smrg# (2) otherwise, pass the desired values on the 'make' command line.
50088cd5fc2Smrg$(am__recursive_targets):
50188cd5fc2Smrg	@fail=; \
50288cd5fc2Smrg	if $(am__make_keepgoing); then \
50388cd5fc2Smrg	  failcom='fail=yes'; \
50488cd5fc2Smrg	else \
50588cd5fc2Smrg	  failcom='exit 1'; \
50688cd5fc2Smrg	fi; \
50788cd5fc2Smrg	dot_seen=no; \
50888cd5fc2Smrg	target=`echo $@ | sed s/-recursive//`; \
50988cd5fc2Smrg	case "$@" in \
51088cd5fc2Smrg	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
51188cd5fc2Smrg	  *) list='$(SUBDIRS)' ;; \
51288cd5fc2Smrg	esac; \
51388cd5fc2Smrg	for subdir in $$list; do \
51488cd5fc2Smrg	  echo "Making $$target in $$subdir"; \
51588cd5fc2Smrg	  if test "$$subdir" = "."; then \
51688cd5fc2Smrg	    dot_seen=yes; \
51788cd5fc2Smrg	    local_target="$$target-am"; \
51888cd5fc2Smrg	  else \
51988cd5fc2Smrg	    local_target="$$target"; \
52088cd5fc2Smrg	  fi; \
52188cd5fc2Smrg	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
52288cd5fc2Smrg	  || eval $$failcom; \
52388cd5fc2Smrg	done; \
52488cd5fc2Smrg	if test "$$dot_seen" = "no"; then \
52588cd5fc2Smrg	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
52688cd5fc2Smrg	fi; test -z "$$fail"
52788cd5fc2Smrg
52888cd5fc2SmrgID: $(am__tagged_files)
52988cd5fc2Smrg	$(am__define_uniq_tagged_files); mkid -fID $$unique
53088cd5fc2Smrgtags: tags-recursive
53188cd5fc2SmrgTAGS: tags
53288cd5fc2Smrg
53388cd5fc2Smrgtags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
53488cd5fc2Smrg	set x; \
53588cd5fc2Smrg	here=`pwd`; \
53688cd5fc2Smrg	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
53788cd5fc2Smrg	  include_option=--etags-include; \
53888cd5fc2Smrg	  empty_fix=.; \
53988cd5fc2Smrg	else \
54088cd5fc2Smrg	  include_option=--include; \
54188cd5fc2Smrg	  empty_fix=; \
54288cd5fc2Smrg	fi; \
54388cd5fc2Smrg	list='$(SUBDIRS)'; for subdir in $$list; do \
54488cd5fc2Smrg	  if test "$$subdir" = .; then :; else \
54588cd5fc2Smrg	    test ! -f $$subdir/TAGS || \
54688cd5fc2Smrg	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
54788cd5fc2Smrg	  fi; \
54888cd5fc2Smrg	done; \
54988cd5fc2Smrg	$(am__define_uniq_tagged_files); \
55088cd5fc2Smrg	shift; \
55188cd5fc2Smrg	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
55288cd5fc2Smrg	  test -n "$$unique" || unique=$$empty_fix; \
55388cd5fc2Smrg	  if test $$# -gt 0; then \
55488cd5fc2Smrg	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
55588cd5fc2Smrg	      "$$@" $$unique; \
55688cd5fc2Smrg	  else \
55788cd5fc2Smrg	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
55888cd5fc2Smrg	      $$unique; \
55988cd5fc2Smrg	  fi; \
56088cd5fc2Smrg	fi
56188cd5fc2Smrgctags: ctags-recursive
56288cd5fc2Smrg
56388cd5fc2SmrgCTAGS: ctags
56488cd5fc2Smrgctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
56588cd5fc2Smrg	$(am__define_uniq_tagged_files); \
56688cd5fc2Smrg	test -z "$(CTAGS_ARGS)$$unique" \
56788cd5fc2Smrg	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
56888cd5fc2Smrg	     $$unique
56988cd5fc2Smrg
57088cd5fc2SmrgGTAGS:
57188cd5fc2Smrg	here=`$(am__cd) $(top_builddir) && pwd` \
57288cd5fc2Smrg	  && $(am__cd) $(top_srcdir) \
57388cd5fc2Smrg	  && gtags -i $(GTAGS_ARGS) "$$here"
57488cd5fc2Smrgcscope: cscope.files
57588cd5fc2Smrg	test ! -s cscope.files \
57688cd5fc2Smrg	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
57788cd5fc2Smrgclean-cscope:
57888cd5fc2Smrg	-rm -f cscope.files
57988cd5fc2Smrgcscope.files: clean-cscope cscopelist
58088cd5fc2Smrgcscopelist: cscopelist-recursive
58188cd5fc2Smrg
58288cd5fc2Smrgcscopelist-am: $(am__tagged_files)
58388cd5fc2Smrg	list='$(am__tagged_files)'; \
58488cd5fc2Smrg	case "$(srcdir)" in \
58588cd5fc2Smrg	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
58688cd5fc2Smrg	  *) sdir=$(subdir)/$(srcdir) ;; \
58788cd5fc2Smrg	esac; \
58888cd5fc2Smrg	for i in $$list; do \
58988cd5fc2Smrg	  if test -f "$$i"; then \
59088cd5fc2Smrg	    echo "$(subdir)/$$i"; \
59188cd5fc2Smrg	  else \
59288cd5fc2Smrg	    echo "$$sdir/$$i"; \
59388cd5fc2Smrg	  fi; \
59488cd5fc2Smrg	done >> $(top_builddir)/cscope.files
59588cd5fc2Smrg
59688cd5fc2Smrgdistclean-tags:
59788cd5fc2Smrg	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
59888cd5fc2Smrg	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
599a33c354dSmrgdistdir: $(BUILT_SOURCES)
600a33c354dSmrg	$(MAKE) $(AM_MAKEFLAGS) distdir-am
60188cd5fc2Smrg
602a33c354dSmrgdistdir-am: $(DISTFILES)
60388cd5fc2Smrg	$(am__remove_distdir)
60488cd5fc2Smrg	test -d "$(distdir)" || mkdir "$(distdir)"
60588cd5fc2Smrg	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
60688cd5fc2Smrg	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
60788cd5fc2Smrg	list='$(DISTFILES)'; \
60888cd5fc2Smrg	  dist_files=`for file in $$list; do echo $$file; done | \
60988cd5fc2Smrg	  sed -e "s|^$$srcdirstrip/||;t" \
61088cd5fc2Smrg	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
61188cd5fc2Smrg	case $$dist_files in \
61288cd5fc2Smrg	  */*) $(MKDIR_P) `echo "$$dist_files" | \
61388cd5fc2Smrg			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
61488cd5fc2Smrg			   sort -u` ;; \
61588cd5fc2Smrg	esac; \
61688cd5fc2Smrg	for file in $$dist_files; do \
61788cd5fc2Smrg	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
61888cd5fc2Smrg	  if test -d $$d/$$file; then \
61988cd5fc2Smrg	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
62088cd5fc2Smrg	    if test -d "$(distdir)/$$file"; then \
62188cd5fc2Smrg	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
62288cd5fc2Smrg	    fi; \
62388cd5fc2Smrg	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
62488cd5fc2Smrg	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
62588cd5fc2Smrg	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
62688cd5fc2Smrg	    fi; \
62788cd5fc2Smrg	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
62888cd5fc2Smrg	  else \
62988cd5fc2Smrg	    test -f "$(distdir)/$$file" \
63088cd5fc2Smrg	    || cp -p $$d/$$file "$(distdir)/$$file" \
63188cd5fc2Smrg	    || exit 1; \
63288cd5fc2Smrg	  fi; \
63388cd5fc2Smrg	done
63488cd5fc2Smrg	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
63588cd5fc2Smrg	  if test "$$subdir" = .; then :; else \
63688cd5fc2Smrg	    $(am__make_dryrun) \
63788cd5fc2Smrg	      || test -d "$(distdir)/$$subdir" \
63888cd5fc2Smrg	      || $(MKDIR_P) "$(distdir)/$$subdir" \
63988cd5fc2Smrg	      || exit 1; \
64088cd5fc2Smrg	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
64188cd5fc2Smrg	    $(am__relativize); \
64288cd5fc2Smrg	    new_distdir=$$reldir; \
64388cd5fc2Smrg	    dir1=$$subdir; dir2="$(top_distdir)"; \
64488cd5fc2Smrg	    $(am__relativize); \
64588cd5fc2Smrg	    new_top_distdir=$$reldir; \
64688cd5fc2Smrg	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
64788cd5fc2Smrg	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
64888cd5fc2Smrg	    ($(am__cd) $$subdir && \
64988cd5fc2Smrg	      $(MAKE) $(AM_MAKEFLAGS) \
65088cd5fc2Smrg	        top_distdir="$$new_top_distdir" \
65188cd5fc2Smrg	        distdir="$$new_distdir" \
65288cd5fc2Smrg		am__remove_distdir=: \
65388cd5fc2Smrg		am__skip_length_check=: \
65488cd5fc2Smrg		am__skip_mode_fix=: \
65588cd5fc2Smrg	        distdir) \
65688cd5fc2Smrg	      || exit 1; \
65788cd5fc2Smrg	  fi; \
65888cd5fc2Smrg	done
65988cd5fc2Smrg	$(MAKE) $(AM_MAKEFLAGS) \
66088cd5fc2Smrg	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
66188cd5fc2Smrg	  dist-hook
66288cd5fc2Smrg	-test -n "$(am__skip_mode_fix)" \
66388cd5fc2Smrg	|| find "$(distdir)" -type d ! -perm -755 \
66488cd5fc2Smrg		-exec chmod u+rwx,go+rx {} \; -o \
66588cd5fc2Smrg	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
66688cd5fc2Smrg	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
66788cd5fc2Smrg	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
66888cd5fc2Smrg	|| chmod -R a+r "$(distdir)"
66988cd5fc2Smrgdist-gzip: distdir
670a33c354dSmrg	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
67188cd5fc2Smrg	$(am__post_remove_distdir)
672a33c354dSmrg
67388cd5fc2Smrgdist-bzip2: distdir
67488cd5fc2Smrg	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
67588cd5fc2Smrg	$(am__post_remove_distdir)
67688cd5fc2Smrg
67788cd5fc2Smrgdist-lzip: distdir
67888cd5fc2Smrg	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
67988cd5fc2Smrg	$(am__post_remove_distdir)
68088cd5fc2Smrgdist-xz: distdir
68188cd5fc2Smrg	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
68288cd5fc2Smrg	$(am__post_remove_distdir)
68388cd5fc2Smrg
684a33c354dSmrgdist-zstd: distdir
685a33c354dSmrg	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
686a33c354dSmrg	$(am__post_remove_distdir)
687a33c354dSmrg
68888cd5fc2Smrgdist-tarZ: distdir
689a33c354dSmrg	@echo WARNING: "Support for distribution archives compressed with" \
690a33c354dSmrg		       "legacy program 'compress' is deprecated." >&2
69188cd5fc2Smrg	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
69288cd5fc2Smrg	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
69388cd5fc2Smrg	$(am__post_remove_distdir)
69488cd5fc2Smrg
69588cd5fc2Smrgdist-shar: distdir
696a33c354dSmrg	@echo WARNING: "Support for shar distribution archives is" \
697a33c354dSmrg	               "deprecated." >&2
69888cd5fc2Smrg	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
699a33c354dSmrg	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
70088cd5fc2Smrg	$(am__post_remove_distdir)
70188cd5fc2Smrg
70288cd5fc2Smrgdist-zip: distdir
70388cd5fc2Smrg	-rm -f $(distdir).zip
70488cd5fc2Smrg	zip -rq $(distdir).zip $(distdir)
70588cd5fc2Smrg	$(am__post_remove_distdir)
70688cd5fc2Smrg
70788cd5fc2Smrgdist dist-all:
70888cd5fc2Smrg	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
70988cd5fc2Smrg	$(am__post_remove_distdir)
71088cd5fc2Smrg
71188cd5fc2Smrg# This target untars the dist file and tries a VPATH configuration.  Then
71288cd5fc2Smrg# it guarantees that the distribution is self-contained by making another
71388cd5fc2Smrg# tarfile.
71488cd5fc2Smrgdistcheck: dist
71588cd5fc2Smrg	case '$(DIST_ARCHIVES)' in \
71688cd5fc2Smrg	*.tar.gz*) \
717a33c354dSmrg	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
71888cd5fc2Smrg	*.tar.bz2*) \
71988cd5fc2Smrg	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
72088cd5fc2Smrg	*.tar.lz*) \
72188cd5fc2Smrg	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
72288cd5fc2Smrg	*.tar.xz*) \
72388cd5fc2Smrg	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
72488cd5fc2Smrg	*.tar.Z*) \
72588cd5fc2Smrg	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
72688cd5fc2Smrg	*.shar.gz*) \
727a33c354dSmrg	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
72888cd5fc2Smrg	*.zip*) \
72988cd5fc2Smrg	  unzip $(distdir).zip ;;\
730a33c354dSmrg	*.tar.zst*) \
731a33c354dSmrg	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
73288cd5fc2Smrg	esac
73388cd5fc2Smrg	chmod -R a-w $(distdir)
73488cd5fc2Smrg	chmod u+w $(distdir)
735a33c354dSmrg	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
73688cd5fc2Smrg	chmod a-w $(distdir)
73788cd5fc2Smrg	test -d $(distdir)/_build || exit 0; \
73888cd5fc2Smrg	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
73988cd5fc2Smrg	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
74088cd5fc2Smrg	  && am__cwd=`pwd` \
741a33c354dSmrg	  && $(am__cd) $(distdir)/_build/sub \
742a33c354dSmrg	  && ../../configure \
74388cd5fc2Smrg	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
74488cd5fc2Smrg	    $(DISTCHECK_CONFIGURE_FLAGS) \
745a33c354dSmrg	    --srcdir=../.. --prefix="$$dc_install_base" \
74688cd5fc2Smrg	  && $(MAKE) $(AM_MAKEFLAGS) \
747a33c354dSmrg	  && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
74888cd5fc2Smrg	  && $(MAKE) $(AM_MAKEFLAGS) check \
74988cd5fc2Smrg	  && $(MAKE) $(AM_MAKEFLAGS) install \
75088cd5fc2Smrg	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
75188cd5fc2Smrg	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
75288cd5fc2Smrg	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
75388cd5fc2Smrg	        distuninstallcheck \
75488cd5fc2Smrg	  && chmod -R a-w "$$dc_install_base" \
75588cd5fc2Smrg	  && ({ \
75688cd5fc2Smrg	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
75788cd5fc2Smrg	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
75888cd5fc2Smrg	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
75988cd5fc2Smrg	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
76088cd5fc2Smrg	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
76188cd5fc2Smrg	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
76288cd5fc2Smrg	  && rm -rf "$$dc_destdir" \
76388cd5fc2Smrg	  && $(MAKE) $(AM_MAKEFLAGS) dist \
76488cd5fc2Smrg	  && rm -rf $(DIST_ARCHIVES) \
76588cd5fc2Smrg	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
76688cd5fc2Smrg	  && cd "$$am__cwd" \
76788cd5fc2Smrg	  || exit 1
76888cd5fc2Smrg	$(am__post_remove_distdir)
76988cd5fc2Smrg	@(echo "$(distdir) archives ready for distribution: "; \
77088cd5fc2Smrg	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
77188cd5fc2Smrg	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
77288cd5fc2Smrgdistuninstallcheck:
77388cd5fc2Smrg	@test -n '$(distuninstallcheck_dir)' || { \
77488cd5fc2Smrg	  echo 'ERROR: trying to run $@ with an empty' \
77588cd5fc2Smrg	       '$$(distuninstallcheck_dir)' >&2; \
77688cd5fc2Smrg	  exit 1; \
77788cd5fc2Smrg	}; \
77888cd5fc2Smrg	$(am__cd) '$(distuninstallcheck_dir)' || { \
77988cd5fc2Smrg	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
78088cd5fc2Smrg	  exit 1; \
78188cd5fc2Smrg	}; \
78288cd5fc2Smrg	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
78388cd5fc2Smrg	   || { echo "ERROR: files left after uninstall:" ; \
78488cd5fc2Smrg	        if test -n "$(DESTDIR)"; then \
78588cd5fc2Smrg	          echo "  (check DESTDIR support)"; \
78688cd5fc2Smrg	        fi ; \
78788cd5fc2Smrg	        $(distuninstallcheck_listfiles) ; \
78888cd5fc2Smrg	        exit 1; } >&2
78988cd5fc2Smrgdistcleancheck: distclean
79088cd5fc2Smrg	@if test '$(srcdir)' = . ; then \
79188cd5fc2Smrg	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
79288cd5fc2Smrg	  exit 1 ; \
79388cd5fc2Smrg	fi
79488cd5fc2Smrg	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
79588cd5fc2Smrg	  || { echo "ERROR: files left in build directory after distclean:" ; \
79688cd5fc2Smrg	       $(distcleancheck_listfiles) ; \
79788cd5fc2Smrg	       exit 1; } >&2
79888cd5fc2Smrgcheck-am: all-am
79988cd5fc2Smrgcheck: check-recursive
80088cd5fc2Smrgall-am: Makefile $(DATA) config.h
80188cd5fc2Smrginstalldirs: installdirs-recursive
80288cd5fc2Smrginstalldirs-am:
80388cd5fc2Smrg	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
80488cd5fc2Smrg	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
80588cd5fc2Smrg	done
80688cd5fc2Smrginstall: install-recursive
80788cd5fc2Smrginstall-exec: install-exec-recursive
80888cd5fc2Smrginstall-data: install-data-recursive
80988cd5fc2Smrguninstall: uninstall-recursive
81088cd5fc2Smrg
81188cd5fc2Smrginstall-am: all-am
81288cd5fc2Smrg	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
81388cd5fc2Smrg
81488cd5fc2Smrginstallcheck: installcheck-recursive
81588cd5fc2Smrginstall-strip:
81688cd5fc2Smrg	if test -z '$(STRIP)'; then \
81788cd5fc2Smrg	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
81888cd5fc2Smrg	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
81988cd5fc2Smrg	      install; \
82088cd5fc2Smrg	else \
82188cd5fc2Smrg	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
82288cd5fc2Smrg	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
82388cd5fc2Smrg	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
82488cd5fc2Smrg	fi
82588cd5fc2Smrgmostlyclean-generic:
82688cd5fc2Smrg
82788cd5fc2Smrgclean-generic:
82888cd5fc2Smrg
82988cd5fc2Smrgdistclean-generic:
83088cd5fc2Smrg	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
83188cd5fc2Smrg	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
83288cd5fc2Smrg
83388cd5fc2Smrgmaintainer-clean-generic:
83488cd5fc2Smrg	@echo "This command is intended for maintainers to use"
83588cd5fc2Smrg	@echo "it deletes files that may require special tools to rebuild."
83688cd5fc2Smrg	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
83788cd5fc2Smrgclean: clean-recursive
83888cd5fc2Smrg
83988cd5fc2Smrgclean-am: clean-generic clean-libtool mostlyclean-am
84088cd5fc2Smrg
84188cd5fc2Smrgdistclean: distclean-recursive
84288cd5fc2Smrg	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
84388cd5fc2Smrg	-rm -f Makefile
84488cd5fc2Smrgdistclean-am: clean-am distclean-generic distclean-hdr \
84588cd5fc2Smrg	distclean-libtool distclean-tags
84688cd5fc2Smrg
84788cd5fc2Smrgdvi: dvi-recursive
84888cd5fc2Smrg
84988cd5fc2Smrgdvi-am:
85088cd5fc2Smrg
85188cd5fc2Smrghtml: html-recursive
85288cd5fc2Smrg
85388cd5fc2Smrghtml-am:
85488cd5fc2Smrg
85588cd5fc2Smrginfo: info-recursive
85688cd5fc2Smrg
85788cd5fc2Smrginfo-am:
85888cd5fc2Smrg
85988cd5fc2Smrginstall-data-am: install-pkgconfigDATA
86088cd5fc2Smrg
86188cd5fc2Smrginstall-dvi: install-dvi-recursive
86288cd5fc2Smrg
86388cd5fc2Smrginstall-dvi-am:
86488cd5fc2Smrg
86588cd5fc2Smrginstall-exec-am:
86688cd5fc2Smrg
86788cd5fc2Smrginstall-html: install-html-recursive
86888cd5fc2Smrg
86988cd5fc2Smrginstall-html-am:
87088cd5fc2Smrg
87188cd5fc2Smrginstall-info: install-info-recursive
87288cd5fc2Smrg
87388cd5fc2Smrginstall-info-am:
87488cd5fc2Smrg
87588cd5fc2Smrginstall-man:
87688cd5fc2Smrg
87788cd5fc2Smrginstall-pdf: install-pdf-recursive
87888cd5fc2Smrg
87988cd5fc2Smrginstall-pdf-am:
88088cd5fc2Smrg
88188cd5fc2Smrginstall-ps: install-ps-recursive
88288cd5fc2Smrg
88388cd5fc2Smrginstall-ps-am:
88488cd5fc2Smrg
88588cd5fc2Smrginstallcheck-am:
88688cd5fc2Smrg
88788cd5fc2Smrgmaintainer-clean: maintainer-clean-recursive
88888cd5fc2Smrg	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
88988cd5fc2Smrg	-rm -rf $(top_srcdir)/autom4te.cache
89088cd5fc2Smrg	-rm -f Makefile
89188cd5fc2Smrgmaintainer-clean-am: distclean-am maintainer-clean-generic
89288cd5fc2Smrg
89388cd5fc2Smrgmostlyclean: mostlyclean-recursive
89488cd5fc2Smrg
89588cd5fc2Smrgmostlyclean-am: mostlyclean-generic mostlyclean-libtool
89688cd5fc2Smrg
89788cd5fc2Smrgpdf: pdf-recursive
89888cd5fc2Smrg
89988cd5fc2Smrgpdf-am:
90088cd5fc2Smrg
90188cd5fc2Smrgps: ps-recursive
90288cd5fc2Smrg
90388cd5fc2Smrgps-am:
90488cd5fc2Smrg
90588cd5fc2Smrguninstall-am: uninstall-pkgconfigDATA
90688cd5fc2Smrg
90788cd5fc2Smrg.MAKE: $(am__recursive_targets) all install-am install-strip
90888cd5fc2Smrg
90988cd5fc2Smrg.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
91088cd5fc2Smrg	am--refresh check check-am clean clean-cscope clean-generic \
91188cd5fc2Smrg	clean-libtool cscope cscopelist-am ctags ctags-am dist \
91288cd5fc2Smrg	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
913a33c354dSmrg	dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \
91488cd5fc2Smrg	distclean-generic distclean-hdr distclean-libtool \
91588cd5fc2Smrg	distclean-tags distcleancheck distdir distuninstallcheck dvi \
91688cd5fc2Smrg	dvi-am html html-am info info-am install install-am \
91788cd5fc2Smrg	install-data install-data-am install-dvi install-dvi-am \
91888cd5fc2Smrg	install-exec install-exec-am install-html install-html-am \
91988cd5fc2Smrg	install-info install-info-am install-man install-pdf \
92088cd5fc2Smrg	install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
92188cd5fc2Smrg	install-strip installcheck installcheck-am installdirs \
92288cd5fc2Smrg	installdirs-am maintainer-clean maintainer-clean-generic \
92388cd5fc2Smrg	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
92488cd5fc2Smrg	ps ps-am tags tags-am uninstall uninstall-am \
92588cd5fc2Smrg	uninstall-pkgconfigDATA
92688cd5fc2Smrg
927a33c354dSmrg.PRECIOUS: Makefile
928a33c354dSmrg
92988cd5fc2Smrg
93088cd5fc2Smrg.PHONY: ChangeLog INSTALL
93188cd5fc2Smrg
93288cd5fc2SmrgINSTALL:
93388cd5fc2Smrg	$(INSTALL_CMD)
93488cd5fc2Smrg
93588cd5fc2SmrgChangeLog:
93688cd5fc2Smrg	$(CHANGELOG_CMD)
93788cd5fc2Smrg
93888cd5fc2Smrgdist-hook: ChangeLog INSTALL
93988cd5fc2Smrg
94088cd5fc2Smrg# Tell versions [3.59,3.63) of GNU make to not export all variables.
94188cd5fc2Smrg# Otherwise a system limit (for SysV at least) may be exceeded.
94288cd5fc2Smrg.NOEXPORT:
943