1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 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-anthy - The Anthy engine for IBus
20#
21# Copyright (c) 2012-2019 Takao Fujiwara <takao.fujiwara1@gmail.com>
22# Copyright (c) 2012 Peng Huang <shawn.p.huang@gmail.com>
23# Copyright (c) 2012-2013 Red Hat, Inc.
24#
25# This program is free software; you can redistribute it and/or modify
26# it under the terms of the GNU General Public License as published by
27# the Free Software Foundation; either version 2 of the License, or
28# (at your option) any later version.
29#
30# This program is distributed in the hope that it will be useful,
31# but WITHOUT ANY WARRANTY; without even the implied warranty of
32# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
33# GNU General Public License for more details.
34#
35# You should have received a copy of the GNU General Public License along
36# with this program; if not, write to the Free Software Foundation, Inc.,
37# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
38
39
40
41
42VPATH = @srcdir@
43am__is_gnu_make = { \
44  if test -z '$(MAKELEVEL)'; then \
45    false; \
46  elif test -n '$(MAKE_HOST)'; then \
47    true; \
48  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
49    true; \
50  else \
51    false; \
52  fi; \
53}
54am__make_running_with_option = \
55  case $${target_option-} in \
56      ?) ;; \
57      *) echo "am__make_running_with_option: internal error: invalid" \
58              "target option '$${target_option-}' specified" >&2; \
59         exit 1;; \
60  esac; \
61  has_opt=no; \
62  sane_makeflags=$$MAKEFLAGS; \
63  if $(am__is_gnu_make); then \
64    sane_makeflags=$$MFLAGS; \
65  else \
66    case $$MAKEFLAGS in \
67      *\\[\ \	]*) \
68        bs=\\; \
69        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
70          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
71    esac; \
72  fi; \
73  skip_next=no; \
74  strip_trailopt () \
75  { \
76    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
77  }; \
78  for flg in $$sane_makeflags; do \
79    test $$skip_next = yes && { skip_next=no; continue; }; \
80    case $$flg in \
81      *=*|--*) continue;; \
82        -*I) strip_trailopt 'I'; skip_next=yes;; \
83      -*I?*) strip_trailopt 'I';; \
84        -*O) strip_trailopt 'O'; skip_next=yes;; \
85      -*O?*) strip_trailopt 'O';; \
86        -*l) strip_trailopt 'l'; skip_next=yes;; \
87      -*l?*) strip_trailopt 'l';; \
88      -[dEDm]) skip_next=yes;; \
89      -[JT]) skip_next=yes;; \
90    esac; \
91    case $$flg in \
92      *$$target_option*) has_opt=yes; break;; \
93    esac; \
94  done; \
95  test $$has_opt = yes
96am__make_dryrun = (target_option=n; $(am__make_running_with_option))
97am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
98pkgdatadir = $(datadir)/@PACKAGE@
99pkgincludedir = $(includedir)/@PACKAGE@
100pkglibdir = $(libdir)/@PACKAGE@
101pkglibexecdir = $(libexecdir)/@PACKAGE@
102am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
103install_sh_DATA = $(install_sh) -c -m 644
104install_sh_PROGRAM = $(install_sh) -c
105install_sh_SCRIPT = $(install_sh) -c
106INSTALL_HEADER = $(INSTALL_DATA)
107transform = $(program_transform_name)
108NORMAL_INSTALL = :
109PRE_INSTALL = :
110POST_INSTALL = :
111NORMAL_UNINSTALL = :
112PRE_UNINSTALL = :
113POST_UNINSTALL = :
114build_triplet = @build@
115host_triplet = @host@
116noinst_PROGRAMS = test$(EXEEXT)
117subdir = gir
118ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
119am__aclocal_m4_deps = $(top_srcdir)/m4/as-version.m4 \
120	$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
121	$(top_srcdir)/m4/intlmacosx.m4 \
122	$(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/lib-ld.m4 \
123	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
124	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
125	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
126	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
127	$(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
128	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
129am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
130	$(ACLOCAL_M4)
131DIST_COMMON = $(srcdir)/Makefile.am $(dist_gir_DATA) \
132	$(anthyinclude_HEADERS) $(am__DIST_COMMON)
133mkinstalldirs = $(install_sh) -d
134CONFIG_HEADER = $(top_builddir)/config.h
135CONFIG_CLEAN_FILES =
136CONFIG_CLEAN_VPATH_FILES =
137PROGRAMS = $(noinst_PROGRAMS)
138am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
139am__vpath_adj = case $$p in \
140    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
141    *) f=$$p;; \
142  esac;
143am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
144am__install_max = 40
145am__nobase_strip_setup = \
146  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
147am__nobase_strip = \
148  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
149am__nobase_list = $(am__nobase_strip_setup); \
150  for p in $$list; do echo "$$p $$p"; done | \
151  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
152  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
153    if (++n[$$2] == $(am__install_max)) \
154      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
155    END { for (dir in files) print dir, files[dir] }'
156am__base_list = \
157  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
158  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
159am__uninstall_files_from_dir = { \
160  test -z "$$files" \
161    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
162    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
163         $(am__cd) "$$dir" && rm -f $$files; }; \
164  }
165am__installdirs = "$(DESTDIR)$(libanthygobjectdir)" \
166	"$(DESTDIR)$(girdir)" "$(DESTDIR)$(typelibsdir)" \
167	"$(DESTDIR)$(anthyincludedir)"
168LTLIBRARIES = $(libanthygobject_LTLIBRARIES)
169libanthygobject_1_0_la_DEPENDENCIES =
170am_libanthygobject_1_0_la_OBJECTS = anthygcontext.lo
171libanthygobject_1_0_la_OBJECTS = $(am_libanthygobject_1_0_la_OBJECTS)
172AM_V_lt = $(am__v_lt_@AM_V@)
173am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
174am__v_lt_0 = --silent
175am__v_lt_1 =
176libanthygobject_1_0_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
177	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
178	$(AM_CFLAGS) $(CFLAGS) $(libanthygobject_1_0_la_LDFLAGS) \
179	$(LDFLAGS) -o $@
180am_test_OBJECTS = test.$(OBJEXT)
181test_OBJECTS = $(am_test_OBJECTS)
182test_DEPENDENCIES = $(libanthygobject)
183AM_V_P = $(am__v_P_@AM_V@)
184am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
185am__v_P_0 = false
186am__v_P_1 = :
187AM_V_GEN = $(am__v_GEN_@AM_V@)
188am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
189am__v_GEN_0 = @echo "  GEN     " $@;
190am__v_GEN_1 =
191AM_V_at = $(am__v_at_@AM_V@)
192am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
193am__v_at_0 = @
194am__v_at_1 =
195DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
196depcomp = $(SHELL) $(top_srcdir)/depcomp
197am__maybe_remake_depfiles = depfiles
198am__depfiles_remade = ./$(DEPDIR)/anthygcontext.Plo \
199	./$(DEPDIR)/test.Po
200am__mv = mv -f
201COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
202	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
203LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
204	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
205	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
206	$(AM_CFLAGS) $(CFLAGS)
207AM_V_CC = $(am__v_CC_@AM_V@)
208am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
209am__v_CC_0 = @echo "  CC      " $@;
210am__v_CC_1 =
211CCLD = $(CC)
212LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
213	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
214	$(AM_LDFLAGS) $(LDFLAGS) -o $@
215AM_V_CCLD = $(am__v_CCLD_@AM_V@)
216am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
217am__v_CCLD_0 = @echo "  CCLD    " $@;
218am__v_CCLD_1 =
219SOURCES = $(libanthygobject_1_0_la_SOURCES) $(test_SOURCES)
220DIST_SOURCES = $(libanthygobject_1_0_la_SOURCES) $(test_SOURCES)
221am__can_run_installinfo = \
222  case $$AM_UPDATE_INFO_DIR in \
223    n|no|NO) false;; \
224    *) (install-info --version) >/dev/null 2>&1;; \
225  esac
226DATA = $(dist_gir_DATA) $(typelibs_DATA)
227HEADERS = $(anthyinclude_HEADERS)
228am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
229# Read a list of newline-separated strings from the standard input,
230# and print each of them once, without duplicates.  Input order is
231# *not* preserved.
232am__uniquify_input = $(AWK) '\
233  BEGIN { nonempty = 0; } \
234  { items[$$0] = 1; nonempty = 1; } \
235  END { if (nonempty) { for (i in items) print i; }; } \
236'
237# Make sure the list of sources is unique.  This is necessary because,
238# e.g., the same source file might be shared among _SOURCES variables
239# for different programs/libraries.
240am__define_uniq_tagged_files = \
241  list='$(am__tagged_files)'; \
242  unique=`for i in $$list; do \
243    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
244  done | $(am__uniquify_input)`
245ETAGS = etags
246CTAGS = ctags
247am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
248DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
249ACLOCAL = @ACLOCAL@
250AMTAR = @AMTAR@
251AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
252ANTHY_CFLAGS = @ANTHY_CFLAGS@
253ANTHY_GOBJECT_GIRDIR = @ANTHY_GOBJECT_GIRDIR@
254ANTHY_GOBJECT_LIBDIR = @ANTHY_GOBJECT_LIBDIR@
255ANTHY_GOBJECT_TYPELIBSDIR = @ANTHY_GOBJECT_TYPELIBSDIR@
256ANTHY_LIBS = @ANTHY_LIBS@
257ANTHY_PC = @ANTHY_PC@
258ANTHY_ZIPCODE_FILE = @ANTHY_ZIPCODE_FILE@
259AR = @AR@
260AUTOCONF = @AUTOCONF@
261AUTOHEADER = @AUTOHEADER@
262AUTOMAKE = @AUTOMAKE@
263AWK = @AWK@
264CC = @CC@
265CCDEPMODE = @CCDEPMODE@
266CFLAGS = @CFLAGS@
267CPP = @CPP@
268CPPFLAGS = @CPPFLAGS@
269CXX = @CXX@
270CXXCPP = @CXXCPP@
271CXXDEPMODE = @CXXDEPMODE@
272CXXFLAGS = @CXXFLAGS@
273CYGPATH_W = @CYGPATH_W@
274DATE_DISPLAY = @DATE_DISPLAY@
275DEFS = @DEFS@
276DEPDIR = @DEPDIR@
277DLLTOOL = @DLLTOOL@
278DSYMUTIL = @DSYMUTIL@
279DUMPBIN = @DUMPBIN@
280ECHO_C = @ECHO_C@
281ECHO_N = @ECHO_N@
282ECHO_T = @ECHO_T@
283EGREP = @EGREP@
284ENV_IBUS_ENGINE = @ENV_IBUS_ENGINE@
285ENV_IBUS_TEST = @ENV_IBUS_TEST@
286EXEEXT = @EXEEXT@
287FGREP = @FGREP@
288GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
289GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
290GMSGFMT = @GMSGFMT@
291GMSGFMT_015 = @GMSGFMT_015@
292GOBJECT2_CFLAGS = @GOBJECT2_CFLAGS@
293GOBJECT2_LIBS = @GOBJECT2_LIBS@
294GREP = @GREP@
295HOTKEYS_XML = @HOTKEYS_XML@
296ICON_PREFERENCE = @ICON_PREFERENCE@
297ICON_PROP_KEY_XML = @ICON_PROP_KEY_XML@
298INSTALL = @INSTALL@
299INSTALL_DATA = @INSTALL_DATA@
300INSTALL_PROGRAM = @INSTALL_PROGRAM@
301INSTALL_SCRIPT = @INSTALL_SCRIPT@
302INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
303INTLLIBS = @INTLLIBS@
304INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
305INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
306INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
307INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
308INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
309INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
310INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
311INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
312INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
313KASUMI_EXEC_FILE = @KASUMI_EXEC_FILE@
314KASUMI_ICON_FILE = @KASUMI_ICON_FILE@
315LAYOUT = @LAYOUT@
316LAYOUT_XML = @LAYOUT_XML@
317LD = @LD@
318LDFLAGS = @LDFLAGS@
319LIBICONV = @LIBICONV@
320LIBINTL = @LIBINTL@
321LIBOBJS = @LIBOBJS@
322LIBS = @LIBS@
323LIBTOOL = @LIBTOOL@
324LIPO = @LIPO@
325LN_S = @LN_S@
326LTLIBICONV = @LTLIBICONV@
327LTLIBINTL = @LTLIBINTL@
328LTLIBOBJS = @LTLIBOBJS@
329LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
330LT_VERSION_INFO = @LT_VERSION_INFO@
331MAINT = @MAINT@
332MAKEINFO = @MAKEINFO@
333MANIFEST_TOOL = @MANIFEST_TOOL@
334MKDIR_P = @MKDIR_P@
335MSGFMT = @MSGFMT@
336MSGFMT_015 = @MSGFMT_015@
337MSGMERGE = @MSGMERGE@
338NM = @NM@
339NMEDIT = @NMEDIT@
340OBJDUMP = @OBJDUMP@
341OBJEXT = @OBJEXT@
342ON_OFF_KEYS = @ON_OFF_KEYS@
343OTOOL = @OTOOL@
344OTOOL64 = @OTOOL64@
345PACKAGE = @PACKAGE@
346PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
347PACKAGE_NAME = @PACKAGE_NAME@
348PACKAGE_STRING = @PACKAGE_STRING@
349PACKAGE_TARNAME = @PACKAGE_TARNAME@
350PACKAGE_URL = @PACKAGE_URL@
351PACKAGE_VERSION = @PACKAGE_VERSION@
352PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
353PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
354PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
355PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@
356PACKAGE_VERSION_RELEASE = @PACKAGE_VERSION_RELEASE@
357PATH_SEPARATOR = @PATH_SEPARATOR@
358PKG_CONFIG = @PKG_CONFIG@
359PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
360PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
361POSUB = @POSUB@
362PYTHON = @PYTHON@
363PYTHON_CFLAGS = @PYTHON_CFLAGS@
364PYTHON_CONFIG = @PYTHON_CONFIG@
365PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
366PYTHON_LIBS = @PYTHON_LIBS@
367PYTHON_PLATFORM = @PYTHON_PLATFORM@
368PYTHON_PREFIX = @PYTHON_PREFIX@
369PYTHON_VERSION = @PYTHON_VERSION@
370RANLIB = @RANLIB@
371SED = @SED@
372SET_MAKE = @SET_MAKE@
373SHELL = @SHELL@
374STRIP = @STRIP@
375SWIG = @SWIG@
376SYMBOL_CHAR_INT = @SYMBOL_CHAR_INT@
377SYMBOL_XML = @SYMBOL_XML@
378USE_NLS = @USE_NLS@
379VERSION = @VERSION@
380XGETTEXT = @XGETTEXT@
381XGETTEXT_015 = @XGETTEXT_015@
382XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
383abs_builddir = @abs_builddir@
384abs_srcdir = @abs_srcdir@
385abs_top_builddir = @abs_top_builddir@
386abs_top_srcdir = @abs_top_srcdir@
387ac_ct_AR = @ac_ct_AR@
388ac_ct_CC = @ac_ct_CC@
389ac_ct_CXX = @ac_ct_CXX@
390ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
391am__include = @am__include@
392am__leading_dot = @am__leading_dot@
393am__quote = @am__quote@
394am__tar = @am__tar@
395am__untar = @am__untar@
396bindir = @bindir@
397build = @build@
398build_alias = @build_alias@
399build_cpu = @build_cpu@
400build_os = @build_os@
401build_vendor = @build_vendor@
402builddir = @builddir@
403datadir = @datadir@
404datarootdir = @datarootdir@
405docdir = @docdir@
406dvidir = @dvidir@
407exec_prefix = @exec_prefix@
408host = @host@
409host_alias = @host_alias@
410host_cpu = @host_cpu@
411host_os = @host_os@
412host_vendor = @host_vendor@
413htmldir = @htmldir@
414includedir = @includedir@
415infodir = @infodir@
416install_sh = @install_sh@
417libdir = @libdir@
418libexecdir = @libexecdir@
419localedir = @localedir@
420localstatedir = @localstatedir@
421mandir = @mandir@
422mkdir_p = @mkdir_p@
423oldincludedir = @oldincludedir@
424pdfdir = @pdfdir@
425pkgpyexecdir = @pkgpyexecdir@
426pkgpythondir = @pkgpythondir@
427prefix = @prefix@
428program_transform_name = @program_transform_name@
429psdir = @psdir@
430pyexecdir = @pyexecdir@
431pythondir = @pythondir@
432sbindir = @sbindir@
433sharedstatedir = @sharedstatedir@
434srcdir = @srcdir@
435sysconfdir = @sysconfdir@
436target_alias = @target_alias@
437top_build_prefix = @top_build_prefix@
438top_builddir = @top_builddir@
439top_srcdir = @top_srcdir@
440INTROSPECTION_GIRS = Anthy-9000.gir
441libanthygobject = libanthygobject-1.0.la
442AM_CPPFLAGS = \
443	@GOBJECT2_CFLAGS@ \
444	@ANTHY_CFLAGS@ \
445	$(NULL)
446
447libanthygobject_LTLIBRARIES = $(libanthygobject)
448libanthygobjectdir = @ANTHY_GOBJECT_LIBDIR@
449libanthygobject_1_0_la_SOURCES = \
450	anthygcontext.c \
451	$(NULL)
452
453libanthygobject_1_0_la_LIBADD = \
454	@GOBJECT2_LIBS@ \
455	@ANTHY_LIBS@ \
456	$(NULL)
457
458libanthygobject_1_0_la_LDFLAGS = \
459	-no-undefined                           \
460	-export-symbols-regex "anthy_.*"        \
461	-version-info @LT_VERSION_INFO@         \
462	$(NULL)
463
464ANTHY_INCLUDEDIR = $(shell pkg-config --variable=includedir $(ANTHY_PC))
465anthyincludedir = $(includedir)/ibus-anthy-1.0
466anthyinclude_HEADERS = \
467	anthygcontext.h \
468	$(NULL)
469
470Anthy_9000_gir_SCANNERFLAGS = \
471	--pkg=$(ANTHY_PC) \
472	--external-library \
473	--reparse-validate \
474	--identifier-prefix=Anthy \
475	--symbol-prefix=anthy \
476	--accept-unprefixed \
477	--warn-all \
478	$(NULL)
479
480Anthy_9000_gir_INCLUDES = GObject-2.0
481Anthy_9000_gir_LIBS = $(libanthygobject) $(ANTHY_PC)
482Anthy_9000_gir_CFLAGS = @ANTHY_CFLAGS@
483Anthy_9000_gir_FILES = \
484	$(libanthygobject_1_0_la_SOURCES) \
485	$(anthyinclude_HEADERS) \
486	$(ANTHY_INCLUDEDIR)/anthy/anthy.h \
487	$(NULL)
488
489girdir = @ANTHY_GOBJECT_GIRDIR@
490dist_gir_DATA = $(INTROSPECTION_GIRS)
491typelibsdir = @ANTHY_GOBJECT_TYPELIBSDIR@
492typelibs_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
493test_SOURCES = test.c
494test_LDADD = \
495	$(libanthygobject) \
496	@GOBJECT2_LIBS@ \
497	@ANTHY_LIBS@ \
498	$(NULL)
499
500CLEANFILES = \
501	$(dist_gir_DATA) \
502	$(typelibs_DATA) \
503	$(NULL)
504
505DISTCLEANFILES = \
506	$(NULL)
507
508all: all-am
509
510.SUFFIXES:
511.SUFFIXES: .c .lo .o .obj
512$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
513	@for dep in $?; do \
514	  case '$(am__configure_deps)' in \
515	    *$$dep*) \
516	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
517	        && { if test -f $@; then exit 0; else break; fi; }; \
518	      exit 1;; \
519	  esac; \
520	done; \
521	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gir/Makefile'; \
522	$(am__cd) $(top_srcdir) && \
523	  $(AUTOMAKE) --gnu gir/Makefile
524Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
525	@case '$?' in \
526	  *config.status*) \
527	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
528	  *) \
529	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
530	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
531	esac;
532
533$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
534	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
535
536$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
537	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
538$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
539	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
540$(am__aclocal_m4_deps):
541
542clean-noinstPROGRAMS:
543	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
544	echo " rm -f" $$list; \
545	rm -f $$list || exit $$?; \
546	test -n "$(EXEEXT)" || exit 0; \
547	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
548	echo " rm -f" $$list; \
549	rm -f $$list
550
551install-libanthygobjectLTLIBRARIES: $(libanthygobject_LTLIBRARIES)
552	@$(NORMAL_INSTALL)
553	@list='$(libanthygobject_LTLIBRARIES)'; test -n "$(libanthygobjectdir)" || list=; \
554	list2=; for p in $$list; do \
555	  if test -f $$p; then \
556	    list2="$$list2 $$p"; \
557	  else :; fi; \
558	done; \
559	test -z "$$list2" || { \
560	  echo " $(MKDIR_P) '$(DESTDIR)$(libanthygobjectdir)'"; \
561	  $(MKDIR_P) "$(DESTDIR)$(libanthygobjectdir)" || exit 1; \
562	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libanthygobjectdir)'"; \
563	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libanthygobjectdir)"; \
564	}
565
566uninstall-libanthygobjectLTLIBRARIES:
567	@$(NORMAL_UNINSTALL)
568	@list='$(libanthygobject_LTLIBRARIES)'; test -n "$(libanthygobjectdir)" || list=; \
569	for p in $$list; do \
570	  $(am__strip_dir) \
571	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libanthygobjectdir)/$$f'"; \
572	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libanthygobjectdir)/$$f"; \
573	done
574
575clean-libanthygobjectLTLIBRARIES:
576	-test -z "$(libanthygobject_LTLIBRARIES)" || rm -f $(libanthygobject_LTLIBRARIES)
577	@list='$(libanthygobject_LTLIBRARIES)'; \
578	locs=`for p in $$list; do echo $$p; done | \
579	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
580	      sort -u`; \
581	test -z "$$locs" || { \
582	  echo rm -f $${locs}; \
583	  rm -f $${locs}; \
584	}
585
586libanthygobject-1.0.la: $(libanthygobject_1_0_la_OBJECTS) $(libanthygobject_1_0_la_DEPENDENCIES) $(EXTRA_libanthygobject_1_0_la_DEPENDENCIES)
587	$(AM_V_CCLD)$(libanthygobject_1_0_la_LINK) -rpath $(libanthygobjectdir) $(libanthygobject_1_0_la_OBJECTS) $(libanthygobject_1_0_la_LIBADD) $(LIBS)
588
589test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) $(EXTRA_test_DEPENDENCIES)
590	@rm -f test$(EXEEXT)
591	$(AM_V_CCLD)$(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
592
593mostlyclean-compile:
594	-rm -f *.$(OBJEXT)
595
596distclean-compile:
597	-rm -f *.tab.c
598
599@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/anthygcontext.Plo@am__quote@ # am--include-marker
600@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test.Po@am__quote@ # am--include-marker
601
602$(am__depfiles_remade):
603	@$(MKDIR_P) $(@D)
604	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
605
606am--depfiles: $(am__depfiles_remade)
607
608.c.o:
609@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
610@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
611@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
612@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
613@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
614
615.c.obj:
616@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
617@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
618@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
619@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
620@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
621
622.c.lo:
623@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
624@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
625@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
626@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
627@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
628
629mostlyclean-libtool:
630	-rm -f *.lo
631
632clean-libtool:
633	-rm -rf .libs _libs
634install-dist_girDATA: $(dist_gir_DATA)
635	@$(NORMAL_INSTALL)
636	@list='$(dist_gir_DATA)'; test -n "$(girdir)" || list=; \
637	if test -n "$$list"; then \
638	  echo " $(MKDIR_P) '$(DESTDIR)$(girdir)'"; \
639	  $(MKDIR_P) "$(DESTDIR)$(girdir)" || exit 1; \
640	fi; \
641	for p in $$list; do \
642	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
643	  echo "$$d$$p"; \
644	done | $(am__base_list) | \
645	while read files; do \
646	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(girdir)'"; \
647	  $(INSTALL_DATA) $$files "$(DESTDIR)$(girdir)" || exit $$?; \
648	done
649
650uninstall-dist_girDATA:
651	@$(NORMAL_UNINSTALL)
652	@list='$(dist_gir_DATA)'; test -n "$(girdir)" || list=; \
653	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
654	dir='$(DESTDIR)$(girdir)'; $(am__uninstall_files_from_dir)
655install-typelibsDATA: $(typelibs_DATA)
656	@$(NORMAL_INSTALL)
657	@list='$(typelibs_DATA)'; test -n "$(typelibsdir)" || list=; \
658	if test -n "$$list"; then \
659	  echo " $(MKDIR_P) '$(DESTDIR)$(typelibsdir)'"; \
660	  $(MKDIR_P) "$(DESTDIR)$(typelibsdir)" || exit 1; \
661	fi; \
662	for p in $$list; do \
663	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
664	  echo "$$d$$p"; \
665	done | $(am__base_list) | \
666	while read files; do \
667	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(typelibsdir)'"; \
668	  $(INSTALL_DATA) $$files "$(DESTDIR)$(typelibsdir)" || exit $$?; \
669	done
670
671uninstall-typelibsDATA:
672	@$(NORMAL_UNINSTALL)
673	@list='$(typelibs_DATA)'; test -n "$(typelibsdir)" || list=; \
674	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
675	dir='$(DESTDIR)$(typelibsdir)'; $(am__uninstall_files_from_dir)
676install-anthyincludeHEADERS: $(anthyinclude_HEADERS)
677	@$(NORMAL_INSTALL)
678	@list='$(anthyinclude_HEADERS)'; test -n "$(anthyincludedir)" || list=; \
679	if test -n "$$list"; then \
680	  echo " $(MKDIR_P) '$(DESTDIR)$(anthyincludedir)'"; \
681	  $(MKDIR_P) "$(DESTDIR)$(anthyincludedir)" || exit 1; \
682	fi; \
683	for p in $$list; do \
684	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
685	  echo "$$d$$p"; \
686	done | $(am__base_list) | \
687	while read files; do \
688	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(anthyincludedir)'"; \
689	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(anthyincludedir)" || exit $$?; \
690	done
691
692uninstall-anthyincludeHEADERS:
693	@$(NORMAL_UNINSTALL)
694	@list='$(anthyinclude_HEADERS)'; test -n "$(anthyincludedir)" || list=; \
695	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
696	dir='$(DESTDIR)$(anthyincludedir)'; $(am__uninstall_files_from_dir)
697
698ID: $(am__tagged_files)
699	$(am__define_uniq_tagged_files); mkid -fID $$unique
700tags: tags-am
701TAGS: tags
702
703tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
704	set x; \
705	here=`pwd`; \
706	$(am__define_uniq_tagged_files); \
707	shift; \
708	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
709	  test -n "$$unique" || unique=$$empty_fix; \
710	  if test $$# -gt 0; then \
711	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
712	      "$$@" $$unique; \
713	  else \
714	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
715	      $$unique; \
716	  fi; \
717	fi
718ctags: ctags-am
719
720CTAGS: ctags
721ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
722	$(am__define_uniq_tagged_files); \
723	test -z "$(CTAGS_ARGS)$$unique" \
724	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
725	     $$unique
726
727GTAGS:
728	here=`$(am__cd) $(top_builddir) && pwd` \
729	  && $(am__cd) $(top_srcdir) \
730	  && gtags -i $(GTAGS_ARGS) "$$here"
731cscopelist: cscopelist-am
732
733cscopelist-am: $(am__tagged_files)
734	list='$(am__tagged_files)'; \
735	case "$(srcdir)" in \
736	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
737	  *) sdir=$(subdir)/$(srcdir) ;; \
738	esac; \
739	for i in $$list; do \
740	  if test -f "$$i"; then \
741	    echo "$(subdir)/$$i"; \
742	  else \
743	    echo "$$sdir/$$i"; \
744	  fi; \
745	done >> $(top_builddir)/cscope.files
746
747distclean-tags:
748	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
749
750distdir: $(BUILT_SOURCES)
751	$(MAKE) $(AM_MAKEFLAGS) distdir-am
752
753distdir-am: $(DISTFILES)
754	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
755	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
756	list='$(DISTFILES)'; \
757	  dist_files=`for file in $$list; do echo $$file; done | \
758	  sed -e "s|^$$srcdirstrip/||;t" \
759	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
760	case $$dist_files in \
761	  */*) $(MKDIR_P) `echo "$$dist_files" | \
762			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
763			   sort -u` ;; \
764	esac; \
765	for file in $$dist_files; do \
766	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
767	  if test -d $$d/$$file; then \
768	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
769	    if test -d "$(distdir)/$$file"; then \
770	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
771	    fi; \
772	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
773	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
774	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
775	    fi; \
776	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
777	  else \
778	    test -f "$(distdir)/$$file" \
779	    || cp -p $$d/$$file "$(distdir)/$$file" \
780	    || exit 1; \
781	  fi; \
782	done
783check-am: all-am
784check: check-am
785all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(DATA) $(HEADERS)
786installdirs:
787	for dir in "$(DESTDIR)$(libanthygobjectdir)" "$(DESTDIR)$(girdir)" "$(DESTDIR)$(typelibsdir)" "$(DESTDIR)$(anthyincludedir)"; do \
788	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
789	done
790install: install-am
791install-exec: install-exec-am
792install-data: install-data-am
793uninstall: uninstall-am
794
795install-am: all-am
796	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
797
798installcheck: installcheck-am
799install-strip:
800	if test -z '$(STRIP)'; then \
801	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
802	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
803	      install; \
804	else \
805	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
806	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
807	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
808	fi
809mostlyclean-generic:
810
811clean-generic:
812	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
813
814distclean-generic:
815	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
816	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
817	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
818
819maintainer-clean-generic:
820	@echo "This command is intended for maintainers to use"
821	@echo "it deletes files that may require special tools to rebuild."
822clean: clean-am
823
824clean-am: clean-generic clean-libanthygobjectLTLIBRARIES clean-libtool \
825	clean-noinstPROGRAMS mostlyclean-am
826
827distclean: distclean-am
828		-rm -f ./$(DEPDIR)/anthygcontext.Plo
829	-rm -f ./$(DEPDIR)/test.Po
830	-rm -f Makefile
831distclean-am: clean-am distclean-compile distclean-generic \
832	distclean-tags
833
834dvi: dvi-am
835
836dvi-am:
837
838html: html-am
839
840html-am:
841
842info: info-am
843
844info-am:
845
846install-data-am: install-anthyincludeHEADERS install-dist_girDATA \
847	install-libanthygobjectLTLIBRARIES install-typelibsDATA
848
849install-dvi: install-dvi-am
850
851install-dvi-am:
852
853install-exec-am:
854
855install-html: install-html-am
856
857install-html-am:
858
859install-info: install-info-am
860
861install-info-am:
862
863install-man:
864
865install-pdf: install-pdf-am
866
867install-pdf-am:
868
869install-ps: install-ps-am
870
871install-ps-am:
872
873installcheck-am:
874
875maintainer-clean: maintainer-clean-am
876		-rm -f ./$(DEPDIR)/anthygcontext.Plo
877	-rm -f ./$(DEPDIR)/test.Po
878	-rm -f Makefile
879maintainer-clean-am: distclean-am maintainer-clean-generic
880
881mostlyclean: mostlyclean-am
882
883mostlyclean-am: mostlyclean-compile mostlyclean-generic \
884	mostlyclean-libtool
885
886pdf: pdf-am
887
888pdf-am:
889
890ps: ps-am
891
892ps-am:
893
894uninstall-am: uninstall-anthyincludeHEADERS uninstall-dist_girDATA \
895	uninstall-libanthygobjectLTLIBRARIES uninstall-typelibsDATA
896
897.MAKE: install-am install-strip
898
899.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
900	clean-generic clean-libanthygobjectLTLIBRARIES clean-libtool \
901	clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
902	distclean-compile distclean-generic distclean-libtool \
903	distclean-tags distdir dvi dvi-am html html-am info info-am \
904	install install-am install-anthyincludeHEADERS install-data \
905	install-data-am install-dist_girDATA install-dvi \
906	install-dvi-am install-exec install-exec-am install-html \
907	install-html-am install-info install-info-am \
908	install-libanthygobjectLTLIBRARIES install-man install-pdf \
909	install-pdf-am install-ps install-ps-am install-strip \
910	install-typelibsDATA installcheck installcheck-am installdirs \
911	maintainer-clean maintainer-clean-generic mostlyclean \
912	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
913	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
914	uninstall-anthyincludeHEADERS uninstall-dist_girDATA \
915	uninstall-libanthygobjectLTLIBRARIES uninstall-typelibsDATA
916
917.PRECIOUS: Makefile
918
919
920# gobject introspection
921-include $(INTROSPECTION_MAKEFILE)
922
923Anthy-9000.gir: $(libanthygobject) Makefile
924
925# Tell versions [3.59,3.63) of GNU make to not export all variables.
926# Otherwise a system limit (for SysV at least) may be exceeded.
927.NOEXPORT:
928