Blame Makefile.in

Packit Service 1b8107
# Makefile.in generated by automake 1.15 from Makefile.am.
Packit Service 1b8107
# @configure_input@
Packit Service 1b8107
Packit Service 1b8107
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
Packit Service 1b8107
Packit Service 1b8107
# This Makefile.in is free software; the Free Software Foundation
Packit Service 1b8107
# gives unlimited permission to copy and/or distribute it,
Packit Service 1b8107
# with or without modifications, as long as this notice is preserved.
Packit Service 1b8107
Packit Service 1b8107
# This program is distributed in the hope that it will be useful,
Packit Service 1b8107
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
Packit Service 1b8107
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Packit Service 1b8107
# PARTICULAR PURPOSE.
Packit Service 1b8107
Packit Service 1b8107
@SET_MAKE@
Packit Service 1b8107
Packit Service 1b8107
#
Packit Service 1b8107
#  Copyright © 2003 Keith Packard, Noah Levitt
Packit Service 1b8107
#
Packit Service 1b8107
#  Permission to use, copy, modify, distribute, and sell this software and its
Packit Service 1b8107
#  documentation for any purpose is hereby granted without fee, provided that
Packit Service 1b8107
#  the above copyright notice appear in all copies and that both that
Packit Service 1b8107
#  copyright notice and this permission notice appear in supporting
Packit Service 1b8107
#  documentation, and that the name of Keith Packard not be used in
Packit Service 1b8107
#  advertising or publicity pertaining to distribution of the software without
Packit Service 1b8107
#  specific, written prior permission.  Keith Packard makes no
Packit Service 1b8107
#  representations about the suitability of this software for any purpose.  It
Packit Service 1b8107
#  is provided "as is" without express or implied warranty.
Packit Service 1b8107
#
Packit Service 1b8107
#  KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
Packit Service 1b8107
#  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
Packit Service 1b8107
#  EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
Packit Service 1b8107
#  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
Packit Service 1b8107
#  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
Packit Service 1b8107
#  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
Packit Service 1b8107
#  PERFORMANCE OF THIS SOFTWARE.
Packit Service 1b8107
Packit Service 1b8107
VPATH = @srcdir@
Packit Service 1b8107
am__is_gnu_make = { \
Packit Service 1b8107
  if test -z '$(MAKELEVEL)'; then \
Packit Service 1b8107
    false; \
Packit Service 1b8107
  elif test -n '$(MAKE_HOST)'; then \
Packit Service 1b8107
    true; \
Packit Service 1b8107
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
Packit Service 1b8107
    true; \
Packit Service 1b8107
  else \
Packit Service 1b8107
    false; \
Packit Service 1b8107
  fi; \
Packit Service 1b8107
}
Packit Service 1b8107
am__make_running_with_option = \
Packit Service 1b8107
  case $${target_option-} in \
Packit Service 1b8107
      ?) ;; \
Packit Service 1b8107
      *) echo "am__make_running_with_option: internal error: invalid" \
Packit Service 1b8107
              "target option '$${target_option-}' specified" >&2; \
Packit Service 1b8107
         exit 1;; \
Packit Service 1b8107
  esac; \
Packit Service 1b8107
  has_opt=no; \
Packit Service 1b8107
  sane_makeflags=$$MAKEFLAGS; \
Packit Service 1b8107
  if $(am__is_gnu_make); then \
Packit Service 1b8107
    sane_makeflags=$$MFLAGS; \
Packit Service 1b8107
  else \
Packit Service 1b8107
    case $$MAKEFLAGS in \
Packit Service 1b8107
      *\\[\ \	]*) \
Packit Service 1b8107
        bs=\\; \
Packit Service 1b8107
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
Packit Service 1b8107
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
Packit Service 1b8107
    esac; \
Packit Service 1b8107
  fi; \
Packit Service 1b8107
  skip_next=no; \
Packit Service 1b8107
  strip_trailopt () \
Packit Service 1b8107
  { \
Packit Service 1b8107
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
Packit Service 1b8107
  }; \
Packit Service 1b8107
  for flg in $$sane_makeflags; do \
Packit Service 1b8107
    test $$skip_next = yes && { skip_next=no; continue; }; \
Packit Service 1b8107
    case $$flg in \
Packit Service 1b8107
      *=*|--*) continue;; \
Packit Service 1b8107
        -*I) strip_trailopt 'I'; skip_next=yes;; \
Packit Service 1b8107
      -*I?*) strip_trailopt 'I';; \
Packit Service 1b8107
        -*O) strip_trailopt 'O'; skip_next=yes;; \
Packit Service 1b8107
      -*O?*) strip_trailopt 'O';; \
Packit Service 1b8107
        -*l) strip_trailopt 'l'; skip_next=yes;; \
Packit Service 1b8107
      -*l?*) strip_trailopt 'l';; \
Packit Service 1b8107
      -[dEDm]) skip_next=yes;; \
Packit Service 1b8107
      -[JT]) skip_next=yes;; \
Packit Service 1b8107
    esac; \
Packit Service 1b8107
    case $$flg in \
Packit Service 1b8107
      *$$target_option*) has_opt=yes; break;; \
Packit Service 1b8107
    esac; \
Packit Service 1b8107
  done; \
Packit Service 1b8107
  test $$has_opt = yes
Packit Service 1b8107
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
Packit Service 1b8107
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Packit Service 1b8107
pkgdatadir = $(datadir)/@PACKAGE@
Packit Service 1b8107
pkgincludedir = $(includedir)/@PACKAGE@
Packit Service 1b8107
pkglibdir = $(libdir)/@PACKAGE@
Packit Service 1b8107
pkglibexecdir = $(libexecdir)/@PACKAGE@
Packit Service 1b8107
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Packit Service 1b8107
install_sh_DATA = $(install_sh) -c -m 644
Packit Service 1b8107
install_sh_PROGRAM = $(install_sh) -c
Packit Service 1b8107
install_sh_SCRIPT = $(install_sh) -c
Packit Service 1b8107
INSTALL_HEADER = $(INSTALL_DATA)
Packit Service 1b8107
transform = $(program_transform_name)
Packit Service 1b8107
NORMAL_INSTALL = :
Packit Service 1b8107
PRE_INSTALL = :
Packit Service 1b8107
POST_INSTALL = :
Packit Service 1b8107
NORMAL_UNINSTALL = :
Packit Service 1b8107
PRE_UNINSTALL = :
Packit Service 1b8107
POST_UNINSTALL = :
Packit Service 1b8107
build_triplet = @build@
Packit Service 1b8107
host_triplet = @host@
Packit Service 1b8107
subdir = .
Packit Service 1b8107
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Packit Service 1b8107
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
Packit Service 1b8107
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Packit Service 1b8107
	$(ACLOCAL_M4)
Packit Service 1b8107
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
Packit Service 1b8107
	$(am__configure_deps) $(am__DIST_COMMON)
Packit Service 1b8107
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
Packit Service 1b8107
 configure.lineno config.status.lineno
Packit Service 1b8107
mkinstalldirs = $(install_sh) -d
Packit Service 1b8107
CONFIG_HEADER = config.h $(top_builddir)/include/X11/Xft/Xft.h
Packit Service 1b8107
CONFIG_CLEAN_FILES = xft.pc
Packit Service 1b8107
CONFIG_CLEAN_VPATH_FILES =
Packit Service 1b8107
AM_V_P = $(am__v_P_@AM_V@)
Packit Service 1b8107
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
Packit Service 1b8107
am__v_P_0 = false
Packit Service 1b8107
am__v_P_1 = :
Packit Service 1b8107
AM_V_GEN = $(am__v_GEN_@AM_V@)
Packit Service 1b8107
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
Packit Service 1b8107
am__v_GEN_0 = @echo "  GEN     " $@;
Packit Service 1b8107
am__v_GEN_1 = 
Packit Service 1b8107
AM_V_at = $(am__v_at_@AM_V@)
Packit Service 1b8107
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
Packit Service 1b8107
am__v_at_0 = @
Packit Service 1b8107
am__v_at_1 = 
Packit Service 1b8107
SOURCES =
Packit Service 1b8107
DIST_SOURCES =
Packit Service 1b8107
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
Packit Service 1b8107
	ctags-recursive dvi-recursive html-recursive info-recursive \
Packit Service 1b8107
	install-data-recursive install-dvi-recursive \
Packit Service 1b8107
	install-exec-recursive install-html-recursive \
Packit Service 1b8107
	install-info-recursive install-pdf-recursive \
Packit Service 1b8107
	install-ps-recursive install-recursive installcheck-recursive \
Packit Service 1b8107
	installdirs-recursive pdf-recursive ps-recursive \
Packit Service 1b8107
	tags-recursive uninstall-recursive
Packit Service 1b8107
am__can_run_installinfo = \
Packit Service 1b8107
  case $$AM_UPDATE_INFO_DIR in \
Packit Service 1b8107
    n|no|NO) false;; \
Packit Service 1b8107
    *) (install-info --version) >/dev/null 2>&1;; \
Packit Service 1b8107
  esac
Packit Service 1b8107
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
Packit Service 1b8107
am__vpath_adj = case $$p in \
Packit Service 1b8107
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
Packit Service 1b8107
    *) f=$$p;; \
Packit Service 1b8107
  esac;
Packit Service 1b8107
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
Packit Service 1b8107
am__install_max = 40
Packit Service 1b8107
am__nobase_strip_setup = \
Packit Service 1b8107
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
Packit Service 1b8107
am__nobase_strip = \
Packit Service 1b8107
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
Packit Service 1b8107
am__nobase_list = $(am__nobase_strip_setup); \
Packit Service 1b8107
  for p in $$list; do echo "$$p $$p"; done | \
Packit Service 1b8107
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
Packit Service 1b8107
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
Packit Service 1b8107
    if (++n[$$2] == $(am__install_max)) \
Packit Service 1b8107
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
Packit Service 1b8107
    END { for (dir in files) print dir, files[dir] }'
Packit Service 1b8107
am__base_list = \
Packit Service 1b8107
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
Packit Service 1b8107
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
Packit Service 1b8107
am__uninstall_files_from_dir = { \
Packit Service 1b8107
  test -z "$$files" \
Packit Service 1b8107
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
Packit Service 1b8107
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
Packit Service 1b8107
         $(am__cd) "$$dir" && rm -f $$files; }; \
Packit Service 1b8107
  }
Packit Service 1b8107
am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
Packit Service 1b8107
DATA = $(pkgconfig_DATA)
Packit Service 1b8107
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
Packit Service 1b8107
  distclean-recursive maintainer-clean-recursive
Packit Service 1b8107
am__recursive_targets = \
Packit Service 1b8107
  $(RECURSIVE_TARGETS) \
Packit Service 1b8107
  $(RECURSIVE_CLEAN_TARGETS) \
Packit Service 1b8107
  $(am__extra_recursive_targets)
Packit Service 1b8107
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
Packit Service 1b8107
	cscope distdir dist dist-all distcheck
Packit Service 1b8107
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
Packit Service 1b8107
	$(LISP)config.h.in
Packit Service 1b8107
# Read a list of newline-separated strings from the standard input,
Packit Service 1b8107
# and print each of them once, without duplicates.  Input order is
Packit Service 1b8107
# *not* preserved.
Packit Service 1b8107
am__uniquify_input = $(AWK) '\
Packit Service 1b8107
  BEGIN { nonempty = 0; } \
Packit Service 1b8107
  { items[$$0] = 1; nonempty = 1; } \
Packit Service 1b8107
  END { if (nonempty) { for (i in items) print i; }; } \
Packit Service 1b8107
'
Packit Service 1b8107
# Make sure the list of sources is unique.  This is necessary because,
Packit Service 1b8107
# e.g., the same source file might be shared among _SOURCES variables
Packit Service 1b8107
# for different programs/libraries.
Packit Service 1b8107
am__define_uniq_tagged_files = \
Packit Service 1b8107
  list='$(am__tagged_files)'; \
Packit Service 1b8107
  unique=`for i in $$list; do \
Packit Service 1b8107
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Packit Service 1b8107
  done | $(am__uniquify_input)`
Packit Service 1b8107
ETAGS = etags
Packit Service 1b8107
CTAGS = ctags
Packit Service 1b8107
CSCOPE = cscope
Packit Service 1b8107
DIST_SUBDIRS = $(SUBDIRS)
Packit Service 1b8107
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
Packit Service 1b8107
	$(srcdir)/xft.pc.in $(top_srcdir)/include/X11/Xft/Xft.h.in \
Packit Service 1b8107
	AUTHORS COPYING ChangeLog INSTALL NEWS compile config.guess \
Packit Service 1b8107
	config.sub install-sh ltmain.sh missing
Packit Service 1b8107
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Packit Service 1b8107
distdir = $(PACKAGE)-$(VERSION)
Packit Service 1b8107
top_distdir = $(distdir)
Packit Service 1b8107
am__remove_distdir = \
Packit Service 1b8107
  if test -d "$(distdir)"; then \
Packit Service 1b8107
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
Packit Service 1b8107
      && rm -rf "$(distdir)" \
Packit Service 1b8107
      || { sleep 5 && rm -rf "$(distdir)"; }; \
Packit Service 1b8107
  else :; fi
Packit Service 1b8107
am__post_remove_distdir = $(am__remove_distdir)
Packit Service 1b8107
am__relativize = \
Packit Service 1b8107
  dir0=`pwd`; \
Packit Service 1b8107
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
Packit Service 1b8107
  sed_rest='s,^[^/]*/*,,'; \
Packit Service 1b8107
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
Packit Service 1b8107
  sed_butlast='s,/*[^/]*$$,,'; \
Packit Service 1b8107
  while test -n "$$dir1"; do \
Packit Service 1b8107
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
Packit Service 1b8107
    if test "$$first" != "."; then \
Packit Service 1b8107
      if test "$$first" = ".."; then \
Packit Service 1b8107
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
Packit Service 1b8107
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
Packit Service 1b8107
      else \
Packit Service 1b8107
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
Packit Service 1b8107
        if test "$$first2" = "$$first"; then \
Packit Service 1b8107
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
Packit Service 1b8107
        else \
Packit Service 1b8107
          dir2="../$$dir2"; \
Packit Service 1b8107
        fi; \
Packit Service 1b8107
        dir0="$$dir0"/"$$first"; \
Packit Service 1b8107
      fi; \
Packit Service 1b8107
    fi; \
Packit Service 1b8107
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
Packit Service 1b8107
  done; \
Packit Service 1b8107
  reldir="$$dir2"
Packit Service 1b8107
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
Packit Service 1b8107
GZIP_ENV = --best
Packit Service 1b8107
DIST_TARGETS = dist-bzip2 dist-gzip
Packit Service 1b8107
distuninstallcheck_listfiles = find . -type f -print
Packit Service 1b8107
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
Packit Service 1b8107
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
Packit Service 1b8107
distcleancheck_listfiles = find . -type f -print
Packit Service 1b8107
ACLOCAL = @ACLOCAL@
Packit Service 1b8107
ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
Packit Service 1b8107
ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
Packit Service 1b8107
AMTAR = @AMTAR@
Packit Service 1b8107
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Packit Service 1b8107
APP_MAN_DIR = @APP_MAN_DIR@
Packit Service 1b8107
APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
Packit Service 1b8107
AR = @AR@
Packit Service 1b8107
AUTOCONF = @AUTOCONF@
Packit Service 1b8107
AUTOHEADER = @AUTOHEADER@
Packit Service 1b8107
AUTOMAKE = @AUTOMAKE@
Packit Service 1b8107
AWK = @AWK@
Packit Service 1b8107
BASE_CFLAGS = @BASE_CFLAGS@
Packit Service 1b8107
CC = @CC@
Packit Service 1b8107
CCDEPMODE = @CCDEPMODE@
Packit Service 1b8107
CFLAGS = @CFLAGS@
Packit Service 1b8107
CHANGELOG_CMD = @CHANGELOG_CMD@
Packit Service 1b8107
CPP = @CPP@
Packit Service 1b8107
CPPFLAGS = @CPPFLAGS@
Packit Service 1b8107
CWARNFLAGS = @CWARNFLAGS@
Packit Service 1b8107
CYGPATH_W = @CYGPATH_W@
Packit Service 1b8107
DEFS = @DEFS@
Packit Service 1b8107
DEPDIR = @DEPDIR@
Packit Service 1b8107
DLLTOOL = @DLLTOOL@
Packit Service 1b8107
DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
Packit Service 1b8107
DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
Packit Service 1b8107
DSYMUTIL = @DSYMUTIL@
Packit Service 1b8107
DUMPBIN = @DUMPBIN@
Packit Service 1b8107
ECHO_C = @ECHO_C@
Packit Service 1b8107
ECHO_N = @ECHO_N@
Packit Service 1b8107
ECHO_T = @ECHO_T@
Packit Service 1b8107
EGREP = @EGREP@
Packit Service 1b8107
EXEEXT = @EXEEXT@
Packit Service 1b8107
FGREP = @FGREP@
Packit Service 1b8107
FILE_MAN_DIR = @FILE_MAN_DIR@
Packit Service 1b8107
FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
Packit Service 1b8107
FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
Packit Service 1b8107
FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
Packit Service 1b8107
FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
Packit Service 1b8107
FREETYPE_LIBS = @FREETYPE_LIBS@
Packit Service 1b8107
GREP = @GREP@
Packit Service 1b8107
INSTALL = @INSTALL@
Packit Service 1b8107
INSTALL_CMD = @INSTALL_CMD@
Packit Service 1b8107
INSTALL_DATA = @INSTALL_DATA@
Packit Service 1b8107
INSTALL_PROGRAM = @INSTALL_PROGRAM@
Packit Service 1b8107
INSTALL_SCRIPT = @INSTALL_SCRIPT@
Packit Service 1b8107
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Packit Service 1b8107
LD = @LD@
Packit Service 1b8107
LDFLAGS = @LDFLAGS@
Packit Service 1b8107
LIBOBJS = @LIBOBJS@
Packit Service 1b8107
LIBS = @LIBS@
Packit Service 1b8107
LIBTOOL = @LIBTOOL@
Packit Service 1b8107
LIB_MAN_DIR = @LIB_MAN_DIR@
Packit Service 1b8107
LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
Packit Service 1b8107
LIPO = @LIPO@
Packit Service 1b8107
LN_S = @LN_S@
Packit Service 1b8107
LTLIBOBJS = @LTLIBOBJS@
Packit Service 1b8107
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
Packit Service 1b8107
MAKEINFO = @MAKEINFO@
Packit Service 1b8107
MANIFEST_TOOL = @MANIFEST_TOOL@
Packit Service 1b8107
MAN_SUBSTS = @MAN_SUBSTS@
Packit Service 1b8107
MISC_MAN_DIR = @MISC_MAN_DIR@
Packit Service 1b8107
MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
Packit Service 1b8107
MKDIR_P = @MKDIR_P@
Packit Service 1b8107
NM = @NM@
Packit Service 1b8107
NMEDIT = @NMEDIT@
Packit Service 1b8107
OBJDUMP = @OBJDUMP@
Packit Service 1b8107
OBJEXT = @OBJEXT@
Packit Service 1b8107
OTOOL = @OTOOL@
Packit Service 1b8107
OTOOL64 = @OTOOL64@
Packit Service 1b8107
PACKAGE = @PACKAGE@
Packit Service 1b8107
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Packit Service 1b8107
PACKAGE_NAME = @PACKAGE_NAME@
Packit Service 1b8107
PACKAGE_STRING = @PACKAGE_STRING@
Packit Service 1b8107
PACKAGE_TARNAME = @PACKAGE_TARNAME@
Packit Service 1b8107
PACKAGE_URL = @PACKAGE_URL@
Packit Service 1b8107
PACKAGE_VERSION = @PACKAGE_VERSION@
Packit Service 1b8107
PATH_SEPARATOR = @PATH_SEPARATOR@
Packit Service 1b8107
PKG_CONFIG = @PKG_CONFIG@
Packit Service 1b8107
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
Packit Service 1b8107
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
Packit Service 1b8107
RANLIB = @RANLIB@
Packit Service 1b8107
SED = @SED@
Packit Service 1b8107
SET_MAKE = @SET_MAKE@
Packit Service 1b8107
SHELL = @SHELL@
Packit Service 1b8107
STRICT_CFLAGS = @STRICT_CFLAGS@
Packit Service 1b8107
STRIP = @STRIP@
Packit Service 1b8107
VERSION = @VERSION@
Packit Service 1b8107
XFT_LT_VERSION = @XFT_LT_VERSION@
Packit Service 1b8107
XORG_MAN_PAGE = @XORG_MAN_PAGE@
Packit Service 1b8107
XRENDER_CFLAGS = @XRENDER_CFLAGS@
Packit Service 1b8107
XRENDER_LIBS = @XRENDER_LIBS@
Packit Service 1b8107
abs_builddir = @abs_builddir@
Packit Service 1b8107
abs_srcdir = @abs_srcdir@
Packit Service 1b8107
abs_top_builddir = @abs_top_builddir@
Packit Service 1b8107
abs_top_srcdir = @abs_top_srcdir@
Packit Service 1b8107
ac_ct_AR = @ac_ct_AR@
Packit Service 1b8107
ac_ct_CC = @ac_ct_CC@
Packit Service 1b8107
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Packit Service 1b8107
am__include = @am__include@
Packit Service 1b8107
am__leading_dot = @am__leading_dot@
Packit Service 1b8107
am__quote = @am__quote@
Packit Service 1b8107
am__tar = @am__tar@
Packit Service 1b8107
am__untar = @am__untar@
Packit Service 1b8107
bindir = @bindir@
Packit Service 1b8107
build = @build@
Packit Service 1b8107
build_alias = @build_alias@
Packit Service 1b8107
build_cpu = @build_cpu@
Packit Service 1b8107
build_os = @build_os@
Packit Service 1b8107
build_vendor = @build_vendor@
Packit Service 1b8107
builddir = @builddir@
Packit Service 1b8107
datadir = @datadir@
Packit Service 1b8107
datarootdir = @datarootdir@
Packit Service 1b8107
docdir = @docdir@
Packit Service 1b8107
dvidir = @dvidir@
Packit Service 1b8107
exec_prefix = @exec_prefix@
Packit Service 1b8107
host = @host@
Packit Service 1b8107
host_alias = @host_alias@
Packit Service 1b8107
host_cpu = @host_cpu@
Packit Service 1b8107
host_os = @host_os@
Packit Service 1b8107
host_vendor = @host_vendor@
Packit Service 1b8107
htmldir = @htmldir@
Packit Service 1b8107
includedir = @includedir@
Packit Service 1b8107
infodir = @infodir@
Packit Service 1b8107
install_sh = @install_sh@
Packit Service 1b8107
libdir = @libdir@
Packit Service 1b8107
libexecdir = @libexecdir@
Packit Service 1b8107
localedir = @localedir@
Packit Service 1b8107
localstatedir = @localstatedir@
Packit Service 1b8107
mandir = @mandir@
Packit Service 1b8107
mkdir_p = @mkdir_p@
Packit Service 1b8107
oldincludedir = @oldincludedir@
Packit Service 1b8107
pdfdir = @pdfdir@
Packit Service 1b8107
prefix = @prefix@
Packit Service 1b8107
program_transform_name = @program_transform_name@
Packit Service 1b8107
psdir = @psdir@
Packit Service 1b8107
sbindir = @sbindir@
Packit Service 1b8107
sharedstatedir = @sharedstatedir@
Packit Service 1b8107
srcdir = @srcdir@
Packit Service 1b8107
sysconfdir = @sysconfdir@
Packit Service 1b8107
target_alias = @target_alias@
Packit Service 1b8107
top_build_prefix = @top_build_prefix@
Packit Service 1b8107
top_builddir = @top_builddir@
Packit Service 1b8107
top_srcdir = @top_srcdir@
Packit Service 1b8107
SUBDIRS = man src
Packit Service 1b8107
pkgconfigdir = $(libdir)/pkgconfig
Packit Service 1b8107
pkgconfig_DATA = xft.pc
Packit Service 1b8107
MAINTAINERCLEANFILES = ChangeLog INSTALL
Packit Service 1b8107
EXTRA_DIST = README.md
Packit Service 1b8107
all: config.h
Packit Service 1b8107
	$(MAKE) $(AM_MAKEFLAGS) all-recursive
Packit Service 1b8107
Packit Service 1b8107
.SUFFIXES:
Packit Service 1b8107
am--refresh: Makefile
Packit Service 1b8107
	@:
Packit Service 1b8107
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
Packit Service 1b8107
	@for dep in $?; do \
Packit Service 1b8107
	  case '$(am__configure_deps)' in \
Packit Service 1b8107
	    *$$dep*) \
Packit Service 1b8107
	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
Packit Service 1b8107
	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
Packit Service 1b8107
		&& exit 0; \
Packit Service 1b8107
	      exit 1;; \
Packit Service 1b8107
	  esac; \
Packit Service 1b8107
	done; \
Packit Service 1b8107
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
Packit Service 1b8107
	$(am__cd) $(top_srcdir) && \
Packit Service 1b8107
	  $(AUTOMAKE) --foreign Makefile
Packit Service 1b8107
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Packit Service 1b8107
	@case '$?' in \
Packit Service 1b8107
	  *config.status*) \
Packit Service 1b8107
	    echo ' $(SHELL) ./config.status'; \
Packit Service 1b8107
	    $(SHELL) ./config.status;; \
Packit Service 1b8107
	  *) \
Packit Service 1b8107
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
Packit Service 1b8107
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
Packit Service 1b8107
	esac;
Packit Service 1b8107
Packit Service 1b8107
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Packit Service 1b8107
	$(SHELL) ./config.status --recheck
Packit Service 1b8107
Packit Service 1b8107
$(top_srcdir)/configure:  $(am__configure_deps)
Packit Service 1b8107
	$(am__cd) $(srcdir) && $(AUTOCONF)
Packit Service 1b8107
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
Packit Service 1b8107
	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
Packit Service 1b8107
$(am__aclocal_m4_deps):
Packit Service 1b8107
Packit Service 1b8107
config.h: stamp-h1
Packit Service 1b8107
	@test -f $@ || rm -f stamp-h1
Packit Service 1b8107
	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
Packit Service 1b8107
Packit Service 1b8107
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
Packit Service 1b8107
	@rm -f stamp-h1
Packit Service 1b8107
	cd $(top_builddir) && $(SHELL) ./config.status config.h
Packit Service 1b8107
$(srcdir)/config.h.in:  $(am__configure_deps) 
Packit Service 1b8107
	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
Packit Service 1b8107
	rm -f stamp-h1
Packit Service 1b8107
	touch $@
Packit Service 1b8107
Packit Service 1b8107
include/X11/Xft/Xft.h: include/X11/Xft/stamp-h2
Packit Service 1b8107
	@test -f $@ || rm -f include/X11/Xft/stamp-h2
Packit Service 1b8107
	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) include/X11/Xft/stamp-h2
Packit Service 1b8107
Packit Service 1b8107
include/X11/Xft/stamp-h2: $(top_srcdir)/include/X11/Xft/Xft.h.in $(top_builddir)/config.status
Packit Service 1b8107
	@rm -f include/X11/Xft/stamp-h2
Packit Service 1b8107
	cd $(top_builddir) && $(SHELL) ./config.status include/X11/Xft/Xft.h
Packit Service 1b8107
Packit Service 1b8107
distclean-hdr:
Packit Service 1b8107
	-rm -f config.h stamp-h1 include/X11/Xft/Xft.h include/X11/Xft/stamp-h2
Packit Service 1b8107
xft.pc: $(top_builddir)/config.status $(srcdir)/xft.pc.in
Packit Service 1b8107
	cd $(top_builddir) && $(SHELL) ./config.status $@
Packit Service 1b8107
Packit Service 1b8107
mostlyclean-libtool:
Packit Service 1b8107
	-rm -f *.lo
Packit Service 1b8107
Packit Service 1b8107
clean-libtool:
Packit Service 1b8107
	-rm -rf .libs _libs
Packit Service 1b8107
Packit Service 1b8107
distclean-libtool:
Packit Service 1b8107
	-rm -f libtool config.lt
Packit Service 1b8107
install-pkgconfigDATA: $(pkgconfig_DATA)
Packit Service 1b8107
	@$(NORMAL_INSTALL)
Packit Service 1b8107
	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
Packit Service 1b8107
	if test -n "$$list"; then \
Packit Service 1b8107
	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
Packit Service 1b8107
	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
Packit Service 1b8107
	fi; \
Packit Service 1b8107
	for p in $$list; do \
Packit Service 1b8107
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit Service 1b8107
	  echo "$$d$$p"; \
Packit Service 1b8107
	done | $(am__base_list) | \
Packit Service 1b8107
	while read files; do \
Packit Service 1b8107
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
Packit Service 1b8107
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
Packit Service 1b8107
	done
Packit Service 1b8107
Packit Service 1b8107
uninstall-pkgconfigDATA:
Packit Service 1b8107
	@$(NORMAL_UNINSTALL)
Packit Service 1b8107
	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
Packit Service 1b8107
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Packit Service 1b8107
	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
Packit Service 1b8107
Packit Service 1b8107
# This directory's subdirectories are mostly independent; you can cd
Packit Service 1b8107
# into them and run 'make' without going through this Makefile.
Packit Service 1b8107
# To change the values of 'make' variables: instead of editing Makefiles,
Packit Service 1b8107
# (1) if the variable is set in 'config.status', edit 'config.status'
Packit Service 1b8107
#     (which will cause the Makefiles to be regenerated when you run 'make');
Packit Service 1b8107
# (2) otherwise, pass the desired values on the 'make' command line.
Packit Service 1b8107
$(am__recursive_targets):
Packit Service 1b8107
	@fail=; \
Packit Service 1b8107
	if $(am__make_keepgoing); then \
Packit Service 1b8107
	  failcom='fail=yes'; \
Packit Service 1b8107
	else \
Packit Service 1b8107
	  failcom='exit 1'; \
Packit Service 1b8107
	fi; \
Packit Service 1b8107
	dot_seen=no; \
Packit Service 1b8107
	target=`echo $@ | sed s/-recursive//`; \
Packit Service 1b8107
	case "$@" in \
Packit Service 1b8107
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
Packit Service 1b8107
	  *) list='$(SUBDIRS)' ;; \
Packit Service 1b8107
	esac; \
Packit Service 1b8107
	for subdir in $$list; do \
Packit Service 1b8107
	  echo "Making $$target in $$subdir"; \
Packit Service 1b8107
	  if test "$$subdir" = "."; then \
Packit Service 1b8107
	    dot_seen=yes; \
Packit Service 1b8107
	    local_target="$$target-am"; \
Packit Service 1b8107
	  else \
Packit Service 1b8107
	    local_target="$$target"; \
Packit Service 1b8107
	  fi; \
Packit Service 1b8107
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Packit Service 1b8107
	  || eval $$failcom; \
Packit Service 1b8107
	done; \
Packit Service 1b8107
	if test "$$dot_seen" = "no"; then \
Packit Service 1b8107
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
Packit Service 1b8107
	fi; test -z "$$fail"
Packit Service 1b8107
Packit Service 1b8107
ID: $(am__tagged_files)
Packit Service 1b8107
	$(am__define_uniq_tagged_files); mkid -fID $$unique
Packit Service 1b8107
tags: tags-recursive
Packit Service 1b8107
TAGS: tags
Packit Service 1b8107
Packit Service 1b8107
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit Service 1b8107
	set x; \
Packit Service 1b8107
	here=`pwd`; \
Packit Service 1b8107
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
Packit Service 1b8107
	  include_option=--etags-include; \
Packit Service 1b8107
	  empty_fix=.; \
Packit Service 1b8107
	else \
Packit Service 1b8107
	  include_option=--include; \
Packit Service 1b8107
	  empty_fix=; \
Packit Service 1b8107
	fi; \
Packit Service 1b8107
	list='$(SUBDIRS)'; for subdir in $$list; do \
Packit Service 1b8107
	  if test "$$subdir" = .; then :; else \
Packit Service 1b8107
	    test ! -f $$subdir/TAGS || \
Packit Service 1b8107
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
Packit Service 1b8107
	  fi; \
Packit Service 1b8107
	done; \
Packit Service 1b8107
	$(am__define_uniq_tagged_files); \
Packit Service 1b8107
	shift; \
Packit Service 1b8107
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
Packit Service 1b8107
	  test -n "$$unique" || unique=$$empty_fix; \
Packit Service 1b8107
	  if test $$# -gt 0; then \
Packit Service 1b8107
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit Service 1b8107
	      "$$@" $$unique; \
Packit Service 1b8107
	  else \
Packit Service 1b8107
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit Service 1b8107
	      $$unique; \
Packit Service 1b8107
	  fi; \
Packit Service 1b8107
	fi
Packit Service 1b8107
ctags: ctags-recursive
Packit Service 1b8107
Packit Service 1b8107
CTAGS: ctags
Packit Service 1b8107
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit Service 1b8107
	$(am__define_uniq_tagged_files); \
Packit Service 1b8107
	test -z "$(CTAGS_ARGS)$$unique" \
Packit Service 1b8107
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
Packit Service 1b8107
	     $$unique
Packit Service 1b8107
Packit Service 1b8107
GTAGS:
Packit Service 1b8107
	here=`$(am__cd) $(top_builddir) && pwd` \
Packit Service 1b8107
	  && $(am__cd) $(top_srcdir) \
Packit Service 1b8107
	  && gtags -i $(GTAGS_ARGS) "$$here"
Packit Service 1b8107
cscope: cscope.files
Packit Service 1b8107
	test ! -s cscope.files \
Packit Service 1b8107
	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
Packit Service 1b8107
clean-cscope:
Packit Service 1b8107
	-rm -f cscope.files
Packit Service 1b8107
cscope.files: clean-cscope cscopelist
Packit Service 1b8107
cscopelist: cscopelist-recursive
Packit Service 1b8107
Packit Service 1b8107
cscopelist-am: $(am__tagged_files)
Packit Service 1b8107
	list='$(am__tagged_files)'; \
Packit Service 1b8107
	case "$(srcdir)" in \
Packit Service 1b8107
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
Packit Service 1b8107
	  *) sdir=$(subdir)/$(srcdir) ;; \
Packit Service 1b8107
	esac; \
Packit Service 1b8107
	for i in $$list; do \
Packit Service 1b8107
	  if test -f "$$i"; then \
Packit Service 1b8107
	    echo "$(subdir)/$$i"; \
Packit Service 1b8107
	  else \
Packit Service 1b8107
	    echo "$$sdir/$$i"; \
Packit Service 1b8107
	  fi; \
Packit Service 1b8107
	done >> $(top_builddir)/cscope.files
Packit Service 1b8107
Packit Service 1b8107
distclean-tags:
Packit Service 1b8107
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Packit Service 1b8107
	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
Packit Service 1b8107
Packit Service 1b8107
distdir: $(DISTFILES)
Packit Service 1b8107
	$(am__remove_distdir)
Packit Service 1b8107
	test -d "$(distdir)" || mkdir "$(distdir)"
Packit Service 1b8107
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit Service 1b8107
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit Service 1b8107
	list='$(DISTFILES)'; \
Packit Service 1b8107
	  dist_files=`for file in $$list; do echo $$file; done | \
Packit Service 1b8107
	  sed -e "s|^$$srcdirstrip/||;t" \
Packit Service 1b8107
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
Packit Service 1b8107
	case $$dist_files in \
Packit Service 1b8107
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
Packit Service 1b8107
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
Packit Service 1b8107
			   sort -u` ;; \
Packit Service 1b8107
	esac; \
Packit Service 1b8107
	for file in $$dist_files; do \
Packit Service 1b8107
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Packit Service 1b8107
	  if test -d $$d/$$file; then \
Packit Service 1b8107
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Packit Service 1b8107
	    if test -d "$(distdir)/$$file"; then \
Packit Service 1b8107
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit Service 1b8107
	    fi; \
Packit Service 1b8107
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Packit Service 1b8107
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
Packit Service 1b8107
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit Service 1b8107
	    fi; \
Packit Service 1b8107
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
Packit Service 1b8107
	  else \
Packit Service 1b8107
	    test -f "$(distdir)/$$file" \
Packit Service 1b8107
	    || cp -p $$d/$$file "$(distdir)/$$file" \
Packit Service 1b8107
	    || exit 1; \
Packit Service 1b8107
	  fi; \
Packit Service 1b8107
	done
Packit Service 1b8107
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
Packit Service 1b8107
	  if test "$$subdir" = .; then :; else \
Packit Service 1b8107
	    $(am__make_dryrun) \
Packit Service 1b8107
	      || test -d "$(distdir)/$$subdir" \
Packit Service 1b8107
	      || $(MKDIR_P) "$(distdir)/$$subdir" \
Packit Service 1b8107
	      || exit 1; \
Packit Service 1b8107
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
Packit Service 1b8107
	    $(am__relativize); \
Packit Service 1b8107
	    new_distdir=$$reldir; \
Packit Service 1b8107
	    dir1=$$subdir; dir2="$(top_distdir)"; \
Packit Service 1b8107
	    $(am__relativize); \
Packit Service 1b8107
	    new_top_distdir=$$reldir; \
Packit Service 1b8107
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
Packit Service 1b8107
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
Packit Service 1b8107
	    ($(am__cd) $$subdir && \
Packit Service 1b8107
	      $(MAKE) $(AM_MAKEFLAGS) \
Packit Service 1b8107
	        top_distdir="$$new_top_distdir" \
Packit Service 1b8107
	        distdir="$$new_distdir" \
Packit Service 1b8107
		am__remove_distdir=: \
Packit Service 1b8107
		am__skip_length_check=: \
Packit Service 1b8107
		am__skip_mode_fix=: \
Packit Service 1b8107
	        distdir) \
Packit Service 1b8107
	      || exit 1; \
Packit Service 1b8107
	  fi; \
Packit Service 1b8107
	done
Packit Service 1b8107
	$(MAKE) $(AM_MAKEFLAGS) \
Packit Service 1b8107
	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
Packit Service 1b8107
	  dist-hook
Packit Service 1b8107
	-test -n "$(am__skip_mode_fix)" \
Packit Service 1b8107
	|| find "$(distdir)" -type d ! -perm -755 \
Packit Service 1b8107
		-exec chmod u+rwx,go+rx {} \; -o \
Packit Service 1b8107
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
Packit Service 1b8107
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
Packit Service 1b8107
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
Packit Service 1b8107
	|| chmod -R a+r "$(distdir)"
Packit Service 1b8107
dist-gzip: distdir
Packit Service 1b8107
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
Packit Service 1b8107
	$(am__post_remove_distdir)
Packit Service 1b8107
dist-bzip2: distdir
Packit Service 1b8107
	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
Packit Service 1b8107
	$(am__post_remove_distdir)
Packit Service 1b8107
Packit Service 1b8107
dist-lzip: distdir
Packit Service 1b8107
	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
Packit Service 1b8107
	$(am__post_remove_distdir)
Packit Service 1b8107
Packit Service 1b8107
dist-xz: distdir
Packit Service 1b8107
	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
Packit Service 1b8107
	$(am__post_remove_distdir)
Packit Service 1b8107
Packit Service 1b8107
dist-tarZ: distdir
Packit Service 1b8107
	@echo WARNING: "Support for distribution archives compressed with" \
Packit Service 1b8107
		       "legacy program 'compress' is deprecated." >&2
Packit Service 1b8107
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
Packit Service 1b8107
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
Packit Service 1b8107
	$(am__post_remove_distdir)
Packit Service 1b8107
Packit Service 1b8107
dist-shar: distdir
Packit Service 1b8107
	@echo WARNING: "Support for shar distribution archives is" \
Packit Service 1b8107
	               "deprecated." >&2
Packit Service 1b8107
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
Packit Service 1b8107
	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
Packit Service 1b8107
	$(am__post_remove_distdir)
Packit Service 1b8107
Packit Service 1b8107
dist-zip: distdir
Packit Service 1b8107
	-rm -f $(distdir).zip
Packit Service 1b8107
	zip -rq $(distdir).zip $(distdir)
Packit Service 1b8107
	$(am__post_remove_distdir)
Packit Service 1b8107
Packit Service 1b8107
dist dist-all:
Packit Service 1b8107
	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
Packit Service 1b8107
	$(am__post_remove_distdir)
Packit Service 1b8107
Packit Service 1b8107
# This target untars the dist file and tries a VPATH configuration.  Then
Packit Service 1b8107
# it guarantees that the distribution is self-contained by making another
Packit Service 1b8107
# tarfile.
Packit Service 1b8107
distcheck: dist
Packit Service 1b8107
	case '$(DIST_ARCHIVES)' in \
Packit Service 1b8107
	*.tar.gz*) \
Packit Service 1b8107
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
Packit Service 1b8107
	*.tar.bz2*) \
Packit Service 1b8107
	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
Packit Service 1b8107
	*.tar.lz*) \
Packit Service 1b8107
	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
Packit Service 1b8107
	*.tar.xz*) \
Packit Service 1b8107
	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
Packit Service 1b8107
	*.tar.Z*) \
Packit Service 1b8107
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
Packit Service 1b8107
	*.shar.gz*) \
Packit Service 1b8107
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
Packit Service 1b8107
	*.zip*) \
Packit Service 1b8107
	  unzip $(distdir).zip ;;\
Packit Service 1b8107
	esac
Packit Service 1b8107
	chmod -R a-w $(distdir)
Packit Service 1b8107
	chmod u+w $(distdir)
Packit Service 1b8107
	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
Packit Service 1b8107
	chmod a-w $(distdir)
Packit Service 1b8107
	test -d $(distdir)/_build || exit 0; \
Packit Service 1b8107
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
Packit Service 1b8107
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
Packit Service 1b8107
	  && am__cwd=`pwd` \
Packit Service 1b8107
	  && $(am__cd) $(distdir)/_build/sub \
Packit Service 1b8107
	  && ../../configure \
Packit Service 1b8107
	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
Packit Service 1b8107
	    $(DISTCHECK_CONFIGURE_FLAGS) \
Packit Service 1b8107
	    --srcdir=../.. --prefix="$$dc_install_base" \
Packit Service 1b8107
	  && $(MAKE) $(AM_MAKEFLAGS) \
Packit Service 1b8107
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
Packit Service 1b8107
	  && $(MAKE) $(AM_MAKEFLAGS) check \
Packit Service 1b8107
	  && $(MAKE) $(AM_MAKEFLAGS) install \
Packit Service 1b8107
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
Packit Service 1b8107
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
Packit Service 1b8107
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
Packit Service 1b8107
	        distuninstallcheck \
Packit Service 1b8107
	  && chmod -R a-w "$$dc_install_base" \
Packit Service 1b8107
	  && ({ \
Packit Service 1b8107
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
Packit Service 1b8107
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
Packit Service 1b8107
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
Packit Service 1b8107
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
Packit Service 1b8107
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
Packit Service 1b8107
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
Packit Service 1b8107
	  && rm -rf "$$dc_destdir" \
Packit Service 1b8107
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
Packit Service 1b8107
	  && rm -rf $(DIST_ARCHIVES) \
Packit Service 1b8107
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
Packit Service 1b8107
	  && cd "$$am__cwd" \
Packit Service 1b8107
	  || exit 1
Packit Service 1b8107
	$(am__post_remove_distdir)
Packit Service 1b8107
	@(echo "$(distdir) archives ready for distribution: "; \
Packit Service 1b8107
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
Packit Service 1b8107
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
Packit Service 1b8107
distuninstallcheck:
Packit Service 1b8107
	@test -n '$(distuninstallcheck_dir)' || { \
Packit Service 1b8107
	  echo 'ERROR: trying to run $@ with an empty' \
Packit Service 1b8107
	       '$$(distuninstallcheck_dir)' >&2; \
Packit Service 1b8107
	  exit 1; \
Packit Service 1b8107
	}; \
Packit Service 1b8107
	$(am__cd) '$(distuninstallcheck_dir)' || { \
Packit Service 1b8107
	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
Packit Service 1b8107
	  exit 1; \
Packit Service 1b8107
	}; \
Packit Service 1b8107
	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
Packit Service 1b8107
	   || { echo "ERROR: files left after uninstall:" ; \
Packit Service 1b8107
	        if test -n "$(DESTDIR)"; then \
Packit Service 1b8107
	          echo "  (check DESTDIR support)"; \
Packit Service 1b8107
	        fi ; \
Packit Service 1b8107
	        $(distuninstallcheck_listfiles) ; \
Packit Service 1b8107
	        exit 1; } >&2
Packit Service 1b8107
distcleancheck: distclean
Packit Service 1b8107
	@if test '$(srcdir)' = . ; then \
Packit Service 1b8107
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
Packit Service 1b8107
	  exit 1 ; \
Packit Service 1b8107
	fi
Packit Service 1b8107
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
Packit Service 1b8107
	  || { echo "ERROR: files left in build directory after distclean:" ; \
Packit Service 1b8107
	       $(distcleancheck_listfiles) ; \
Packit Service 1b8107
	       exit 1; } >&2
Packit Service 1b8107
check-am: all-am
Packit Service 1b8107
check: check-recursive
Packit Service 1b8107
all-am: Makefile $(DATA) config.h
Packit Service 1b8107
installdirs: installdirs-recursive
Packit Service 1b8107
installdirs-am:
Packit Service 1b8107
	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
Packit Service 1b8107
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
Packit Service 1b8107
	done
Packit Service 1b8107
install: install-recursive
Packit Service 1b8107
install-exec: install-exec-recursive
Packit Service 1b8107
install-data: install-data-recursive
Packit Service 1b8107
uninstall: uninstall-recursive
Packit Service 1b8107
Packit Service 1b8107
install-am: all-am
Packit Service 1b8107
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Packit Service 1b8107
Packit Service 1b8107
installcheck: installcheck-recursive
Packit Service 1b8107
install-strip:
Packit Service 1b8107
	if test -z '$(STRIP)'; then \
Packit Service 1b8107
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit Service 1b8107
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit Service 1b8107
	      install; \
Packit Service 1b8107
	else \
Packit Service 1b8107
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit Service 1b8107
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit Service 1b8107
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
Packit Service 1b8107
	fi
Packit Service 1b8107
mostlyclean-generic:
Packit Service 1b8107
Packit Service 1b8107
clean-generic:
Packit Service 1b8107
Packit Service 1b8107
distclean-generic:
Packit Service 1b8107
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Packit Service 1b8107
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Packit Service 1b8107
Packit Service 1b8107
maintainer-clean-generic:
Packit Service 1b8107
	@echo "This command is intended for maintainers to use"
Packit Service 1b8107
	@echo "it deletes files that may require special tools to rebuild."
Packit Service 1b8107
	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
Packit Service 1b8107
clean: clean-recursive
Packit Service 1b8107
Packit Service 1b8107
clean-am: clean-generic clean-libtool mostlyclean-am
Packit Service 1b8107
Packit Service 1b8107
distclean: distclean-recursive
Packit Service 1b8107
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
Packit Service 1b8107
	-rm -f Makefile
Packit Service 1b8107
distclean-am: clean-am distclean-generic distclean-hdr \
Packit Service 1b8107
	distclean-libtool distclean-tags
Packit Service 1b8107
Packit Service 1b8107
dvi: dvi-recursive
Packit Service 1b8107
Packit Service 1b8107
dvi-am:
Packit Service 1b8107
Packit Service 1b8107
html: html-recursive
Packit Service 1b8107
Packit Service 1b8107
html-am:
Packit Service 1b8107
Packit Service 1b8107
info: info-recursive
Packit Service 1b8107
Packit Service 1b8107
info-am:
Packit Service 1b8107
Packit Service 1b8107
install-data-am: install-pkgconfigDATA
Packit Service 1b8107
Packit Service 1b8107
install-dvi: install-dvi-recursive
Packit Service 1b8107
Packit Service 1b8107
install-dvi-am:
Packit Service 1b8107
Packit Service 1b8107
install-exec-am:
Packit Service 1b8107
Packit Service 1b8107
install-html: install-html-recursive
Packit Service 1b8107
Packit Service 1b8107
install-html-am:
Packit Service 1b8107
Packit Service 1b8107
install-info: install-info-recursive
Packit Service 1b8107
Packit Service 1b8107
install-info-am:
Packit Service 1b8107
Packit Service 1b8107
install-man:
Packit Service 1b8107
Packit Service 1b8107
install-pdf: install-pdf-recursive
Packit Service 1b8107
Packit Service 1b8107
install-pdf-am:
Packit Service 1b8107
Packit Service 1b8107
install-ps: install-ps-recursive
Packit Service 1b8107
Packit Service 1b8107
install-ps-am:
Packit Service 1b8107
Packit Service 1b8107
installcheck-am:
Packit Service 1b8107
Packit Service 1b8107
maintainer-clean: maintainer-clean-recursive
Packit Service 1b8107
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
Packit Service 1b8107
	-rm -rf $(top_srcdir)/autom4te.cache
Packit Service 1b8107
	-rm -f Makefile
Packit Service 1b8107
maintainer-clean-am: distclean-am maintainer-clean-generic
Packit Service 1b8107
Packit Service 1b8107
mostlyclean: mostlyclean-recursive
Packit Service 1b8107
Packit Service 1b8107
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
Packit Service 1b8107
Packit Service 1b8107
pdf: pdf-recursive
Packit Service 1b8107
Packit Service 1b8107
pdf-am:
Packit Service 1b8107
Packit Service 1b8107
ps: ps-recursive
Packit Service 1b8107
Packit Service 1b8107
ps-am:
Packit Service 1b8107
Packit Service 1b8107
uninstall-am: uninstall-pkgconfigDATA
Packit Service 1b8107
Packit Service 1b8107
.MAKE: $(am__recursive_targets) all install-am install-strip
Packit Service 1b8107
Packit Service 1b8107
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
Packit Service 1b8107
	am--refresh check check-am clean clean-cscope clean-generic \
Packit Service 1b8107
	clean-libtool cscope cscopelist-am ctags ctags-am dist \
Packit Service 1b8107
	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
Packit Service 1b8107
	dist-tarZ dist-xz dist-zip distcheck distclean \
Packit Service 1b8107
	distclean-generic distclean-hdr distclean-libtool \
Packit Service 1b8107
	distclean-tags distcleancheck distdir distuninstallcheck dvi \
Packit Service 1b8107
	dvi-am html html-am info info-am install install-am \
Packit Service 1b8107
	install-data install-data-am install-dvi install-dvi-am \
Packit Service 1b8107
	install-exec install-exec-am install-html install-html-am \
Packit Service 1b8107
	install-info install-info-am install-man install-pdf \
Packit Service 1b8107
	install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
Packit Service 1b8107
	install-strip installcheck installcheck-am installdirs \
Packit Service 1b8107
	installdirs-am maintainer-clean maintainer-clean-generic \
Packit Service 1b8107
	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
Packit Service 1b8107
	ps ps-am tags tags-am uninstall uninstall-am \
Packit Service 1b8107
	uninstall-pkgconfigDATA
Packit Service 1b8107
Packit Service 1b8107
.PRECIOUS: Makefile
Packit Service 1b8107
Packit Service 1b8107
Packit Service 1b8107
.PHONY: ChangeLog INSTALL
Packit Service 1b8107
Packit Service 1b8107
INSTALL:
Packit Service 1b8107
	$(INSTALL_CMD)
Packit Service 1b8107
Packit Service 1b8107
ChangeLog:
Packit Service 1b8107
	$(CHANGELOG_CMD)
Packit Service 1b8107
Packit Service 1b8107
dist-hook: ChangeLog INSTALL
Packit Service 1b8107
Packit Service 1b8107
# Tell versions [3.59,3.63) of GNU make to not export all variables.
Packit Service 1b8107
# Otherwise a system limit (for SysV at least) may be exceeded.
Packit Service 1b8107
.NOEXPORT: