Blame Makefile.in

Packit 3ff832
# Makefile.in generated by automake 1.16.1 from Makefile.am.
Packit 3ff832
# @configure_input@
Packit 3ff832
Packit 3ff832
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
Packit 3ff832
Packit 3ff832
# This Makefile.in is free software; the Free Software Foundation
Packit 3ff832
# gives unlimited permission to copy and/or distribute it,
Packit 3ff832
# with or without modifications, as long as this notice is preserved.
Packit 3ff832
Packit 3ff832
# This program is distributed in the hope that it will be useful,
Packit 3ff832
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
Packit 3ff832
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Packit 3ff832
# PARTICULAR PURPOSE.
Packit 3ff832
Packit 3ff832
@SET_MAKE@
Packit 3ff832
Packit 3ff832
# vim:set noet ts=4:
Packit 3ff832
#
Packit 3ff832
# ibus - The Input Bus
Packit 3ff832
#
Packit 3ff832
# Copyright (c) 2007-2016 Peng Huang <shawn.p.huang@gmail.com>
Packit 3ff832
# Copyright (c) 2015-2017 Takao Fujiwara <takao.fujiwara1@gmail.com>
Packit 3ff832
# Copyright (c) 2007-2017 Red Hat, Inc.
Packit 3ff832
#
Packit 3ff832
# This library is free software; you can redistribute it and/or
Packit 3ff832
# modify it under the terms of the GNU Lesser General Public
Packit 3ff832
# License as published by the Free Software Foundation; either
Packit 3ff832
# version 2.1 of the License, or (at your option) any later version.
Packit 3ff832
#
Packit 3ff832
# This library is distributed in the hope that it will be useful,
Packit 3ff832
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 3ff832
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit 3ff832
# Lesser General Public License for more details.
Packit 3ff832
#
Packit 3ff832
# You should have received a copy of the GNU Lesser General Public
Packit 3ff832
# License along with this library; if not, write to the Free Software
Packit 3ff832
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
Packit 3ff832
# USA
Packit 3ff832
Packit 3ff832
VPATH = @srcdir@
Packit 3ff832
am__is_gnu_make = { \
Packit 3ff832
  if test -z '$(MAKELEVEL)'; then \
Packit 3ff832
    false; \
Packit 3ff832
  elif test -n '$(MAKE_HOST)'; then \
Packit 3ff832
    true; \
Packit 3ff832
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
Packit 3ff832
    true; \
Packit 3ff832
  else \
Packit 3ff832
    false; \
Packit 3ff832
  fi; \
Packit 3ff832
}
Packit 3ff832
am__make_running_with_option = \
Packit 3ff832
  case $${target_option-} in \
Packit 3ff832
      ?) ;; \
Packit 3ff832
      *) echo "am__make_running_with_option: internal error: invalid" \
Packit 3ff832
              "target option '$${target_option-}' specified" >&2; \
Packit 3ff832
         exit 1;; \
Packit 3ff832
  esac; \
Packit 3ff832
  has_opt=no; \
Packit 3ff832
  sane_makeflags=$$MAKEFLAGS; \
Packit 3ff832
  if $(am__is_gnu_make); then \
Packit 3ff832
    sane_makeflags=$$MFLAGS; \
Packit 3ff832
  else \
Packit 3ff832
    case $$MAKEFLAGS in \
Packit 3ff832
      *\\[\ \	]*) \
Packit 3ff832
        bs=\\; \
Packit 3ff832
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
Packit 3ff832
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
Packit 3ff832
    esac; \
Packit 3ff832
  fi; \
Packit 3ff832
  skip_next=no; \
Packit 3ff832
  strip_trailopt () \
Packit 3ff832
  { \
Packit 3ff832
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
Packit 3ff832
  }; \
Packit 3ff832
  for flg in $$sane_makeflags; do \
Packit 3ff832
    test $$skip_next = yes && { skip_next=no; continue; }; \
Packit 3ff832
    case $$flg in \
Packit 3ff832
      *=*|--*) continue;; \
Packit 3ff832
        -*I) strip_trailopt 'I'; skip_next=yes;; \
Packit 3ff832
      -*I?*) strip_trailopt 'I';; \
Packit 3ff832
        -*O) strip_trailopt 'O'; skip_next=yes;; \
Packit 3ff832
      -*O?*) strip_trailopt 'O';; \
Packit 3ff832
        -*l) strip_trailopt 'l'; skip_next=yes;; \
Packit 3ff832
      -*l?*) strip_trailopt 'l';; \
Packit 3ff832
      -[dEDm]) skip_next=yes;; \
Packit 3ff832
      -[JT]) skip_next=yes;; \
Packit 3ff832
    esac; \
Packit 3ff832
    case $$flg in \
Packit 3ff832
      *$$target_option*) has_opt=yes; break;; \
Packit 3ff832
    esac; \
Packit 3ff832
  done; \
Packit 3ff832
  test $$has_opt = yes
Packit 3ff832
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
Packit 3ff832
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Packit 3ff832
pkgdatadir = $(datadir)/@PACKAGE@
Packit 3ff832
pkgincludedir = $(includedir)/@PACKAGE@
Packit 3ff832
pkglibdir = $(libdir)/@PACKAGE@
Packit 3ff832
pkglibexecdir = $(libexecdir)/@PACKAGE@
Packit 3ff832
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Packit 3ff832
install_sh_DATA = $(install_sh) -c -m 644
Packit 3ff832
install_sh_PROGRAM = $(install_sh) -c
Packit 3ff832
install_sh_SCRIPT = $(install_sh) -c
Packit 3ff832
INSTALL_HEADER = $(INSTALL_DATA)
Packit 3ff832
transform = $(program_transform_name)
Packit 3ff832
NORMAL_INSTALL = :
Packit 3ff832
PRE_INSTALL = :
Packit 3ff832
POST_INSTALL = :
Packit 3ff832
NORMAL_UNINSTALL = :
Packit 3ff832
PRE_UNINSTALL = :
Packit 3ff832
POST_UNINSTALL = :
Packit 3ff832
build_triplet = @build@
Packit 3ff832
host_triplet = @host@
Packit 3ff832
subdir = .
Packit 3ff832
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Packit 3ff832
am__aclocal_m4_deps = $(top_srcdir)/m4/gconf-2.m4 \
Packit 3ff832
	$(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
Packit 3ff832
	$(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/libtool.m4 \
Packit 3ff832
	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
Packit 3ff832
	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
Packit 3ff832
	$(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac
Packit 3ff832
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Packit 3ff832
	$(ACLOCAL_M4)
Packit 3ff832
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
Packit 3ff832
	$(am__configure_deps) $(am__DIST_COMMON)
Packit 3ff832
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
Packit 3ff832
 configure.lineno config.status.lineno
Packit 3ff832
mkinstalldirs = $(install_sh) -d
Packit 3ff832
CONFIG_HEADER = config.h
Packit 3ff832
CONFIG_CLEAN_FILES = ibus-1.0.pc ibus.spec
Packit 3ff832
CONFIG_CLEAN_VPATH_FILES =
Packit 3ff832
AM_V_P = $(am__v_P_@AM_V@)
Packit 3ff832
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
Packit 3ff832
am__v_P_0 = false
Packit 3ff832
am__v_P_1 = :
Packit 3ff832
AM_V_GEN = $(am__v_GEN_@AM_V@)
Packit 3ff832
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
Packit 3ff832
am__v_GEN_0 = @echo "  GEN     " $@;
Packit 3ff832
am__v_GEN_1 = 
Packit 3ff832
AM_V_at = $(am__v_at_@AM_V@)
Packit 3ff832
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
Packit 3ff832
am__v_at_0 = @
Packit 3ff832
am__v_at_1 = 
Packit 3ff832
SOURCES =
Packit 3ff832
DIST_SOURCES =
Packit 3ff832
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
Packit 3ff832
	ctags-recursive dvi-recursive html-recursive info-recursive \
Packit 3ff832
	install-data-recursive install-dvi-recursive \
Packit 3ff832
	install-exec-recursive install-html-recursive \
Packit 3ff832
	install-info-recursive install-pdf-recursive \
Packit 3ff832
	install-ps-recursive install-recursive installcheck-recursive \
Packit 3ff832
	installdirs-recursive pdf-recursive ps-recursive \
Packit 3ff832
	tags-recursive uninstall-recursive
Packit 3ff832
am__can_run_installinfo = \
Packit 3ff832
  case $$AM_UPDATE_INFO_DIR in \
Packit 3ff832
    n|no|NO) false;; \
Packit 3ff832
    *) (install-info --version) >/dev/null 2>&1;; \
Packit 3ff832
  esac
Packit 3ff832
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
Packit 3ff832
am__vpath_adj = case $$p in \
Packit 3ff832
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
Packit 3ff832
    *) f=$$p;; \
Packit 3ff832
  esac;
Packit 3ff832
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
Packit 3ff832
am__install_max = 40
Packit 3ff832
am__nobase_strip_setup = \
Packit 3ff832
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
Packit 3ff832
am__nobase_strip = \
Packit 3ff832
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
Packit 3ff832
am__nobase_list = $(am__nobase_strip_setup); \
Packit 3ff832
  for p in $$list; do echo "$$p $$p"; done | \
Packit 3ff832
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
Packit 3ff832
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
Packit 3ff832
    if (++n[$$2] == $(am__install_max)) \
Packit 3ff832
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
Packit 3ff832
    END { for (dir in files) print dir, files[dir] }'
Packit 3ff832
am__base_list = \
Packit 3ff832
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
Packit 3ff832
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
Packit 3ff832
am__uninstall_files_from_dir = { \
Packit 3ff832
  test -z "$$files" \
Packit 3ff832
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
Packit 3ff832
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
Packit 3ff832
         $(am__cd) "$$dir" && rm -f $$files; }; \
Packit 3ff832
  }
Packit 3ff832
am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
Packit 3ff832
DATA = $(pkgconfig_DATA)
Packit 3ff832
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
Packit 3ff832
  distclean-recursive maintainer-clean-recursive
Packit 3ff832
am__recursive_targets = \
Packit 3ff832
  $(RECURSIVE_TARGETS) \
Packit 3ff832
  $(RECURSIVE_CLEAN_TARGETS) \
Packit 3ff832
  $(am__extra_recursive_targets)
Packit 3ff832
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
Packit 3ff832
	cscope distdir distdir-am dist dist-all distcheck
Packit 3ff832
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
Packit 3ff832
	$(LISP)config.h.in
Packit 3ff832
# Read a list of newline-separated strings from the standard input,
Packit 3ff832
# and print each of them once, without duplicates.  Input order is
Packit 3ff832
# *not* preserved.
Packit 3ff832
am__uniquify_input = $(AWK) '\
Packit 3ff832
  BEGIN { nonempty = 0; } \
Packit 3ff832
  { items[$$0] = 1; nonempty = 1; } \
Packit 3ff832
  END { if (nonempty) { for (i in items) print i; }; } \
Packit 3ff832
'
Packit 3ff832
# Make sure the list of sources is unique.  This is necessary because,
Packit 3ff832
# e.g., the same source file might be shared among _SOURCES variables
Packit 3ff832
# for different programs/libraries.
Packit 3ff832
am__define_uniq_tagged_files = \
Packit 3ff832
  list='$(am__tagged_files)'; \
Packit 3ff832
  unique=`for i in $$list; do \
Packit 3ff832
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Packit 3ff832
  done | $(am__uniquify_input)`
Packit 3ff832
ETAGS = etags
Packit 3ff832
CTAGS = ctags
Packit 3ff832
CSCOPE = cscope
Packit 3ff832
DIST_SUBDIRS = src bindings util conf client portal data m4 po docs \
Packit 3ff832
	engine ui tools bus ibus setup
Packit 3ff832
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
Packit 3ff832
	$(srcdir)/ibus-1.0.pc.in $(srcdir)/ibus.spec.in AUTHORS \
Packit 3ff832
	COPYING ChangeLog INSTALL NEWS README compile config.guess \
Packit 3ff832
	config.sub install-sh ltmain.sh missing
Packit 3ff832
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Packit 3ff832
distdir = $(PACKAGE)-$(VERSION)
Packit 3ff832
top_distdir = $(distdir)
Packit 3ff832
am__remove_distdir = \
Packit 3ff832
  if test -d "$(distdir)"; then \
Packit 3ff832
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
Packit 3ff832
      && rm -rf "$(distdir)" \
Packit 3ff832
      || { sleep 5 && rm -rf "$(distdir)"; }; \
Packit 3ff832
  else :; fi
Packit 3ff832
am__post_remove_distdir = $(am__remove_distdir)
Packit 3ff832
am__relativize = \
Packit 3ff832
  dir0=`pwd`; \
Packit 3ff832
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
Packit 3ff832
  sed_rest='s,^[^/]*/*,,'; \
Packit 3ff832
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
Packit 3ff832
  sed_butlast='s,/*[^/]*$$,,'; \
Packit 3ff832
  while test -n "$$dir1"; do \
Packit 3ff832
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
Packit 3ff832
    if test "$$first" != "."; then \
Packit 3ff832
      if test "$$first" = ".."; then \
Packit 3ff832
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
Packit 3ff832
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
Packit 3ff832
      else \
Packit 3ff832
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
Packit 3ff832
        if test "$$first2" = "$$first"; then \
Packit 3ff832
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
Packit 3ff832
        else \
Packit 3ff832
          dir2="../$$dir2"; \
Packit 3ff832
        fi; \
Packit 3ff832
        dir0="$$dir0"/"$$first"; \
Packit 3ff832
      fi; \
Packit 3ff832
    fi; \
Packit 3ff832
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
Packit 3ff832
  done; \
Packit 3ff832
  reldir="$$dir2"
Packit 3ff832
DIST_ARCHIVES = $(distdir).tar.gz
Packit 3ff832
GZIP_ENV = --best
Packit 3ff832
DIST_TARGETS = dist-gzip
Packit 3ff832
distuninstallcheck_listfiles = find . -type f -print
Packit 3ff832
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
Packit 3ff832
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
Packit 3ff832
distcleancheck_listfiles = find . -type f -print
Packit 3ff832
ACLOCAL = @ACLOCAL@
Packit 3ff832
ALL_LINGUAS = @ALL_LINGUAS@
Packit 3ff832
AMTAR = @AMTAR@
Packit 3ff832
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Packit 3ff832
AR = @AR@
Packit 3ff832
AUTOCONF = @AUTOCONF@
Packit 3ff832
AUTOHEADER = @AUTOHEADER@
Packit 3ff832
AUTOMAKE = @AUTOMAKE@
Packit 3ff832
AWK = @AWK@
Packit 3ff832
CATALOGS = @CATALOGS@
Packit 3ff832
CATOBJEXT = @CATOBJEXT@
Packit 3ff832
CC = @CC@
Packit 3ff832
CCDEPMODE = @CCDEPMODE@
Packit 3ff832
CFLAGS = @CFLAGS@
Packit 3ff832
CPP = @CPP@
Packit 3ff832
CPPFLAGS = @CPPFLAGS@
Packit 3ff832
CYGPATH_W = @CYGPATH_W@
Packit 3ff832
DATADIRNAME = @DATADIRNAME@
Packit 3ff832
DATE_DISPLAY = @DATE_DISPLAY@
Packit 3ff832
DBUS_CFLAGS = @DBUS_CFLAGS@
Packit 3ff832
DBUS_LIBS = @DBUS_LIBS@
Packit 3ff832
DBUS_PYTHON_CFLAGS = @DBUS_PYTHON_CFLAGS@
Packit 3ff832
DBUS_PYTHON_LIBS = @DBUS_PYTHON_LIBS@
Packit 3ff832
DCONF_CFLAGS = @DCONF_CFLAGS@
Packit 3ff832
DCONF_LIBS = @DCONF_LIBS@
Packit 3ff832
DEFS = @DEFS@
Packit 3ff832
DEPDIR = @DEPDIR@
Packit 3ff832
DLLTOOL = @DLLTOOL@
Packit 3ff832
DSYMUTIL = @DSYMUTIL@
Packit 3ff832
DUMPBIN = @DUMPBIN@
Packit 3ff832
ECHO_C = @ECHO_C@
Packit 3ff832
ECHO_N = @ECHO_N@
Packit 3ff832
ECHO_T = @ECHO_T@
Packit 3ff832
EGREP = @EGREP@
Packit 3ff832
EMOJI_ANNOTATION_DIR = @EMOJI_ANNOTATION_DIR@
Packit 3ff832
ENV_IBUS_TEST = @ENV_IBUS_TEST@
Packit 3ff832
EXEEXT = @EXEEXT@
Packit 3ff832
FGREP = @FGREP@
Packit 3ff832
GCONFTOOL = @GCONFTOOL@
Packit 3ff832
GCONF_CFLAGS = @GCONF_CFLAGS@
Packit 3ff832
GCONF_LIBS = @GCONF_LIBS@
Packit 3ff832
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
Packit 3ff832
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
Packit 3ff832
GDBUS_CODEGEN = @GDBUS_CODEGEN@
Packit 3ff832
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
Packit 3ff832
GIO2_CFLAGS = @GIO2_CFLAGS@
Packit 3ff832
GIO2_LIBS = @GIO2_LIBS@
Packit 3ff832
GLIB2_CFLAGS = @GLIB2_CFLAGS@
Packit 3ff832
GLIB2_LIBS = @GLIB2_LIBS@
Packit 3ff832
GLIB_CFLAGS = @GLIB_CFLAGS@
Packit 3ff832
GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
Packit 3ff832
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
Packit 3ff832
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
Packit 3ff832
GLIB_LIBS = @GLIB_LIBS@
Packit 3ff832
GLIB_LOCALE_DIR = @GLIB_LOCALE_DIR@
Packit 3ff832
GLIB_MKENUMS = @GLIB_MKENUMS@
Packit 3ff832
GMOFILES = @GMOFILES@
Packit 3ff832
GMSGFMT = @GMSGFMT@
Packit 3ff832
GOBJECT2_CFLAGS = @GOBJECT2_CFLAGS@
Packit 3ff832
GOBJECT2_LIBS = @GOBJECT2_LIBS@
Packit 3ff832
GOBJECT_QUERY = @GOBJECT_QUERY@
Packit 3ff832
GREP = @GREP@
Packit 3ff832
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
Packit 3ff832
GTHREAD2_CFLAGS = @GTHREAD2_CFLAGS@
Packit 3ff832
GTHREAD2_LIBS = @GTHREAD2_LIBS@
Packit 3ff832
GTK2_CFLAGS = @GTK2_CFLAGS@
Packit 3ff832
GTK2_IM_MODULEDIR = @GTK2_IM_MODULEDIR@
Packit 3ff832
GTK2_LIBS = @GTK2_LIBS@
Packit 3ff832
GTK3_CFLAGS = @GTK3_CFLAGS@
Packit 3ff832
GTK3_IM_MODULEDIR = @GTK3_IM_MODULEDIR@
Packit 3ff832
GTK3_LIBS = @GTK3_LIBS@
Packit 3ff832
GTKDOC_CHECK = @GTKDOC_CHECK@
Packit 3ff832
GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
Packit 3ff832
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
Packit 3ff832
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
Packit 3ff832
GTKDOC_MKPDF = @GTKDOC_MKPDF@
Packit 3ff832
GTKDOC_REBASE = @GTKDOC_REBASE@
Packit 3ff832
HTML_DIR = @HTML_DIR@
Packit 3ff832
IBUS_ABI_AGE = @IBUS_ABI_AGE@
Packit 3ff832
IBUS_ABI_CURRENT = @IBUS_ABI_CURRENT@
Packit 3ff832
IBUS_ABI_REVISION = @IBUS_ABI_REVISION@
Packit 3ff832
IBUS_API_VERSION = @IBUS_API_VERSION@
Packit 3ff832
IBUS_BINARY_VERSION = @IBUS_BINARY_VERSION@
Packit 3ff832
IBUS_GIR_SCANNERFLAGS = @IBUS_GIR_SCANNERFLAGS@
Packit 3ff832
IBUS_ICON_KEYBOARD = @IBUS_ICON_KEYBOARD@
Packit 3ff832
IBUS_MAJOR_VERSION = @IBUS_MAJOR_VERSION@
Packit 3ff832
IBUS_MICRO_VERSION = @IBUS_MICRO_VERSION@
Packit 3ff832
IBUS_MINOR_VERSION = @IBUS_MINOR_VERSION@
Packit 3ff832
IBUS_VERSION = @IBUS_VERSION@
Packit 3ff832
INSTALL = @INSTALL@
Packit 3ff832
INSTALL_DATA = @INSTALL_DATA@
Packit 3ff832
INSTALL_PROGRAM = @INSTALL_PROGRAM@
Packit 3ff832
INSTALL_SCRIPT = @INSTALL_SCRIPT@
Packit 3ff832
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Packit 3ff832
INSTOBJEXT = @INSTOBJEXT@
Packit 3ff832
INTLLIBS = @INTLLIBS@
Packit 3ff832
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
Packit 3ff832
INTLTOOL_MERGE = @INTLTOOL_MERGE@
Packit 3ff832
INTLTOOL_PERL = @INTLTOOL_PERL@
Packit 3ff832
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
Packit 3ff832
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
Packit 3ff832
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
Packit 3ff832
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
Packit 3ff832
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
Packit 3ff832
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
Packit 3ff832
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
Packit 3ff832
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
Packit 3ff832
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
Packit 3ff832
INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
Packit 3ff832
INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
Packit 3ff832
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
Packit 3ff832
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
Packit 3ff832
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
Packit 3ff832
ISOCODES_CFLAGS = @ISOCODES_CFLAGS@
Packit 3ff832
ISOCODES_LIBS = @ISOCODES_LIBS@
Packit 3ff832
ISOCODES_PREFIX = @ISOCODES_PREFIX@
Packit 3ff832
LD = @LD@
Packit 3ff832
LDFLAGS = @LDFLAGS@
Packit 3ff832
LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
Packit 3ff832
LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
Packit 3ff832
LIBOBJS = @LIBOBJS@
Packit 3ff832
LIBS = @LIBS@
Packit 3ff832
LIBTOOL = @LIBTOOL@
Packit 3ff832
LIPO = @LIPO@
Packit 3ff832
LN_S = @LN_S@
Packit 3ff832
LTLIBOBJS = @LTLIBOBJS@
Packit 3ff832
LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
Packit 3ff832
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
Packit 3ff832
LT_VERSION_INFO = @LT_VERSION_INFO@
Packit 3ff832
MAINT = @MAINT@
Packit 3ff832
MAKEINFO = @MAKEINFO@
Packit 3ff832
MANIFEST_TOOL = @MANIFEST_TOOL@
Packit 3ff832
MKDIR_P = @MKDIR_P@
Packit 3ff832
MKINSTALLDIRS = @MKINSTALLDIRS@
Packit 3ff832
MSGFMT = @MSGFMT@
Packit 3ff832
MSGFMT_OPTS = @MSGFMT_OPTS@
Packit 3ff832
MSGMERGE = @MSGMERGE@
Packit 3ff832
NM = @NM@
Packit 3ff832
NMEDIT = @NMEDIT@
Packit 3ff832
OBJDUMP = @OBJDUMP@
Packit 3ff832
OBJEXT = @OBJEXT@
Packit 3ff832
OTOOL = @OTOOL@
Packit 3ff832
OTOOL64 = @OTOOL64@
Packit 3ff832
PACKAGE = @PACKAGE@
Packit 3ff832
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Packit 3ff832
PACKAGE_NAME = @PACKAGE_NAME@
Packit 3ff832
PACKAGE_STRING = @PACKAGE_STRING@
Packit 3ff832
PACKAGE_TARNAME = @PACKAGE_TARNAME@
Packit 3ff832
PACKAGE_URL = @PACKAGE_URL@
Packit 3ff832
PACKAGE_VERSION = @PACKAGE_VERSION@
Packit 3ff832
PATH_SEPARATOR = @PATH_SEPARATOR@
Packit 3ff832
PKG_CONFIG = @PKG_CONFIG@
Packit 3ff832
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
Packit 3ff832
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
Packit 3ff832
POFILES = @POFILES@
Packit 3ff832
POSUB = @POSUB@
Packit 3ff832
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
Packit 3ff832
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
Packit 3ff832
PYTHON = @PYTHON@
Packit 3ff832
PYTHON2 = @PYTHON2@
Packit 3ff832
PYTHON_CFLAGS = @PYTHON_CFLAGS@
Packit 3ff832
PYTHON_CONFIG = @PYTHON_CONFIG@
Packit 3ff832
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
Packit 3ff832
PYTHON_INCLUDES = @PYTHON_INCLUDES@
Packit 3ff832
PYTHON_LIBS = @PYTHON_LIBS@
Packit 3ff832
PYTHON_PLATFORM = @PYTHON_PLATFORM@
Packit 3ff832
PYTHON_PREFIX = @PYTHON_PREFIX@
Packit 3ff832
PYTHON_VERSION = @PYTHON_VERSION@
Packit 3ff832
RANLIB = @RANLIB@
Packit 3ff832
SED = @SED@
Packit 3ff832
SET_MAKE = @SET_MAKE@
Packit 3ff832
SHELL = @SHELL@
Packit 3ff832
STRIP = @STRIP@
Packit 3ff832
UCD_DIR = @UCD_DIR@
Packit 3ff832
UNICODE_EMOJI_DIR = @UNICODE_EMOJI_DIR@
Packit 3ff832
USE_NLS = @USE_NLS@
Packit 3ff832
VALAC = @VALAC@
Packit 3ff832
VALA_TARGET_GLIB_VERSION = @VALA_TARGET_GLIB_VERSION@
Packit 3ff832
VAPIGEN = @VAPIGEN@
Packit 3ff832
VAPIGEN_MAKEFILE = @VAPIGEN_MAKEFILE@
Packit 3ff832
VAPIGEN_VAPIDIR = @VAPIGEN_VAPIDIR@
Packit 3ff832
VERSION = @VERSION@
Packit 3ff832
WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
Packit 3ff832
WAYLAND_LIBS = @WAYLAND_LIBS@
Packit 3ff832
X11_CFLAGS = @X11_CFLAGS@
Packit 3ff832
X11_LIBS = @X11_LIBS@
Packit 3ff832
X11_PREFIX = @X11_PREFIX@
Packit 3ff832
XGETTEXT = @XGETTEXT@
Packit 3ff832
XIM_CLI_ARG = @XIM_CLI_ARG@
Packit 3ff832
XTEST_CFLAGS = @XTEST_CFLAGS@
Packit 3ff832
XTEST_LIBS = @XTEST_LIBS@
Packit 3ff832
abs_builddir = @abs_builddir@
Packit 3ff832
abs_srcdir = @abs_srcdir@
Packit 3ff832
abs_top_builddir = @abs_top_builddir@
Packit 3ff832
abs_top_srcdir = @abs_top_srcdir@
Packit 3ff832
ac_ct_AR = @ac_ct_AR@
Packit 3ff832
ac_ct_CC = @ac_ct_CC@
Packit 3ff832
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Packit 3ff832
am__include = @am__include@
Packit 3ff832
am__leading_dot = @am__leading_dot@
Packit 3ff832
am__quote = @am__quote@
Packit 3ff832
am__tar = @am__tar@
Packit 3ff832
am__untar = @am__untar@
Packit 3ff832
bindir = @bindir@
Packit 3ff832
build = @build@
Packit 3ff832
build_alias = @build_alias@
Packit 3ff832
build_cpu = @build_cpu@
Packit 3ff832
build_os = @build_os@
Packit 3ff832
build_vendor = @build_vendor@
Packit 3ff832
builddir = @builddir@
Packit 3ff832
datadir = @datadir@
Packit 3ff832
datarootdir = @datarootdir@
Packit 3ff832
docdir = @docdir@
Packit 3ff832
dvidir = @dvidir@
Packit 3ff832
exec_prefix = @exec_prefix@
Packit 3ff832
gsettingsschemadir = @gsettingsschemadir@
Packit 3ff832
host = @host@
Packit 3ff832
host_alias = @host_alias@
Packit 3ff832
host_cpu = @host_cpu@
Packit 3ff832
host_os = @host_os@
Packit 3ff832
host_vendor = @host_vendor@
Packit 3ff832
htmldir = @htmldir@
Packit 3ff832
includedir = @includedir@
Packit 3ff832
infodir = @infodir@
Packit 3ff832
install_sh = @install_sh@
Packit 3ff832
intltool__v_merge_options_ = @intltool__v_merge_options_@
Packit 3ff832
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
Packit 3ff832
libdir = @libdir@
Packit 3ff832
libexecdir = @libexecdir@
Packit 3ff832
localedir = @localedir@
Packit 3ff832
localstatedir = @localstatedir@
Packit 3ff832
mandir = @mandir@
Packit 3ff832
mkdir_p = @mkdir_p@
Packit 3ff832
oldincludedir = @oldincludedir@
Packit 3ff832
pdfdir = @pdfdir@
Packit 3ff832
pkgpyexecdir = @pkgpyexecdir@
Packit 3ff832
pkgpython2dir = @pkgpython2dir@
Packit 3ff832
pkgpythondir = @pkgpythondir@
Packit 3ff832
prefix = @prefix@
Packit 3ff832
program_transform_name = @program_transform_name@
Packit 3ff832
psdir = @psdir@
Packit 3ff832
py2overridesdir = @py2overridesdir@
Packit 3ff832
pyexecdir = @pyexecdir@
Packit 3ff832
pyoverridesdir = @pyoverridesdir@
Packit 3ff832
pythondir = @pythondir@
Packit 3ff832
sbindir = @sbindir@
Packit 3ff832
sharedstatedir = @sharedstatedir@
Packit 3ff832
srcdir = @srcdir@
Packit 3ff832
sysconfdir = @sysconfdir@
Packit 3ff832
target_alias = @target_alias@
Packit 3ff832
top_build_prefix = @top_build_prefix@
Packit 3ff832
top_builddir = @top_builddir@
Packit 3ff832
top_srcdir = @top_srcdir@
Packit 3ff832
NULL = 
Packit 3ff832
@ENABLE_UI_TRUE@UI_DIR = ui
Packit 3ff832
@ENABLE_ENGINE_TRUE@ENGINE_DIR = engine
Packit 3ff832
@ENABLE_SETUP_TRUE@SETUP_DIR = setup
Packit 3ff832
@ENABLE_PYTHON_LIBRARY_TRUE@PYTHON_LIB_DIRS = ibus
Packit 3ff832
@ENABLE_DAEMON_TRUE@DAEMON_DIR = \
Packit 3ff832
@ENABLE_DAEMON_TRUE@	bus \
Packit 3ff832
@ENABLE_DAEMON_TRUE@	$(NULL)
Packit 3ff832
Packit 3ff832
SUBDIRS = \
Packit 3ff832
	src \
Packit 3ff832
	bindings \
Packit 3ff832
	util \
Packit 3ff832
	conf \
Packit 3ff832
	client \
Packit 3ff832
	portal \
Packit 3ff832
	data \
Packit 3ff832
	m4 \
Packit 3ff832
	po \
Packit 3ff832
	docs \
Packit 3ff832
	$(ENGINE_DIR) \
Packit 3ff832
	$(UI_DIR) \
Packit 3ff832
	tools \
Packit 3ff832
	$(DAEMON_DIR) \
Packit 3ff832
	$(PYTHON_LIB_DIRS) \
Packit 3ff832
	$(SETUP_DIR) \
Packit 3ff832
	$(NULL)
Packit 3ff832
Packit 3ff832
ACLOCAL_AMFLAGS = -I m4
Packit 3ff832
pkgconfigdir = $(libdir)/pkgconfig
Packit 3ff832
pkgconfig_DATA = ibus-@IBUS_API_VERSION@.pc
Packit 3ff832
ibus_pc_in = ibus-@IBUS_API_VERSION@.pc.in
Packit 3ff832
EXTRA_DIST = \
Packit 3ff832
	COPYING.unicode \
Packit 3ff832
	autogen.sh \
Packit 3ff832
	$(ibus_pc_in) \
Packit 3ff832
	ibus.spec.in \
Packit 3ff832
	python-config.py \
Packit 3ff832
	xinput-ibus \
Packit 3ff832
	$(NULL)
Packit 3ff832
Packit 3ff832
noinst_DIST = \
Packit 3ff832
	$(NULL)
Packit 3ff832
Packit 3ff832
DISTCLEANFILES = \
Packit 3ff832
	po/stamp-it \
Packit 3ff832
	$(NULL)
Packit 3ff832
Packit 3ff832
DISTCHECK_CONFIGURE_FLAGS = \
Packit 3ff832
	--enable-gtk-doc \
Packit 3ff832
	--disable-schemas-install \
Packit 3ff832
	--enable-memconf \
Packit 3ff832
	$(NULL)
Packit 3ff832
Packit 3ff832
MAINTAINERCLEANFILES = \
Packit 3ff832
	$(srcdir)/ChangeLog \
Packit 3ff832
	$(NULL)
Packit 3ff832
Packit 3ff832
GITIGNOREFILES = \
Packit 3ff832
	INSTALL \
Packit 3ff832
	aclocal.m4 \
Packit 3ff832
	compile \
Packit 3ff832
	config.guess \
Packit 3ff832
	config.h.in \
Packit 3ff832
	config.sub \
Packit 3ff832
	depcomp \
Packit 3ff832
	gtk-doc.make \
Packit 3ff832
	install-sh \
Packit 3ff832
	ltmain.sh \
Packit 3ff832
	missing \
Packit 3ff832
	mkinstalldirs \
Packit 3ff832
	py-compile \
Packit 3ff832
	stamp-h* \
Packit 3ff832
	$(NULL)
Packit 3ff832
Packit 3ff832
all: config.h
Packit 3ff832
	$(MAKE) $(AM_MAKEFLAGS) all-recursive
Packit 3ff832
Packit 3ff832
.SUFFIXES:
Packit 3ff832
am--refresh: Makefile
Packit 3ff832
	@:
Packit 3ff832
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
Packit 3ff832
	@for dep in $?; do \
Packit 3ff832
	  case '$(am__configure_deps)' in \
Packit 3ff832
	    *$$dep*) \
Packit 3ff832
	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
Packit 3ff832
	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
Packit 3ff832
		&& exit 0; \
Packit 3ff832
	      exit 1;; \
Packit 3ff832
	  esac; \
Packit 3ff832
	done; \
Packit 3ff832
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
Packit 3ff832
	$(am__cd) $(top_srcdir) && \
Packit 3ff832
	  $(AUTOMAKE) --gnu Makefile
Packit 3ff832
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Packit 3ff832
	@case '$?' in \
Packit 3ff832
	  *config.status*) \
Packit 3ff832
	    echo ' $(SHELL) ./config.status'; \
Packit 3ff832
	    $(SHELL) ./config.status;; \
Packit 3ff832
	  *) \
Packit 3ff832
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
Packit 3ff832
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
Packit 3ff832
	esac;
Packit 3ff832
Packit 3ff832
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Packit 3ff832
	$(SHELL) ./config.status --recheck
Packit 3ff832
Packit 3ff832
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
Packit 3ff832
	$(am__cd) $(srcdir) && $(AUTOCONF)
Packit 3ff832
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
Packit 3ff832
	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
Packit 3ff832
$(am__aclocal_m4_deps):
Packit 3ff832
Packit 3ff832
config.h: stamp-h1
Packit 3ff832
	@test -f $@ || rm -f stamp-h1
Packit 3ff832
	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
Packit 3ff832
Packit 3ff832
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
Packit 3ff832
	@rm -f stamp-h1
Packit 3ff832
	cd $(top_builddir) && $(SHELL) ./config.status config.h
Packit 3ff832
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
Packit 3ff832
	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
Packit 3ff832
	rm -f stamp-h1
Packit 3ff832
	touch $@
Packit 3ff832
Packit 3ff832
distclean-hdr:
Packit 3ff832
	-rm -f config.h stamp-h1
Packit 3ff832
ibus-1.0.pc: $(top_builddir)/config.status $(srcdir)/ibus-1.0.pc.in
Packit 3ff832
	cd $(top_builddir) && $(SHELL) ./config.status $@
Packit 3ff832
ibus.spec: $(top_builddir)/config.status $(srcdir)/ibus.spec.in
Packit 3ff832
	cd $(top_builddir) && $(SHELL) ./config.status $@
Packit 3ff832
Packit 3ff832
mostlyclean-libtool:
Packit 3ff832
	-rm -f *.lo
Packit 3ff832
Packit 3ff832
clean-libtool:
Packit 3ff832
	-rm -rf .libs _libs
Packit 3ff832
Packit 3ff832
distclean-libtool:
Packit 3ff832
	-rm -f libtool config.lt
Packit 3ff832
install-pkgconfigDATA: $(pkgconfig_DATA)
Packit 3ff832
	@$(NORMAL_INSTALL)
Packit 3ff832
	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
Packit 3ff832
	if test -n "$$list"; then \
Packit 3ff832
	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
Packit 3ff832
	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
Packit 3ff832
	fi; \
Packit 3ff832
	for p in $$list; do \
Packit 3ff832
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit 3ff832
	  echo "$$d$$p"; \
Packit 3ff832
	done | $(am__base_list) | \
Packit 3ff832
	while read files; do \
Packit 3ff832
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
Packit 3ff832
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
Packit 3ff832
	done
Packit 3ff832
Packit 3ff832
uninstall-pkgconfigDATA:
Packit 3ff832
	@$(NORMAL_UNINSTALL)
Packit 3ff832
	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
Packit 3ff832
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Packit 3ff832
	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
Packit 3ff832
Packit 3ff832
# This directory's subdirectories are mostly independent; you can cd
Packit 3ff832
# into them and run 'make' without going through this Makefile.
Packit 3ff832
# To change the values of 'make' variables: instead of editing Makefiles,
Packit 3ff832
# (1) if the variable is set in 'config.status', edit 'config.status'
Packit 3ff832
#     (which will cause the Makefiles to be regenerated when you run 'make');
Packit 3ff832
# (2) otherwise, pass the desired values on the 'make' command line.
Packit 3ff832
$(am__recursive_targets):
Packit 3ff832
	@fail=; \
Packit 3ff832
	if $(am__make_keepgoing); then \
Packit 3ff832
	  failcom='fail=yes'; \
Packit 3ff832
	else \
Packit 3ff832
	  failcom='exit 1'; \
Packit 3ff832
	fi; \
Packit 3ff832
	dot_seen=no; \
Packit 3ff832
	target=`echo $@ | sed s/-recursive//`; \
Packit 3ff832
	case "$@" in \
Packit 3ff832
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
Packit 3ff832
	  *) list='$(SUBDIRS)' ;; \
Packit 3ff832
	esac; \
Packit 3ff832
	for subdir in $$list; do \
Packit 3ff832
	  echo "Making $$target in $$subdir"; \
Packit 3ff832
	  if test "$$subdir" = "."; then \
Packit 3ff832
	    dot_seen=yes; \
Packit 3ff832
	    local_target="$$target-am"; \
Packit 3ff832
	  else \
Packit 3ff832
	    local_target="$$target"; \
Packit 3ff832
	  fi; \
Packit 3ff832
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Packit 3ff832
	  || eval $$failcom; \
Packit 3ff832
	done; \
Packit 3ff832
	if test "$$dot_seen" = "no"; then \
Packit 3ff832
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
Packit 3ff832
	fi; test -z "$$fail"
Packit 3ff832
Packit 3ff832
ID: $(am__tagged_files)
Packit 3ff832
	$(am__define_uniq_tagged_files); mkid -fID $$unique
Packit 3ff832
tags: tags-recursive
Packit 3ff832
TAGS: tags
Packit 3ff832
Packit 3ff832
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit 3ff832
	set x; \
Packit 3ff832
	here=`pwd`; \
Packit 3ff832
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
Packit 3ff832
	  include_option=--etags-include; \
Packit 3ff832
	  empty_fix=.; \
Packit 3ff832
	else \
Packit 3ff832
	  include_option=--include; \
Packit 3ff832
	  empty_fix=; \
Packit 3ff832
	fi; \
Packit 3ff832
	list='$(SUBDIRS)'; for subdir in $$list; do \
Packit 3ff832
	  if test "$$subdir" = .; then :; else \
Packit 3ff832
	    test ! -f $$subdir/TAGS || \
Packit 3ff832
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
Packit 3ff832
	  fi; \
Packit 3ff832
	done; \
Packit 3ff832
	$(am__define_uniq_tagged_files); \
Packit 3ff832
	shift; \
Packit 3ff832
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
Packit 3ff832
	  test -n "$$unique" || unique=$$empty_fix; \
Packit 3ff832
	  if test $$# -gt 0; then \
Packit 3ff832
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit 3ff832
	      "$$@" $$unique; \
Packit 3ff832
	  else \
Packit 3ff832
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit 3ff832
	      $$unique; \
Packit 3ff832
	  fi; \
Packit 3ff832
	fi
Packit 3ff832
ctags: ctags-recursive
Packit 3ff832
Packit 3ff832
CTAGS: ctags
Packit 3ff832
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit 3ff832
	$(am__define_uniq_tagged_files); \
Packit 3ff832
	test -z "$(CTAGS_ARGS)$$unique" \
Packit 3ff832
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
Packit 3ff832
	     $$unique
Packit 3ff832
Packit 3ff832
GTAGS:
Packit 3ff832
	here=`$(am__cd) $(top_builddir) && pwd` \
Packit 3ff832
	  && $(am__cd) $(top_srcdir) \
Packit 3ff832
	  && gtags -i $(GTAGS_ARGS) "$$here"
Packit 3ff832
cscope: cscope.files
Packit 3ff832
	test ! -s cscope.files \
Packit 3ff832
	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
Packit 3ff832
clean-cscope:
Packit 3ff832
	-rm -f cscope.files
Packit 3ff832
cscope.files: clean-cscope cscopelist
Packit 3ff832
cscopelist: cscopelist-recursive
Packit 3ff832
Packit 3ff832
cscopelist-am: $(am__tagged_files)
Packit 3ff832
	list='$(am__tagged_files)'; \
Packit 3ff832
	case "$(srcdir)" in \
Packit 3ff832
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
Packit 3ff832
	  *) sdir=$(subdir)/$(srcdir) ;; \
Packit 3ff832
	esac; \
Packit 3ff832
	for i in $$list; do \
Packit 3ff832
	  if test -f "$$i"; then \
Packit 3ff832
	    echo "$(subdir)/$$i"; \
Packit 3ff832
	  else \
Packit 3ff832
	    echo "$$sdir/$$i"; \
Packit 3ff832
	  fi; \
Packit 3ff832
	done >> $(top_builddir)/cscope.files
Packit 3ff832
Packit 3ff832
distclean-tags:
Packit 3ff832
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Packit 3ff832
	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
Packit 3ff832
Packit 3ff832
distdir: $(BUILT_SOURCES)
Packit 3ff832
	$(MAKE) $(AM_MAKEFLAGS) distdir-am
Packit 3ff832
Packit 3ff832
distdir-am: $(DISTFILES)
Packit 3ff832
	$(am__remove_distdir)
Packit 3ff832
	test -d "$(distdir)" || mkdir "$(distdir)"
Packit 3ff832
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit 3ff832
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit 3ff832
	list='$(DISTFILES)'; \
Packit 3ff832
	  dist_files=`for file in $$list; do echo $$file; done | \
Packit 3ff832
	  sed -e "s|^$$srcdirstrip/||;t" \
Packit 3ff832
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
Packit 3ff832
	case $$dist_files in \
Packit 3ff832
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
Packit 3ff832
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
Packit 3ff832
			   sort -u` ;; \
Packit 3ff832
	esac; \
Packit 3ff832
	for file in $$dist_files; do \
Packit 3ff832
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Packit 3ff832
	  if test -d $$d/$$file; then \
Packit 3ff832
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Packit 3ff832
	    if test -d "$(distdir)/$$file"; then \
Packit 3ff832
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit 3ff832
	    fi; \
Packit 3ff832
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Packit 3ff832
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
Packit 3ff832
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit 3ff832
	    fi; \
Packit 3ff832
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
Packit 3ff832
	  else \
Packit 3ff832
	    test -f "$(distdir)/$$file" \
Packit 3ff832
	    || cp -p $$d/$$file "$(distdir)/$$file" \
Packit 3ff832
	    || exit 1; \
Packit 3ff832
	  fi; \
Packit 3ff832
	done
Packit 3ff832
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
Packit 3ff832
	  if test "$$subdir" = .; then :; else \
Packit 3ff832
	    $(am__make_dryrun) \
Packit 3ff832
	      || test -d "$(distdir)/$$subdir" \
Packit 3ff832
	      || $(MKDIR_P) "$(distdir)/$$subdir" \
Packit 3ff832
	      || exit 1; \
Packit 3ff832
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
Packit 3ff832
	    $(am__relativize); \
Packit 3ff832
	    new_distdir=$$reldir; \
Packit 3ff832
	    dir1=$$subdir; dir2="$(top_distdir)"; \
Packit 3ff832
	    $(am__relativize); \
Packit 3ff832
	    new_top_distdir=$$reldir; \
Packit 3ff832
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
Packit 3ff832
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
Packit 3ff832
	    ($(am__cd) $$subdir && \
Packit 3ff832
	      $(MAKE) $(AM_MAKEFLAGS) \
Packit 3ff832
	        top_distdir="$$new_top_distdir" \
Packit 3ff832
	        distdir="$$new_distdir" \
Packit 3ff832
		am__remove_distdir=: \
Packit 3ff832
		am__skip_length_check=: \
Packit 3ff832
		am__skip_mode_fix=: \
Packit 3ff832
	        distdir) \
Packit 3ff832
	      || exit 1; \
Packit 3ff832
	  fi; \
Packit 3ff832
	done
Packit 3ff832
	$(MAKE) $(AM_MAKEFLAGS) \
Packit 3ff832
	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
Packit 3ff832
	  dist-hook
Packit 3ff832
	-test -n "$(am__skip_mode_fix)" \
Packit 3ff832
	|| find "$(distdir)" -type d ! -perm -755 \
Packit 3ff832
		-exec chmod u+rwx,go+rx {} \; -o \
Packit 3ff832
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
Packit 3ff832
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
Packit 3ff832
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
Packit 3ff832
	|| chmod -R a+r "$(distdir)"
Packit 3ff832
dist-gzip: distdir
Packit 3ff832
	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
Packit 3ff832
	$(am__post_remove_distdir)
Packit 3ff832
Packit 3ff832
dist-bzip2: distdir
Packit 3ff832
	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
Packit 3ff832
	$(am__post_remove_distdir)
Packit 3ff832
Packit 3ff832
dist-lzip: distdir
Packit 3ff832
	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
Packit 3ff832
	$(am__post_remove_distdir)
Packit 3ff832
Packit 3ff832
dist-xz: distdir
Packit 3ff832
	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
Packit 3ff832
	$(am__post_remove_distdir)
Packit 3ff832
Packit 3ff832
dist-tarZ: distdir
Packit 3ff832
	@echo WARNING: "Support for distribution archives compressed with" \
Packit 3ff832
		       "legacy program 'compress' is deprecated." >&2
Packit 3ff832
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
Packit 3ff832
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
Packit 3ff832
	$(am__post_remove_distdir)
Packit 3ff832
Packit 3ff832
dist-shar: distdir
Packit 3ff832
	@echo WARNING: "Support for shar distribution archives is" \
Packit 3ff832
	               "deprecated." >&2
Packit 3ff832
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
Packit 3ff832
	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
Packit 3ff832
	$(am__post_remove_distdir)
Packit 3ff832
Packit 3ff832
dist-zip: distdir
Packit 3ff832
	-rm -f $(distdir).zip
Packit 3ff832
	zip -rq $(distdir).zip $(distdir)
Packit 3ff832
	$(am__post_remove_distdir)
Packit 3ff832
Packit 3ff832
dist dist-all:
Packit 3ff832
	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
Packit 3ff832
	$(am__post_remove_distdir)
Packit 3ff832
Packit 3ff832
# This target untars the dist file and tries a VPATH configuration.  Then
Packit 3ff832
# it guarantees that the distribution is self-contained by making another
Packit 3ff832
# tarfile.
Packit 3ff832
distcheck: dist
Packit 3ff832
	case '$(DIST_ARCHIVES)' in \
Packit 3ff832
	*.tar.gz*) \
Packit 3ff832
	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
Packit 3ff832
	*.tar.bz2*) \
Packit 3ff832
	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
Packit 3ff832
	*.tar.lz*) \
Packit 3ff832
	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
Packit 3ff832
	*.tar.xz*) \
Packit 3ff832
	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
Packit 3ff832
	*.tar.Z*) \
Packit 3ff832
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
Packit 3ff832
	*.shar.gz*) \
Packit 3ff832
	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
Packit 3ff832
	*.zip*) \
Packit 3ff832
	  unzip $(distdir).zip ;;\
Packit 3ff832
	esac
Packit 3ff832
	chmod -R a-w $(distdir)
Packit 3ff832
	chmod u+w $(distdir)
Packit 3ff832
	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
Packit 3ff832
	chmod a-w $(distdir)
Packit 3ff832
	test -d $(distdir)/_build || exit 0; \
Packit 3ff832
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
Packit 3ff832
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
Packit 3ff832
	  && am__cwd=`pwd` \
Packit 3ff832
	  && $(am__cd) $(distdir)/_build/sub \
Packit 3ff832
	  && ../../configure \
Packit 3ff832
	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
Packit 3ff832
	    $(DISTCHECK_CONFIGURE_FLAGS) \
Packit 3ff832
	    --srcdir=../.. --prefix="$$dc_install_base" \
Packit 3ff832
	  && $(MAKE) $(AM_MAKEFLAGS) \
Packit 3ff832
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
Packit 3ff832
	  && $(MAKE) $(AM_MAKEFLAGS) check \
Packit 3ff832
	  && $(MAKE) $(AM_MAKEFLAGS) install \
Packit 3ff832
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
Packit 3ff832
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
Packit 3ff832
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
Packit 3ff832
	        distuninstallcheck \
Packit 3ff832
	  && chmod -R a-w "$$dc_install_base" \
Packit 3ff832
	  && ({ \
Packit 3ff832
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
Packit 3ff832
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
Packit 3ff832
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
Packit 3ff832
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
Packit 3ff832
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
Packit 3ff832
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
Packit 3ff832
	  && rm -rf "$$dc_destdir" \
Packit 3ff832
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
Packit 3ff832
	  && rm -rf $(DIST_ARCHIVES) \
Packit 3ff832
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
Packit 3ff832
	  && cd "$$am__cwd" \
Packit 3ff832
	  || exit 1
Packit 3ff832
	$(am__post_remove_distdir)
Packit 3ff832
	@(echo "$(distdir) archives ready for distribution: "; \
Packit 3ff832
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
Packit 3ff832
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
Packit 3ff832
distuninstallcheck:
Packit 3ff832
	@test -n '$(distuninstallcheck_dir)' || { \
Packit 3ff832
	  echo 'ERROR: trying to run $@ with an empty' \
Packit 3ff832
	       '$$(distuninstallcheck_dir)' >&2; \
Packit 3ff832
	  exit 1; \
Packit 3ff832
	}; \
Packit 3ff832
	$(am__cd) '$(distuninstallcheck_dir)' || { \
Packit 3ff832
	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
Packit 3ff832
	  exit 1; \
Packit 3ff832
	}; \
Packit 3ff832
	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
Packit 3ff832
	   || { echo "ERROR: files left after uninstall:" ; \
Packit 3ff832
	        if test -n "$(DESTDIR)"; then \
Packit 3ff832
	          echo "  (check DESTDIR support)"; \
Packit 3ff832
	        fi ; \
Packit 3ff832
	        $(distuninstallcheck_listfiles) ; \
Packit 3ff832
	        exit 1; } >&2
Packit 3ff832
distcleancheck: distclean
Packit 3ff832
	@if test '$(srcdir)' = . ; then \
Packit 3ff832
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
Packit 3ff832
	  exit 1 ; \
Packit 3ff832
	fi
Packit 3ff832
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
Packit 3ff832
	  || { echo "ERROR: files left in build directory after distclean:" ; \
Packit 3ff832
	       $(distcleancheck_listfiles) ; \
Packit 3ff832
	       exit 1; } >&2
Packit 3ff832
check-am: all-am
Packit 3ff832
check: check-recursive
Packit 3ff832
all-am: Makefile $(DATA) config.h
Packit 3ff832
installdirs: installdirs-recursive
Packit 3ff832
installdirs-am:
Packit 3ff832
	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
Packit 3ff832
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
Packit 3ff832
	done
Packit 3ff832
install: install-recursive
Packit 3ff832
install-exec: install-exec-recursive
Packit 3ff832
install-data: install-data-recursive
Packit 3ff832
uninstall: uninstall-recursive
Packit 3ff832
Packit 3ff832
install-am: all-am
Packit 3ff832
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Packit 3ff832
Packit 3ff832
installcheck: installcheck-recursive
Packit 3ff832
install-strip:
Packit 3ff832
	if test -z '$(STRIP)'; then \
Packit 3ff832
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit 3ff832
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit 3ff832
	      install; \
Packit 3ff832
	else \
Packit 3ff832
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit 3ff832
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit 3ff832
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
Packit 3ff832
	fi
Packit 3ff832
mostlyclean-generic:
Packit 3ff832
Packit 3ff832
clean-generic:
Packit 3ff832
Packit 3ff832
distclean-generic:
Packit 3ff832
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Packit 3ff832
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Packit 3ff832
	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
Packit 3ff832
Packit 3ff832
maintainer-clean-generic:
Packit 3ff832
	@echo "This command is intended for maintainers to use"
Packit 3ff832
	@echo "it deletes files that may require special tools to rebuild."
Packit 3ff832
	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
Packit 3ff832
clean: clean-recursive
Packit 3ff832
Packit 3ff832
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
Packit 3ff832
Packit 3ff832
distclean: distclean-recursive
Packit 3ff832
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
Packit 3ff832
	-rm -f Makefile
Packit 3ff832
distclean-am: clean-am distclean-generic distclean-hdr \
Packit 3ff832
	distclean-libtool distclean-local distclean-tags
Packit 3ff832
Packit 3ff832
dvi: dvi-recursive
Packit 3ff832
Packit 3ff832
dvi-am:
Packit 3ff832
Packit 3ff832
html: html-recursive
Packit 3ff832
Packit 3ff832
html-am:
Packit 3ff832
Packit 3ff832
info: info-recursive
Packit 3ff832
Packit 3ff832
info-am:
Packit 3ff832
Packit 3ff832
install-data-am: install-pkgconfigDATA
Packit 3ff832
	@$(NORMAL_INSTALL)
Packit 3ff832
	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
Packit 3ff832
install-dvi: install-dvi-recursive
Packit 3ff832
Packit 3ff832
install-dvi-am:
Packit 3ff832
Packit 3ff832
install-exec-am:
Packit 3ff832
Packit 3ff832
install-html: install-html-recursive
Packit 3ff832
Packit 3ff832
install-html-am:
Packit 3ff832
Packit 3ff832
install-info: install-info-recursive
Packit 3ff832
Packit 3ff832
install-info-am:
Packit 3ff832
Packit 3ff832
install-man:
Packit 3ff832
Packit 3ff832
install-pdf: install-pdf-recursive
Packit 3ff832
Packit 3ff832
install-pdf-am:
Packit 3ff832
Packit 3ff832
install-ps: install-ps-recursive
Packit 3ff832
Packit 3ff832
install-ps-am:
Packit 3ff832
Packit 3ff832
installcheck-am:
Packit 3ff832
Packit 3ff832
maintainer-clean: maintainer-clean-recursive
Packit 3ff832
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
Packit 3ff832
	-rm -rf $(top_srcdir)/autom4te.cache
Packit 3ff832
	-rm -f Makefile
Packit 3ff832
maintainer-clean-am: distclean-am maintainer-clean-generic
Packit 3ff832
Packit 3ff832
mostlyclean: mostlyclean-recursive
Packit 3ff832
Packit 3ff832
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
Packit 3ff832
Packit 3ff832
pdf: pdf-recursive
Packit 3ff832
Packit 3ff832
pdf-am:
Packit 3ff832
Packit 3ff832
ps: ps-recursive
Packit 3ff832
Packit 3ff832
ps-am:
Packit 3ff832
Packit 3ff832
uninstall-am: uninstall-pkgconfigDATA
Packit 3ff832
Packit 3ff832
.MAKE: $(am__recursive_targets) all install-am install-data-am \
Packit 3ff832
	install-strip
Packit 3ff832
Packit 3ff832
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
Packit 3ff832
	am--refresh check check-am clean clean-cscope clean-generic \
Packit 3ff832
	clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
Packit 3ff832
	dist dist-all dist-bzip2 dist-gzip dist-hook dist-lzip \
Packit 3ff832
	dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
Packit 3ff832
	distclean-generic distclean-hdr distclean-libtool \
Packit 3ff832
	distclean-local distclean-tags distcleancheck distdir \
Packit 3ff832
	distuninstallcheck dvi dvi-am html html-am info info-am \
Packit 3ff832
	install install-am install-data install-data-am \
Packit 3ff832
	install-data-hook install-dvi install-dvi-am install-exec \
Packit 3ff832
	install-exec-am install-html install-html-am install-info \
Packit 3ff832
	install-info-am install-man install-pdf install-pdf-am \
Packit 3ff832
	install-pkgconfigDATA install-ps install-ps-am install-strip \
Packit 3ff832
	installcheck installcheck-am installdirs installdirs-am \
Packit 3ff832
	maintainer-clean maintainer-clean-generic mostlyclean \
Packit 3ff832
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
Packit 3ff832
	tags tags-am uninstall uninstall-am uninstall-pkgconfigDATA
Packit 3ff832
Packit 3ff832
.PRECIOUS: Makefile
Packit 3ff832
Packit 3ff832
Packit 3ff832
install-data-hook:
Packit 3ff832
	$(MKDIR_P) $(DESTDIR)${pkgdatadir}/engine
Packit 3ff832
Packit 3ff832
dist-hook:
Packit 3ff832
	if test -d .git ; then \
Packit 3ff832
		git log --name-status --date=iso > $(distdir)/ChangeLog ; \
Packit 3ff832
		IBUS_PREV_MICRO_VERSION=`expr $(IBUS_MICRO_VERSION) - 1`; \
Packit 3ff832
		IBUS_PREV_VERSION=\
Packit 3ff832
"$(IBUS_MAJOR_VERSION).$(IBUS_MINOR_VERSION).$$IBUS_PREV_MICRO_VERSION"; \
Packit 3ff832
		echo "Changes in IBus $(IBUS_VERSION)" > $(distdir)/NEWS; \
Packit 3ff832
		echo "" >> $(distdir)/NEWS; \
Packit 3ff832
		git log $$IBUS_PREV_VERSION...$(IBUS_VERSION) --reverse \
Packit 3ff832
		        --pretty=format:'%s (%an) %h' >> $(distdir)/NEWS; \
Packit 3ff832
	fi
Packit 3ff832
Packit 3ff832
distclean-local:
Packit 3ff832
	if test "x$(srcdir)" = "x."; then :; else \
Packit 3ff832
		rm -f ChangeLog; \
Packit 3ff832
		rm -f NEWS; \
Packit 3ff832
	fi
Packit 3ff832
Packit 3ff832
rpm: dist @PACKAGE_NAME@.spec
Packit 3ff832
	rpmbuild -bb \
Packit 3ff832
			--define "_sourcedir `pwd`" \
Packit 3ff832
			--define "_builddir `pwd`/rpm" \
Packit 3ff832
			--define "_srcrpmdir `pwd`/rpm" \
Packit 3ff832
			--define "_rpmdir `pwd`"/rpm \
Packit 3ff832
			--define "_specdir `pwd`/rpm" \
Packit 3ff832
			@PACKAGE_NAME@.spec
Packit 3ff832
Packit 3ff832
srpm: dist @PACKAGE_NAME@.spec
Packit 3ff832
	rpmbuild -bs \
Packit 3ff832
			--define "_sourcedir `pwd`" \
Packit 3ff832
			--define "_builddir `pwd`/rpm" \
Packit 3ff832
			--define "_srcrpmdir `pwd`/rpm" \
Packit 3ff832
			--define "_rpmdir `pwd`/rpm" \
Packit 3ff832
			--define "_specdir `pwd`/rpm" \
Packit 3ff832
			@PACKAGE_NAME@.spec
Packit 3ff832
Packit 3ff832
clean-rpm:
Packit 3ff832
	$(RM) -r "`uname -i`"
Packit 3ff832
Packit 3ff832
clean-local: clean-rpm
Packit 3ff832
Packit 3ff832
git-tag:
Packit 3ff832
	git tag -s @PACKAGE_VERSION@
Packit 3ff832
Packit 3ff832
git-clean-tree:
Packit 3ff832
	git clean -d -f -x
Packit 3ff832
Packit 3ff832
-include $(top_srcdir)/git.mk
Packit 3ff832
Packit 3ff832
# Tell versions [3.59,3.63) of GNU make to not export all variables.
Packit 3ff832
# Otherwise a system limit (for SysV at least) may be exceeded.
Packit 3ff832
.NOEXPORT: