Blame 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-2016 Peng Huang <shawn.p.huang@gmail.com>
Packit Service 1d8f1c
# Copyright (c) 2015-2017 Takao Fujiwara <takao.fujiwara1@gmail.com>
Packit Service 1d8f1c
# Copyright (c) 2007-2017 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
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 = .
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 $(top_srcdir)/configure \
Packit Service 1d8f1c
	$(am__configure_deps) $(am__DIST_COMMON)
Packit Service 1d8f1c
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
Packit Service 1d8f1c
 configure.lineno config.status.lineno
Packit Service 1d8f1c
mkinstalldirs = $(install_sh) -d
Packit Service 1d8f1c
CONFIG_HEADER = config.h
Packit Service 1d8f1c
CONFIG_CLEAN_FILES = ibus-1.0.pc ibus.spec
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
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
Packit Service 1d8f1c
am__vpath_adj = case $$p in \
Packit Service 1d8f1c
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
Packit Service 1d8f1c
    *) f=$$p;; \
Packit Service 1d8f1c
  esac;
Packit Service 1d8f1c
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
Packit Service 1d8f1c
am__install_max = 40
Packit Service 1d8f1c
am__nobase_strip_setup = \
Packit Service 1d8f1c
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
Packit Service 1d8f1c
am__nobase_strip = \
Packit Service 1d8f1c
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
Packit Service 1d8f1c
am__nobase_list = $(am__nobase_strip_setup); \
Packit Service 1d8f1c
  for p in $$list; do echo "$$p $$p"; done | \
Packit Service 1d8f1c
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
Packit Service 1d8f1c
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
Packit Service 1d8f1c
    if (++n[$$2] == $(am__install_max)) \
Packit Service 1d8f1c
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
Packit Service 1d8f1c
    END { for (dir in files) print dir, files[dir] }'
Packit Service 1d8f1c
am__base_list = \
Packit Service 1d8f1c
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
Packit Service 1d8f1c
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
Packit Service 1d8f1c
am__uninstall_files_from_dir = { \
Packit Service 1d8f1c
  test -z "$$files" \
Packit Service 1d8f1c
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
Packit Service 1d8f1c
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
Packit Service 1d8f1c
         $(am__cd) "$$dir" && rm -f $$files; }; \
Packit Service 1d8f1c
  }
Packit Service 1d8f1c
am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
Packit Service 1d8f1c
DATA = $(pkgconfig_DATA)
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
	cscope distdir distdir-am dist dist-all distcheck
Packit Service 1d8f1c
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
Packit Service 1d8f1c
	$(LISP)config.h.in
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
CSCOPE = cscope
Packit Service 1d8f1c
DIST_SUBDIRS = src bindings util conf client portal data m4 po docs \
Packit Service 1d8f1c
	engine ui tools bus ibus setup
Packit Service 1d8f1c
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
Packit Service 1d8f1c
	$(srcdir)/ibus-1.0.pc.in $(srcdir)/ibus.spec.in AUTHORS \
Packit Service 1d8f1c
	COPYING ChangeLog INSTALL NEWS README compile config.guess \
Packit Service 1d8f1c
	config.sub install-sh ltmain.sh missing
Packit Service 1d8f1c
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Packit Service 1d8f1c
distdir = $(PACKAGE)-$(VERSION)
Packit Service 1d8f1c
top_distdir = $(distdir)
Packit Service 1d8f1c
am__remove_distdir = \
Packit Service 1d8f1c
  if test -d "$(distdir)"; then \
Packit Service 1d8f1c
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
Packit Service 1d8f1c
      && rm -rf "$(distdir)" \
Packit Service 1d8f1c
      || { sleep 5 && rm -rf "$(distdir)"; }; \
Packit Service 1d8f1c
  else :; fi
Packit Service 1d8f1c
am__post_remove_distdir = $(am__remove_distdir)
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
DIST_ARCHIVES = $(distdir).tar.gz
Packit Service 1d8f1c
GZIP_ENV = --best
Packit Service 1d8f1c
DIST_TARGETS = dist-gzip
Packit Service 1d8f1c
distuninstallcheck_listfiles = find . -type f -print
Packit Service 1d8f1c
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
Packit Service 1d8f1c
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
Packit Service 1d8f1c
distcleancheck_listfiles = find . -type f -print
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
NULL = 
Packit Service 1d8f1c
@ENABLE_UI_TRUE@UI_DIR = ui
Packit Service 1d8f1c
@ENABLE_ENGINE_TRUE@ENGINE_DIR = engine
Packit Service 1d8f1c
@ENABLE_SETUP_TRUE@SETUP_DIR = setup
Packit Service 1d8f1c
@ENABLE_PYTHON_LIBRARY_TRUE@PYTHON_LIB_DIRS = ibus
Packit Service 1d8f1c
@ENABLE_DAEMON_TRUE@DAEMON_DIR = \
Packit Service 1d8f1c
@ENABLE_DAEMON_TRUE@	bus \
Packit Service 1d8f1c
@ENABLE_DAEMON_TRUE@	$(NULL)
Packit Service 1d8f1c
Packit Service 1d8f1c
SUBDIRS = \
Packit Service 1d8f1c
	src \
Packit Service 1d8f1c
	bindings \
Packit Service 1d8f1c
	util \
Packit Service 1d8f1c
	conf \
Packit Service 1d8f1c
	client \
Packit Service 1d8f1c
	portal \
Packit Service 1d8f1c
	data \
Packit Service 1d8f1c
	m4 \
Packit Service 1d8f1c
	po \
Packit Service 1d8f1c
	docs \
Packit Service 1d8f1c
	$(ENGINE_DIR) \
Packit Service 1d8f1c
	$(UI_DIR) \
Packit Service 1d8f1c
	tools \
Packit Service 1d8f1c
	$(DAEMON_DIR) \
Packit Service 1d8f1c
	$(PYTHON_LIB_DIRS) \
Packit Service 1d8f1c
	$(SETUP_DIR) \
Packit Service 1d8f1c
	$(NULL)
Packit Service 1d8f1c
Packit Service 1d8f1c
ACLOCAL_AMFLAGS = -I m4
Packit Service 1d8f1c
pkgconfigdir = $(libdir)/pkgconfig
Packit Service 1d8f1c
pkgconfig_DATA = ibus-@IBUS_API_VERSION@.pc
Packit Service 1d8f1c
ibus_pc_in = ibus-@IBUS_API_VERSION@.pc.in
Packit Service 1d8f1c
EXTRA_DIST = \
Packit Service 1d8f1c
	COPYING.unicode \
Packit Service 1d8f1c
	autogen.sh \
Packit Service 1d8f1c
	$(ibus_pc_in) \
Packit Service 1d8f1c
	ibus.spec.in \
Packit Service 1d8f1c
	python-config.py \
Packit Service 1d8f1c
	xinput-ibus \
Packit Service 1d8f1c
	$(NULL)
Packit Service 1d8f1c
Packit Service 1d8f1c
noinst_DIST = \
Packit Service 1d8f1c
	$(NULL)
Packit Service 1d8f1c
Packit Service 1d8f1c
DISTCLEANFILES = \
Packit Service 1d8f1c
	po/stamp-it \
Packit Service 1d8f1c
	$(NULL)
Packit Service 1d8f1c
Packit Service 1d8f1c
DISTCHECK_CONFIGURE_FLAGS = \
Packit Service 1d8f1c
	--enable-gtk-doc \
Packit Service 1d8f1c
	--disable-schemas-install \
Packit Service 1d8f1c
	--enable-memconf \
Packit Service 1d8f1c
	$(NULL)
Packit Service 1d8f1c
Packit Service 1d8f1c
MAINTAINERCLEANFILES = \
Packit Service 1d8f1c
	$(srcdir)/ChangeLog \
Packit Service 1d8f1c
	$(NULL)
Packit Service 1d8f1c
Packit Service 1d8f1c
GITIGNOREFILES = \
Packit Service 1d8f1c
	INSTALL \
Packit Service 1d8f1c
	aclocal.m4 \
Packit Service 1d8f1c
	compile \
Packit Service 1d8f1c
	config.guess \
Packit Service 1d8f1c
	config.h.in \
Packit Service 1d8f1c
	config.sub \
Packit Service 1d8f1c
	depcomp \
Packit Service 1d8f1c
	gtk-doc.make \
Packit Service 1d8f1c
	install-sh \
Packit Service 1d8f1c
	ltmain.sh \
Packit Service 1d8f1c
	missing \
Packit Service 1d8f1c
	mkinstalldirs \
Packit Service 1d8f1c
	py-compile \
Packit Service 1d8f1c
	stamp-h* \
Packit Service 1d8f1c
	$(NULL)
Packit Service 1d8f1c
Packit Service 1d8f1c
all: config.h
Packit Service 1d8f1c
	$(MAKE) $(AM_MAKEFLAGS) all-recursive
Packit Service 1d8f1c
Packit Service 1d8f1c
.SUFFIXES:
Packit Service 1d8f1c
am--refresh: Makefile
Packit Service 1d8f1c
	@:
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
	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
Packit Service 1d8f1c
	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
Packit Service 1d8f1c
		&& exit 0; \
Packit Service 1d8f1c
	      exit 1;; \
Packit Service 1d8f1c
	  esac; \
Packit Service 1d8f1c
	done; \
Packit Service 1d8f1c
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
Packit Service 1d8f1c
	$(am__cd) $(top_srcdir) && \
Packit Service 1d8f1c
	  $(AUTOMAKE) --gnu 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
	    echo ' $(SHELL) ./config.status'; \
Packit Service 1d8f1c
	    $(SHELL) ./config.status;; \
Packit Service 1d8f1c
	  *) \
Packit Service 1d8f1c
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
Packit Service 1d8f1c
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(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
	$(SHELL) ./config.status --recheck
Packit Service 1d8f1c
Packit Service 1d8f1c
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
Packit Service 1d8f1c
	$(am__cd) $(srcdir) && $(AUTOCONF)
Packit Service 1d8f1c
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
Packit Service 1d8f1c
	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
Packit Service 1d8f1c
$(am__aclocal_m4_deps):
Packit Service 1d8f1c
Packit Service 1d8f1c
config.h: stamp-h1
Packit Service 1d8f1c
	@test -f $@ || rm -f stamp-h1
Packit Service 1d8f1c
	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
Packit Service 1d8f1c
Packit Service 1d8f1c
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
Packit Service 1d8f1c
	@rm -f stamp-h1
Packit Service 1d8f1c
	cd $(top_builddir) && $(SHELL) ./config.status config.h
Packit Service 1d8f1c
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
Packit Service 1d8f1c
	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
Packit Service 1d8f1c
	rm -f stamp-h1
Packit Service 1d8f1c
	touch $@
Packit Service 1d8f1c
Packit Service 1d8f1c
distclean-hdr:
Packit Service 1d8f1c
	-rm -f config.h stamp-h1
Packit Service 1d8f1c
ibus-1.0.pc: $(top_builddir)/config.status $(srcdir)/ibus-1.0.pc.in
Packit Service 1d8f1c
	cd $(top_builddir) && $(SHELL) ./config.status $@
Packit Service 1d8f1c
ibus.spec: $(top_builddir)/config.status $(srcdir)/ibus.spec.in
Packit Service 1d8f1c
	cd $(top_builddir) && $(SHELL) ./config.status $@
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
distclean-libtool:
Packit Service 1d8f1c
	-rm -f libtool config.lt
Packit Service 1d8f1c
install-pkgconfigDATA: $(pkgconfig_DATA)
Packit Service 1d8f1c
	@$(NORMAL_INSTALL)
Packit Service 1d8f1c
	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
Packit Service 1d8f1c
	if test -n "$$list"; then \
Packit Service 1d8f1c
	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
Packit Service 1d8f1c
	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
Packit Service 1d8f1c
	fi; \
Packit Service 1d8f1c
	for p in $$list; do \
Packit Service 1d8f1c
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit Service 1d8f1c
	  echo "$$d$$p"; \
Packit Service 1d8f1c
	done | $(am__base_list) | \
Packit Service 1d8f1c
	while read files; do \
Packit Service 1d8f1c
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
Packit Service 1d8f1c
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
Packit Service 1d8f1c
	done
Packit Service 1d8f1c
Packit Service 1d8f1c
uninstall-pkgconfigDATA:
Packit Service 1d8f1c
	@$(NORMAL_UNINSTALL)
Packit Service 1d8f1c
	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
Packit Service 1d8f1c
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Packit Service 1d8f1c
	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
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
cscope: cscope.files
Packit Service 1d8f1c
	test ! -s cscope.files \
Packit Service 1d8f1c
	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
Packit Service 1d8f1c
clean-cscope:
Packit Service 1d8f1c
	-rm -f cscope.files
Packit Service 1d8f1c
cscope.files: clean-cscope cscopelist
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
	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
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
	$(am__remove_distdir)
Packit Service 1d8f1c
	test -d "$(distdir)" || mkdir "$(distdir)"
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
	$(MAKE) $(AM_MAKEFLAGS) \
Packit Service 1d8f1c
	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
Packit Service 1d8f1c
	  dist-hook
Packit Service 1d8f1c
	-test -n "$(am__skip_mode_fix)" \
Packit Service 1d8f1c
	|| find "$(distdir)" -type d ! -perm -755 \
Packit Service 1d8f1c
		-exec chmod u+rwx,go+rx {} \; -o \
Packit Service 1d8f1c
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
Packit Service 1d8f1c
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
Packit Service 1d8f1c
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
Packit Service 1d8f1c
	|| chmod -R a+r "$(distdir)"
Packit Service 1d8f1c
dist-gzip: distdir
Packit Service 1d8f1c
	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
Packit Service 1d8f1c
	$(am__post_remove_distdir)
Packit Service 1d8f1c
Packit Service 1d8f1c
dist-bzip2: distdir
Packit Service 1d8f1c
	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
Packit Service 1d8f1c
	$(am__post_remove_distdir)
Packit Service 1d8f1c
Packit Service 1d8f1c
dist-lzip: distdir
Packit Service 1d8f1c
	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
Packit Service 1d8f1c
	$(am__post_remove_distdir)
Packit Service 1d8f1c
Packit Service 1d8f1c
dist-xz: distdir
Packit Service 1d8f1c
	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
Packit Service 1d8f1c
	$(am__post_remove_distdir)
Packit Service 1d8f1c
Packit Service 1d8f1c
dist-tarZ: distdir
Packit Service 1d8f1c
	@echo WARNING: "Support for distribution archives compressed with" \
Packit Service 1d8f1c
		       "legacy program 'compress' is deprecated." >&2
Packit Service 1d8f1c
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
Packit Service 1d8f1c
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
Packit Service 1d8f1c
	$(am__post_remove_distdir)
Packit Service 1d8f1c
Packit Service 1d8f1c
dist-shar: distdir
Packit Service 1d8f1c
	@echo WARNING: "Support for shar distribution archives is" \
Packit Service 1d8f1c
	               "deprecated." >&2
Packit Service 1d8f1c
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
Packit Service 1d8f1c
	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
Packit Service 1d8f1c
	$(am__post_remove_distdir)
Packit Service 1d8f1c
Packit Service 1d8f1c
dist-zip: distdir
Packit Service 1d8f1c
	-rm -f $(distdir).zip
Packit Service 1d8f1c
	zip -rq $(distdir).zip $(distdir)
Packit Service 1d8f1c
	$(am__post_remove_distdir)
Packit Service 1d8f1c
Packit Service 1d8f1c
dist dist-all:
Packit Service 1d8f1c
	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
Packit Service 1d8f1c
	$(am__post_remove_distdir)
Packit Service 1d8f1c
Packit Service 1d8f1c
# This target untars the dist file and tries a VPATH configuration.  Then
Packit Service 1d8f1c
# it guarantees that the distribution is self-contained by making another
Packit Service 1d8f1c
# tarfile.
Packit Service 1d8f1c
distcheck: dist
Packit Service 1d8f1c
	case '$(DIST_ARCHIVES)' in \
Packit Service 1d8f1c
	*.tar.gz*) \
Packit Service 1d8f1c
	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
Packit Service 1d8f1c
	*.tar.bz2*) \
Packit Service 1d8f1c
	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
Packit Service 1d8f1c
	*.tar.lz*) \
Packit Service 1d8f1c
	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
Packit Service 1d8f1c
	*.tar.xz*) \
Packit Service 1d8f1c
	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
Packit Service 1d8f1c
	*.tar.Z*) \
Packit Service 1d8f1c
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
Packit Service 1d8f1c
	*.shar.gz*) \
Packit Service 1d8f1c
	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
Packit Service 1d8f1c
	*.zip*) \
Packit Service 1d8f1c
	  unzip $(distdir).zip ;;\
Packit Service 1d8f1c
	esac
Packit Service 1d8f1c
	chmod -R a-w $(distdir)
Packit Service 1d8f1c
	chmod u+w $(distdir)
Packit Service 1d8f1c
	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
Packit Service 1d8f1c
	chmod a-w $(distdir)
Packit Service 1d8f1c
	test -d $(distdir)/_build || exit 0; \
Packit Service 1d8f1c
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
Packit Service 1d8f1c
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
Packit Service 1d8f1c
	  && am__cwd=`pwd` \
Packit Service 1d8f1c
	  && $(am__cd) $(distdir)/_build/sub \
Packit Service 1d8f1c
	  && ../../configure \
Packit Service 1d8f1c
	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
Packit Service 1d8f1c
	    $(DISTCHECK_CONFIGURE_FLAGS) \
Packit Service 1d8f1c
	    --srcdir=../.. --prefix="$$dc_install_base" \
Packit Service 1d8f1c
	  && $(MAKE) $(AM_MAKEFLAGS) \
Packit Service 1d8f1c
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
Packit Service 1d8f1c
	  && $(MAKE) $(AM_MAKEFLAGS) check \
Packit Service 1d8f1c
	  && $(MAKE) $(AM_MAKEFLAGS) install \
Packit Service 1d8f1c
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
Packit Service 1d8f1c
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
Packit Service 1d8f1c
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
Packit Service 1d8f1c
	        distuninstallcheck \
Packit Service 1d8f1c
	  && chmod -R a-w "$$dc_install_base" \
Packit Service 1d8f1c
	  && ({ \
Packit Service 1d8f1c
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
Packit Service 1d8f1c
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
Packit Service 1d8f1c
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
Packit Service 1d8f1c
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
Packit Service 1d8f1c
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
Packit Service 1d8f1c
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
Packit Service 1d8f1c
	  && rm -rf "$$dc_destdir" \
Packit Service 1d8f1c
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
Packit Service 1d8f1c
	  && rm -rf $(DIST_ARCHIVES) \
Packit Service 1d8f1c
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
Packit Service 1d8f1c
	  && cd "$$am__cwd" \
Packit Service 1d8f1c
	  || exit 1
Packit Service 1d8f1c
	$(am__post_remove_distdir)
Packit Service 1d8f1c
	@(echo "$(distdir) archives ready for distribution: "; \
Packit Service 1d8f1c
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
Packit Service 1d8f1c
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
Packit Service 1d8f1c
distuninstallcheck:
Packit Service 1d8f1c
	@test -n '$(distuninstallcheck_dir)' || { \
Packit Service 1d8f1c
	  echo 'ERROR: trying to run $@ with an empty' \
Packit Service 1d8f1c
	       '$$(distuninstallcheck_dir)' >&2; \
Packit Service 1d8f1c
	  exit 1; \
Packit Service 1d8f1c
	}; \
Packit Service 1d8f1c
	$(am__cd) '$(distuninstallcheck_dir)' || { \
Packit Service 1d8f1c
	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
Packit Service 1d8f1c
	  exit 1; \
Packit Service 1d8f1c
	}; \
Packit Service 1d8f1c
	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
Packit Service 1d8f1c
	   || { echo "ERROR: files left after uninstall:" ; \
Packit Service 1d8f1c
	        if test -n "$(DESTDIR)"; then \
Packit Service 1d8f1c
	          echo "  (check DESTDIR support)"; \
Packit Service 1d8f1c
	        fi ; \
Packit Service 1d8f1c
	        $(distuninstallcheck_listfiles) ; \
Packit Service 1d8f1c
	        exit 1; } >&2
Packit Service 1d8f1c
distcleancheck: distclean
Packit Service 1d8f1c
	@if test '$(srcdir)' = . ; then \
Packit Service 1d8f1c
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
Packit Service 1d8f1c
	  exit 1 ; \
Packit Service 1d8f1c
	fi
Packit Service 1d8f1c
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
Packit Service 1d8f1c
	  || { echo "ERROR: files left in build directory after distclean:" ; \
Packit Service 1d8f1c
	       $(distcleancheck_listfiles) ; \
Packit Service 1d8f1c
	       exit 1; } >&2
Packit Service 1d8f1c
check-am: all-am
Packit Service 1d8f1c
check: check-recursive
Packit Service 1d8f1c
all-am: Makefile $(DATA) config.h
Packit Service 1d8f1c
installdirs: installdirs-recursive
Packit Service 1d8f1c
installdirs-am:
Packit Service 1d8f1c
	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
Packit Service 1d8f1c
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
Packit Service 1d8f1c
	done
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
	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
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
	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
Packit Service 1d8f1c
clean: clean-recursive
Packit Service 1d8f1c
Packit Service 1d8f1c
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
Packit Service 1d8f1c
Packit Service 1d8f1c
distclean: distclean-recursive
Packit Service 1d8f1c
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
Packit Service 1d8f1c
	-rm -f Makefile
Packit Service 1d8f1c
distclean-am: clean-am distclean-generic distclean-hdr \
Packit Service 1d8f1c
	distclean-libtool distclean-local 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: install-pkgconfigDATA
Packit Service 1d8f1c
	@$(NORMAL_INSTALL)
Packit Service 1d8f1c
	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
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 $(am__CONFIG_DISTCLEAN_FILES)
Packit Service 1d8f1c
	-rm -rf $(top_srcdir)/autom4te.cache
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: uninstall-pkgconfigDATA
Packit Service 1d8f1c
Packit Service 1d8f1c
.MAKE: $(am__recursive_targets) all install-am install-data-am \
Packit Service 1d8f1c
	install-strip
Packit Service 1d8f1c
Packit Service 1d8f1c
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
Packit Service 1d8f1c
	am--refresh check check-am clean clean-cscope clean-generic \
Packit Service 1d8f1c
	clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
Packit Service 1d8f1c
	dist dist-all dist-bzip2 dist-gzip dist-hook dist-lzip \
Packit Service 1d8f1c
	dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
Packit Service 1d8f1c
	distclean-generic distclean-hdr distclean-libtool \
Packit Service 1d8f1c
	distclean-local distclean-tags distcleancheck distdir \
Packit Service 1d8f1c
	distuninstallcheck dvi dvi-am html html-am info info-am \
Packit Service 1d8f1c
	install install-am install-data install-data-am \
Packit Service 1d8f1c
	install-data-hook install-dvi install-dvi-am install-exec \
Packit Service 1d8f1c
	install-exec-am install-html install-html-am install-info \
Packit Service 1d8f1c
	install-info-am install-man install-pdf install-pdf-am \
Packit Service 1d8f1c
	install-pkgconfigDATA install-ps install-ps-am install-strip \
Packit Service 1d8f1c
	installcheck installcheck-am installdirs installdirs-am \
Packit Service 1d8f1c
	maintainer-clean maintainer-clean-generic mostlyclean \
Packit Service 1d8f1c
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
Packit Service 1d8f1c
	tags tags-am uninstall uninstall-am uninstall-pkgconfigDATA
Packit Service 1d8f1c
Packit Service 1d8f1c
.PRECIOUS: Makefile
Packit Service 1d8f1c
Packit Service 1d8f1c
Packit Service 1d8f1c
install-data-hook:
Packit Service 1d8f1c
	$(MKDIR_P) $(DESTDIR)${pkgdatadir}/engine
Packit Service 1d8f1c
Packit Service 1d8f1c
dist-hook:
Packit Service 1d8f1c
	if test -d .git ; then \
Packit Service 1d8f1c
		git log --name-status --date=iso > $(distdir)/ChangeLog ; \
Packit Service 1d8f1c
		IBUS_PREV_MICRO_VERSION=`expr $(IBUS_MICRO_VERSION) - 1`; \
Packit Service 1d8f1c
		IBUS_PREV_VERSION=\
Packit Service 1d8f1c
"$(IBUS_MAJOR_VERSION).$(IBUS_MINOR_VERSION).$$IBUS_PREV_MICRO_VERSION"; \
Packit Service 1d8f1c
		echo "Changes in IBus $(IBUS_VERSION)" > $(distdir)/NEWS; \
Packit Service 1d8f1c
		echo "" >> $(distdir)/NEWS; \
Packit Service 1d8f1c
		git log $$IBUS_PREV_VERSION...$(IBUS_VERSION) --reverse \
Packit Service 1d8f1c
		        --pretty=format:'%s (%an) %h' >> $(distdir)/NEWS; \
Packit Service 1d8f1c
	fi
Packit Service 1d8f1c
Packit Service 1d8f1c
distclean-local:
Packit Service 1d8f1c
	if test "x$(srcdir)" = "x."; then :; else \
Packit Service 1d8f1c
		rm -f ChangeLog; \
Packit Service 1d8f1c
		rm -f NEWS; \
Packit Service 1d8f1c
	fi
Packit Service 1d8f1c
Packit Service 1d8f1c
rpm: dist @PACKAGE_NAME@.spec
Packit Service 1d8f1c
	rpmbuild -bb \
Packit Service 1d8f1c
			--define "_sourcedir `pwd`" \
Packit Service 1d8f1c
			--define "_builddir `pwd`/rpm" \
Packit Service 1d8f1c
			--define "_srcrpmdir `pwd`/rpm" \
Packit Service 1d8f1c
			--define "_rpmdir `pwd`"/rpm \
Packit Service 1d8f1c
			--define "_specdir `pwd`/rpm" \
Packit Service 1d8f1c
			@PACKAGE_NAME@.spec
Packit Service 1d8f1c
Packit Service 1d8f1c
srpm: dist @PACKAGE_NAME@.spec
Packit Service 1d8f1c
	rpmbuild -bs \
Packit Service 1d8f1c
			--define "_sourcedir `pwd`" \
Packit Service 1d8f1c
			--define "_builddir `pwd`/rpm" \
Packit Service 1d8f1c
			--define "_srcrpmdir `pwd`/rpm" \
Packit Service 1d8f1c
			--define "_rpmdir `pwd`/rpm" \
Packit Service 1d8f1c
			--define "_specdir `pwd`/rpm" \
Packit Service 1d8f1c
			@PACKAGE_NAME@.spec
Packit Service 1d8f1c
Packit Service 1d8f1c
clean-rpm:
Packit Service 1d8f1c
	$(RM) -r "`uname -i`"
Packit Service 1d8f1c
Packit Service 1d8f1c
clean-local: clean-rpm
Packit Service 1d8f1c
Packit Service 1d8f1c
git-tag:
Packit Service 1d8f1c
	git tag -s @PACKAGE_VERSION@
Packit Service 1d8f1c
Packit Service 1d8f1c
git-clean-tree:
Packit Service 1d8f1c
	git clean -d -f -x
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: