Blame docs/Makefile.in

Packit Service 1d8f1c
# Makefile.in generated by automake 1.16.1 from Makefile.am.
Packit Service 1d8f1c
# @configure_input@
Packit Service 1d8f1c
Packit Service 1d8f1c
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
Packit Service 1d8f1c
Packit Service 1d8f1c
# This Makefile.in is free software; the Free Software Foundation
Packit Service 1d8f1c
# gives unlimited permission to copy and/or distribute it,
Packit Service 1d8f1c
# with or without modifications, as long as this notice is preserved.
Packit Service 1d8f1c
Packit Service 1d8f1c
# This program is distributed in the hope that it will be useful,
Packit Service 1d8f1c
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
Packit Service 1d8f1c
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Packit Service 1d8f1c
# PARTICULAR PURPOSE.
Packit Service 1d8f1c
Packit Service 1d8f1c
@SET_MAKE@
Packit Service 1d8f1c
Packit Service 1d8f1c
# vim:set noet ts=4:
Packit Service 1d8f1c
#
Packit Service 1d8f1c
# ibus - The Input Bus
Packit Service 1d8f1c
#
Packit Service 1d8f1c
# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
Packit Service 1d8f1c
# Copyright (c) 2007-2010 Red Hat, Inc.
Packit Service 1d8f1c
#
Packit Service 1d8f1c
# This library is free software; you can redistribute it and/or
Packit Service 1d8f1c
# modify it under the terms of the GNU Lesser General Public
Packit Service 1d8f1c
# License as published by the Free Software Foundation; either
Packit Service 1d8f1c
# version 2.1 of the License, or (at your option) any later version.
Packit Service 1d8f1c
#
Packit Service 1d8f1c
# This library is distributed in the hope that it will be useful,
Packit Service 1d8f1c
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 1d8f1c
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit Service 1d8f1c
# Lesser General Public License for more details.
Packit Service 1d8f1c
#
Packit Service 1d8f1c
# You should have received a copy of the GNU Lesser General Public
Packit Service 1d8f1c
# License along with this library; if not, write to the Free Software
Packit Service 1d8f1c
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
Packit Service 1d8f1c
# USA
Packit Service 1d8f1c
VPATH = @srcdir@
Packit Service 1d8f1c
am__is_gnu_make = { \
Packit Service 1d8f1c
  if test -z '$(MAKELEVEL)'; then \
Packit Service 1d8f1c
    false; \
Packit Service 1d8f1c
  elif test -n '$(MAKE_HOST)'; then \
Packit Service 1d8f1c
    true; \
Packit Service 1d8f1c
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
Packit Service 1d8f1c
    true; \
Packit Service 1d8f1c
  else \
Packit Service 1d8f1c
    false; \
Packit Service 1d8f1c
  fi; \
Packit Service 1d8f1c
}
Packit Service 1d8f1c
am__make_running_with_option = \
Packit Service 1d8f1c
  case $${target_option-} in \
Packit Service 1d8f1c
      ?) ;; \
Packit Service 1d8f1c
      *) echo "am__make_running_with_option: internal error: invalid" \
Packit Service 1d8f1c
              "target option '$${target_option-}' specified" >&2; \
Packit Service 1d8f1c
         exit 1;; \
Packit Service 1d8f1c
  esac; \
Packit Service 1d8f1c
  has_opt=no; \
Packit Service 1d8f1c
  sane_makeflags=$$MAKEFLAGS; \
Packit Service 1d8f1c
  if $(am__is_gnu_make); then \
Packit Service 1d8f1c
    sane_makeflags=$$MFLAGS; \
Packit Service 1d8f1c
  else \
Packit Service 1d8f1c
    case $$MAKEFLAGS in \
Packit Service 1d8f1c
      *\\[\ \	]*) \
Packit Service 1d8f1c
        bs=\\; \
Packit Service 1d8f1c
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
Packit Service 1d8f1c
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
Packit Service 1d8f1c
    esac; \
Packit Service 1d8f1c
  fi; \
Packit Service 1d8f1c
  skip_next=no; \
Packit Service 1d8f1c
  strip_trailopt () \
Packit Service 1d8f1c
  { \
Packit Service 1d8f1c
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
Packit Service 1d8f1c
  }; \
Packit Service 1d8f1c
  for flg in $$sane_makeflags; do \
Packit Service 1d8f1c
    test $$skip_next = yes && { skip_next=no; continue; }; \
Packit Service 1d8f1c
    case $$flg in \
Packit Service 1d8f1c
      *=*|--*) continue;; \
Packit Service 1d8f1c
        -*I) strip_trailopt 'I'; skip_next=yes;; \
Packit Service 1d8f1c
      -*I?*) strip_trailopt 'I';; \
Packit Service 1d8f1c
        -*O) strip_trailopt 'O'; skip_next=yes;; \
Packit Service 1d8f1c
      -*O?*) strip_trailopt 'O';; \
Packit Service 1d8f1c
        -*l) strip_trailopt 'l'; skip_next=yes;; \
Packit Service 1d8f1c
      -*l?*) strip_trailopt 'l';; \
Packit Service 1d8f1c
      -[dEDm]) skip_next=yes;; \
Packit Service 1d8f1c
      -[JT]) skip_next=yes;; \
Packit Service 1d8f1c
    esac; \
Packit Service 1d8f1c
    case $$flg in \
Packit Service 1d8f1c
      *$$target_option*) has_opt=yes; break;; \
Packit Service 1d8f1c
    esac; \
Packit Service 1d8f1c
  done; \
Packit Service 1d8f1c
  test $$has_opt = yes
Packit Service 1d8f1c
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
Packit Service 1d8f1c
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Packit Service 1d8f1c
pkgdatadir = $(datadir)/@PACKAGE@
Packit Service 1d8f1c
pkgincludedir = $(includedir)/@PACKAGE@
Packit Service 1d8f1c
pkglibdir = $(libdir)/@PACKAGE@
Packit Service 1d8f1c
pkglibexecdir = $(libexecdir)/@PACKAGE@
Packit Service 1d8f1c
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Packit Service 1d8f1c
install_sh_DATA = $(install_sh) -c -m 644
Packit Service 1d8f1c
install_sh_PROGRAM = $(install_sh) -c
Packit Service 1d8f1c
install_sh_SCRIPT = $(install_sh) -c
Packit Service 1d8f1c
INSTALL_HEADER = $(INSTALL_DATA)
Packit Service 1d8f1c
transform = $(program_transform_name)
Packit Service 1d8f1c
NORMAL_INSTALL = :
Packit Service 1d8f1c
PRE_INSTALL = :
Packit Service 1d8f1c
POST_INSTALL = :
Packit Service 1d8f1c
NORMAL_UNINSTALL = :
Packit Service 1d8f1c
PRE_UNINSTALL = :
Packit Service 1d8f1c
POST_UNINSTALL = :
Packit Service 1d8f1c
build_triplet = @build@
Packit Service 1d8f1c
host_triplet = @host@
Packit Service 1d8f1c
subdir = docs
Packit Service 1d8f1c
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Packit Service 1d8f1c
am__aclocal_m4_deps = $(top_srcdir)/m4/gconf-2.m4 \
Packit Service 1d8f1c
	$(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
Packit Service 1d8f1c
	$(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/libtool.m4 \
Packit Service 1d8f1c
	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
Packit Service 1d8f1c
	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
Packit Service 1d8f1c
	$(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac
Packit Service 1d8f1c
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Packit Service 1d8f1c
	$(ACLOCAL_M4)
Packit Service 1d8f1c
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
Packit Service 1d8f1c
mkinstalldirs = $(install_sh) -d
Packit Service 1d8f1c
CONFIG_HEADER = $(top_builddir)/config.h
Packit Service 1d8f1c
CONFIG_CLEAN_FILES =
Packit Service 1d8f1c
CONFIG_CLEAN_VPATH_FILES =
Packit Service 1d8f1c
AM_V_P = $(am__v_P_@AM_V@)
Packit Service 1d8f1c
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
Packit Service 1d8f1c
am__v_P_0 = false
Packit Service 1d8f1c
am__v_P_1 = :
Packit Service 1d8f1c
AM_V_GEN = $(am__v_GEN_@AM_V@)
Packit Service 1d8f1c
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
Packit Service 1d8f1c
am__v_GEN_0 = @echo "  GEN     " $@;
Packit Service 1d8f1c
am__v_GEN_1 = 
Packit Service 1d8f1c
AM_V_at = $(am__v_at_@AM_V@)
Packit Service 1d8f1c
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
Packit Service 1d8f1c
am__v_at_0 = @
Packit Service 1d8f1c
am__v_at_1 = 
Packit Service 1d8f1c
SOURCES =
Packit Service 1d8f1c
DIST_SOURCES =
Packit Service 1d8f1c
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
Packit Service 1d8f1c
	ctags-recursive dvi-recursive html-recursive info-recursive \
Packit Service 1d8f1c
	install-data-recursive install-dvi-recursive \
Packit Service 1d8f1c
	install-exec-recursive install-html-recursive \
Packit Service 1d8f1c
	install-info-recursive install-pdf-recursive \
Packit Service 1d8f1c
	install-ps-recursive install-recursive installcheck-recursive \
Packit Service 1d8f1c
	installdirs-recursive pdf-recursive ps-recursive \
Packit Service 1d8f1c
	tags-recursive uninstall-recursive
Packit Service 1d8f1c
am__can_run_installinfo = \
Packit Service 1d8f1c
  case $$AM_UPDATE_INFO_DIR in \
Packit Service 1d8f1c
    n|no|NO) false;; \
Packit Service 1d8f1c
    *) (install-info --version) >/dev/null 2>&1;; \
Packit Service 1d8f1c
  esac
Packit Service 1d8f1c
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
Packit Service 1d8f1c
  distclean-recursive maintainer-clean-recursive
Packit Service 1d8f1c
am__recursive_targets = \
Packit Service 1d8f1c
  $(RECURSIVE_TARGETS) \
Packit Service 1d8f1c
  $(RECURSIVE_CLEAN_TARGETS) \
Packit Service 1d8f1c
  $(am__extra_recursive_targets)
Packit Service 1d8f1c
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
Packit Service 1d8f1c
	distdir distdir-am
Packit Service 1d8f1c
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
Packit Service 1d8f1c
# Read a list of newline-separated strings from the standard input,
Packit Service 1d8f1c
# and print each of them once, without duplicates.  Input order is
Packit Service 1d8f1c
# *not* preserved.
Packit Service 1d8f1c
am__uniquify_input = $(AWK) '\
Packit Service 1d8f1c
  BEGIN { nonempty = 0; } \
Packit Service 1d8f1c
  { items[$$0] = 1; nonempty = 1; } \
Packit Service 1d8f1c
  END { if (nonempty) { for (i in items) print i; }; } \
Packit Service 1d8f1c
'
Packit Service 1d8f1c
# Make sure the list of sources is unique.  This is necessary because,
Packit Service 1d8f1c
# e.g., the same source file might be shared among _SOURCES variables
Packit Service 1d8f1c
# for different programs/libraries.
Packit Service 1d8f1c
am__define_uniq_tagged_files = \
Packit Service 1d8f1c
  list='$(am__tagged_files)'; \
Packit Service 1d8f1c
  unique=`for i in $$list; do \
Packit Service 1d8f1c
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Packit Service 1d8f1c
  done | $(am__uniquify_input)`
Packit Service 1d8f1c
ETAGS = etags
Packit Service 1d8f1c
CTAGS = ctags
Packit Service 1d8f1c
DIST_SUBDIRS = $(SUBDIRS)
Packit Service 1d8f1c
am__DIST_COMMON = $(srcdir)/Makefile.in
Packit Service 1d8f1c
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Packit Service 1d8f1c
am__relativize = \
Packit Service 1d8f1c
  dir0=`pwd`; \
Packit Service 1d8f1c
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
Packit Service 1d8f1c
  sed_rest='s,^[^/]*/*,,'; \
Packit Service 1d8f1c
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
Packit Service 1d8f1c
  sed_butlast='s,/*[^/]*$$,,'; \
Packit Service 1d8f1c
  while test -n "$$dir1"; do \
Packit Service 1d8f1c
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
Packit Service 1d8f1c
    if test "$$first" != "."; then \
Packit Service 1d8f1c
      if test "$$first" = ".."; then \
Packit Service 1d8f1c
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
Packit Service 1d8f1c
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
Packit Service 1d8f1c
      else \
Packit Service 1d8f1c
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
Packit Service 1d8f1c
        if test "$$first2" = "$$first"; then \
Packit Service 1d8f1c
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
Packit Service 1d8f1c
        else \
Packit Service 1d8f1c
          dir2="../$$dir2"; \
Packit Service 1d8f1c
        fi; \
Packit Service 1d8f1c
        dir0="$$dir0"/"$$first"; \
Packit Service 1d8f1c
      fi; \
Packit Service 1d8f1c
    fi; \
Packit Service 1d8f1c
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
Packit Service 1d8f1c
  done; \
Packit Service 1d8f1c
  reldir="$$dir2"
Packit Service 1d8f1c
ACLOCAL = @ACLOCAL@
Packit Service 1d8f1c
ALL_LINGUAS = @ALL_LINGUAS@
Packit Service 1d8f1c
AMTAR = @AMTAR@
Packit Service 1d8f1c
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Packit Service 1d8f1c
AR = @AR@
Packit Service 1d8f1c
AUTOCONF = @AUTOCONF@
Packit Service 1d8f1c
AUTOHEADER = @AUTOHEADER@
Packit Service 1d8f1c
AUTOMAKE = @AUTOMAKE@
Packit Service 1d8f1c
AWK = @AWK@
Packit Service 1d8f1c
CATALOGS = @CATALOGS@
Packit Service 1d8f1c
CATOBJEXT = @CATOBJEXT@
Packit Service 1d8f1c
CC = @CC@
Packit Service 1d8f1c
CCDEPMODE = @CCDEPMODE@
Packit Service 1d8f1c
CFLAGS = @CFLAGS@
Packit Service 1d8f1c
CPP = @CPP@
Packit Service 1d8f1c
CPPFLAGS = @CPPFLAGS@
Packit Service 1d8f1c
CYGPATH_W = @CYGPATH_W@
Packit Service 1d8f1c
DATADIRNAME = @DATADIRNAME@
Packit Service 1d8f1c
DATE_DISPLAY = @DATE_DISPLAY@
Packit Service 1d8f1c
DBUS_CFLAGS = @DBUS_CFLAGS@
Packit Service 1d8f1c
DBUS_LIBS = @DBUS_LIBS@
Packit Service 1d8f1c
DBUS_PYTHON_CFLAGS = @DBUS_PYTHON_CFLAGS@
Packit Service 1d8f1c
DBUS_PYTHON_LIBS = @DBUS_PYTHON_LIBS@
Packit Service 1d8f1c
DCONF_CFLAGS = @DCONF_CFLAGS@
Packit Service 1d8f1c
DCONF_LIBS = @DCONF_LIBS@
Packit Service 1d8f1c
DEFS = @DEFS@
Packit Service 1d8f1c
DEPDIR = @DEPDIR@
Packit Service 1d8f1c
DLLTOOL = @DLLTOOL@
Packit Service 1d8f1c
DSYMUTIL = @DSYMUTIL@
Packit Service 1d8f1c
DUMPBIN = @DUMPBIN@
Packit Service 1d8f1c
ECHO_C = @ECHO_C@
Packit Service 1d8f1c
ECHO_N = @ECHO_N@
Packit Service 1d8f1c
ECHO_T = @ECHO_T@
Packit Service 1d8f1c
EGREP = @EGREP@
Packit Service 1d8f1c
EMOJI_ANNOTATION_DIR = @EMOJI_ANNOTATION_DIR@
Packit Service 1d8f1c
ENV_IBUS_TEST = @ENV_IBUS_TEST@
Packit Service 1d8f1c
EXEEXT = @EXEEXT@
Packit Service 1d8f1c
FGREP = @FGREP@
Packit Service 1d8f1c
GCONFTOOL = @GCONFTOOL@
Packit Service 1d8f1c
GCONF_CFLAGS = @GCONF_CFLAGS@
Packit Service 1d8f1c
GCONF_LIBS = @GCONF_LIBS@
Packit Service 1d8f1c
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
Packit Service 1d8f1c
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
Packit Service 1d8f1c
GDBUS_CODEGEN = @GDBUS_CODEGEN@
Packit Service 1d8f1c
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
Packit Service 1d8f1c
GIO2_CFLAGS = @GIO2_CFLAGS@
Packit Service 1d8f1c
GIO2_LIBS = @GIO2_LIBS@
Packit Service 1d8f1c
GLIB2_CFLAGS = @GLIB2_CFLAGS@
Packit Service 1d8f1c
GLIB2_LIBS = @GLIB2_LIBS@
Packit Service 1d8f1c
GLIB_CFLAGS = @GLIB_CFLAGS@
Packit Service 1d8f1c
GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
Packit Service 1d8f1c
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
Packit Service 1d8f1c
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
Packit Service 1d8f1c
GLIB_LIBS = @GLIB_LIBS@
Packit Service 1d8f1c
GLIB_LOCALE_DIR = @GLIB_LOCALE_DIR@
Packit Service 1d8f1c
GLIB_MKENUMS = @GLIB_MKENUMS@
Packit Service 1d8f1c
GMOFILES = @GMOFILES@
Packit Service 1d8f1c
GMSGFMT = @GMSGFMT@
Packit Service 1d8f1c
GOBJECT2_CFLAGS = @GOBJECT2_CFLAGS@
Packit Service 1d8f1c
GOBJECT2_LIBS = @GOBJECT2_LIBS@
Packit Service 1d8f1c
GOBJECT_QUERY = @GOBJECT_QUERY@
Packit Service 1d8f1c
GREP = @GREP@
Packit Service 1d8f1c
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
Packit Service 1d8f1c
GTHREAD2_CFLAGS = @GTHREAD2_CFLAGS@
Packit Service 1d8f1c
GTHREAD2_LIBS = @GTHREAD2_LIBS@
Packit Service 1d8f1c
GTK2_CFLAGS = @GTK2_CFLAGS@
Packit Service 1d8f1c
GTK2_IM_MODULEDIR = @GTK2_IM_MODULEDIR@
Packit Service 1d8f1c
GTK2_LIBS = @GTK2_LIBS@
Packit Service 1d8f1c
GTK3_CFLAGS = @GTK3_CFLAGS@
Packit Service 1d8f1c
GTK3_IM_MODULEDIR = @GTK3_IM_MODULEDIR@
Packit Service 1d8f1c
GTK3_LIBS = @GTK3_LIBS@
Packit Service 1d8f1c
GTKDOC_CHECK = @GTKDOC_CHECK@
Packit Service 1d8f1c
GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
Packit Service 1d8f1c
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
Packit Service 1d8f1c
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
Packit Service 1d8f1c
GTKDOC_MKPDF = @GTKDOC_MKPDF@
Packit Service 1d8f1c
GTKDOC_REBASE = @GTKDOC_REBASE@
Packit Service 1d8f1c
HTML_DIR = @HTML_DIR@
Packit Service 1d8f1c
IBUS_ABI_AGE = @IBUS_ABI_AGE@
Packit Service 1d8f1c
IBUS_ABI_CURRENT = @IBUS_ABI_CURRENT@
Packit Service 1d8f1c
IBUS_ABI_REVISION = @IBUS_ABI_REVISION@
Packit Service 1d8f1c
IBUS_API_VERSION = @IBUS_API_VERSION@
Packit Service 1d8f1c
IBUS_BINARY_VERSION = @IBUS_BINARY_VERSION@
Packit Service 1d8f1c
IBUS_GIR_SCANNERFLAGS = @IBUS_GIR_SCANNERFLAGS@
Packit Service 1d8f1c
IBUS_ICON_KEYBOARD = @IBUS_ICON_KEYBOARD@
Packit Service 1d8f1c
IBUS_MAJOR_VERSION = @IBUS_MAJOR_VERSION@
Packit Service 1d8f1c
IBUS_MICRO_VERSION = @IBUS_MICRO_VERSION@
Packit Service 1d8f1c
IBUS_MINOR_VERSION = @IBUS_MINOR_VERSION@
Packit Service 1d8f1c
IBUS_VERSION = @IBUS_VERSION@
Packit Service 1d8f1c
INSTALL = @INSTALL@
Packit Service 1d8f1c
INSTALL_DATA = @INSTALL_DATA@
Packit Service 1d8f1c
INSTALL_PROGRAM = @INSTALL_PROGRAM@
Packit Service 1d8f1c
INSTALL_SCRIPT = @INSTALL_SCRIPT@
Packit Service 1d8f1c
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Packit Service 1d8f1c
INSTOBJEXT = @INSTOBJEXT@
Packit Service 1d8f1c
INTLLIBS = @INTLLIBS@
Packit Service 1d8f1c
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
Packit Service 1d8f1c
INTLTOOL_MERGE = @INTLTOOL_MERGE@
Packit Service 1d8f1c
INTLTOOL_PERL = @INTLTOOL_PERL@
Packit Service 1d8f1c
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
Packit Service 1d8f1c
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
Packit Service 1d8f1c
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
Packit Service 1d8f1c
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
Packit Service 1d8f1c
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
Packit Service 1d8f1c
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
Packit Service 1d8f1c
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
Packit Service 1d8f1c
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
Packit Service 1d8f1c
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
Packit Service 1d8f1c
INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
Packit Service 1d8f1c
INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
Packit Service 1d8f1c
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
Packit Service 1d8f1c
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
Packit Service 1d8f1c
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
Packit Service 1d8f1c
ISOCODES_CFLAGS = @ISOCODES_CFLAGS@
Packit Service 1d8f1c
ISOCODES_LIBS = @ISOCODES_LIBS@
Packit Service 1d8f1c
ISOCODES_PREFIX = @ISOCODES_PREFIX@
Packit Service 1d8f1c
LD = @LD@
Packit Service 1d8f1c
LDFLAGS = @LDFLAGS@
Packit Service 1d8f1c
LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
Packit Service 1d8f1c
LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
Packit Service 1d8f1c
LIBOBJS = @LIBOBJS@
Packit Service 1d8f1c
LIBS = @LIBS@
Packit Service 1d8f1c
LIBTOOL = @LIBTOOL@
Packit Service 1d8f1c
LIPO = @LIPO@
Packit Service 1d8f1c
LN_S = @LN_S@
Packit Service 1d8f1c
LTLIBOBJS = @LTLIBOBJS@
Packit Service 1d8f1c
LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
Packit Service 1d8f1c
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
Packit Service 1d8f1c
LT_VERSION_INFO = @LT_VERSION_INFO@
Packit Service 1d8f1c
MAINT = @MAINT@
Packit Service 1d8f1c
MAKEINFO = @MAKEINFO@
Packit Service 1d8f1c
MANIFEST_TOOL = @MANIFEST_TOOL@
Packit Service 1d8f1c
MKDIR_P = @MKDIR_P@
Packit Service 1d8f1c
MKINSTALLDIRS = @MKINSTALLDIRS@
Packit Service 1d8f1c
MSGFMT = @MSGFMT@
Packit Service 1d8f1c
MSGFMT_OPTS = @MSGFMT_OPTS@
Packit Service 1d8f1c
MSGMERGE = @MSGMERGE@
Packit Service 1d8f1c
NM = @NM@
Packit Service 1d8f1c
NMEDIT = @NMEDIT@
Packit Service 1d8f1c
OBJDUMP = @OBJDUMP@
Packit Service 1d8f1c
OBJEXT = @OBJEXT@
Packit Service 1d8f1c
OTOOL = @OTOOL@
Packit Service 1d8f1c
OTOOL64 = @OTOOL64@
Packit Service 1d8f1c
PACKAGE = @PACKAGE@
Packit Service 1d8f1c
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Packit Service 1d8f1c
PACKAGE_NAME = @PACKAGE_NAME@
Packit Service 1d8f1c
PACKAGE_STRING = @PACKAGE_STRING@
Packit Service 1d8f1c
PACKAGE_TARNAME = @PACKAGE_TARNAME@
Packit Service 1d8f1c
PACKAGE_URL = @PACKAGE_URL@
Packit Service 1d8f1c
PACKAGE_VERSION = @PACKAGE_VERSION@
Packit Service 1d8f1c
PATH_SEPARATOR = @PATH_SEPARATOR@
Packit Service 1d8f1c
PKG_CONFIG = @PKG_CONFIG@
Packit Service 1d8f1c
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
Packit Service 1d8f1c
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
Packit Service 1d8f1c
POFILES = @POFILES@
Packit Service 1d8f1c
POSUB = @POSUB@
Packit Service 1d8f1c
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
Packit Service 1d8f1c
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
Packit Service 1d8f1c
PYTHON = @PYTHON@
Packit Service 1d8f1c
PYTHON2 = @PYTHON2@
Packit Service 1d8f1c
PYTHON_CFLAGS = @PYTHON_CFLAGS@
Packit Service 1d8f1c
PYTHON_CONFIG = @PYTHON_CONFIG@
Packit Service 1d8f1c
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
Packit Service 1d8f1c
PYTHON_INCLUDES = @PYTHON_INCLUDES@
Packit Service 1d8f1c
PYTHON_LIBS = @PYTHON_LIBS@
Packit Service 1d8f1c
PYTHON_PLATFORM = @PYTHON_PLATFORM@
Packit Service 1d8f1c
PYTHON_PREFIX = @PYTHON_PREFIX@
Packit Service 1d8f1c
PYTHON_VERSION = @PYTHON_VERSION@
Packit Service 1d8f1c
RANLIB = @RANLIB@
Packit Service 1d8f1c
SED = @SED@
Packit Service 1d8f1c
SET_MAKE = @SET_MAKE@
Packit Service 1d8f1c
SHELL = @SHELL@
Packit Service 1d8f1c
STRIP = @STRIP@
Packit Service 1d8f1c
UCD_DIR = @UCD_DIR@
Packit Service 1d8f1c
UNICODE_EMOJI_DIR = @UNICODE_EMOJI_DIR@
Packit Service 1d8f1c
USE_NLS = @USE_NLS@
Packit Service 1d8f1c
VALAC = @VALAC@
Packit Service 1d8f1c
VALA_TARGET_GLIB_VERSION = @VALA_TARGET_GLIB_VERSION@
Packit Service 1d8f1c
VAPIGEN = @VAPIGEN@
Packit Service 1d8f1c
VAPIGEN_MAKEFILE = @VAPIGEN_MAKEFILE@
Packit Service 1d8f1c
VAPIGEN_VAPIDIR = @VAPIGEN_VAPIDIR@
Packit Service 1d8f1c
VERSION = @VERSION@
Packit Service 1d8f1c
WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
Packit Service 1d8f1c
WAYLAND_LIBS = @WAYLAND_LIBS@
Packit Service 1d8f1c
X11_CFLAGS = @X11_CFLAGS@
Packit Service 1d8f1c
X11_LIBS = @X11_LIBS@
Packit Service 1d8f1c
X11_PREFIX = @X11_PREFIX@
Packit Service 1d8f1c
XGETTEXT = @XGETTEXT@
Packit Service 1d8f1c
XIM_CLI_ARG = @XIM_CLI_ARG@
Packit Service 1d8f1c
XTEST_CFLAGS = @XTEST_CFLAGS@
Packit Service 1d8f1c
XTEST_LIBS = @XTEST_LIBS@
Packit Service 1d8f1c
abs_builddir = @abs_builddir@
Packit Service 1d8f1c
abs_srcdir = @abs_srcdir@
Packit Service 1d8f1c
abs_top_builddir = @abs_top_builddir@
Packit Service 1d8f1c
abs_top_srcdir = @abs_top_srcdir@
Packit Service 1d8f1c
ac_ct_AR = @ac_ct_AR@
Packit Service 1d8f1c
ac_ct_CC = @ac_ct_CC@
Packit Service 1d8f1c
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Packit Service 1d8f1c
am__include = @am__include@
Packit Service 1d8f1c
am__leading_dot = @am__leading_dot@
Packit Service 1d8f1c
am__quote = @am__quote@
Packit Service 1d8f1c
am__tar = @am__tar@
Packit Service 1d8f1c
am__untar = @am__untar@
Packit Service 1d8f1c
bindir = @bindir@
Packit Service 1d8f1c
build = @build@
Packit Service 1d8f1c
build_alias = @build_alias@
Packit Service 1d8f1c
build_cpu = @build_cpu@
Packit Service 1d8f1c
build_os = @build_os@
Packit Service 1d8f1c
build_vendor = @build_vendor@
Packit Service 1d8f1c
builddir = @builddir@
Packit Service 1d8f1c
datadir = @datadir@
Packit Service 1d8f1c
datarootdir = @datarootdir@
Packit Service 1d8f1c
docdir = @docdir@
Packit Service 1d8f1c
dvidir = @dvidir@
Packit Service 1d8f1c
exec_prefix = @exec_prefix@
Packit Service 1d8f1c
gsettingsschemadir = @gsettingsschemadir@
Packit Service 1d8f1c
host = @host@
Packit Service 1d8f1c
host_alias = @host_alias@
Packit Service 1d8f1c
host_cpu = @host_cpu@
Packit Service 1d8f1c
host_os = @host_os@
Packit Service 1d8f1c
host_vendor = @host_vendor@
Packit Service 1d8f1c
htmldir = @htmldir@
Packit Service 1d8f1c
includedir = @includedir@
Packit Service 1d8f1c
infodir = @infodir@
Packit Service 1d8f1c
install_sh = @install_sh@
Packit Service 1d8f1c
intltool__v_merge_options_ = @intltool__v_merge_options_@
Packit Service 1d8f1c
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
Packit Service 1d8f1c
libdir = @libdir@
Packit Service 1d8f1c
libexecdir = @libexecdir@
Packit Service 1d8f1c
localedir = @localedir@
Packit Service 1d8f1c
localstatedir = @localstatedir@
Packit Service 1d8f1c
mandir = @mandir@
Packit Service 1d8f1c
mkdir_p = @mkdir_p@
Packit Service 1d8f1c
oldincludedir = @oldincludedir@
Packit Service 1d8f1c
pdfdir = @pdfdir@
Packit Service 1d8f1c
pkgpyexecdir = @pkgpyexecdir@
Packit Service 1d8f1c
pkgpython2dir = @pkgpython2dir@
Packit Service 1d8f1c
pkgpythondir = @pkgpythondir@
Packit Service 1d8f1c
prefix = @prefix@
Packit Service 1d8f1c
program_transform_name = @program_transform_name@
Packit Service 1d8f1c
psdir = @psdir@
Packit Service 1d8f1c
py2overridesdir = @py2overridesdir@
Packit Service 1d8f1c
pyexecdir = @pyexecdir@
Packit Service 1d8f1c
pyoverridesdir = @pyoverridesdir@
Packit Service 1d8f1c
pythondir = @pythondir@
Packit Service 1d8f1c
sbindir = @sbindir@
Packit Service 1d8f1c
sharedstatedir = @sharedstatedir@
Packit Service 1d8f1c
srcdir = @srcdir@
Packit Service 1d8f1c
sysconfdir = @sysconfdir@
Packit Service 1d8f1c
target_alias = @target_alias@
Packit Service 1d8f1c
top_build_prefix = @top_build_prefix@
Packit Service 1d8f1c
top_builddir = @top_builddir@
Packit Service 1d8f1c
top_srcdir = @top_srcdir@
Packit Service 1d8f1c
SUBDIRS = \
Packit Service 1d8f1c
	reference 	\
Packit Service 1d8f1c
	$(NULL)
Packit Service 1d8f1c
Packit Service 1d8f1c
all: all-recursive
Packit Service 1d8f1c
Packit Service 1d8f1c
.SUFFIXES:
Packit Service 1d8f1c
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
Packit Service 1d8f1c
	@for dep in $?; do \
Packit Service 1d8f1c
	  case '$(am__configure_deps)' in \
Packit Service 1d8f1c
	    *$$dep*) \
Packit Service 1d8f1c
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
Packit Service 1d8f1c
	        && { if test -f $@; then exit 0; else break; fi; }; \
Packit Service 1d8f1c
	      exit 1;; \
Packit Service 1d8f1c
	  esac; \
Packit Service 1d8f1c
	done; \
Packit Service 1d8f1c
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/Makefile'; \
Packit Service 1d8f1c
	$(am__cd) $(top_srcdir) && \
Packit Service 1d8f1c
	  $(AUTOMAKE) --gnu docs/Makefile
Packit Service 1d8f1c
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Packit Service 1d8f1c
	@case '$?' in \
Packit Service 1d8f1c
	  *config.status*) \
Packit Service 1d8f1c
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
Packit Service 1d8f1c
	  *) \
Packit Service 1d8f1c
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
Packit Service 1d8f1c
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
Packit Service 1d8f1c
	esac;
Packit Service 1d8f1c
Packit Service 1d8f1c
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Packit Service 1d8f1c
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit Service 1d8f1c
Packit Service 1d8f1c
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
Packit Service 1d8f1c
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit Service 1d8f1c
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
Packit Service 1d8f1c
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit Service 1d8f1c
$(am__aclocal_m4_deps):
Packit Service 1d8f1c
Packit Service 1d8f1c
mostlyclean-libtool:
Packit Service 1d8f1c
	-rm -f *.lo
Packit Service 1d8f1c
Packit Service 1d8f1c
clean-libtool:
Packit Service 1d8f1c
	-rm -rf .libs _libs
Packit Service 1d8f1c
Packit Service 1d8f1c
# This directory's subdirectories are mostly independent; you can cd
Packit Service 1d8f1c
# into them and run 'make' without going through this Makefile.
Packit Service 1d8f1c
# To change the values of 'make' variables: instead of editing Makefiles,
Packit Service 1d8f1c
# (1) if the variable is set in 'config.status', edit 'config.status'
Packit Service 1d8f1c
#     (which will cause the Makefiles to be regenerated when you run 'make');
Packit Service 1d8f1c
# (2) otherwise, pass the desired values on the 'make' command line.
Packit Service 1d8f1c
$(am__recursive_targets):
Packit Service 1d8f1c
	@fail=; \
Packit Service 1d8f1c
	if $(am__make_keepgoing); then \
Packit Service 1d8f1c
	  failcom='fail=yes'; \
Packit Service 1d8f1c
	else \
Packit Service 1d8f1c
	  failcom='exit 1'; \
Packit Service 1d8f1c
	fi; \
Packit Service 1d8f1c
	dot_seen=no; \
Packit Service 1d8f1c
	target=`echo $@ | sed s/-recursive//`; \
Packit Service 1d8f1c
	case "$@" in \
Packit Service 1d8f1c
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
Packit Service 1d8f1c
	  *) list='$(SUBDIRS)' ;; \
Packit Service 1d8f1c
	esac; \
Packit Service 1d8f1c
	for subdir in $$list; do \
Packit Service 1d8f1c
	  echo "Making $$target in $$subdir"; \
Packit Service 1d8f1c
	  if test "$$subdir" = "."; then \
Packit Service 1d8f1c
	    dot_seen=yes; \
Packit Service 1d8f1c
	    local_target="$$target-am"; \
Packit Service 1d8f1c
	  else \
Packit Service 1d8f1c
	    local_target="$$target"; \
Packit Service 1d8f1c
	  fi; \
Packit Service 1d8f1c
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Packit Service 1d8f1c
	  || eval $$failcom; \
Packit Service 1d8f1c
	done; \
Packit Service 1d8f1c
	if test "$$dot_seen" = "no"; then \
Packit Service 1d8f1c
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
Packit Service 1d8f1c
	fi; test -z "$$fail"
Packit Service 1d8f1c
Packit Service 1d8f1c
ID: $(am__tagged_files)
Packit Service 1d8f1c
	$(am__define_uniq_tagged_files); mkid -fID $$unique
Packit Service 1d8f1c
tags: tags-recursive
Packit Service 1d8f1c
TAGS: tags
Packit Service 1d8f1c
Packit Service 1d8f1c
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit Service 1d8f1c
	set x; \
Packit Service 1d8f1c
	here=`pwd`; \
Packit Service 1d8f1c
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
Packit Service 1d8f1c
	  include_option=--etags-include; \
Packit Service 1d8f1c
	  empty_fix=.; \
Packit Service 1d8f1c
	else \
Packit Service 1d8f1c
	  include_option=--include; \
Packit Service 1d8f1c
	  empty_fix=; \
Packit Service 1d8f1c
	fi; \
Packit Service 1d8f1c
	list='$(SUBDIRS)'; for subdir in $$list; do \
Packit Service 1d8f1c
	  if test "$$subdir" = .; then :; else \
Packit Service 1d8f1c
	    test ! -f $$subdir/TAGS || \
Packit Service 1d8f1c
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
Packit Service 1d8f1c
	  fi; \
Packit Service 1d8f1c
	done; \
Packit Service 1d8f1c
	$(am__define_uniq_tagged_files); \
Packit Service 1d8f1c
	shift; \
Packit Service 1d8f1c
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
Packit Service 1d8f1c
	  test -n "$$unique" || unique=$$empty_fix; \
Packit Service 1d8f1c
	  if test $$# -gt 0; then \
Packit Service 1d8f1c
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit Service 1d8f1c
	      "$$@" $$unique; \
Packit Service 1d8f1c
	  else \
Packit Service 1d8f1c
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit Service 1d8f1c
	      $$unique; \
Packit Service 1d8f1c
	  fi; \
Packit Service 1d8f1c
	fi
Packit Service 1d8f1c
ctags: ctags-recursive
Packit Service 1d8f1c
Packit Service 1d8f1c
CTAGS: ctags
Packit Service 1d8f1c
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit Service 1d8f1c
	$(am__define_uniq_tagged_files); \
Packit Service 1d8f1c
	test -z "$(CTAGS_ARGS)$$unique" \
Packit Service 1d8f1c
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
Packit Service 1d8f1c
	     $$unique
Packit Service 1d8f1c
Packit Service 1d8f1c
GTAGS:
Packit Service 1d8f1c
	here=`$(am__cd) $(top_builddir) && pwd` \
Packit Service 1d8f1c
	  && $(am__cd) $(top_srcdir) \
Packit Service 1d8f1c
	  && gtags -i $(GTAGS_ARGS) "$$here"
Packit Service 1d8f1c
cscopelist: cscopelist-recursive
Packit Service 1d8f1c
Packit Service 1d8f1c
cscopelist-am: $(am__tagged_files)
Packit Service 1d8f1c
	list='$(am__tagged_files)'; \
Packit Service 1d8f1c
	case "$(srcdir)" in \
Packit Service 1d8f1c
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
Packit Service 1d8f1c
	  *) sdir=$(subdir)/$(srcdir) ;; \
Packit Service 1d8f1c
	esac; \
Packit Service 1d8f1c
	for i in $$list; do \
Packit Service 1d8f1c
	  if test -f "$$i"; then \
Packit Service 1d8f1c
	    echo "$(subdir)/$$i"; \
Packit Service 1d8f1c
	  else \
Packit Service 1d8f1c
	    echo "$$sdir/$$i"; \
Packit Service 1d8f1c
	  fi; \
Packit Service 1d8f1c
	done >> $(top_builddir)/cscope.files
Packit Service 1d8f1c
Packit Service 1d8f1c
distclean-tags:
Packit Service 1d8f1c
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Packit Service 1d8f1c
Packit Service 1d8f1c
distdir: $(BUILT_SOURCES)
Packit Service 1d8f1c
	$(MAKE) $(AM_MAKEFLAGS) distdir-am
Packit Service 1d8f1c
Packit Service 1d8f1c
distdir-am: $(DISTFILES)
Packit Service 1d8f1c
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit Service 1d8f1c
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit Service 1d8f1c
	list='$(DISTFILES)'; \
Packit Service 1d8f1c
	  dist_files=`for file in $$list; do echo $$file; done | \
Packit Service 1d8f1c
	  sed -e "s|^$$srcdirstrip/||;t" \
Packit Service 1d8f1c
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
Packit Service 1d8f1c
	case $$dist_files in \
Packit Service 1d8f1c
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
Packit Service 1d8f1c
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
Packit Service 1d8f1c
			   sort -u` ;; \
Packit Service 1d8f1c
	esac; \
Packit Service 1d8f1c
	for file in $$dist_files; do \
Packit Service 1d8f1c
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Packit Service 1d8f1c
	  if test -d $$d/$$file; then \
Packit Service 1d8f1c
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Packit Service 1d8f1c
	    if test -d "$(distdir)/$$file"; then \
Packit Service 1d8f1c
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit Service 1d8f1c
	    fi; \
Packit Service 1d8f1c
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Packit Service 1d8f1c
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
Packit Service 1d8f1c
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit Service 1d8f1c
	    fi; \
Packit Service 1d8f1c
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
Packit Service 1d8f1c
	  else \
Packit Service 1d8f1c
	    test -f "$(distdir)/$$file" \
Packit Service 1d8f1c
	    || cp -p $$d/$$file "$(distdir)/$$file" \
Packit Service 1d8f1c
	    || exit 1; \
Packit Service 1d8f1c
	  fi; \
Packit Service 1d8f1c
	done
Packit Service 1d8f1c
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
Packit Service 1d8f1c
	  if test "$$subdir" = .; then :; else \
Packit Service 1d8f1c
	    $(am__make_dryrun) \
Packit Service 1d8f1c
	      || test -d "$(distdir)/$$subdir" \
Packit Service 1d8f1c
	      || $(MKDIR_P) "$(distdir)/$$subdir" \
Packit Service 1d8f1c
	      || exit 1; \
Packit Service 1d8f1c
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
Packit Service 1d8f1c
	    $(am__relativize); \
Packit Service 1d8f1c
	    new_distdir=$$reldir; \
Packit Service 1d8f1c
	    dir1=$$subdir; dir2="$(top_distdir)"; \
Packit Service 1d8f1c
	    $(am__relativize); \
Packit Service 1d8f1c
	    new_top_distdir=$$reldir; \
Packit Service 1d8f1c
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
Packit Service 1d8f1c
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
Packit Service 1d8f1c
	    ($(am__cd) $$subdir && \
Packit Service 1d8f1c
	      $(MAKE) $(AM_MAKEFLAGS) \
Packit Service 1d8f1c
	        top_distdir="$$new_top_distdir" \
Packit Service 1d8f1c
	        distdir="$$new_distdir" \
Packit Service 1d8f1c
		am__remove_distdir=: \
Packit Service 1d8f1c
		am__skip_length_check=: \
Packit Service 1d8f1c
		am__skip_mode_fix=: \
Packit Service 1d8f1c
	        distdir) \
Packit Service 1d8f1c
	      || exit 1; \
Packit Service 1d8f1c
	  fi; \
Packit Service 1d8f1c
	done
Packit Service 1d8f1c
check-am: all-am
Packit Service 1d8f1c
check: check-recursive
Packit Service 1d8f1c
all-am: Makefile
Packit Service 1d8f1c
installdirs: installdirs-recursive
Packit Service 1d8f1c
installdirs-am:
Packit Service 1d8f1c
install: install-recursive
Packit Service 1d8f1c
install-exec: install-exec-recursive
Packit Service 1d8f1c
install-data: install-data-recursive
Packit Service 1d8f1c
uninstall: uninstall-recursive
Packit Service 1d8f1c
Packit Service 1d8f1c
install-am: all-am
Packit Service 1d8f1c
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Packit Service 1d8f1c
Packit Service 1d8f1c
installcheck: installcheck-recursive
Packit Service 1d8f1c
install-strip:
Packit Service 1d8f1c
	if test -z '$(STRIP)'; then \
Packit Service 1d8f1c
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit Service 1d8f1c
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit Service 1d8f1c
	      install; \
Packit Service 1d8f1c
	else \
Packit Service 1d8f1c
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit Service 1d8f1c
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit Service 1d8f1c
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
Packit Service 1d8f1c
	fi
Packit Service 1d8f1c
mostlyclean-generic:
Packit Service 1d8f1c
Packit Service 1d8f1c
clean-generic:
Packit Service 1d8f1c
Packit Service 1d8f1c
distclean-generic:
Packit Service 1d8f1c
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Packit Service 1d8f1c
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Packit Service 1d8f1c
Packit Service 1d8f1c
maintainer-clean-generic:
Packit Service 1d8f1c
	@echo "This command is intended for maintainers to use"
Packit Service 1d8f1c
	@echo "it deletes files that may require special tools to rebuild."
Packit Service 1d8f1c
clean: clean-recursive
Packit Service 1d8f1c
Packit Service 1d8f1c
clean-am: clean-generic clean-libtool mostlyclean-am
Packit Service 1d8f1c
Packit Service 1d8f1c
distclean: distclean-recursive
Packit Service 1d8f1c
	-rm -f Makefile
Packit Service 1d8f1c
distclean-am: clean-am distclean-generic distclean-tags
Packit Service 1d8f1c
Packit Service 1d8f1c
dvi: dvi-recursive
Packit Service 1d8f1c
Packit Service 1d8f1c
dvi-am:
Packit Service 1d8f1c
Packit Service 1d8f1c
html: html-recursive
Packit Service 1d8f1c
Packit Service 1d8f1c
html-am:
Packit Service 1d8f1c
Packit Service 1d8f1c
info: info-recursive
Packit Service 1d8f1c
Packit Service 1d8f1c
info-am:
Packit Service 1d8f1c
Packit Service 1d8f1c
install-data-am:
Packit Service 1d8f1c
Packit Service 1d8f1c
install-dvi: install-dvi-recursive
Packit Service 1d8f1c
Packit Service 1d8f1c
install-dvi-am:
Packit Service 1d8f1c
Packit Service 1d8f1c
install-exec-am:
Packit Service 1d8f1c
Packit Service 1d8f1c
install-html: install-html-recursive
Packit Service 1d8f1c
Packit Service 1d8f1c
install-html-am:
Packit Service 1d8f1c
Packit Service 1d8f1c
install-info: install-info-recursive
Packit Service 1d8f1c
Packit Service 1d8f1c
install-info-am:
Packit Service 1d8f1c
Packit Service 1d8f1c
install-man:
Packit Service 1d8f1c
Packit Service 1d8f1c
install-pdf: install-pdf-recursive
Packit Service 1d8f1c
Packit Service 1d8f1c
install-pdf-am:
Packit Service 1d8f1c
Packit Service 1d8f1c
install-ps: install-ps-recursive
Packit Service 1d8f1c
Packit Service 1d8f1c
install-ps-am:
Packit Service 1d8f1c
Packit Service 1d8f1c
installcheck-am:
Packit Service 1d8f1c
Packit Service 1d8f1c
maintainer-clean: maintainer-clean-recursive
Packit Service 1d8f1c
	-rm -f Makefile
Packit Service 1d8f1c
maintainer-clean-am: distclean-am maintainer-clean-generic
Packit Service 1d8f1c
Packit Service 1d8f1c
mostlyclean: mostlyclean-recursive
Packit Service 1d8f1c
Packit Service 1d8f1c
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
Packit Service 1d8f1c
Packit Service 1d8f1c
pdf: pdf-recursive
Packit Service 1d8f1c
Packit Service 1d8f1c
pdf-am:
Packit Service 1d8f1c
Packit Service 1d8f1c
ps: ps-recursive
Packit Service 1d8f1c
Packit Service 1d8f1c
ps-am:
Packit Service 1d8f1c
Packit Service 1d8f1c
uninstall-am:
Packit Service 1d8f1c
Packit Service 1d8f1c
.MAKE: $(am__recursive_targets) install-am install-strip
Packit Service 1d8f1c
Packit Service 1d8f1c
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
Packit Service 1d8f1c
	check-am clean clean-generic clean-libtool cscopelist-am ctags \
Packit Service 1d8f1c
	ctags-am distclean distclean-generic distclean-libtool \
Packit Service 1d8f1c
	distclean-tags distdir dvi dvi-am html html-am info info-am \
Packit Service 1d8f1c
	install install-am install-data install-data-am install-dvi \
Packit Service 1d8f1c
	install-dvi-am install-exec install-exec-am install-html \
Packit Service 1d8f1c
	install-html-am install-info install-info-am install-man \
Packit Service 1d8f1c
	install-pdf install-pdf-am install-ps install-ps-am \
Packit Service 1d8f1c
	install-strip installcheck installcheck-am installdirs \
Packit Service 1d8f1c
	installdirs-am maintainer-clean maintainer-clean-generic \
Packit Service 1d8f1c
	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
Packit Service 1d8f1c
	ps ps-am tags tags-am uninstall uninstall-am
Packit Service 1d8f1c
Packit Service 1d8f1c
.PRECIOUS: Makefile
Packit Service 1d8f1c
Packit Service 1d8f1c
Packit Service 1d8f1c
-include $(top_srcdir)/git.mk
Packit Service 1d8f1c
Packit Service 1d8f1c
# Tell versions [3.59,3.63) of GNU make to not export all variables.
Packit Service 1d8f1c
# Otherwise a system limit (for SysV at least) may be exceeded.
Packit Service 1d8f1c
.NOEXPORT: