Blame Makefile.in

Packit 79f644
# Makefile.in generated by automake 1.15.1 from Makefile.am.
Packit 79f644
# @configure_input@
Packit 79f644
Packit 79f644
# Copyright (C) 1994-2017 Free Software Foundation, Inc.
Packit 79f644
Packit 79f644
# This Makefile.in is free software; the Free Software Foundation
Packit 79f644
# gives unlimited permission to copy and/or distribute it,
Packit 79f644
# with or without modifications, as long as this notice is preserved.
Packit 79f644
Packit 79f644
# This program is distributed in the hope that it will be useful,
Packit 79f644
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
Packit 79f644
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Packit 79f644
# PARTICULAR PURPOSE.
Packit 79f644
Packit 79f644
@SET_MAKE@
Packit 79f644
VPATH = @srcdir@
Packit 79f644
am__is_gnu_make = { \
Packit 79f644
  if test -z '$(MAKELEVEL)'; then \
Packit 79f644
    false; \
Packit 79f644
  elif test -n '$(MAKE_HOST)'; then \
Packit 79f644
    true; \
Packit 79f644
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
Packit 79f644
    true; \
Packit 79f644
  else \
Packit 79f644
    false; \
Packit 79f644
  fi; \
Packit 79f644
}
Packit 79f644
am__make_running_with_option = \
Packit 79f644
  case $${target_option-} in \
Packit 79f644
      ?) ;; \
Packit 79f644
      *) echo "am__make_running_with_option: internal error: invalid" \
Packit 79f644
              "target option '$${target_option-}' specified" >&2; \
Packit 79f644
         exit 1;; \
Packit 79f644
  esac; \
Packit 79f644
  has_opt=no; \
Packit 79f644
  sane_makeflags=$$MAKEFLAGS; \
Packit 79f644
  if $(am__is_gnu_make); then \
Packit 79f644
    sane_makeflags=$$MFLAGS; \
Packit 79f644
  else \
Packit 79f644
    case $$MAKEFLAGS in \
Packit 79f644
      *\\[\ \	]*) \
Packit 79f644
        bs=\\; \
Packit 79f644
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
Packit 79f644
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
Packit 79f644
    esac; \
Packit 79f644
  fi; \
Packit 79f644
  skip_next=no; \
Packit 79f644
  strip_trailopt () \
Packit 79f644
  { \
Packit 79f644
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
Packit 79f644
  }; \
Packit 79f644
  for flg in $$sane_makeflags; do \
Packit 79f644
    test $$skip_next = yes && { skip_next=no; continue; }; \
Packit 79f644
    case $$flg in \
Packit 79f644
      *=*|--*) continue;; \
Packit 79f644
        -*I) strip_trailopt 'I'; skip_next=yes;; \
Packit 79f644
      -*I?*) strip_trailopt 'I';; \
Packit 79f644
        -*O) strip_trailopt 'O'; skip_next=yes;; \
Packit 79f644
      -*O?*) strip_trailopt 'O';; \
Packit 79f644
        -*l) strip_trailopt 'l'; skip_next=yes;; \
Packit 79f644
      -*l?*) strip_trailopt 'l';; \
Packit 79f644
      -[dEDm]) skip_next=yes;; \
Packit 79f644
      -[JT]) skip_next=yes;; \
Packit 79f644
    esac; \
Packit 79f644
    case $$flg in \
Packit 79f644
      *$$target_option*) has_opt=yes; break;; \
Packit 79f644
    esac; \
Packit 79f644
  done; \
Packit 79f644
  test $$has_opt = yes
Packit 79f644
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
Packit 79f644
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Packit 79f644
pkgdatadir = $(datadir)/@PACKAGE@
Packit 79f644
pkgincludedir = $(includedir)/@PACKAGE@
Packit 79f644
pkglibdir = $(libdir)/@PACKAGE@
Packit 79f644
pkglibexecdir = $(libexecdir)/@PACKAGE@
Packit 79f644
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Packit 79f644
install_sh_DATA = $(install_sh) -c -m 644
Packit 79f644
install_sh_PROGRAM = $(install_sh) -c
Packit 79f644
install_sh_SCRIPT = $(install_sh) -c
Packit 79f644
INSTALL_HEADER = $(INSTALL_DATA)
Packit 79f644
transform = $(program_transform_name)
Packit 79f644
NORMAL_INSTALL = :
Packit 79f644
PRE_INSTALL = :
Packit 79f644
POST_INSTALL = :
Packit 79f644
NORMAL_UNINSTALL = :
Packit 79f644
PRE_UNINSTALL = :
Packit 79f644
POST_UNINSTALL = :
Packit 79f644
build_triplet = @build@
Packit 79f644
host_triplet = @host@
Packit 79f644
@BUILD_BACKEND_TRUE@@BUILD_TELEPATHY_TRUE@am__append_1 = telepathy-account-widgets
Packit 79f644
@BUILD_BACKEND_TRUE@am__append_2 = doc
Packit 79f644
subdir = .
Packit 79f644
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Packit 79f644
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
Packit 79f644
	$(top_srcdir)/m4/ax_append_flag.m4 \
Packit 79f644
	$(top_srcdir)/m4/ax_append_link_flags.m4 \
Packit 79f644
	$(top_srcdir)/m4/ax_check_compile_flag.m4 \
Packit 79f644
	$(top_srcdir)/m4/ax_check_enable_debug.m4 \
Packit 79f644
	$(top_srcdir)/m4/ax_check_link_flag.m4 \
Packit 79f644
	$(top_srcdir)/m4/ax_compiler_flags.m4 \
Packit 79f644
	$(top_srcdir)/m4/ax_compiler_flags_cflags.m4 \
Packit 79f644
	$(top_srcdir)/m4/ax_compiler_flags_gir.m4 \
Packit 79f644
	$(top_srcdir)/m4/ax_compiler_flags_ldflags.m4 \
Packit 79f644
	$(top_srcdir)/m4/ax_config_dir.m4 \
Packit 79f644
	$(top_srcdir)/m4/ax_is_release.m4 \
Packit 79f644
	$(top_srcdir)/m4/ax_require_defined.m4 \
Packit 79f644
	$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gsettings.m4 \
Packit 79f644
	$(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \
Packit 79f644
	$(top_srcdir)/m4/intlmacosx.m4 \
Packit 79f644
	$(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/lib-ld.m4 \
Packit 79f644
	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
Packit 79f644
	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
Packit 79f644
	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
Packit 79f644
	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
Packit 79f644
	$(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
Packit 79f644
	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/vapigen.m4 \
Packit 79f644
	$(top_srcdir)/configure.ac
Packit 79f644
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Packit 79f644
	$(ACLOCAL_M4)
Packit 79f644
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
Packit 79f644
	$(am__configure_deps) $(am__DIST_COMMON)
Packit 79f644
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
Packit 79f644
 configure.lineno config.status.lineno
Packit 79f644
mkinstalldirs = $(install_sh) -d
Packit 79f644
CONFIG_HEADER = config.h
Packit 79f644
CONFIG_CLEAN_FILES =
Packit 79f644
CONFIG_CLEAN_VPATH_FILES =
Packit 79f644
AM_V_P = $(am__v_P_@AM_V@)
Packit 79f644
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
Packit 79f644
am__v_P_0 = false
Packit 79f644
am__v_P_1 = :
Packit 79f644
AM_V_GEN = $(am__v_GEN_@AM_V@)
Packit 79f644
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
Packit 79f644
am__v_GEN_0 = @echo "  GEN     " $@;
Packit 79f644
am__v_GEN_1 = 
Packit 79f644
AM_V_at = $(am__v_at_@AM_V@)
Packit 79f644
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
Packit 79f644
am__v_at_0 = @
Packit 79f644
am__v_at_1 = 
Packit 79f644
SOURCES =
Packit 79f644
DIST_SOURCES =
Packit 79f644
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
Packit 79f644
	ctags-recursive dvi-recursive html-recursive info-recursive \
Packit 79f644
	install-data-recursive install-dvi-recursive \
Packit 79f644
	install-exec-recursive install-html-recursive \
Packit 79f644
	install-info-recursive install-pdf-recursive \
Packit 79f644
	install-ps-recursive install-recursive installcheck-recursive \
Packit 79f644
	installdirs-recursive pdf-recursive ps-recursive \
Packit 79f644
	tags-recursive uninstall-recursive
Packit 79f644
am__can_run_installinfo = \
Packit 79f644
  case $$AM_UPDATE_INFO_DIR in \
Packit 79f644
    n|no|NO) false;; \
Packit 79f644
    *) (install-info --version) >/dev/null 2>&1;; \
Packit 79f644
  esac
Packit 79f644
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
Packit 79f644
  distclean-recursive maintainer-clean-recursive
Packit 79f644
am__recursive_targets = \
Packit 79f644
  $(RECURSIVE_TARGETS) \
Packit 79f644
  $(RECURSIVE_CLEAN_TARGETS) \
Packit 79f644
  $(am__extra_recursive_targets)
Packit 79f644
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
Packit 79f644
	cscope distdir dist dist-all distcheck
Packit 79f644
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
Packit 79f644
	$(LISP)config.h.in
Packit 79f644
# Read a list of newline-separated strings from the standard input,
Packit 79f644
# and print each of them once, without duplicates.  Input order is
Packit 79f644
# *not* preserved.
Packit 79f644
am__uniquify_input = $(AWK) '\
Packit 79f644
  BEGIN { nonempty = 0; } \
Packit 79f644
  { items[$$0] = 1; nonempty = 1; } \
Packit 79f644
  END { if (nonempty) { for (i in items) print i; }; } \
Packit 79f644
'
Packit 79f644
# Make sure the list of sources is unique.  This is necessary because,
Packit 79f644
# e.g., the same source file might be shared among _SOURCES variables
Packit 79f644
# for different programs/libraries.
Packit 79f644
am__define_uniq_tagged_files = \
Packit 79f644
  list='$(am__tagged_files)'; \
Packit 79f644
  unique=`for i in $$list; do \
Packit 79f644
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Packit 79f644
  done | $(am__uniquify_input)`
Packit 79f644
ETAGS = etags
Packit 79f644
CTAGS = ctags
Packit 79f644
CSCOPE = cscope
Packit 79f644
DIST_SUBDIRS = data telepathy-account-widgets src doc po
Packit 79f644
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
Packit 79f644
	ABOUT-NLS COPYING NEWS README compile config.guess \
Packit 79f644
	config.rpath config.sub install-sh ltmain.sh missing
Packit 79f644
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Packit 79f644
distdir = $(PACKAGE)-$(VERSION)
Packit 79f644
top_distdir = $(distdir)
Packit 79f644
am__remove_distdir = \
Packit 79f644
  if test -d "$(distdir)"; then \
Packit 79f644
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
Packit 79f644
      && rm -rf "$(distdir)" \
Packit 79f644
      || { sleep 5 && rm -rf "$(distdir)"; }; \
Packit 79f644
  else :; fi
Packit 79f644
am__post_remove_distdir = $(am__remove_distdir)
Packit 79f644
am__relativize = \
Packit 79f644
  dir0=`pwd`; \
Packit 79f644
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
Packit 79f644
  sed_rest='s,^[^/]*/*,,'; \
Packit 79f644
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
Packit 79f644
  sed_butlast='s,/*[^/]*$$,,'; \
Packit 79f644
  while test -n "$$dir1"; do \
Packit 79f644
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
Packit 79f644
    if test "$$first" != "."; then \
Packit 79f644
      if test "$$first" = ".."; then \
Packit 79f644
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
Packit 79f644
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
Packit 79f644
      else \
Packit 79f644
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
Packit 79f644
        if test "$$first2" = "$$first"; then \
Packit 79f644
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
Packit 79f644
        else \
Packit 79f644
          dir2="../$$dir2"; \
Packit 79f644
        fi; \
Packit 79f644
        dir0="$$dir0"/"$$first"; \
Packit 79f644
      fi; \
Packit 79f644
    fi; \
Packit 79f644
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
Packit 79f644
  done; \
Packit 79f644
  reldir="$$dir2"
Packit 79f644
GZIP_ENV = --best
Packit 79f644
DIST_ARCHIVES = $(distdir).tar.xz
Packit 79f644
DIST_TARGETS = dist-xz
Packit 79f644
distuninstallcheck_listfiles = find . -type f -print
Packit 79f644
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
Packit 79f644
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
Packit 79f644
distcleancheck_listfiles = find . -type f -print
Packit 79f644
ACLOCAL = @ACLOCAL@
Packit 79f644
AMTAR = @AMTAR@
Packit 79f644
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Packit 79f644
AR = @AR@
Packit 79f644
AUTOCONF = @AUTOCONF@
Packit 79f644
AUTOHEADER = @AUTOHEADER@
Packit 79f644
AUTOMAKE = @AUTOMAKE@
Packit 79f644
AWK = @AWK@
Packit 79f644
CC = @CC@
Packit 79f644
CCDEPMODE = @CCDEPMODE@
Packit 79f644
CFLAGS = @CFLAGS@
Packit 79f644
CPP = @CPP@
Packit 79f644
CPPFLAGS = @CPPFLAGS@
Packit 79f644
CYGPATH_W = @CYGPATH_W@
Packit 79f644
DEFS = @DEFS@
Packit 79f644
DEPDIR = @DEPDIR@
Packit 79f644
DLLTOOL = @DLLTOOL@
Packit 79f644
DSYMUTIL = @DSYMUTIL@
Packit 79f644
DUMPBIN = @DUMPBIN@
Packit 79f644
ECHO_C = @ECHO_C@
Packit 79f644
ECHO_N = @ECHO_N@
Packit 79f644
ECHO_T = @ECHO_T@
Packit 79f644
EGREP = @EGREP@
Packit 79f644
EXEEXT = @EXEEXT@
Packit 79f644
FGREP = @FGREP@
Packit 79f644
GCR_CFLAGS = @GCR_CFLAGS@
Packit 79f644
GCR_LIBS = @GCR_LIBS@
Packit 79f644
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
Packit 79f644
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
Packit 79f644
GLIB_CFLAGS = @GLIB_CFLAGS@
Packit 79f644
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
Packit 79f644
GLIB_LIBS = @GLIB_LIBS@
Packit 79f644
GMSGFMT = @GMSGFMT@
Packit 79f644
GMSGFMT_015 = @GMSGFMT_015@
Packit 79f644
GOA_BACKEND_LT_VERSION = @GOA_BACKEND_LT_VERSION@
Packit 79f644
GOA_LT_VERSION = @GOA_LT_VERSION@
Packit 79f644
GOA_MAJOR_VERSION = @GOA_MAJOR_VERSION@
Packit 79f644
GOA_MICRO_VERSION = @GOA_MICRO_VERSION@
Packit 79f644
GOA_MINOR_VERSION = @GOA_MINOR_VERSION@
Packit 79f644
GREP = @GREP@
Packit 79f644
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
Packit 79f644
GTKDOC_CHECK = @GTKDOC_CHECK@
Packit 79f644
GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
Packit 79f644
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
Packit 79f644
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
Packit 79f644
GTKDOC_MKPDF = @GTKDOC_MKPDF@
Packit 79f644
GTKDOC_REBASE = @GTKDOC_REBASE@
Packit 79f644
GTK_CFLAGS = @GTK_CFLAGS@
Packit 79f644
GTK_LIBS = @GTK_LIBS@
Packit 79f644
HTML_DIR = @HTML_DIR@
Packit 79f644
INSTALL = @INSTALL@
Packit 79f644
INSTALL_DATA = @INSTALL_DATA@
Packit 79f644
INSTALL_PROGRAM = @INSTALL_PROGRAM@
Packit 79f644
INSTALL_SCRIPT = @INSTALL_SCRIPT@
Packit 79f644
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Packit 79f644
INTLLIBS = @INTLLIBS@
Packit 79f644
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
Packit 79f644
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
Packit 79f644
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
Packit 79f644
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
Packit 79f644
INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
Packit 79f644
INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
Packit 79f644
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
Packit 79f644
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
Packit 79f644
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
Packit 79f644
JSON_GLIB_CFLAGS = @JSON_GLIB_CFLAGS@
Packit 79f644
JSON_GLIB_LIBS = @JSON_GLIB_LIBS@
Packit 79f644
KRB5_CFLAGS = @KRB5_CFLAGS@
Packit 79f644
KRB5_CONFIG = @KRB5_CONFIG@
Packit 79f644
KRB5_LIBS = @KRB5_LIBS@
Packit 79f644
LD = @LD@
Packit 79f644
LDFLAGS = @LDFLAGS@
Packit 79f644
LIBICONV = @LIBICONV@
Packit 79f644
LIBINTL = @LIBINTL@
Packit 79f644
LIBOBJS = @LIBOBJS@
Packit 79f644
LIBS = @LIBS@
Packit 79f644
LIBSOUP_CFLAGS = @LIBSOUP_CFLAGS@
Packit 79f644
LIBSOUP_LIBS = @LIBSOUP_LIBS@
Packit 79f644
LIBTOOL = @LIBTOOL@
Packit 79f644
LIBXML_CFLAGS = @LIBXML_CFLAGS@
Packit 79f644
LIBXML_LIBS = @LIBXML_LIBS@
Packit 79f644
LIPO = @LIPO@
Packit 79f644
LN_S = @LN_S@
Packit 79f644
LTLIBICONV = @LTLIBICONV@
Packit 79f644
LTLIBINTL = @LTLIBINTL@
Packit 79f644
LTLIBOBJS = @LTLIBOBJS@
Packit 79f644
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
Packit 79f644
MAINT = @MAINT@
Packit 79f644
MAKEINFO = @MAKEINFO@
Packit 79f644
MANIFEST_TOOL = @MANIFEST_TOOL@
Packit 79f644
MKDIR_P = @MKDIR_P@
Packit 79f644
MSGFMT = @MSGFMT@
Packit 79f644
MSGFMT_015 = @MSGFMT_015@
Packit 79f644
MSGMERGE = @MSGMERGE@
Packit 79f644
NM = @NM@
Packit 79f644
NMEDIT = @NMEDIT@
Packit 79f644
OBJDUMP = @OBJDUMP@
Packit 79f644
OBJEXT = @OBJEXT@
Packit 79f644
OTOOL = @OTOOL@
Packit 79f644
OTOOL64 = @OTOOL64@
Packit 79f644
PACKAGE = @PACKAGE@
Packit 79f644
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Packit 79f644
PACKAGE_NAME = @PACKAGE_NAME@
Packit 79f644
PACKAGE_STRING = @PACKAGE_STRING@
Packit 79f644
PACKAGE_TARNAME = @PACKAGE_TARNAME@
Packit 79f644
PACKAGE_URL = @PACKAGE_URL@
Packit 79f644
PACKAGE_VERSION = @PACKAGE_VERSION@
Packit 79f644
PATH_SEPARATOR = @PATH_SEPARATOR@
Packit 79f644
PKG_CONFIG = @PKG_CONFIG@
Packit 79f644
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
Packit 79f644
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
Packit 79f644
POSUB = @POSUB@
Packit 79f644
RANLIB = @RANLIB@
Packit 79f644
REST_CFLAGS = @REST_CFLAGS@
Packit 79f644
REST_LIBS = @REST_LIBS@
Packit 79f644
SECRET_CFLAGS = @SECRET_CFLAGS@
Packit 79f644
SECRET_LIBS = @SECRET_LIBS@
Packit 79f644
SED = @SED@
Packit 79f644
SET_MAKE = @SET_MAKE@
Packit 79f644
SHELL = @SHELL@
Packit 79f644
STRIP = @STRIP@
Packit 79f644
TPAW_CFLAGS = @TPAW_CFLAGS@
Packit 79f644
TPAW_LIBS = @TPAW_LIBS@
Packit 79f644
TP_CFLAGS = @TP_CFLAGS@
Packit 79f644
TP_LIBS = @TP_LIBS@
Packit 79f644
USE_NLS = @USE_NLS@
Packit 79f644
VAPIGEN = @VAPIGEN@
Packit 79f644
VAPIGEN_MAKEFILE = @VAPIGEN_MAKEFILE@
Packit 79f644
VAPIGEN_VAPIDIR = @VAPIGEN_VAPIDIR@
Packit 79f644
VERSION = @VERSION@
Packit 79f644
WARN_CFLAGS = @WARN_CFLAGS@
Packit 79f644
WARN_LDFLAGS = @WARN_LDFLAGS@
Packit 79f644
WARN_SCANNERFLAGS = @WARN_SCANNERFLAGS@
Packit 79f644
WEBKIT_GTK_CFLAGS = @WEBKIT_GTK_CFLAGS@
Packit 79f644
WEBKIT_GTK_LIBS = @WEBKIT_GTK_LIBS@
Packit 79f644
XGETTEXT = @XGETTEXT@
Packit 79f644
XGETTEXT_015 = @XGETTEXT_015@
Packit 79f644
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
Packit 79f644
XSLTPROC = @XSLTPROC@
Packit 79f644
abs_builddir = @abs_builddir@
Packit 79f644
abs_srcdir = @abs_srcdir@
Packit 79f644
abs_top_builddir = @abs_top_builddir@
Packit 79f644
abs_top_srcdir = @abs_top_srcdir@
Packit 79f644
ac_ct_AR = @ac_ct_AR@
Packit 79f644
ac_ct_CC = @ac_ct_CC@
Packit 79f644
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Packit 79f644
am__include = @am__include@
Packit 79f644
am__leading_dot = @am__leading_dot@
Packit 79f644
am__quote = @am__quote@
Packit 79f644
am__tar = @am__tar@
Packit 79f644
am__untar = @am__untar@
Packit 79f644
bindir = @bindir@
Packit 79f644
build = @build@
Packit 79f644
build_alias = @build_alias@
Packit 79f644
build_cpu = @build_cpu@
Packit 79f644
build_os = @build_os@
Packit 79f644
build_vendor = @build_vendor@
Packit 79f644
builddir = @builddir@
Packit 79f644
datadir = @datadir@
Packit 79f644
datarootdir = @datarootdir@
Packit 79f644
docdir = @docdir@
Packit 79f644
dvidir = @dvidir@
Packit 79f644
exec_prefix = @exec_prefix@
Packit 79f644
gsettingsschemadir = @gsettingsschemadir@
Packit 79f644
host = @host@
Packit 79f644
host_alias = @host_alias@
Packit 79f644
host_cpu = @host_cpu@
Packit 79f644
host_os = @host_os@
Packit 79f644
host_vendor = @host_vendor@
Packit 79f644
htmldir = @htmldir@
Packit 79f644
includedir = @includedir@
Packit 79f644
infodir = @infodir@
Packit 79f644
install_sh = @install_sh@
Packit 79f644
libdir = @libdir@
Packit 79f644
libexecdir = @libexecdir@
Packit 79f644
localedir = @localedir@
Packit 79f644
localstatedir = @localstatedir@
Packit 79f644
mandir = @mandir@
Packit 79f644
mkdir_p = @mkdir_p@
Packit 79f644
oldincludedir = @oldincludedir@
Packit 79f644
pdfdir = @pdfdir@
Packit 79f644
prefix = @prefix@
Packit 79f644
program_transform_name = @program_transform_name@
Packit 79f644
psdir = @psdir@
Packit 79f644
sbindir = @sbindir@
Packit 79f644
sharedstatedir = @sharedstatedir@
Packit 79f644
srcdir = @srcdir@
Packit 79f644
sysconfdir = @sysconfdir@
Packit 79f644
target_alias = @target_alias@
Packit 79f644
top_build_prefix = @top_build_prefix@
Packit 79f644
top_builddir = @top_builddir@
Packit 79f644
top_srcdir = @top_srcdir@
Packit 79f644
NULL = 
Packit 79f644
SUBDIRS = data $(am__append_1) src $(am__append_2) po
Packit 79f644
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
Packit 79f644
DISTCHECK_CONFIGURE_FLAGS = --enable-introspection --enable-gtk-doc --enable-telepathy
Packit 79f644
MAINTAINERCLEANFILES = \
Packit 79f644
	$(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \
Packit 79f644
	$(srcdir)/INSTALL \
Packit 79f644
	$(srcdir)/config.h.in \
Packit 79f644
	$(srcdir)/gtk-doc.make \
Packit 79f644
	`find "$(srcdir)" -type f -name Makefile.in -print` \
Packit 79f644
	$(NULL)
Packit 79f644
Packit 79f644
GITIGNOREFILES = \
Packit 79f644
	m4 \
Packit 79f644
	$(NULL)
Packit 79f644
Packit 79f644
all: config.h
Packit 79f644
	$(MAKE) $(AM_MAKEFLAGS) all-recursive
Packit 79f644
Packit 79f644
.SUFFIXES:
Packit 79f644
am--refresh: Makefile
Packit 79f644
	@:
Packit 79f644
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
Packit 79f644
	@for dep in $?; do \
Packit 79f644
	  case '$(am__configure_deps)' in \
Packit 79f644
	    *$$dep*) \
Packit 79f644
	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
Packit 79f644
	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
Packit 79f644
		&& exit 0; \
Packit 79f644
	      exit 1;; \
Packit 79f644
	  esac; \
Packit 79f644
	done; \
Packit 79f644
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
Packit 79f644
	$(am__cd) $(top_srcdir) && \
Packit 79f644
	  $(AUTOMAKE) --foreign Makefile
Packit 79f644
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Packit 79f644
	@case '$?' in \
Packit 79f644
	  *config.status*) \
Packit 79f644
	    echo ' $(SHELL) ./config.status'; \
Packit 79f644
	    $(SHELL) ./config.status;; \
Packit 79f644
	  *) \
Packit 79f644
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
Packit 79f644
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
Packit 79f644
	esac;
Packit 79f644
Packit 79f644
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Packit 79f644
	$(SHELL) ./config.status --recheck
Packit 79f644
Packit 79f644
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
Packit 79f644
	$(am__cd) $(srcdir) && $(AUTOCONF)
Packit 79f644
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
Packit 79f644
	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
Packit 79f644
$(am__aclocal_m4_deps):
Packit 79f644
Packit 79f644
config.h: stamp-h1
Packit 79f644
	@test -f $@ || rm -f stamp-h1
Packit 79f644
	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
Packit 79f644
Packit 79f644
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
Packit 79f644
	@rm -f stamp-h1
Packit 79f644
	cd $(top_builddir) && $(SHELL) ./config.status config.h
Packit 79f644
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
Packit 79f644
	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
Packit 79f644
	rm -f stamp-h1
Packit 79f644
	touch $@
Packit 79f644
Packit 79f644
distclean-hdr:
Packit 79f644
	-rm -f config.h stamp-h1
Packit 79f644
Packit 79f644
mostlyclean-libtool:
Packit 79f644
	-rm -f *.lo
Packit 79f644
Packit 79f644
clean-libtool:
Packit 79f644
	-rm -rf .libs _libs
Packit 79f644
Packit 79f644
distclean-libtool:
Packit 79f644
	-rm -f libtool config.lt
Packit 79f644
Packit 79f644
# This directory's subdirectories are mostly independent; you can cd
Packit 79f644
# into them and run 'make' without going through this Makefile.
Packit 79f644
# To change the values of 'make' variables: instead of editing Makefiles,
Packit 79f644
# (1) if the variable is set in 'config.status', edit 'config.status'
Packit 79f644
#     (which will cause the Makefiles to be regenerated when you run 'make');
Packit 79f644
# (2) otherwise, pass the desired values on the 'make' command line.
Packit 79f644
$(am__recursive_targets):
Packit 79f644
	@fail=; \
Packit 79f644
	if $(am__make_keepgoing); then \
Packit 79f644
	  failcom='fail=yes'; \
Packit 79f644
	else \
Packit 79f644
	  failcom='exit 1'; \
Packit 79f644
	fi; \
Packit 79f644
	dot_seen=no; \
Packit 79f644
	target=`echo $@ | sed s/-recursive//`; \
Packit 79f644
	case "$@" in \
Packit 79f644
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
Packit 79f644
	  *) list='$(SUBDIRS)' ;; \
Packit 79f644
	esac; \
Packit 79f644
	for subdir in $$list; do \
Packit 79f644
	  echo "Making $$target in $$subdir"; \
Packit 79f644
	  if test "$$subdir" = "."; then \
Packit 79f644
	    dot_seen=yes; \
Packit 79f644
	    local_target="$$target-am"; \
Packit 79f644
	  else \
Packit 79f644
	    local_target="$$target"; \
Packit 79f644
	  fi; \
Packit 79f644
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Packit 79f644
	  || eval $$failcom; \
Packit 79f644
	done; \
Packit 79f644
	if test "$$dot_seen" = "no"; then \
Packit 79f644
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
Packit 79f644
	fi; test -z "$$fail"
Packit 79f644
Packit 79f644
ID: $(am__tagged_files)
Packit 79f644
	$(am__define_uniq_tagged_files); mkid -fID $$unique
Packit 79f644
tags: tags-recursive
Packit 79f644
TAGS: tags
Packit 79f644
Packit 79f644
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit 79f644
	set x; \
Packit 79f644
	here=`pwd`; \
Packit 79f644
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
Packit 79f644
	  include_option=--etags-include; \
Packit 79f644
	  empty_fix=.; \
Packit 79f644
	else \
Packit 79f644
	  include_option=--include; \
Packit 79f644
	  empty_fix=; \
Packit 79f644
	fi; \
Packit 79f644
	list='$(SUBDIRS)'; for subdir in $$list; do \
Packit 79f644
	  if test "$$subdir" = .; then :; else \
Packit 79f644
	    test ! -f $$subdir/TAGS || \
Packit 79f644
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
Packit 79f644
	  fi; \
Packit 79f644
	done; \
Packit 79f644
	$(am__define_uniq_tagged_files); \
Packit 79f644
	shift; \
Packit 79f644
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
Packit 79f644
	  test -n "$$unique" || unique=$$empty_fix; \
Packit 79f644
	  if test $$# -gt 0; then \
Packit 79f644
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit 79f644
	      "$$@" $$unique; \
Packit 79f644
	  else \
Packit 79f644
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit 79f644
	      $$unique; \
Packit 79f644
	  fi; \
Packit 79f644
	fi
Packit 79f644
ctags: ctags-recursive
Packit 79f644
Packit 79f644
CTAGS: ctags
Packit 79f644
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit 79f644
	$(am__define_uniq_tagged_files); \
Packit 79f644
	test -z "$(CTAGS_ARGS)$$unique" \
Packit 79f644
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
Packit 79f644
	     $$unique
Packit 79f644
Packit 79f644
GTAGS:
Packit 79f644
	here=`$(am__cd) $(top_builddir) && pwd` \
Packit 79f644
	  && $(am__cd) $(top_srcdir) \
Packit 79f644
	  && gtags -i $(GTAGS_ARGS) "$$here"
Packit 79f644
cscope: cscope.files
Packit 79f644
	test ! -s cscope.files \
Packit 79f644
	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
Packit 79f644
clean-cscope:
Packit 79f644
	-rm -f cscope.files
Packit 79f644
cscope.files: clean-cscope cscopelist
Packit 79f644
cscopelist: cscopelist-recursive
Packit 79f644
Packit 79f644
cscopelist-am: $(am__tagged_files)
Packit 79f644
	list='$(am__tagged_files)'; \
Packit 79f644
	case "$(srcdir)" in \
Packit 79f644
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
Packit 79f644
	  *) sdir=$(subdir)/$(srcdir) ;; \
Packit 79f644
	esac; \
Packit 79f644
	for i in $$list; do \
Packit 79f644
	  if test -f "$$i"; then \
Packit 79f644
	    echo "$(subdir)/$$i"; \
Packit 79f644
	  else \
Packit 79f644
	    echo "$$sdir/$$i"; \
Packit 79f644
	  fi; \
Packit 79f644
	done >> $(top_builddir)/cscope.files
Packit 79f644
Packit 79f644
distclean-tags:
Packit 79f644
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Packit 79f644
	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
Packit 79f644
Packit 79f644
distdir: $(DISTFILES)
Packit 79f644
	$(am__remove_distdir)
Packit 79f644
	test -d "$(distdir)" || mkdir "$(distdir)"
Packit 79f644
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit 79f644
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit 79f644
	list='$(DISTFILES)'; \
Packit 79f644
	  dist_files=`for file in $$list; do echo $$file; done | \
Packit 79f644
	  sed -e "s|^$$srcdirstrip/||;t" \
Packit 79f644
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
Packit 79f644
	case $$dist_files in \
Packit 79f644
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
Packit 79f644
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
Packit 79f644
			   sort -u` ;; \
Packit 79f644
	esac; \
Packit 79f644
	for file in $$dist_files; do \
Packit 79f644
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Packit 79f644
	  if test -d $$d/$$file; then \
Packit 79f644
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Packit 79f644
	    if test -d "$(distdir)/$$file"; then \
Packit 79f644
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit 79f644
	    fi; \
Packit 79f644
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Packit 79f644
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
Packit 79f644
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit 79f644
	    fi; \
Packit 79f644
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
Packit 79f644
	  else \
Packit 79f644
	    test -f "$(distdir)/$$file" \
Packit 79f644
	    || cp -p $$d/$$file "$(distdir)/$$file" \
Packit 79f644
	    || exit 1; \
Packit 79f644
	  fi; \
Packit 79f644
	done
Packit 79f644
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
Packit 79f644
	  if test "$$subdir" = .; then :; else \
Packit 79f644
	    $(am__make_dryrun) \
Packit 79f644
	      || test -d "$(distdir)/$$subdir" \
Packit 79f644
	      || $(MKDIR_P) "$(distdir)/$$subdir" \
Packit 79f644
	      || exit 1; \
Packit 79f644
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
Packit 79f644
	    $(am__relativize); \
Packit 79f644
	    new_distdir=$$reldir; \
Packit 79f644
	    dir1=$$subdir; dir2="$(top_distdir)"; \
Packit 79f644
	    $(am__relativize); \
Packit 79f644
	    new_top_distdir=$$reldir; \
Packit 79f644
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
Packit 79f644
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
Packit 79f644
	    ($(am__cd) $$subdir && \
Packit 79f644
	      $(MAKE) $(AM_MAKEFLAGS) \
Packit 79f644
	        top_distdir="$$new_top_distdir" \
Packit 79f644
	        distdir="$$new_distdir" \
Packit 79f644
		am__remove_distdir=: \
Packit 79f644
		am__skip_length_check=: \
Packit 79f644
		am__skip_mode_fix=: \
Packit 79f644
	        distdir) \
Packit 79f644
	      || exit 1; \
Packit 79f644
	  fi; \
Packit 79f644
	done
Packit 79f644
	-test -n "$(am__skip_mode_fix)" \
Packit 79f644
	|| find "$(distdir)" -type d ! -perm -755 \
Packit 79f644
		-exec chmod u+rwx,go+rx {} \; -o \
Packit 79f644
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
Packit 79f644
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
Packit 79f644
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
Packit 79f644
	|| chmod -R a+r "$(distdir)"
Packit 79f644
dist-gzip: distdir
Packit 79f644
	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
Packit 79f644
	$(am__post_remove_distdir)
Packit 79f644
Packit 79f644
dist-bzip2: distdir
Packit 79f644
	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
Packit 79f644
	$(am__post_remove_distdir)
Packit 79f644
Packit 79f644
dist-lzip: distdir
Packit 79f644
	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
Packit 79f644
	$(am__post_remove_distdir)
Packit 79f644
dist-xz: distdir
Packit 79f644
	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
Packit 79f644
	$(am__post_remove_distdir)
Packit 79f644
Packit 79f644
dist-tarZ: distdir
Packit 79f644
	@echo WARNING: "Support for distribution archives compressed with" \
Packit 79f644
		       "legacy program 'compress' is deprecated." >&2
Packit 79f644
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
Packit 79f644
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
Packit 79f644
	$(am__post_remove_distdir)
Packit 79f644
Packit 79f644
dist-shar: distdir
Packit 79f644
	@echo WARNING: "Support for shar distribution archives is" \
Packit 79f644
	               "deprecated." >&2
Packit 79f644
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
Packit 79f644
	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
Packit 79f644
	$(am__post_remove_distdir)
Packit 79f644
Packit 79f644
dist-zip: distdir
Packit 79f644
	-rm -f $(distdir).zip
Packit 79f644
	zip -rq $(distdir).zip $(distdir)
Packit 79f644
	$(am__post_remove_distdir)
Packit 79f644
Packit 79f644
dist dist-all:
Packit 79f644
	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
Packit 79f644
	$(am__post_remove_distdir)
Packit 79f644
Packit 79f644
# This target untars the dist file and tries a VPATH configuration.  Then
Packit 79f644
# it guarantees that the distribution is self-contained by making another
Packit 79f644
# tarfile.
Packit 79f644
distcheck: dist
Packit 79f644
	case '$(DIST_ARCHIVES)' in \
Packit 79f644
	*.tar.gz*) \
Packit 79f644
	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
Packit 79f644
	*.tar.bz2*) \
Packit 79f644
	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
Packit 79f644
	*.tar.lz*) \
Packit 79f644
	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
Packit 79f644
	*.tar.xz*) \
Packit 79f644
	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
Packit 79f644
	*.tar.Z*) \
Packit 79f644
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
Packit 79f644
	*.shar.gz*) \
Packit 79f644
	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
Packit 79f644
	*.zip*) \
Packit 79f644
	  unzip $(distdir).zip ;;\
Packit 79f644
	esac
Packit 79f644
	chmod -R a-w $(distdir)
Packit 79f644
	chmod u+w $(distdir)
Packit 79f644
	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
Packit 79f644
	chmod a-w $(distdir)
Packit 79f644
	test -d $(distdir)/_build || exit 0; \
Packit 79f644
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
Packit 79f644
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
Packit 79f644
	  && am__cwd=`pwd` \
Packit 79f644
	  && $(am__cd) $(distdir)/_build/sub \
Packit 79f644
	  && ../../configure \
Packit 79f644
	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
Packit 79f644
	    $(DISTCHECK_CONFIGURE_FLAGS) \
Packit 79f644
	    --srcdir=../.. --prefix="$$dc_install_base" \
Packit 79f644
	  && $(MAKE) $(AM_MAKEFLAGS) \
Packit 79f644
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
Packit 79f644
	  && $(MAKE) $(AM_MAKEFLAGS) check \
Packit 79f644
	  && $(MAKE) $(AM_MAKEFLAGS) install \
Packit 79f644
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
Packit 79f644
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
Packit 79f644
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
Packit 79f644
	        distuninstallcheck \
Packit 79f644
	  && chmod -R a-w "$$dc_install_base" \
Packit 79f644
	  && ({ \
Packit 79f644
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
Packit 79f644
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
Packit 79f644
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
Packit 79f644
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
Packit 79f644
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
Packit 79f644
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
Packit 79f644
	  && rm -rf "$$dc_destdir" \
Packit 79f644
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
Packit 79f644
	  && rm -rf $(DIST_ARCHIVES) \
Packit 79f644
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
Packit 79f644
	  && cd "$$am__cwd" \
Packit 79f644
	  || exit 1
Packit 79f644
	$(am__post_remove_distdir)
Packit 79f644
	@(echo "$(distdir) archives ready for distribution: "; \
Packit 79f644
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
Packit 79f644
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
Packit 79f644
distuninstallcheck:
Packit 79f644
	@test -n '$(distuninstallcheck_dir)' || { \
Packit 79f644
	  echo 'ERROR: trying to run $@ with an empty' \
Packit 79f644
	       '$$(distuninstallcheck_dir)' >&2; \
Packit 79f644
	  exit 1; \
Packit 79f644
	}; \
Packit 79f644
	$(am__cd) '$(distuninstallcheck_dir)' || { \
Packit 79f644
	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
Packit 79f644
	  exit 1; \
Packit 79f644
	}; \
Packit 79f644
	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
Packit 79f644
	   || { echo "ERROR: files left after uninstall:" ; \
Packit 79f644
	        if test -n "$(DESTDIR)"; then \
Packit 79f644
	          echo "  (check DESTDIR support)"; \
Packit 79f644
	        fi ; \
Packit 79f644
	        $(distuninstallcheck_listfiles) ; \
Packit 79f644
	        exit 1; } >&2
Packit 79f644
distcleancheck: distclean
Packit 79f644
	@if test '$(srcdir)' = . ; then \
Packit 79f644
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
Packit 79f644
	  exit 1 ; \
Packit 79f644
	fi
Packit 79f644
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
Packit 79f644
	  || { echo "ERROR: files left in build directory after distclean:" ; \
Packit 79f644
	       $(distcleancheck_listfiles) ; \
Packit 79f644
	       exit 1; } >&2
Packit 79f644
check-am: all-am
Packit 79f644
check: check-recursive
Packit 79f644
all-am: Makefile config.h
Packit 79f644
installdirs: installdirs-recursive
Packit 79f644
installdirs-am:
Packit 79f644
install: install-recursive
Packit 79f644
install-exec: install-exec-recursive
Packit 79f644
install-data: install-data-recursive
Packit 79f644
uninstall: uninstall-recursive
Packit 79f644
Packit 79f644
install-am: all-am
Packit 79f644
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Packit 79f644
Packit 79f644
installcheck: installcheck-recursive
Packit 79f644
install-strip:
Packit 79f644
	if test -z '$(STRIP)'; then \
Packit 79f644
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit 79f644
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit 79f644
	      install; \
Packit 79f644
	else \
Packit 79f644
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit 79f644
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit 79f644
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
Packit 79f644
	fi
Packit 79f644
mostlyclean-generic:
Packit 79f644
Packit 79f644
clean-generic:
Packit 79f644
Packit 79f644
distclean-generic:
Packit 79f644
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Packit 79f644
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Packit 79f644
Packit 79f644
maintainer-clean-generic:
Packit 79f644
	@echo "This command is intended for maintainers to use"
Packit 79f644
	@echo "it deletes files that may require special tools to rebuild."
Packit 79f644
	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
Packit 79f644
clean: clean-recursive
Packit 79f644
Packit 79f644
clean-am: clean-generic clean-libtool mostlyclean-am
Packit 79f644
Packit 79f644
distclean: distclean-recursive
Packit 79f644
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
Packit 79f644
	-rm -f Makefile
Packit 79f644
distclean-am: clean-am distclean-generic distclean-hdr \
Packit 79f644
	distclean-libtool distclean-tags
Packit 79f644
Packit 79f644
dvi: dvi-recursive
Packit 79f644
Packit 79f644
dvi-am:
Packit 79f644
Packit 79f644
html: html-recursive
Packit 79f644
Packit 79f644
html-am:
Packit 79f644
Packit 79f644
info: info-recursive
Packit 79f644
Packit 79f644
info-am:
Packit 79f644
Packit 79f644
install-data-am:
Packit 79f644
Packit 79f644
install-dvi: install-dvi-recursive
Packit 79f644
Packit 79f644
install-dvi-am:
Packit 79f644
Packit 79f644
install-exec-am:
Packit 79f644
Packit 79f644
install-html: install-html-recursive
Packit 79f644
Packit 79f644
install-html-am:
Packit 79f644
Packit 79f644
install-info: install-info-recursive
Packit 79f644
Packit 79f644
install-info-am:
Packit 79f644
Packit 79f644
install-man:
Packit 79f644
Packit 79f644
install-pdf: install-pdf-recursive
Packit 79f644
Packit 79f644
install-pdf-am:
Packit 79f644
Packit 79f644
install-ps: install-ps-recursive
Packit 79f644
Packit 79f644
install-ps-am:
Packit 79f644
Packit 79f644
installcheck-am:
Packit 79f644
Packit 79f644
maintainer-clean: maintainer-clean-recursive
Packit 79f644
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
Packit 79f644
	-rm -rf $(top_srcdir)/autom4te.cache
Packit 79f644
	-rm -f Makefile
Packit 79f644
maintainer-clean-am: distclean-am maintainer-clean-generic
Packit 79f644
Packit 79f644
mostlyclean: mostlyclean-recursive
Packit 79f644
Packit 79f644
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
Packit 79f644
Packit 79f644
pdf: pdf-recursive
Packit 79f644
Packit 79f644
pdf-am:
Packit 79f644
Packit 79f644
ps: ps-recursive
Packit 79f644
Packit 79f644
ps-am:
Packit 79f644
Packit 79f644
uninstall-am:
Packit 79f644
Packit 79f644
.MAKE: $(am__recursive_targets) all install-am install-strip
Packit 79f644
Packit 79f644
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
Packit 79f644
	am--refresh check check-am clean clean-cscope clean-generic \
Packit 79f644
	clean-libtool cscope cscopelist-am ctags ctags-am dist \
Packit 79f644
	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
Packit 79f644
	dist-xz dist-zip distcheck distclean distclean-generic \
Packit 79f644
	distclean-hdr distclean-libtool distclean-tags distcleancheck \
Packit 79f644
	distdir distuninstallcheck dvi dvi-am html html-am info \
Packit 79f644
	info-am install install-am install-data install-data-am \
Packit 79f644
	install-dvi install-dvi-am install-exec install-exec-am \
Packit 79f644
	install-html install-html-am install-info install-info-am \
Packit 79f644
	install-man install-pdf install-pdf-am install-ps \
Packit 79f644
	install-ps-am install-strip installcheck installcheck-am \
Packit 79f644
	installdirs installdirs-am maintainer-clean \
Packit 79f644
	maintainer-clean-generic mostlyclean mostlyclean-generic \
Packit 79f644
	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
Packit 79f644
	uninstall-am
Packit 79f644
Packit 79f644
.PRECIOUS: Makefile
Packit 79f644
Packit 79f644
Packit 79f644
-include $(top_srcdir)/git.mk
Packit 79f644
Packit 79f644
# Tell versions [3.59,3.63) of GNU make to not export all variables.
Packit 79f644
# Otherwise a system limit (for SysV at least) may be exceeded.
Packit 79f644
.NOEXPORT: