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