~ubuntu-branches/ubuntu/quantal/ibus/quantal

« back to all changes in this revision

Viewing changes to util/IMdkit/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Barry Warsaw
  • Date: 2011-08-11 17:00:57 UTC
  • mfrom: (6.2.14 sid)
  • Revision ID: james.westby@ubuntu.com-20110811170057-6dmbfs4s3cchzl7x
Tags: 1.3.99.20110419-1ubuntu1
* Merge with Debian unstable.  Remaining Ubuntu changes:
  - Indicator support:
    + Add 05_appindicator.patch: Use an indicator rather than a notification
      icon.
    + debian/control: Recommend python-appindicator.
  - debian/control: Install im-switch instead of im-config by default.
  - debian/README.source: Removed, it was outdated and no longer correct
  - debian/patches/01_ubuntu_desktop: Fix "Desktop entry needs the
    X-Ubuntu-Gettext-Domain key"  (LP: #457632)
  - debian/patches/02_title_update.patch: Rename "IBus Preferences" to
    "Keyboard Input Methods"
  - debian/patches/06_locale_parser.patch: Cherry-picked from upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
62
62
        $(srcdir)/Makefile.in
63
63
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
64
 
am__aclocal_m4_deps = $(top_srcdir)/m4/as-version.m4 \
65
 
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
 
64
am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
 
65
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/introspection.m4 \
66
66
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
67
67
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
68
68
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
142
142
CXXFLAGS = @CXXFLAGS@
143
143
CYGPATH_W = @CYGPATH_W@
144
144
DATADIRNAME = @DATADIRNAME@
145
 
DATE_DISPLAY = @DATE_DISPLAY@
146
145
DBUS_CFLAGS = @DBUS_CFLAGS@
147
146
DBUS_LIBS = @DBUS_LIBS@
148
147
DBUS_PYTHON_CFLAGS = @DBUS_PYTHON_CFLAGS@
194
193
GTKDOC_MKPDF = @GTKDOC_MKPDF@
195
194
GTKDOC_REBASE = @GTKDOC_REBASE@
196
195
HTML_DIR = @HTML_DIR@
 
196
IBUS_API_VERSION = @IBUS_API_VERSION@
197
197
IBUS_GIR_SCANNERFLAGS = @IBUS_GIR_SCANNERFLAGS@
 
198
IBUS_ICON_KEYBOARD = @IBUS_ICON_KEYBOARD@
 
199
IBUS_MAJOR_VERSION = @IBUS_MAJOR_VERSION@
 
200
IBUS_MICRO_VERSION = @IBUS_MICRO_VERSION@
 
201
IBUS_MINOR_VERSION = @IBUS_MINOR_VERSION@
198
202
INSTALL = @INSTALL@
199
203
INSTALL_DATA = @INSTALL_DATA@
200
204
INSTALL_PROGRAM = @INSTALL_PROGRAM@
246
250
PACKAGE_TARNAME = @PACKAGE_TARNAME@
247
251
PACKAGE_URL = @PACKAGE_URL@
248
252
PACKAGE_VERSION = @PACKAGE_VERSION@
249
 
PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
250
 
PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
251
 
PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
252
 
PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@
253
 
PACKAGE_VERSION_RELEASE = @PACKAGE_VERSION_RELEASE@
254
253
PATH_SEPARATOR = @PATH_SEPARATOR@
255
254
PKG_CONFIG = @PKG_CONFIG@
256
255
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
754
753
        pdf pdf-am ps ps-am tags uninstall uninstall-am
755
754
 
756
755
 
 
756
-include $(top_srcdir)/git.mk
 
757
 
757
758
# Tell versions [3.59,3.63) of GNU make to not export all variables.
758
759
# Otherwise a system limit (for SysV at least) may be exceeded.
759
760
.NOEXPORT: