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#
18a33c354dSmrg# Copyright (c) 2005, 2022, Oracle and/or its affiliates.
1988cd5fc2Smrg#
2088cd5fc2Smrg# Permission is hereby granted, free of charge, to any person obtaining a
2188cd5fc2Smrg# copy of this software and associated documentation files (the "Software"),
2288cd5fc2Smrg# to deal in the Software without restriction, including without limitation
2388cd5fc2Smrg# the rights to use, copy, modify, merge, publish, distribute, sublicense,
2488cd5fc2Smrg# and/or sell copies of the Software, and to permit persons to whom the
2588cd5fc2Smrg# Software is furnished to do so, subject to the following conditions:
2688cd5fc2Smrg#
2788cd5fc2Smrg# The above copyright notice and this permission notice (including the next
2888cd5fc2Smrg# paragraph) shall be included in all copies or substantial portions of the
2988cd5fc2Smrg# Software.
3088cd5fc2Smrg#
3188cd5fc2Smrg# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3288cd5fc2Smrg# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3388cd5fc2Smrg# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
3488cd5fc2Smrg# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3588cd5fc2Smrg# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3688cd5fc2Smrg# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3788cd5fc2Smrg# DEALINGS IN THE SOFTWARE.
3888cd5fc2Smrg#
3988cd5fc2Smrg
4088cd5fc2SmrgVPATH = @srcdir@
41a33c354dSmrgam__is_gnu_make = { \
42a33c354dSmrg  if test -z '$(MAKELEVEL)'; then \
43a33c354dSmrg    false; \
44a33c354dSmrg  elif test -n '$(MAKE_HOST)'; then \
45a33c354dSmrg    true; \
46a33c354dSmrg  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
47a33c354dSmrg    true; \
48a33c354dSmrg  else \
49a33c354dSmrg    false; \
50a33c354dSmrg  fi; \
51a33c354dSmrg}
5288cd5fc2Smrgam__make_running_with_option = \
5388cd5fc2Smrg  case $${target_option-} in \
5488cd5fc2Smrg      ?) ;; \
5588cd5fc2Smrg      *) echo "am__make_running_with_option: internal error: invalid" \
5688cd5fc2Smrg              "target option '$${target_option-}' specified" >&2; \
5788cd5fc2Smrg         exit 1;; \
5888cd5fc2Smrg  esac; \
5988cd5fc2Smrg  has_opt=no; \
6088cd5fc2Smrg  sane_makeflags=$$MAKEFLAGS; \
6188cd5fc2Smrg  if $(am__is_gnu_make); then \
6288cd5fc2Smrg    sane_makeflags=$$MFLAGS; \
6388cd5fc2Smrg  else \
6488cd5fc2Smrg    case $$MAKEFLAGS in \
6588cd5fc2Smrg      *\\[\ \	]*) \
6688cd5fc2Smrg        bs=\\; \
6788cd5fc2Smrg        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
6888cd5fc2Smrg          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
6988cd5fc2Smrg    esac; \
7088cd5fc2Smrg  fi; \
7188cd5fc2Smrg  skip_next=no; \
7288cd5fc2Smrg  strip_trailopt () \
7388cd5fc2Smrg  { \
7488cd5fc2Smrg    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
7588cd5fc2Smrg  }; \
7688cd5fc2Smrg  for flg in $$sane_makeflags; do \
7788cd5fc2Smrg    test $$skip_next = yes && { skip_next=no; continue; }; \
7888cd5fc2Smrg    case $$flg in \
7988cd5fc2Smrg      *=*|--*) continue;; \
8088cd5fc2Smrg        -*I) strip_trailopt 'I'; skip_next=yes;; \
8188cd5fc2Smrg      -*I?*) strip_trailopt 'I';; \
8288cd5fc2Smrg        -*O) strip_trailopt 'O'; skip_next=yes;; \
8388cd5fc2Smrg      -*O?*) strip_trailopt 'O';; \
8488cd5fc2Smrg        -*l) strip_trailopt 'l'; skip_next=yes;; \
8588cd5fc2Smrg      -*l?*) strip_trailopt 'l';; \
8688cd5fc2Smrg      -[dEDm]) skip_next=yes;; \
8788cd5fc2Smrg      -[JT]) skip_next=yes;; \
8888cd5fc2Smrg    esac; \
8988cd5fc2Smrg    case $$flg in \
9088cd5fc2Smrg      *$$target_option*) has_opt=yes; break;; \
9188cd5fc2Smrg    esac; \
9288cd5fc2Smrg  done; \
9388cd5fc2Smrg  test $$has_opt = yes
9488cd5fc2Smrgam__make_dryrun = (target_option=n; $(am__make_running_with_option))
9588cd5fc2Smrgam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
9688cd5fc2Smrgpkgdatadir = $(datadir)/@PACKAGE@
9788cd5fc2Smrgpkgincludedir = $(includedir)/@PACKAGE@
9888cd5fc2Smrgpkglibdir = $(libdir)/@PACKAGE@
9988cd5fc2Smrgpkglibexecdir = $(libexecdir)/@PACKAGE@
10088cd5fc2Smrgam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
10188cd5fc2Smrginstall_sh_DATA = $(install_sh) -c -m 644
10288cd5fc2Smrginstall_sh_PROGRAM = $(install_sh) -c
10388cd5fc2Smrginstall_sh_SCRIPT = $(install_sh) -c
10488cd5fc2SmrgINSTALL_HEADER = $(INSTALL_DATA)
10588cd5fc2Smrgtransform = $(program_transform_name)
10688cd5fc2SmrgNORMAL_INSTALL = :
10788cd5fc2SmrgPRE_INSTALL = :
10888cd5fc2SmrgPOST_INSTALL = :
10988cd5fc2SmrgNORMAL_UNINSTALL = :
11088cd5fc2SmrgPRE_UNINSTALL = :
11188cd5fc2SmrgPOST_UNINSTALL = :
11288cd5fc2Smrgbuild_triplet = @build@
11388cd5fc2Smrghost_triplet = @host@
11488cd5fc2Smrgsubdir = man
11588cd5fc2SmrgACLOCAL_M4 = $(top_srcdir)/aclocal.m4
116a33c354dSmrgam__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
117a33c354dSmrg	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
118a33c354dSmrg	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
119a33c354dSmrg	$(top_srcdir)/configure.ac
12088cd5fc2Smrgam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
12188cd5fc2Smrg	$(ACLOCAL_M4)
122a33c354dSmrgDIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
12388cd5fc2Smrgmkinstalldirs = $(install_sh) -d
12488cd5fc2SmrgCONFIG_HEADER = $(top_builddir)/config.h
12588cd5fc2SmrgCONFIG_CLEAN_FILES =
12688cd5fc2SmrgCONFIG_CLEAN_VPATH_FILES =
12788cd5fc2SmrgAM_V_P = $(am__v_P_@AM_V@)
12888cd5fc2Smrgam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
12988cd5fc2Smrgam__v_P_0 = false
13088cd5fc2Smrgam__v_P_1 = :
13188cd5fc2SmrgAM_V_GEN = $(am__v_GEN_@AM_V@)
13288cd5fc2Smrgam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
13388cd5fc2Smrgam__v_GEN_0 = @echo "  GEN     " $@;
13488cd5fc2Smrgam__v_GEN_1 = 
13588cd5fc2SmrgAM_V_at = $(am__v_at_@AM_V@)
13688cd5fc2Smrgam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
13788cd5fc2Smrgam__v_at_0 = @
13888cd5fc2Smrgam__v_at_1 = 
13988cd5fc2SmrgSOURCES =
14088cd5fc2SmrgDIST_SOURCES =
14188cd5fc2Smrgam__can_run_installinfo = \
14288cd5fc2Smrg  case $$AM_UPDATE_INFO_DIR in \
14388cd5fc2Smrg    n|no|NO) false;; \
14488cd5fc2Smrg    *) (install-info --version) >/dev/null 2>&1;; \
14588cd5fc2Smrg  esac
14688cd5fc2Smrgam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
14788cd5fc2Smrgam__vpath_adj = case $$p in \
14888cd5fc2Smrg    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
14988cd5fc2Smrg    *) f=$$p;; \
15088cd5fc2Smrg  esac;
15188cd5fc2Smrgam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
15288cd5fc2Smrgam__install_max = 40
15388cd5fc2Smrgam__nobase_strip_setup = \
15488cd5fc2Smrg  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
15588cd5fc2Smrgam__nobase_strip = \
15688cd5fc2Smrg  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
15788cd5fc2Smrgam__nobase_list = $(am__nobase_strip_setup); \
15888cd5fc2Smrg  for p in $$list; do echo "$$p $$p"; done | \
15988cd5fc2Smrg  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
16088cd5fc2Smrg  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
16188cd5fc2Smrg    if (++n[$$2] == $(am__install_max)) \
16288cd5fc2Smrg      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
16388cd5fc2Smrg    END { for (dir in files) print dir, files[dir] }'
16488cd5fc2Smrgam__base_list = \
16588cd5fc2Smrg  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
16688cd5fc2Smrg  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
16788cd5fc2Smrgam__uninstall_files_from_dir = { \
16888cd5fc2Smrg  test -z "$$files" \
16988cd5fc2Smrg    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
17088cd5fc2Smrg    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
17188cd5fc2Smrg         $(am__cd) "$$dir" && rm -f $$files; }; \
17288cd5fc2Smrg  }
17388cd5fc2Smrgam__installdirs = "$(DESTDIR)$(libmandir)"
17488cd5fc2SmrgDATA = $(libman_DATA)
17588cd5fc2Smrgam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
176a33c354dSmrgam__DIST_COMMON = $(srcdir)/Makefile.in
17788cd5fc2SmrgDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
17888cd5fc2SmrgACLOCAL = @ACLOCAL@
17988cd5fc2SmrgADMIN_MAN_DIR = @ADMIN_MAN_DIR@
18088cd5fc2SmrgADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
18188cd5fc2SmrgAMTAR = @AMTAR@
18288cd5fc2SmrgAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
18388cd5fc2SmrgAPP_MAN_DIR = @APP_MAN_DIR@
18488cd5fc2SmrgAPP_MAN_SUFFIX = @APP_MAN_SUFFIX@
18588cd5fc2SmrgAR = @AR@
18688cd5fc2SmrgAUTOCONF = @AUTOCONF@
18788cd5fc2SmrgAUTOHEADER = @AUTOHEADER@
18888cd5fc2SmrgAUTOMAKE = @AUTOMAKE@
18988cd5fc2SmrgAWK = @AWK@
19088cd5fc2SmrgBASE_CFLAGS = @BASE_CFLAGS@
19188cd5fc2SmrgCC = @CC@
19288cd5fc2SmrgCCDEPMODE = @CCDEPMODE@
19388cd5fc2SmrgCFLAGS = @CFLAGS@
19488cd5fc2SmrgCHANGELOG_CMD = @CHANGELOG_CMD@
19588cd5fc2SmrgCPPFLAGS = @CPPFLAGS@
196a33c354dSmrgCSCOPE = @CSCOPE@
197a33c354dSmrgCTAGS = @CTAGS@
19888cd5fc2SmrgCWARNFLAGS = @CWARNFLAGS@
19988cd5fc2SmrgCYGPATH_W = @CYGPATH_W@
20088cd5fc2SmrgDEFS = @DEFS@
20188cd5fc2SmrgDEPDIR = @DEPDIR@
20288cd5fc2SmrgDLLTOOL = @DLLTOOL@
20388cd5fc2SmrgDRIVER_MAN_DIR = @DRIVER_MAN_DIR@
20488cd5fc2SmrgDRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
20588cd5fc2SmrgDSYMUTIL = @DSYMUTIL@
20688cd5fc2SmrgDUMPBIN = @DUMPBIN@
20788cd5fc2SmrgECHO_C = @ECHO_C@
20888cd5fc2SmrgECHO_N = @ECHO_N@
20988cd5fc2SmrgECHO_T = @ECHO_T@
21088cd5fc2SmrgEGREP = @EGREP@
211a33c354dSmrgETAGS = @ETAGS@
21288cd5fc2SmrgEXEEXT = @EXEEXT@
21388cd5fc2SmrgFGREP = @FGREP@
214a33c354dSmrgFILECMD = @FILECMD@
21588cd5fc2SmrgFILE_MAN_DIR = @FILE_MAN_DIR@
21688cd5fc2SmrgFILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
21788cd5fc2SmrgGREP = @GREP@
21888cd5fc2SmrgINSTALL = @INSTALL@
21988cd5fc2SmrgINSTALL_CMD = @INSTALL_CMD@
22088cd5fc2SmrgINSTALL_DATA = @INSTALL_DATA@
22188cd5fc2SmrgINSTALL_PROGRAM = @INSTALL_PROGRAM@
22288cd5fc2SmrgINSTALL_SCRIPT = @INSTALL_SCRIPT@
22388cd5fc2SmrgINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
22488cd5fc2SmrgLD = @LD@
22588cd5fc2SmrgLDFLAGS = @LDFLAGS@
22688cd5fc2SmrgLIBOBJS = @LIBOBJS@
22788cd5fc2SmrgLIBS = @LIBS@
22888cd5fc2SmrgLIBTOOL = @LIBTOOL@
22988cd5fc2SmrgLIB_MAN_DIR = @LIB_MAN_DIR@
23088cd5fc2SmrgLIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
23188cd5fc2SmrgLIPO = @LIPO@
23288cd5fc2SmrgLN_S = @LN_S@
23388cd5fc2SmrgLTLIBOBJS = @LTLIBOBJS@
234a33c354dSmrgLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
23588cd5fc2SmrgMAKEINFO = @MAKEINFO@
23688cd5fc2SmrgMANIFEST_TOOL = @MANIFEST_TOOL@
23788cd5fc2SmrgMAN_SUBSTS = @MAN_SUBSTS@
23888cd5fc2SmrgMISC_MAN_DIR = @MISC_MAN_DIR@
23988cd5fc2SmrgMISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
24088cd5fc2SmrgMKDIR_P = @MKDIR_P@
24188cd5fc2SmrgNM = @NM@
24288cd5fc2SmrgNMEDIT = @NMEDIT@
24388cd5fc2SmrgOBJDUMP = @OBJDUMP@
24488cd5fc2SmrgOBJEXT = @OBJEXT@
24588cd5fc2SmrgOTOOL = @OTOOL@
24688cd5fc2SmrgOTOOL64 = @OTOOL64@
24788cd5fc2SmrgPACKAGE = @PACKAGE@
24888cd5fc2SmrgPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
24988cd5fc2SmrgPACKAGE_NAME = @PACKAGE_NAME@
25088cd5fc2SmrgPACKAGE_STRING = @PACKAGE_STRING@
25188cd5fc2SmrgPACKAGE_TARNAME = @PACKAGE_TARNAME@
25288cd5fc2SmrgPACKAGE_URL = @PACKAGE_URL@
25388cd5fc2SmrgPACKAGE_VERSION = @PACKAGE_VERSION@
25488cd5fc2SmrgPATH_SEPARATOR = @PATH_SEPARATOR@
25588cd5fc2SmrgPKG_CONFIG = @PKG_CONFIG@
25688cd5fc2SmrgPKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
25788cd5fc2SmrgPKG_CONFIG_PATH = @PKG_CONFIG_PATH@
25888cd5fc2SmrgPRESENTEXT_CFLAGS = @PRESENTEXT_CFLAGS@
25988cd5fc2SmrgPRESENTEXT_LIBS = @PRESENTEXT_LIBS@
26088cd5fc2SmrgPRESENTEXT_VERSION = @PRESENTEXT_VERSION@
26188cd5fc2SmrgRANLIB = @RANLIB@
26288cd5fc2SmrgSED = @SED@
26388cd5fc2SmrgSET_MAKE = @SET_MAKE@
26488cd5fc2SmrgSHELL = @SHELL@
26588cd5fc2SmrgSTRICT_CFLAGS = @STRICT_CFLAGS@
26688cd5fc2SmrgSTRIP = @STRIP@
26788cd5fc2SmrgVERSION = @VERSION@
26888cd5fc2SmrgXORG_MAN_PAGE = @XORG_MAN_PAGE@
26988cd5fc2Smrgabs_builddir = @abs_builddir@
27088cd5fc2Smrgabs_srcdir = @abs_srcdir@
27188cd5fc2Smrgabs_top_builddir = @abs_top_builddir@
27288cd5fc2Smrgabs_top_srcdir = @abs_top_srcdir@
27388cd5fc2Smrgac_ct_AR = @ac_ct_AR@
27488cd5fc2Smrgac_ct_CC = @ac_ct_CC@
27588cd5fc2Smrgac_ct_DUMPBIN = @ac_ct_DUMPBIN@
27688cd5fc2Smrgam__include = @am__include@
27788cd5fc2Smrgam__leading_dot = @am__leading_dot@
27888cd5fc2Smrgam__quote = @am__quote@
27988cd5fc2Smrgam__tar = @am__tar@
28088cd5fc2Smrgam__untar = @am__untar@
28188cd5fc2Smrgbindir = @bindir@
28288cd5fc2Smrgbuild = @build@
28388cd5fc2Smrgbuild_alias = @build_alias@
28488cd5fc2Smrgbuild_cpu = @build_cpu@
28588cd5fc2Smrgbuild_os = @build_os@
28688cd5fc2Smrgbuild_vendor = @build_vendor@
28788cd5fc2Smrgbuilddir = @builddir@
28888cd5fc2Smrgdatadir = @datadir@
28988cd5fc2Smrgdatarootdir = @datarootdir@
29088cd5fc2Smrgdocdir = @docdir@
29188cd5fc2Smrgdvidir = @dvidir@
29288cd5fc2Smrgexec_prefix = @exec_prefix@
29388cd5fc2Smrghost = @host@
29488cd5fc2Smrghost_alias = @host_alias@
29588cd5fc2Smrghost_cpu = @host_cpu@
29688cd5fc2Smrghost_os = @host_os@
29788cd5fc2Smrghost_vendor = @host_vendor@
29888cd5fc2Smrghtmldir = @htmldir@
29988cd5fc2Smrgincludedir = @includedir@
30088cd5fc2Smrginfodir = @infodir@
30188cd5fc2Smrginstall_sh = @install_sh@
30288cd5fc2Smrglibdir = @libdir@
30388cd5fc2Smrglibexecdir = @libexecdir@
30488cd5fc2Smrglocaledir = @localedir@
30588cd5fc2Smrglocalstatedir = @localstatedir@
30688cd5fc2Smrgmandir = @mandir@
30788cd5fc2Smrgmkdir_p = @mkdir_p@
30888cd5fc2Smrgoldincludedir = @oldincludedir@
30988cd5fc2Smrgpdfdir = @pdfdir@
31088cd5fc2Smrgprefix = @prefix@
31188cd5fc2Smrgprogram_transform_name = @program_transform_name@
31288cd5fc2Smrgpsdir = @psdir@
313a33c354dSmrgrunstatedir = @runstatedir@
31488cd5fc2Smrgsbindir = @sbindir@
31588cd5fc2Smrgsharedstatedir = @sharedstatedir@
31688cd5fc2Smrgsrcdir = @srcdir@
31788cd5fc2Smrgsysconfdir = @sysconfdir@
31888cd5fc2Smrgtarget_alias = @target_alias@
31988cd5fc2Smrgtop_build_prefix = @top_build_prefix@
32088cd5fc2Smrgtop_builddir = @top_builddir@
32188cd5fc2Smrgtop_srcdir = @top_srcdir@
32288cd5fc2Smrglibmandir = $(LIB_MAN_DIR)
323a33c354dSmrglibman_PRE = Xpresent.man \
324a33c354dSmrg	XPresentFreeInput.man \
325a33c354dSmrg	XPresentNotifyMSC.man \
326a33c354dSmrg	XPresentPixmap.man \
327a33c354dSmrg	XPresentQueryCapabilities.man \
328a33c354dSmrg	XPresentQueryExtension.man \
329a33c354dSmrg	XPresentQueryVersion.man \
330a33c354dSmrg	XPresentSelectInput.man \
331a33c354dSmrg	XPresentVersion.man
332a33c354dSmrg
33388cd5fc2Smrglibman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@)
33488cd5fc2SmrgEXTRA_DIST = $(libman_PRE)
33588cd5fc2SmrgCLEANFILES = $(libman_DATA)
33688cd5fc2Smrg
33788cd5fc2Smrg# String replacements for man pages now come from xorg-macros.m4 via configure
33888cd5fc2SmrgSUFFIXES = .$(LIB_MAN_SUFFIX) .man
33988cd5fc2Smrgall: all-am
34088cd5fc2Smrg
34188cd5fc2Smrg.SUFFIXES:
34288cd5fc2Smrg.SUFFIXES: .$(LIB_MAN_SUFFIX) .man
343a33c354dSmrg$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
34488cd5fc2Smrg	@for dep in $?; do \
34588cd5fc2Smrg	  case '$(am__configure_deps)' in \
34688cd5fc2Smrg	    *$$dep*) \
34788cd5fc2Smrg	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
34888cd5fc2Smrg	        && { if test -f $@; then exit 0; else break; fi; }; \
34988cd5fc2Smrg	      exit 1;; \
35088cd5fc2Smrg	  esac; \
35188cd5fc2Smrg	done; \
35288cd5fc2Smrg	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
35388cd5fc2Smrg	$(am__cd) $(top_srcdir) && \
35488cd5fc2Smrg	  $(AUTOMAKE) --foreign man/Makefile
35588cd5fc2SmrgMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
35688cd5fc2Smrg	@case '$?' in \
35788cd5fc2Smrg	  *config.status*) \
35888cd5fc2Smrg	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
35988cd5fc2Smrg	  *) \
360a33c354dSmrg	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
361a33c354dSmrg	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
36288cd5fc2Smrg	esac;
36388cd5fc2Smrg
36488cd5fc2Smrg$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
36588cd5fc2Smrg	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
36688cd5fc2Smrg
367a33c354dSmrg$(top_srcdir)/configure:  $(am__configure_deps)
36888cd5fc2Smrg	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
369a33c354dSmrg$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
37088cd5fc2Smrg	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
37188cd5fc2Smrg$(am__aclocal_m4_deps):
37288cd5fc2Smrg
37388cd5fc2Smrgmostlyclean-libtool:
37488cd5fc2Smrg	-rm -f *.lo
37588cd5fc2Smrg
37688cd5fc2Smrgclean-libtool:
37788cd5fc2Smrg	-rm -rf .libs _libs
37888cd5fc2Smrginstall-libmanDATA: $(libman_DATA)
37988cd5fc2Smrg	@$(NORMAL_INSTALL)
38088cd5fc2Smrg	@list='$(libman_DATA)'; test -n "$(libmandir)" || list=; \
38188cd5fc2Smrg	if test -n "$$list"; then \
38288cd5fc2Smrg	  echo " $(MKDIR_P) '$(DESTDIR)$(libmandir)'"; \
38388cd5fc2Smrg	  $(MKDIR_P) "$(DESTDIR)$(libmandir)" || exit 1; \
38488cd5fc2Smrg	fi; \
38588cd5fc2Smrg	for p in $$list; do \
38688cd5fc2Smrg	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
38788cd5fc2Smrg	  echo "$$d$$p"; \
38888cd5fc2Smrg	done | $(am__base_list) | \
38988cd5fc2Smrg	while read files; do \
39088cd5fc2Smrg	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libmandir)'"; \
39188cd5fc2Smrg	  $(INSTALL_DATA) $$files "$(DESTDIR)$(libmandir)" || exit $$?; \
39288cd5fc2Smrg	done
39388cd5fc2Smrg
39488cd5fc2Smrguninstall-libmanDATA:
39588cd5fc2Smrg	@$(NORMAL_UNINSTALL)
39688cd5fc2Smrg	@list='$(libman_DATA)'; test -n "$(libmandir)" || list=; \
39788cd5fc2Smrg	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
39888cd5fc2Smrg	dir='$(DESTDIR)$(libmandir)'; $(am__uninstall_files_from_dir)
39988cd5fc2Smrgtags TAGS:
40088cd5fc2Smrg
40188cd5fc2Smrgctags CTAGS:
40288cd5fc2Smrg
40388cd5fc2Smrgcscope cscopelist:
40488cd5fc2Smrg
405a33c354dSmrgdistdir: $(BUILT_SOURCES)
406a33c354dSmrg	$(MAKE) $(AM_MAKEFLAGS) distdir-am
40788cd5fc2Smrg
408a33c354dSmrgdistdir-am: $(DISTFILES)
40988cd5fc2Smrg	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
41088cd5fc2Smrg	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
41188cd5fc2Smrg	list='$(DISTFILES)'; \
41288cd5fc2Smrg	  dist_files=`for file in $$list; do echo $$file; done | \
41388cd5fc2Smrg	  sed -e "s|^$$srcdirstrip/||;t" \
41488cd5fc2Smrg	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
41588cd5fc2Smrg	case $$dist_files in \
41688cd5fc2Smrg	  */*) $(MKDIR_P) `echo "$$dist_files" | \
41788cd5fc2Smrg			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
41888cd5fc2Smrg			   sort -u` ;; \
41988cd5fc2Smrg	esac; \
42088cd5fc2Smrg	for file in $$dist_files; do \
42188cd5fc2Smrg	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
42288cd5fc2Smrg	  if test -d $$d/$$file; then \
42388cd5fc2Smrg	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
42488cd5fc2Smrg	    if test -d "$(distdir)/$$file"; then \
42588cd5fc2Smrg	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
42688cd5fc2Smrg	    fi; \
42788cd5fc2Smrg	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
42888cd5fc2Smrg	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
42988cd5fc2Smrg	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
43088cd5fc2Smrg	    fi; \
43188cd5fc2Smrg	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
43288cd5fc2Smrg	  else \
43388cd5fc2Smrg	    test -f "$(distdir)/$$file" \
43488cd5fc2Smrg	    || cp -p $$d/$$file "$(distdir)/$$file" \
43588cd5fc2Smrg	    || exit 1; \
43688cd5fc2Smrg	  fi; \
43788cd5fc2Smrg	done
43888cd5fc2Smrgcheck-am: all-am
43988cd5fc2Smrgcheck: check-am
44088cd5fc2Smrgall-am: Makefile $(DATA)
44188cd5fc2Smrginstalldirs:
44288cd5fc2Smrg	for dir in "$(DESTDIR)$(libmandir)"; do \
44388cd5fc2Smrg	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
44488cd5fc2Smrg	done
44588cd5fc2Smrginstall: install-am
44688cd5fc2Smrginstall-exec: install-exec-am
44788cd5fc2Smrginstall-data: install-data-am
44888cd5fc2Smrguninstall: uninstall-am
44988cd5fc2Smrg
45088cd5fc2Smrginstall-am: all-am
45188cd5fc2Smrg	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
45288cd5fc2Smrg
45388cd5fc2Smrginstallcheck: installcheck-am
45488cd5fc2Smrginstall-strip:
45588cd5fc2Smrg	if test -z '$(STRIP)'; then \
45688cd5fc2Smrg	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
45788cd5fc2Smrg	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
45888cd5fc2Smrg	      install; \
45988cd5fc2Smrg	else \
46088cd5fc2Smrg	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
46188cd5fc2Smrg	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
46288cd5fc2Smrg	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
46388cd5fc2Smrg	fi
46488cd5fc2Smrgmostlyclean-generic:
46588cd5fc2Smrg
46688cd5fc2Smrgclean-generic:
46788cd5fc2Smrg	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
46888cd5fc2Smrg
46988cd5fc2Smrgdistclean-generic:
47088cd5fc2Smrg	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
47188cd5fc2Smrg	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
47288cd5fc2Smrg
47388cd5fc2Smrgmaintainer-clean-generic:
47488cd5fc2Smrg	@echo "This command is intended for maintainers to use"
47588cd5fc2Smrg	@echo "it deletes files that may require special tools to rebuild."
47688cd5fc2Smrgclean: clean-am
47788cd5fc2Smrg
47888cd5fc2Smrgclean-am: clean-generic clean-libtool mostlyclean-am
47988cd5fc2Smrg
48088cd5fc2Smrgdistclean: distclean-am
48188cd5fc2Smrg	-rm -f Makefile
48288cd5fc2Smrgdistclean-am: clean-am distclean-generic
48388cd5fc2Smrg
48488cd5fc2Smrgdvi: dvi-am
48588cd5fc2Smrg
48688cd5fc2Smrgdvi-am:
48788cd5fc2Smrg
48888cd5fc2Smrghtml: html-am
48988cd5fc2Smrg
49088cd5fc2Smrghtml-am:
49188cd5fc2Smrg
49288cd5fc2Smrginfo: info-am
49388cd5fc2Smrg
49488cd5fc2Smrginfo-am:
49588cd5fc2Smrg
49688cd5fc2Smrginstall-data-am: install-libmanDATA
49788cd5fc2Smrg
49888cd5fc2Smrginstall-dvi: install-dvi-am
49988cd5fc2Smrg
50088cd5fc2Smrginstall-dvi-am:
50188cd5fc2Smrg
50288cd5fc2Smrginstall-exec-am:
50388cd5fc2Smrg
50488cd5fc2Smrginstall-html: install-html-am
50588cd5fc2Smrg
50688cd5fc2Smrginstall-html-am:
50788cd5fc2Smrg
50888cd5fc2Smrginstall-info: install-info-am
50988cd5fc2Smrg
51088cd5fc2Smrginstall-info-am:
51188cd5fc2Smrg
51288cd5fc2Smrginstall-man:
51388cd5fc2Smrg
51488cd5fc2Smrginstall-pdf: install-pdf-am
51588cd5fc2Smrg
51688cd5fc2Smrginstall-pdf-am:
51788cd5fc2Smrg
51888cd5fc2Smrginstall-ps: install-ps-am
51988cd5fc2Smrg
52088cd5fc2Smrginstall-ps-am:
52188cd5fc2Smrg
52288cd5fc2Smrginstallcheck-am:
52388cd5fc2Smrg
52488cd5fc2Smrgmaintainer-clean: maintainer-clean-am
52588cd5fc2Smrg	-rm -f Makefile
52688cd5fc2Smrgmaintainer-clean-am: distclean-am maintainer-clean-generic
52788cd5fc2Smrg
52888cd5fc2Smrgmostlyclean: mostlyclean-am
52988cd5fc2Smrg
53088cd5fc2Smrgmostlyclean-am: mostlyclean-generic mostlyclean-libtool
53188cd5fc2Smrg
53288cd5fc2Smrgpdf: pdf-am
53388cd5fc2Smrg
53488cd5fc2Smrgpdf-am:
53588cd5fc2Smrg
53688cd5fc2Smrgps: ps-am
53788cd5fc2Smrg
53888cd5fc2Smrgps-am:
53988cd5fc2Smrg
54088cd5fc2Smrguninstall-am: uninstall-libmanDATA
54188cd5fc2Smrg
54288cd5fc2Smrg.MAKE: install-am install-strip
54388cd5fc2Smrg
54488cd5fc2Smrg.PHONY: all all-am check check-am clean clean-generic clean-libtool \
54588cd5fc2Smrg	cscopelist-am ctags-am distclean distclean-generic \
54688cd5fc2Smrg	distclean-libtool distdir dvi dvi-am html html-am info info-am \
54788cd5fc2Smrg	install install-am install-data install-data-am install-dvi \
54888cd5fc2Smrg	install-dvi-am install-exec install-exec-am install-html \
54988cd5fc2Smrg	install-html-am install-info install-info-am \
55088cd5fc2Smrg	install-libmanDATA install-man install-pdf install-pdf-am \
55188cd5fc2Smrg	install-ps install-ps-am install-strip installcheck \
55288cd5fc2Smrg	installcheck-am installdirs maintainer-clean \
55388cd5fc2Smrg	maintainer-clean-generic mostlyclean mostlyclean-generic \
55488cd5fc2Smrg	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
55588cd5fc2Smrg	uninstall-am uninstall-libmanDATA
55688cd5fc2Smrg
557a33c354dSmrg.PRECIOUS: Makefile
558a33c354dSmrg
55988cd5fc2Smrg
56088cd5fc2Smrg.man.$(LIB_MAN_SUFFIX):
56188cd5fc2Smrg	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
56288cd5fc2Smrg
56388cd5fc2Smrg# Tell versions [3.59,3.63) of GNU make to not export all variables.
56488cd5fc2Smrg# Otherwise a system limit (for SysV at least) may be exceeded.
56588cd5fc2Smrg.NOEXPORT:
566