Imported Upstream version 1.5.4
[platform/upstream/ibus.git] / Makefile.in
1 # Makefile.in generated by automake 1.13.4 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # vim:set noet ts=4:
18 #
19 # ibus - The Input Bus
20 #
21 # Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
22 # Copyright (c) 2007-2010 Red Hat, Inc.
23 #
24 # This library is free software; you can redistribute it and/or
25 # modify it under the terms of the GNU Lesser General Public
26 # License as published by the Free Software Foundation; either
27 # version 2.1 of the License, or (at your option) any later version.
28 #
29 # This library is distributed in the hope that it will be useful,
30 # but WITHOUT ANY WARRANTY; without even the implied warranty of
31 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
32 # Lesser General Public License for more details.
33 #
34 # You should have received a copy of the GNU Lesser General Public
35 # License along with this library; if not, write to the Free Software
36 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
37 # USA
38
39 VPATH = @srcdir@
40 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
41 am__make_running_with_option = \
42   case $${target_option-} in \
43       ?) ;; \
44       *) echo "am__make_running_with_option: internal error: invalid" \
45               "target option '$${target_option-}' specified" >&2; \
46          exit 1;; \
47   esac; \
48   has_opt=no; \
49   sane_makeflags=$$MAKEFLAGS; \
50   if $(am__is_gnu_make); then \
51     sane_makeflags=$$MFLAGS; \
52   else \
53     case $$MAKEFLAGS in \
54       *\\[\ \   ]*) \
55         bs=\\; \
56         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
57           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
58     esac; \
59   fi; \
60   skip_next=no; \
61   strip_trailopt () \
62   { \
63     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
64   }; \
65   for flg in $$sane_makeflags; do \
66     test $$skip_next = yes && { skip_next=no; continue; }; \
67     case $$flg in \
68       *=*|--*) continue;; \
69         -*I) strip_trailopt 'I'; skip_next=yes;; \
70       -*I?*) strip_trailopt 'I';; \
71         -*O) strip_trailopt 'O'; skip_next=yes;; \
72       -*O?*) strip_trailopt 'O';; \
73         -*l) strip_trailopt 'l'; skip_next=yes;; \
74       -*l?*) strip_trailopt 'l';; \
75       -[dEDm]) skip_next=yes;; \
76       -[JT]) skip_next=yes;; \
77     esac; \
78     case $$flg in \
79       *$$target_option*) has_opt=yes; break;; \
80     esac; \
81   done; \
82   test $$has_opt = yes
83 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
84 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
85 pkgdatadir = $(datadir)/@PACKAGE@
86 pkgincludedir = $(includedir)/@PACKAGE@
87 pkglibdir = $(libdir)/@PACKAGE@
88 pkglibexecdir = $(libexecdir)/@PACKAGE@
89 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
90 install_sh_DATA = $(install_sh) -c -m 644
91 install_sh_PROGRAM = $(install_sh) -c
92 install_sh_SCRIPT = $(install_sh) -c
93 INSTALL_HEADER = $(INSTALL_DATA)
94 transform = $(program_transform_name)
95 NORMAL_INSTALL = :
96 PRE_INSTALL = :
97 POST_INSTALL = :
98 NORMAL_UNINSTALL = :
99 PRE_UNINSTALL = :
100 POST_UNINSTALL = :
101 build_triplet = @build@
102 host_triplet = @host@
103 subdir = .
104 DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
105         $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
106         $(top_srcdir)/configure $(am__configure_deps) \
107         $(srcdir)/config.h.in $(srcdir)/ibus-1.0.pc.in \
108         $(srcdir)/ibus.spec.in COPYING compile config.guess config.sub \
109         install-sh missing ltmain.sh
110 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
111 am__aclocal_m4_deps = $(top_srcdir)/m4/gconf-2.m4 \
112         $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
113         $(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/libtool.m4 \
114         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
115         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
116         $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac
117 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
118         $(ACLOCAL_M4)
119 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
120  configure.lineno config.status.lineno
121 mkinstalldirs = $(install_sh) -d
122 CONFIG_HEADER = config.h
123 CONFIG_CLEAN_FILES = ibus-1.0.pc ibus.spec
124 CONFIG_CLEAN_VPATH_FILES =
125 AM_V_P = $(am__v_P_@AM_V@)
126 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
127 am__v_P_0 = false
128 am__v_P_1 = :
129 AM_V_GEN = $(am__v_GEN_@AM_V@)
130 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
131 am__v_GEN_0 = @echo "  GEN     " $@;
132 am__v_GEN_1 = 
133 AM_V_at = $(am__v_at_@AM_V@)
134 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
135 am__v_at_0 = @
136 am__v_at_1 = 
137 SOURCES =
138 DIST_SOURCES =
139 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
140         ctags-recursive dvi-recursive html-recursive info-recursive \
141         install-data-recursive install-dvi-recursive \
142         install-exec-recursive install-html-recursive \
143         install-info-recursive install-pdf-recursive \
144         install-ps-recursive install-recursive installcheck-recursive \
145         installdirs-recursive pdf-recursive ps-recursive \
146         tags-recursive uninstall-recursive
147 am__can_run_installinfo = \
148   case $$AM_UPDATE_INFO_DIR in \
149     n|no|NO) false;; \
150     *) (install-info --version) >/dev/null 2>&1;; \
151   esac
152 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
153 am__vpath_adj = case $$p in \
154     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
155     *) f=$$p;; \
156   esac;
157 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
158 am__install_max = 40
159 am__nobase_strip_setup = \
160   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
161 am__nobase_strip = \
162   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
163 am__nobase_list = $(am__nobase_strip_setup); \
164   for p in $$list; do echo "$$p $$p"; done | \
165   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
166   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
167     if (++n[$$2] == $(am__install_max)) \
168       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
169     END { for (dir in files) print dir, files[dir] }'
170 am__base_list = \
171   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
172   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
173 am__uninstall_files_from_dir = { \
174   test -z "$$files" \
175     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
176     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
177          $(am__cd) "$$dir" && rm -f $$files; }; \
178   }
179 am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
180 DATA = $(pkgconfig_DATA)
181 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
182   distclean-recursive maintainer-clean-recursive
183 am__recursive_targets = \
184   $(RECURSIVE_TARGETS) \
185   $(RECURSIVE_CLEAN_TARGETS) \
186   $(am__extra_recursive_targets)
187 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
188         cscope distdir dist dist-all distcheck
189 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
190         $(LISP)config.h.in
191 # Read a list of newline-separated strings from the standard input,
192 # and print each of them once, without duplicates.  Input order is
193 # *not* preserved.
194 am__uniquify_input = $(AWK) '\
195   BEGIN { nonempty = 0; } \
196   { items[$$0] = 1; nonempty = 1; } \
197   END { if (nonempty) { for (i in items) print i; }; } \
198 '
199 # Make sure the list of sources is unique.  This is necessary because,
200 # e.g., the same source file might be shared among _SOURCES variables
201 # for different programs/libraries.
202 am__define_uniq_tagged_files = \
203   list='$(am__tagged_files)'; \
204   unique=`for i in $$list; do \
205     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
206   done | $(am__uniquify_input)`
207 ETAGS = etags
208 CTAGS = ctags
209 CSCOPE = cscope
210 DIST_SUBDIRS = src bindings util conf client tools data m4 po docs \
211         engine ui bus ibus setup
212 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
213 distdir = $(PACKAGE)-$(VERSION)
214 top_distdir = $(distdir)
215 am__remove_distdir = \
216   if test -d "$(distdir)"; then \
217     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
218       && rm -rf "$(distdir)" \
219       || { sleep 5 && rm -rf "$(distdir)"; }; \
220   else :; fi
221 am__post_remove_distdir = $(am__remove_distdir)
222 am__relativize = \
223   dir0=`pwd`; \
224   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
225   sed_rest='s,^[^/]*/*,,'; \
226   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
227   sed_butlast='s,/*[^/]*$$,,'; \
228   while test -n "$$dir1"; do \
229     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
230     if test "$$first" != "."; then \
231       if test "$$first" = ".."; then \
232         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
233         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
234       else \
235         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
236         if test "$$first2" = "$$first"; then \
237           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
238         else \
239           dir2="../$$dir2"; \
240         fi; \
241         dir0="$$dir0"/"$$first"; \
242       fi; \
243     fi; \
244     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
245   done; \
246   reldir="$$dir2"
247 DIST_ARCHIVES = $(distdir).tar.gz
248 GZIP_ENV = --best
249 DIST_TARGETS = dist-gzip
250 distuninstallcheck_listfiles = find . -type f -print
251 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
252   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
253 distcleancheck_listfiles = find . -type f -print
254 ACLOCAL = @ACLOCAL@
255 ALL_LINGUAS = @ALL_LINGUAS@
256 AMTAR = @AMTAR@
257 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
258 AR = @AR@
259 AUTOCONF = @AUTOCONF@
260 AUTOHEADER = @AUTOHEADER@
261 AUTOMAKE = @AUTOMAKE@
262 AWK = @AWK@
263 CATALOGS = @CATALOGS@
264 CATOBJEXT = @CATOBJEXT@
265 CC = @CC@
266 CCDEPMODE = @CCDEPMODE@
267 CFLAGS = @CFLAGS@
268 CPP = @CPP@
269 CPPFLAGS = @CPPFLAGS@
270 CYGPATH_W = @CYGPATH_W@
271 DATADIRNAME = @DATADIRNAME@
272 DATE_DISPLAY = @DATE_DISPLAY@
273 DBUS_CFLAGS = @DBUS_CFLAGS@
274 DBUS_LIBS = @DBUS_LIBS@
275 DBUS_PYTHON_CFLAGS = @DBUS_PYTHON_CFLAGS@
276 DBUS_PYTHON_LIBS = @DBUS_PYTHON_LIBS@
277 DCONF_CFLAGS = @DCONF_CFLAGS@
278 DCONF_LIBS = @DCONF_LIBS@
279 DEFS = @DEFS@
280 DEPDIR = @DEPDIR@
281 DLLTOOL = @DLLTOOL@
282 DSYMUTIL = @DSYMUTIL@
283 DUMPBIN = @DUMPBIN@
284 ECHO_C = @ECHO_C@
285 ECHO_N = @ECHO_N@
286 ECHO_T = @ECHO_T@
287 EGREP = @EGREP@
288 ENV_IBUS_TEST = @ENV_IBUS_TEST@
289 EXEEXT = @EXEEXT@
290 FGREP = @FGREP@
291 GCONFTOOL = @GCONFTOOL@
292 GCONF_CFLAGS = @GCONF_CFLAGS@
293 GCONF_LIBS = @GCONF_LIBS@
294 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
295 GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
296 GDK2_CFLAGS = @GDK2_CFLAGS@
297 GDK2_LIBS = @GDK2_LIBS@
298 GDK3_CFLAGS = @GDK3_CFLAGS@
299 GDK3_LIBS = @GDK3_LIBS@
300 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
301 GIO2_CFLAGS = @GIO2_CFLAGS@
302 GIO2_LIBS = @GIO2_LIBS@
303 GLIB2_CFLAGS = @GLIB2_CFLAGS@
304 GLIB2_LIBS = @GLIB2_LIBS@
305 GLIB_CFLAGS = @GLIB_CFLAGS@
306 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
307 GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
308 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
309 GLIB_LIBS = @GLIB_LIBS@
310 GLIB_LOCALE_DIR = @GLIB_LOCALE_DIR@
311 GLIB_MKENUMS = @GLIB_MKENUMS@
312 GMOFILES = @GMOFILES@
313 GMSGFMT = @GMSGFMT@
314 GOBJECT2_CFLAGS = @GOBJECT2_CFLAGS@
315 GOBJECT2_LIBS = @GOBJECT2_LIBS@
316 GOBJECT_QUERY = @GOBJECT_QUERY@
317 GREP = @GREP@
318 GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
319 GSETTINGS_SCHEMA_CONVERT = @GSETTINGS_SCHEMA_CONVERT@
320 GTHREAD2_CFLAGS = @GTHREAD2_CFLAGS@
321 GTHREAD2_LIBS = @GTHREAD2_LIBS@
322 GTK2_CFLAGS = @GTK2_CFLAGS@
323 GTK2_IM_MODULEDIR = @GTK2_IM_MODULEDIR@
324 GTK2_LIBS = @GTK2_LIBS@
325 GTK3_CFLAGS = @GTK3_CFLAGS@
326 GTK3_IM_MODULEDIR = @GTK3_IM_MODULEDIR@
327 GTK3_LIBS = @GTK3_LIBS@
328 GTKDOC_CHECK = @GTKDOC_CHECK@
329 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
330 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
331 GTKDOC_MKPDF = @GTKDOC_MKPDF@
332 GTKDOC_REBASE = @GTKDOC_REBASE@
333 HTML_DIR = @HTML_DIR@
334 IBUS_ABI_AGE = @IBUS_ABI_AGE@
335 IBUS_ABI_CURRENT = @IBUS_ABI_CURRENT@
336 IBUS_ABI_REVISION = @IBUS_ABI_REVISION@
337 IBUS_API_VERSION = @IBUS_API_VERSION@
338 IBUS_BINARY_VERSION = @IBUS_BINARY_VERSION@
339 IBUS_GIR_SCANNERFLAGS = @IBUS_GIR_SCANNERFLAGS@
340 IBUS_ICON_KEYBOARD = @IBUS_ICON_KEYBOARD@
341 IBUS_MAJOR_VERSION = @IBUS_MAJOR_VERSION@
342 IBUS_MICRO_VERSION = @IBUS_MICRO_VERSION@
343 IBUS_MINOR_VERSION = @IBUS_MINOR_VERSION@
344 IBUS_VERSION = @IBUS_VERSION@
345 INSTALL = @INSTALL@
346 INSTALL_DATA = @INSTALL_DATA@
347 INSTALL_PROGRAM = @INSTALL_PROGRAM@
348 INSTALL_SCRIPT = @INSTALL_SCRIPT@
349 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
350 INSTOBJEXT = @INSTOBJEXT@
351 INTLLIBS = @INTLLIBS@
352 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
353 INTLTOOL_MERGE = @INTLTOOL_MERGE@
354 INTLTOOL_PERL = @INTLTOOL_PERL@
355 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
356 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
357 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
358 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
359 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
360 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
361 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
362 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
363 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
364 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
365 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
366 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
367 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
368 ISOCODES_CFLAGS = @ISOCODES_CFLAGS@
369 ISOCODES_LIBS = @ISOCODES_LIBS@
370 ISOCODES_PREFIX = @ISOCODES_PREFIX@
371 LD = @LD@
372 LDFLAGS = @LDFLAGS@
373 LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
374 LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
375 LIBOBJS = @LIBOBJS@
376 LIBS = @LIBS@
377 LIBTOOL = @LIBTOOL@
378 LIPO = @LIPO@
379 LN_S = @LN_S@
380 LTLIBOBJS = @LTLIBOBJS@
381 LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
382 LT_VERSION_INFO = @LT_VERSION_INFO@
383 MAINT = @MAINT@
384 MAKEINFO = @MAKEINFO@
385 MANIFEST_TOOL = @MANIFEST_TOOL@
386 MKDIR_P = @MKDIR_P@
387 MKINSTALLDIRS = @MKINSTALLDIRS@
388 MSGFMT = @MSGFMT@
389 MSGFMT_OPTS = @MSGFMT_OPTS@
390 MSGMERGE = @MSGMERGE@
391 NM = @NM@
392 NMEDIT = @NMEDIT@
393 OBJDUMP = @OBJDUMP@
394 OBJEXT = @OBJEXT@
395 OTOOL = @OTOOL@
396 OTOOL64 = @OTOOL64@
397 PACKAGE = @PACKAGE@
398 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
399 PACKAGE_NAME = @PACKAGE_NAME@
400 PACKAGE_STRING = @PACKAGE_STRING@
401 PACKAGE_TARNAME = @PACKAGE_TARNAME@
402 PACKAGE_URL = @PACKAGE_URL@
403 PACKAGE_VERSION = @PACKAGE_VERSION@
404 PATH_SEPARATOR = @PATH_SEPARATOR@
405 PKG_CONFIG = @PKG_CONFIG@
406 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
407 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
408 POFILES = @POFILES@
409 POSUB = @POSUB@
410 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
411 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
412 PYTHON = @PYTHON@
413 PYTHON_CFLAGS = @PYTHON_CFLAGS@
414 PYTHON_CONFIG = @PYTHON_CONFIG@
415 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
416 PYTHON_INCLUDES = @PYTHON_INCLUDES@
417 PYTHON_LIBS = @PYTHON_LIBS@
418 PYTHON_PLATFORM = @PYTHON_PLATFORM@
419 PYTHON_PREFIX = @PYTHON_PREFIX@
420 PYTHON_VERSION = @PYTHON_VERSION@
421 RANLIB = @RANLIB@
422 SED = @SED@
423 SET_MAKE = @SET_MAKE@
424 SHELL = @SHELL@
425 STRIP = @STRIP@
426 USE_NLS = @USE_NLS@
427 VALAC = @VALAC@
428 VALA_TARGET_GLIB_VERSION = @VALA_TARGET_GLIB_VERSION@
429 VAPIGEN = @VAPIGEN@
430 VAPIGEN_MAKEFILE = @VAPIGEN_MAKEFILE@
431 VAPIGEN_VAPIDIR = @VAPIGEN_VAPIDIR@
432 VERSION = @VERSION@
433 WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
434 WAYLAND_LIBS = @WAYLAND_LIBS@
435 X11_CFLAGS = @X11_CFLAGS@
436 X11_LIBS = @X11_LIBS@
437 XGETTEXT = @XGETTEXT@
438 abs_builddir = @abs_builddir@
439 abs_srcdir = @abs_srcdir@
440 abs_top_builddir = @abs_top_builddir@
441 abs_top_srcdir = @abs_top_srcdir@
442 ac_ct_AR = @ac_ct_AR@
443 ac_ct_CC = @ac_ct_CC@
444 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
445 am__include = @am__include@
446 am__leading_dot = @am__leading_dot@
447 am__quote = @am__quote@
448 am__tar = @am__tar@
449 am__untar = @am__untar@
450 bindir = @bindir@
451 build = @build@
452 build_alias = @build_alias@
453 build_cpu = @build_cpu@
454 build_os = @build_os@
455 build_vendor = @build_vendor@
456 builddir = @builddir@
457 datadir = @datadir@
458 datarootdir = @datarootdir@
459 docdir = @docdir@
460 dvidir = @dvidir@
461 exec_prefix = @exec_prefix@
462 gsettingsschemadir = @gsettingsschemadir@
463 host = @host@
464 host_alias = @host_alias@
465 host_cpu = @host_cpu@
466 host_os = @host_os@
467 host_vendor = @host_vendor@
468 htmldir = @htmldir@
469 includedir = @includedir@
470 infodir = @infodir@
471 install_sh = @install_sh@
472 intltool__v_merge_options_ = @intltool__v_merge_options_@
473 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
474 libdir = @libdir@
475 libexecdir = @libexecdir@
476 localedir = @localedir@
477 localstatedir = @localstatedir@
478 mandir = @mandir@
479 mkdir_p = @mkdir_p@
480 oldincludedir = @oldincludedir@
481 pdfdir = @pdfdir@
482 pkgpyexecdir = @pkgpyexecdir@
483 pkgpythondir = @pkgpythondir@
484 prefix = @prefix@
485 program_transform_name = @program_transform_name@
486 psdir = @psdir@
487 pyexecdir = @pyexecdir@
488 pyoverridesdir = @pyoverridesdir@
489 pythondir = @pythondir@
490 sbindir = @sbindir@
491 sharedstatedir = @sharedstatedir@
492 srcdir = @srcdir@
493 sysconfdir = @sysconfdir@
494 target_alias = @target_alias@
495 top_build_prefix = @top_build_prefix@
496 top_builddir = @top_builddir@
497 top_srcdir = @top_srcdir@
498 NULL = 
499 @ENABLE_UI_TRUE@UI_DIR = ui
500 @ENABLE_ENGINE_TRUE@ENGINE_DIR = engine
501 @ENABLE_SETUP_TRUE@SETUP_DIR = setup
502 @ENABLE_PYTHON_LIBRARY_TRUE@PYTHON_LIB_DIRS = ibus
503 @ENABLE_DAEMON_TRUE@DAEMON_DIR = \
504 @ENABLE_DAEMON_TRUE@    bus \
505 @ENABLE_DAEMON_TRUE@    $(NULL)
506
507 SUBDIRS = \
508         src \
509         bindings \
510         util \
511         conf \
512         client \
513         tools \
514         data \
515         m4 \
516         po \
517         docs \
518         $(ENGINE_DIR) \
519         $(UI_DIR) \
520         $(DAEMON_DIR) \
521         $(PYTHON_LIB_DIRS) \
522         $(SETUP_DIR) \
523         $(NULL)
524
525 ACLOCAL_AMFLAGS = -I m4
526 pkgconfigdir = $(libdir)/pkgconfig
527 pkgconfig_DATA = ibus-@IBUS_API_VERSION@.pc
528 ibus_pc_in = ibus-@IBUS_API_VERSION@.pc.in
529 EXTRA_DIST = \
530         autogen.sh \
531         $(ibus_pc_in) \
532         ibus.spec.in \
533         python-config.py \
534         xinput-ibus \
535         $(NULL)
536
537 noinst_DIST = \
538         $(NULL)
539
540 DISTCLEANFILES = \
541         po/stamp-it \
542         $(NULL)
543
544 DISTCHECK_CONFIGURE_FLAGS = \
545         --enable-gtk-doc \
546         --disable-schemas-install \
547         --disable-introspection \
548         $(NULL)
549
550 MAINTAINERCLEANFILES = \
551         $(srcdir)/ChangeLog \
552         $(NULL)
553
554 GITIGNOREFILES = \
555         INSTALL \
556         aclocal.m4 \
557         compile \
558         config.guess \
559         config.h.in \
560         config.sub \
561         depcomp \
562         gtk-doc.make \
563         install-sh \
564         ltmain.sh \
565         missing \
566         mkinstalldirs \
567         py-compile \
568         stamp-h* \
569         $(NULL)
570
571 all: config.h
572         $(MAKE) $(AM_MAKEFLAGS) all-recursive
573
574 .SUFFIXES:
575 am--refresh: Makefile
576         @:
577 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
578         @for dep in $?; do \
579           case '$(am__configure_deps)' in \
580             *$$dep*) \
581               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
582               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
583                 && exit 0; \
584               exit 1;; \
585           esac; \
586         done; \
587         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
588         $(am__cd) $(top_srcdir) && \
589           $(AUTOMAKE) --gnu Makefile
590 .PRECIOUS: Makefile
591 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
592         @case '$?' in \
593           *config.status*) \
594             echo ' $(SHELL) ./config.status'; \
595             $(SHELL) ./config.status;; \
596           *) \
597             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
598             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
599         esac;
600
601 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
602         $(SHELL) ./config.status --recheck
603
604 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
605         $(am__cd) $(srcdir) && $(AUTOCONF)
606 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
607         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
608 $(am__aclocal_m4_deps):
609
610 config.h: stamp-h1
611         @if test ! -f $@; then rm -f stamp-h1; else :; fi
612         @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
613
614 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
615         @rm -f stamp-h1
616         cd $(top_builddir) && $(SHELL) ./config.status config.h
617 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
618         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
619         rm -f stamp-h1
620         touch $@
621
622 distclean-hdr:
623         -rm -f config.h stamp-h1
624 ibus-1.0.pc: $(top_builddir)/config.status $(srcdir)/ibus-1.0.pc.in
625         cd $(top_builddir) && $(SHELL) ./config.status $@
626 ibus.spec: $(top_builddir)/config.status $(srcdir)/ibus.spec.in
627         cd $(top_builddir) && $(SHELL) ./config.status $@
628
629 mostlyclean-libtool:
630         -rm -f *.lo
631
632 clean-libtool:
633         -rm -rf .libs _libs
634
635 distclean-libtool:
636         -rm -f libtool config.lt
637 install-pkgconfigDATA: $(pkgconfig_DATA)
638         @$(NORMAL_INSTALL)
639         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
640         if test -n "$$list"; then \
641           echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
642           $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
643         fi; \
644         for p in $$list; do \
645           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
646           echo "$$d$$p"; \
647         done | $(am__base_list) | \
648         while read files; do \
649           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
650           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
651         done
652
653 uninstall-pkgconfigDATA:
654         @$(NORMAL_UNINSTALL)
655         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
656         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
657         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
658
659 # This directory's subdirectories are mostly independent; you can cd
660 # into them and run 'make' without going through this Makefile.
661 # To change the values of 'make' variables: instead of editing Makefiles,
662 # (1) if the variable is set in 'config.status', edit 'config.status'
663 #     (which will cause the Makefiles to be regenerated when you run 'make');
664 # (2) otherwise, pass the desired values on the 'make' command line.
665 $(am__recursive_targets):
666         @fail=; \
667         if $(am__make_keepgoing); then \
668           failcom='fail=yes'; \
669         else \
670           failcom='exit 1'; \
671         fi; \
672         dot_seen=no; \
673         target=`echo $@ | sed s/-recursive//`; \
674         case "$@" in \
675           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
676           *) list='$(SUBDIRS)' ;; \
677         esac; \
678         for subdir in $$list; do \
679           echo "Making $$target in $$subdir"; \
680           if test "$$subdir" = "."; then \
681             dot_seen=yes; \
682             local_target="$$target-am"; \
683           else \
684             local_target="$$target"; \
685           fi; \
686           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
687           || eval $$failcom; \
688         done; \
689         if test "$$dot_seen" = "no"; then \
690           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
691         fi; test -z "$$fail"
692
693 ID: $(am__tagged_files)
694         $(am__define_uniq_tagged_files); mkid -fID $$unique
695 tags: tags-recursive
696 TAGS: tags
697
698 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
699         set x; \
700         here=`pwd`; \
701         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
702           include_option=--etags-include; \
703           empty_fix=.; \
704         else \
705           include_option=--include; \
706           empty_fix=; \
707         fi; \
708         list='$(SUBDIRS)'; for subdir in $$list; do \
709           if test "$$subdir" = .; then :; else \
710             test ! -f $$subdir/TAGS || \
711               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
712           fi; \
713         done; \
714         $(am__define_uniq_tagged_files); \
715         shift; \
716         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
717           test -n "$$unique" || unique=$$empty_fix; \
718           if test $$# -gt 0; then \
719             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
720               "$$@" $$unique; \
721           else \
722             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
723               $$unique; \
724           fi; \
725         fi
726 ctags: ctags-recursive
727
728 CTAGS: ctags
729 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
730         $(am__define_uniq_tagged_files); \
731         test -z "$(CTAGS_ARGS)$$unique" \
732           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
733              $$unique
734
735 GTAGS:
736         here=`$(am__cd) $(top_builddir) && pwd` \
737           && $(am__cd) $(top_srcdir) \
738           && gtags -i $(GTAGS_ARGS) "$$here"
739 cscope: cscope.files
740         test ! -s cscope.files \
741           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
742 clean-cscope:
743         -rm -f cscope.files
744 cscope.files: clean-cscope cscopelist
745 cscopelist: cscopelist-recursive
746
747 cscopelist-am: $(am__tagged_files)
748         list='$(am__tagged_files)'; \
749         case "$(srcdir)" in \
750           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
751           *) sdir=$(subdir)/$(srcdir) ;; \
752         esac; \
753         for i in $$list; do \
754           if test -f "$$i"; then \
755             echo "$(subdir)/$$i"; \
756           else \
757             echo "$$sdir/$$i"; \
758           fi; \
759         done >> $(top_builddir)/cscope.files
760
761 distclean-tags:
762         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
763         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
764
765 distdir: $(DISTFILES)
766         $(am__remove_distdir)
767         test -d "$(distdir)" || mkdir "$(distdir)"
768         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
769         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
770         list='$(DISTFILES)'; \
771           dist_files=`for file in $$list; do echo $$file; done | \
772           sed -e "s|^$$srcdirstrip/||;t" \
773               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
774         case $$dist_files in \
775           */*) $(MKDIR_P) `echo "$$dist_files" | \
776                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
777                            sort -u` ;; \
778         esac; \
779         for file in $$dist_files; do \
780           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
781           if test -d $$d/$$file; then \
782             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
783             if test -d "$(distdir)/$$file"; then \
784               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
785             fi; \
786             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
787               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
788               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
789             fi; \
790             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
791           else \
792             test -f "$(distdir)/$$file" \
793             || cp -p $$d/$$file "$(distdir)/$$file" \
794             || exit 1; \
795           fi; \
796         done
797         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
798           if test "$$subdir" = .; then :; else \
799             $(am__make_dryrun) \
800               || test -d "$(distdir)/$$subdir" \
801               || $(MKDIR_P) "$(distdir)/$$subdir" \
802               || exit 1; \
803             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
804             $(am__relativize); \
805             new_distdir=$$reldir; \
806             dir1=$$subdir; dir2="$(top_distdir)"; \
807             $(am__relativize); \
808             new_top_distdir=$$reldir; \
809             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
810             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
811             ($(am__cd) $$subdir && \
812               $(MAKE) $(AM_MAKEFLAGS) \
813                 top_distdir="$$new_top_distdir" \
814                 distdir="$$new_distdir" \
815                 am__remove_distdir=: \
816                 am__skip_length_check=: \
817                 am__skip_mode_fix=: \
818                 distdir) \
819               || exit 1; \
820           fi; \
821         done
822         $(MAKE) $(AM_MAKEFLAGS) \
823           top_distdir="$(top_distdir)" distdir="$(distdir)" \
824           dist-hook
825         -test -n "$(am__skip_mode_fix)" \
826         || find "$(distdir)" -type d ! -perm -755 \
827                 -exec chmod u+rwx,go+rx {} \; -o \
828           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
829           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
830           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
831         || chmod -R a+r "$(distdir)"
832 dist-gzip: distdir
833         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
834         $(am__post_remove_distdir)
835
836 dist-bzip2: distdir
837         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
838         $(am__post_remove_distdir)
839
840 dist-lzip: distdir
841         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
842         $(am__post_remove_distdir)
843
844 dist-xz: distdir
845         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
846         $(am__post_remove_distdir)
847
848 dist-tarZ: distdir
849         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
850         $(am__post_remove_distdir)
851
852 dist-shar: distdir
853         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
854         $(am__post_remove_distdir)
855
856 dist-zip: distdir
857         -rm -f $(distdir).zip
858         zip -rq $(distdir).zip $(distdir)
859         $(am__post_remove_distdir)
860
861 dist dist-all:
862         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
863         $(am__post_remove_distdir)
864
865 # This target untars the dist file and tries a VPATH configuration.  Then
866 # it guarantees that the distribution is self-contained by making another
867 # tarfile.
868 distcheck: dist
869         case '$(DIST_ARCHIVES)' in \
870         *.tar.gz*) \
871           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
872         *.tar.bz2*) \
873           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
874         *.tar.lz*) \
875           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
876         *.tar.xz*) \
877           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
878         *.tar.Z*) \
879           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
880         *.shar.gz*) \
881           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
882         *.zip*) \
883           unzip $(distdir).zip ;;\
884         esac
885         chmod -R a-w $(distdir)
886         chmod u+w $(distdir)
887         mkdir $(distdir)/_build $(distdir)/_inst
888         chmod a-w $(distdir)
889         test -d $(distdir)/_build || exit 0; \
890         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
891           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
892           && am__cwd=`pwd` \
893           && $(am__cd) $(distdir)/_build \
894           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
895             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
896             $(DISTCHECK_CONFIGURE_FLAGS) \
897           && $(MAKE) $(AM_MAKEFLAGS) \
898           && $(MAKE) $(AM_MAKEFLAGS) dvi \
899           && $(MAKE) $(AM_MAKEFLAGS) check \
900           && $(MAKE) $(AM_MAKEFLAGS) install \
901           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
902           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
903           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
904                 distuninstallcheck \
905           && chmod -R a-w "$$dc_install_base" \
906           && ({ \
907                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
908                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
909                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
910                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
911                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
912               } || { rm -rf "$$dc_destdir"; exit 1; }) \
913           && rm -rf "$$dc_destdir" \
914           && $(MAKE) $(AM_MAKEFLAGS) dist \
915           && rm -rf $(DIST_ARCHIVES) \
916           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
917           && cd "$$am__cwd" \
918           || exit 1
919         $(am__post_remove_distdir)
920         @(echo "$(distdir) archives ready for distribution: "; \
921           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
922           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
923 distuninstallcheck:
924         @test -n '$(distuninstallcheck_dir)' || { \
925           echo 'ERROR: trying to run $@ with an empty' \
926                '$$(distuninstallcheck_dir)' >&2; \
927           exit 1; \
928         }; \
929         $(am__cd) '$(distuninstallcheck_dir)' || { \
930           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
931           exit 1; \
932         }; \
933         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
934            || { echo "ERROR: files left after uninstall:" ; \
935                 if test -n "$(DESTDIR)"; then \
936                   echo "  (check DESTDIR support)"; \
937                 fi ; \
938                 $(distuninstallcheck_listfiles) ; \
939                 exit 1; } >&2
940 distcleancheck: distclean
941         @if test '$(srcdir)' = . ; then \
942           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
943           exit 1 ; \
944         fi
945         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
946           || { echo "ERROR: files left in build directory after distclean:" ; \
947                $(distcleancheck_listfiles) ; \
948                exit 1; } >&2
949 check-am: all-am
950 check: check-recursive
951 all-am: Makefile $(DATA) config.h
952 installdirs: installdirs-recursive
953 installdirs-am:
954         for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
955           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
956         done
957 install: install-recursive
958 install-exec: install-exec-recursive
959 install-data: install-data-recursive
960 uninstall: uninstall-recursive
961
962 install-am: all-am
963         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
964
965 installcheck: installcheck-recursive
966 install-strip:
967         if test -z '$(STRIP)'; then \
968           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
969             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
970               install; \
971         else \
972           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
973             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
974             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
975         fi
976 mostlyclean-generic:
977
978 clean-generic:
979
980 distclean-generic:
981         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
982         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
983         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
984
985 maintainer-clean-generic:
986         @echo "This command is intended for maintainers to use"
987         @echo "it deletes files that may require special tools to rebuild."
988         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
989 clean: clean-recursive
990
991 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
992
993 distclean: distclean-recursive
994         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
995         -rm -f Makefile
996 distclean-am: clean-am distclean-generic distclean-hdr \
997         distclean-libtool distclean-local distclean-tags
998
999 dvi: dvi-recursive
1000
1001 dvi-am:
1002
1003 html: html-recursive
1004
1005 html-am:
1006
1007 info: info-recursive
1008
1009 info-am:
1010
1011 install-data-am: install-pkgconfigDATA
1012         @$(NORMAL_INSTALL)
1013         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
1014 install-dvi: install-dvi-recursive
1015
1016 install-dvi-am:
1017
1018 install-exec-am:
1019
1020 install-html: install-html-recursive
1021
1022 install-html-am:
1023
1024 install-info: install-info-recursive
1025
1026 install-info-am:
1027
1028 install-man:
1029
1030 install-pdf: install-pdf-recursive
1031
1032 install-pdf-am:
1033
1034 install-ps: install-ps-recursive
1035
1036 install-ps-am:
1037
1038 installcheck-am:
1039
1040 maintainer-clean: maintainer-clean-recursive
1041         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1042         -rm -rf $(top_srcdir)/autom4te.cache
1043         -rm -f Makefile
1044 maintainer-clean-am: distclean-am maintainer-clean-generic
1045
1046 mostlyclean: mostlyclean-recursive
1047
1048 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1049
1050 pdf: pdf-recursive
1051
1052 pdf-am:
1053
1054 ps: ps-recursive
1055
1056 ps-am:
1057
1058 uninstall-am: uninstall-pkgconfigDATA
1059
1060 .MAKE: $(am__recursive_targets) all install-am install-data-am \
1061         install-strip
1062
1063 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1064         am--refresh check check-am clean clean-cscope clean-generic \
1065         clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
1066         dist dist-all dist-bzip2 dist-gzip dist-hook dist-lzip \
1067         dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
1068         distclean-generic distclean-hdr distclean-libtool \
1069         distclean-local distclean-tags distcleancheck distdir \
1070         distuninstallcheck dvi dvi-am html html-am info info-am \
1071         install install-am install-data install-data-am \
1072         install-data-hook install-dvi install-dvi-am install-exec \
1073         install-exec-am install-html install-html-am install-info \
1074         install-info-am install-man install-pdf install-pdf-am \
1075         install-pkgconfigDATA install-ps install-ps-am install-strip \
1076         installcheck installcheck-am installdirs installdirs-am \
1077         maintainer-clean maintainer-clean-generic mostlyclean \
1078         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1079         tags tags-am uninstall uninstall-am uninstall-pkgconfigDATA
1080
1081
1082 install-data-hook:
1083         $(MKDIR_P) $(DESTDIR)${pkgdatadir}/engine
1084
1085 dist-hook:
1086         if test -d .git ; then \
1087                 git log --name-status --date=iso > $(distdir)/ChangeLog ; \
1088         fi
1089
1090 distclean-local:
1091         if test "x$(srcdir)" = "x."; then :; else \
1092                 rm -f ChangeLog; \
1093         fi
1094
1095 rpm: dist @PACKAGE_NAME@.spec
1096         rpmbuild -bb \
1097                         --define "_sourcedir `pwd`" \
1098                         --define "_builddir `pwd`/rpm" \
1099                         --define "_srcrpmdir `pwd`/rpm" \
1100                         --define "_rpmdir `pwd`"/rpm \
1101                         --define "_specdir `pwd`/rpm" \
1102                         @PACKAGE_NAME@.spec
1103
1104 srpm: dist @PACKAGE_NAME@.spec
1105         rpmbuild -bs \
1106                         --define "_sourcedir `pwd`" \
1107                         --define "_builddir `pwd`/rpm" \
1108                         --define "_srcrpmdir `pwd`/rpm" \
1109                         --define "_rpmdir `pwd`/rpm" \
1110                         --define "_specdir `pwd`/rpm" \
1111                         @PACKAGE_NAME@.spec
1112
1113 .PHONY: debian/changelog
1114 debian/changelog:
1115         $(AM_V_GEN) \
1116         ( \
1117                 . /etc/lsb-release; \
1118                 date=`date -R`; \
1119                 version=@VERSION@; \
1120                 serie=$(serie); \
1121                 if test -z "$$serie"; then \
1122                   serie=$$DISTRIB_CODENAME; \
1123                 fi; \
1124                 if test -z "$$release"; then \
1125                   release=1; \
1126                 fi; \
1127                 s=`cat debian/changelog.in`; \
1128                 eval "echo \"$${s}\""; \
1129         ) > $@
1130
1131 ppa: dist debian/changelog
1132         $(AM_V_GEN) \
1133         ( \
1134                 mkdir ppa; \
1135                 cd ppa; \
1136                 tar zxvf ../$(distdir).tar.gz ; \
1137                 cd $(distdir); \
1138                 cp -a ../../debian . ; \
1139                 cd debian; \
1140                 debuild -S -sa ; \
1141         )
1142
1143 dpkg: dist debian/changelog
1144         $(AM_V_GEN) \
1145         ( \
1146                 mkdir ppa; \
1147                 cd ppa; \
1148                 tar zxvf ../$(distdir).tar.gz ; \
1149                 cd $(distdir); \
1150                 cp -a ../../debian . ; \
1151                 cd debian; \
1152                 debuild -b -us -uc; \
1153         )
1154
1155 clean-rpm:
1156         $(RM) -r "`uname -i`"
1157
1158 clean-local: clean-rpm
1159
1160 git-tag:
1161         git tag -s @PACKAGE_VERSION@
1162
1163 git-clean-tree:
1164         git clean -d -f -x
1165
1166 -include $(top_srcdir)/git.mk
1167
1168 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1169 # Otherwise a system limit (for SysV at least) may be exceeded.
1170 .NOEXPORT: