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-libpinyin - Intelligent Pinyin engine based on libpinyin for IBus
20#
21# Copyright (c) 2008-2010 Peng Huang <shawn.p.huang@gmail.com>
22#
23# This program is free software; you can redistribute it and/or modify
24# it under the terms of the GNU General Public License as published by
25# the Free Software Foundation; either version 2, or (at your option)
26# any later version.
27#
28# This program is distributed in the hope that it will be useful,
29# but WITHOUT ANY WARRANTY; without even the implied warranty of
30# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
31# GNU General Public License for more details.
32#
33# You should have received a copy of the GNU General Public License
34# along with this program; if not, write to the Free Software
35# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
36
37VPATH = @srcdir@
38am__is_gnu_make = { \
39  if test -z '$(MAKELEVEL)'; then \
40    false; \
41  elif test -n '$(MAKE_HOST)'; then \
42    true; \
43  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
44    true; \
45  else \
46    false; \
47  fi; \
48}
49am__make_running_with_option = \
50  case $${target_option-} in \
51      ?) ;; \
52      *) echo "am__make_running_with_option: internal error: invalid" \
53              "target option '$${target_option-}' specified" >&2; \
54         exit 1;; \
55  esac; \
56  has_opt=no; \
57  sane_makeflags=$$MAKEFLAGS; \
58  if $(am__is_gnu_make); then \
59    sane_makeflags=$$MFLAGS; \
60  else \
61    case $$MAKEFLAGS in \
62      *\\[\ \	]*) \
63        bs=\\; \
64        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
65          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
66    esac; \
67  fi; \
68  skip_next=no; \
69  strip_trailopt () \
70  { \
71    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
72  }; \
73  for flg in $$sane_makeflags; do \
74    test $$skip_next = yes && { skip_next=no; continue; }; \
75    case $$flg in \
76      *=*|--*) continue;; \
77        -*I) strip_trailopt 'I'; skip_next=yes;; \
78      -*I?*) strip_trailopt 'I';; \
79        -*O) strip_trailopt 'O'; skip_next=yes;; \
80      -*O?*) strip_trailopt 'O';; \
81        -*l) strip_trailopt 'l'; skip_next=yes;; \
82      -*l?*) strip_trailopt 'l';; \
83      -[dEDm]) skip_next=yes;; \
84      -[JT]) skip_next=yes;; \
85    esac; \
86    case $$flg in \
87      *$$target_option*) has_opt=yes; break;; \
88    esac; \
89  done; \
90  test $$has_opt = yes
91am__make_dryrun = (target_option=n; $(am__make_running_with_option))
92am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
93pkgdatadir = $(datadir)/@PACKAGE@
94pkgincludedir = $(includedir)/@PACKAGE@
95pkglibdir = $(libdir)/@PACKAGE@
96pkglibexecdir = $(libexecdir)/@PACKAGE@
97am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
98install_sh_DATA = $(install_sh) -c -m 644
99install_sh_PROGRAM = $(install_sh) -c
100install_sh_SCRIPT = $(install_sh) -c
101INSTALL_HEADER = $(INSTALL_DATA)
102transform = $(program_transform_name)
103NORMAL_INSTALL = :
104PRE_INSTALL = :
105POST_INSTALL = :
106NORMAL_UNINSTALL = :
107PRE_UNINSTALL = :
108POST_UNINSTALL = :
109build_triplet = @build@
110host_triplet = @host@
111subdir = setup
112ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
113am__aclocal_m4_deps = $(top_srcdir)/m4/as-version.m4 \
114	$(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/gettext.m4 \
115	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
116	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
117	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
118	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
119	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
120	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
121	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
122am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
123	$(ACLOCAL_M4)
124DIST_COMMON = $(srcdir)/Makefile.am $(setup_libpinyin_PYTHON) \
125	$(am__DIST_COMMON)
126mkinstalldirs = $(install_sh) -d
127CONFIG_HEADER = $(top_builddir)/config.h
128CONFIG_CLEAN_FILES = ibus-setup-libpinyin config.py
129CONFIG_CLEAN_VPATH_FILES =
130am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
131am__vpath_adj = case $$p in \
132    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
133    *) f=$$p;; \
134  esac;
135am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
136am__install_max = 40
137am__nobase_strip_setup = \
138  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
139am__nobase_strip = \
140  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
141am__nobase_list = $(am__nobase_strip_setup); \
142  for p in $$list; do echo "$$p $$p"; done | \
143  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
144  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
145    if (++n[$$2] == $(am__install_max)) \
146      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
147    END { for (dir in files) print dir, files[dir] }'
148am__base_list = \
149  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
150  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
151am__uninstall_files_from_dir = { \
152  test -z "$$files" \
153    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
154    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
155         $(am__cd) "$$dir" && rm -f $$files; }; \
156  }
157am__installdirs = "$(DESTDIR)$(libexecdir)" \
158	"$(DESTDIR)$(setup_libpinyindir)"
159SCRIPTS = $(libexec_SCRIPTS)
160AM_V_P = $(am__v_P_@AM_V@)
161am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
162am__v_P_0 = false
163am__v_P_1 = :
164AM_V_GEN = $(am__v_GEN_@AM_V@)
165am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
166am__v_GEN_0 = @echo "  GEN     " $@;
167am__v_GEN_1 =
168AM_V_at = $(am__v_at_@AM_V@)
169am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
170am__v_at_0 = @
171am__v_at_1 =
172SOURCES =
173DIST_SOURCES =
174am__can_run_installinfo = \
175  case $$AM_UPDATE_INFO_DIR in \
176    n|no|NO) false;; \
177    *) (install-info --version) >/dev/null 2>&1;; \
178  esac
179am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
180am__pep3147_tweak = \
181  sed -e 's|\.py$$||' -e 's|[^/]*$$|&.*.pyc\n&.*.pyo|'
182py_compile = $(top_srcdir)/py-compile
183am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
184am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.py.in \
185	$(srcdir)/ibus-setup-libpinyin.in $(top_srcdir)/py-compile
186DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
187ACLOCAL = @ACLOCAL@
188AMTAR = @AMTAR@
189AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
190AR = @AR@
191AUTOCONF = @AUTOCONF@
192AUTOHEADER = @AUTOHEADER@
193AUTOMAKE = @AUTOMAKE@
194AWK = @AWK@
195BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
196BOOST_ROOT = @BOOST_ROOT@
197CC = @CC@
198CCDEPMODE = @CCDEPMODE@
199CFLAGS = @CFLAGS@
200CPP = @CPP@
201CPPFLAGS = @CPPFLAGS@
202CXX = @CXX@
203CXXCPP = @CXXCPP@
204CXXDEPMODE = @CXXDEPMODE@
205CXXFLAGS = @CXXFLAGS@
206CYGPATH_W = @CYGPATH_W@
207DEFS = @DEFS@
208DEPDIR = @DEPDIR@
209DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
210DLLTOOL = @DLLTOOL@
211DSYMUTIL = @DSYMUTIL@
212DUMPBIN = @DUMPBIN@
213ECHO_C = @ECHO_C@
214ECHO_N = @ECHO_N@
215ECHO_T = @ECHO_T@
216EGREP = @EGREP@
217ENV = @ENV@
218EXEEXT = @EXEEXT@
219FGREP = @FGREP@
220GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
221GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
222GIO2_CFLAGS = @GIO2_CFLAGS@
223GIO2_LIBS = @GIO2_LIBS@
224GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
225GMSGFMT = @GMSGFMT@
226GMSGFMT_015 = @GMSGFMT_015@
227GREP = @GREP@
228GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
229IBUS_CFLAGS = @IBUS_CFLAGS@
230IBUS_LIBS = @IBUS_LIBS@
231ICON_PROP_KEY_XML = @ICON_PROP_KEY_XML@
232INSTALL = @INSTALL@
233INSTALL_DATA = @INSTALL_DATA@
234INSTALL_PROGRAM = @INSTALL_PROGRAM@
235INSTALL_SCRIPT = @INSTALL_SCRIPT@
236INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
237INTLLIBS = @INTLLIBS@
238INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
239LD = @LD@
240LDFLAGS = @LDFLAGS@
241LIBICONV = @LIBICONV@
242LIBINTL = @LIBINTL@
243LIBOBJS = @LIBOBJS@
244LIBPINYIN_CFLAGS = @LIBPINYIN_CFLAGS@
245LIBPINYIN_DATADIR = @LIBPINYIN_DATADIR@
246LIBPINYIN_LIBS = @LIBPINYIN_LIBS@
247LIBS = @LIBS@
248LIBTOOL = @LIBTOOL@
249LIPO = @LIPO@
250LN_S = @LN_S@
251LTLIBICONV = @LTLIBICONV@
252LTLIBINTL = @LTLIBINTL@
253LTLIBOBJS = @LTLIBOBJS@
254LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
255LUA_CFLAGS = @LUA_CFLAGS@
256LUA_LIBS = @LUA_LIBS@
257MAINT = @MAINT@
258MAKEINFO = @MAKEINFO@
259MANIFEST_TOOL = @MANIFEST_TOOL@
260MKDIR_P = @MKDIR_P@
261MSGFMT = @MSGFMT@
262MSGFMT_015 = @MSGFMT_015@
263MSGMERGE = @MSGMERGE@
264NM = @NM@
265NMEDIT = @NMEDIT@
266OBJDUMP = @OBJDUMP@
267OBJEXT = @OBJEXT@
268OPENCC_CFLAGS = @OPENCC_CFLAGS@
269OPENCC_LIBS = @OPENCC_LIBS@
270OTOOL = @OTOOL@
271OTOOL64 = @OTOOL64@
272PACKAGE = @PACKAGE@
273PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
274PACKAGE_NAME = @PACKAGE_NAME@
275PACKAGE_STRING = @PACKAGE_STRING@
276PACKAGE_TARNAME = @PACKAGE_TARNAME@
277PACKAGE_URL = @PACKAGE_URL@
278PACKAGE_VERSION = @PACKAGE_VERSION@
279PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
280PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
281PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
282PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@
283PACKAGE_VERSION_RELEASE = @PACKAGE_VERSION_RELEASE@
284PATH_SEPARATOR = @PATH_SEPARATOR@
285PKG_CONFIG = @PKG_CONFIG@
286PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
287PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
288POSUB = @POSUB@
289PYTHON = @PYTHON@
290PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
291PYTHON_PLATFORM = @PYTHON_PLATFORM@
292PYTHON_PREFIX = @PYTHON_PREFIX@
293PYTHON_VERSION = @PYTHON_VERSION@
294RANLIB = @RANLIB@
295SED = @SED@
296SET_MAKE = @SET_MAKE@
297SHELL = @SHELL@
298SQLITE3 = @SQLITE3@
299SQLITE_CFLAGS = @SQLITE_CFLAGS@
300SQLITE_LIBS = @SQLITE_LIBS@
301STRIP = @STRIP@
302USE_NLS = @USE_NLS@
303VERSION = @VERSION@
304XGETTEXT = @XGETTEXT@
305XGETTEXT_015 = @XGETTEXT_015@
306XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
307abs_builddir = @abs_builddir@
308abs_srcdir = @abs_srcdir@
309abs_top_builddir = @abs_top_builddir@
310abs_top_srcdir = @abs_top_srcdir@
311ac_ct_AR = @ac_ct_AR@
312ac_ct_CC = @ac_ct_CC@
313ac_ct_CXX = @ac_ct_CXX@
314ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
315am__include = @am__include@
316am__leading_dot = @am__leading_dot@
317am__quote = @am__quote@
318am__tar = @am__tar@
319am__untar = @am__untar@
320bindir = @bindir@
321build = @build@
322build_alias = @build_alias@
323build_cpu = @build_cpu@
324build_os = @build_os@
325build_vendor = @build_vendor@
326builddir = @builddir@
327datadir = @datadir@
328datarootdir = @datarootdir@
329docdir = @docdir@
330dvidir = @dvidir@
331exec_prefix = @exec_prefix@
332gsettingsschemadir = @gsettingsschemadir@
333host = @host@
334host_alias = @host_alias@
335host_cpu = @host_cpu@
336host_os = @host_os@
337host_vendor = @host_vendor@
338htmldir = @htmldir@
339includedir = @includedir@
340infodir = @infodir@
341install_sh = @install_sh@
342libdir = @libdir@
343libexecdir = @libexecdir@
344localedir = @localedir@
345localstatedir = @localstatedir@
346mandir = @mandir@
347mkdir_p = @mkdir_p@
348oldincludedir = @oldincludedir@
349pdfdir = @pdfdir@
350pkgpyexecdir = @pkgpyexecdir@
351pkgpythondir = @pkgpythondir@
352prefix = @prefix@
353program_transform_name = @program_transform_name@
354psdir = @psdir@
355pyexecdir = @pyexecdir@
356pythondir = @pythondir@
357sbindir = @sbindir@
358sharedstatedir = @sharedstatedir@
359srcdir = @srcdir@
360sysconfdir = @sysconfdir@
361target_alias = @target_alias@
362top_build_prefix = @top_build_prefix@
363top_builddir = @top_builddir@
364top_srcdir = @top_srcdir@
365setup_libpinyin_PYTHON = \
366	main2.py \
367	config.py \
368	dicttreeview.py \
369	shortcuteditor.py \
370	keyboardshortcut.py \
371	ibus-libpinyin-preferences.ui \
372	$(NULL)
373
374setup_libpinyindir = $(datadir)/ibus-libpinyin/setup
375libexec_SCRIPTS = \
376	ibus-setup-libpinyin \
377	$(NULL)
378
379CLEANFILES = \
380	*.pyc \
381	$(NULL)
382
383EXTRA_DIST = \
384	config.py.in \
385	ibus-setup-libpinyin.in \
386	$(NULL)
387
388all: all-am
389
390.SUFFIXES:
391$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
392	@for dep in $?; do \
393	  case '$(am__configure_deps)' in \
394	    *$$dep*) \
395	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
396	        && { if test -f $@; then exit 0; else break; fi; }; \
397	      exit 1;; \
398	  esac; \
399	done; \
400	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu setup/Makefile'; \
401	$(am__cd) $(top_srcdir) && \
402	  $(AUTOMAKE) --gnu setup/Makefile
403Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
404	@case '$?' in \
405	  *config.status*) \
406	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
407	  *) \
408	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
409	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
410	esac;
411
412$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
413	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
414
415$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
416	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
417$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
418	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
419$(am__aclocal_m4_deps):
420ibus-setup-libpinyin: $(top_builddir)/config.status $(srcdir)/ibus-setup-libpinyin.in
421	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
422config.py: $(top_builddir)/config.status $(srcdir)/config.py.in
423	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
424install-libexecSCRIPTS: $(libexec_SCRIPTS)
425	@$(NORMAL_INSTALL)
426	@list='$(libexec_SCRIPTS)'; test -n "$(libexecdir)" || list=; \
427	if test -n "$$list"; then \
428	  echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
429	  $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
430	fi; \
431	for p in $$list; do \
432	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
433	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
434	done | \
435	sed -e 'p;s,.*/,,;n' \
436	    -e 'h;s|.*|.|' \
437	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
438	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
439	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
440	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
441	      if (++n[d] == $(am__install_max)) { \
442		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
443	    else { print "f", d "/" $$4, $$1 } } \
444	  END { for (d in files) print "f", d, files[d] }' | \
445	while read type dir files; do \
446	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
447	     test -z "$$files" || { \
448	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
449	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
450	     } \
451	; done
452
453uninstall-libexecSCRIPTS:
454	@$(NORMAL_UNINSTALL)
455	@list='$(libexec_SCRIPTS)'; test -n "$(libexecdir)" || exit 0; \
456	files=`for p in $$list; do echo "$$p"; done | \
457	       sed -e 's,.*/,,;$(transform)'`; \
458	dir='$(DESTDIR)$(libexecdir)'; $(am__uninstall_files_from_dir)
459
460mostlyclean-libtool:
461	-rm -f *.lo
462
463clean-libtool:
464	-rm -rf .libs _libs
465install-setup_libpinyinPYTHON: $(setup_libpinyin_PYTHON)
466	@$(NORMAL_INSTALL)
467	@list='$(setup_libpinyin_PYTHON)'; dlist=; list2=; test -n "$(setup_libpinyindir)" || list=; \
468	if test -n "$$list"; then \
469	  echo " $(MKDIR_P) '$(DESTDIR)$(setup_libpinyindir)'"; \
470	  $(MKDIR_P) "$(DESTDIR)$(setup_libpinyindir)" || exit 1; \
471	fi; \
472	for p in $$list; do \
473	  if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
474	  if test -f $$b$$p; then \
475	    $(am__strip_dir) \
476	    dlist="$$dlist $$f"; \
477	    list2="$$list2 $$b$$p"; \
478	  else :; fi; \
479	done; \
480	for file in $$list2; do echo $$file; done | $(am__base_list) | \
481	while read files; do \
482	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(setup_libpinyindir)'"; \
483	  $(INSTALL_DATA) $$files "$(DESTDIR)$(setup_libpinyindir)" || exit $$?; \
484	done || exit $$?; \
485	if test -n "$$dlist"; then \
486	  $(am__py_compile) --destdir "$(DESTDIR)" \
487	                    --basedir "$(setup_libpinyindir)" $$dlist; \
488	else :; fi
489
490uninstall-setup_libpinyinPYTHON:
491	@$(NORMAL_UNINSTALL)
492	@list='$(setup_libpinyin_PYTHON)'; test -n "$(setup_libpinyindir)" || list=; \
493	py_files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
494	test -n "$$py_files" || exit 0; \
495	dir='$(DESTDIR)$(setup_libpinyindir)'; \
496	pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
497	pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
498	st=0; \
499	for files in "$$py_files" "$$pyc_files" "$$pyo_files"; do \
500	  $(am__uninstall_files_from_dir) || st=$$?; \
501	done; \
502	dir='$(DESTDIR)$(setup_libpinyindir)/__pycache__'; \
503	echo "$$py_files" | $(am__pep3147_tweak) | $(am__base_list) | \
504	  while read files; do \
505	    $(am__uninstall_files_from_dir) || st=$$?; \
506	  done || exit $$?; \
507	exit $$st
508tags TAGS:
509
510ctags CTAGS:
511
512cscope cscopelist:
513
514
515distdir: $(BUILT_SOURCES)
516	$(MAKE) $(AM_MAKEFLAGS) distdir-am
517
518distdir-am: $(DISTFILES)
519	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
520	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
521	list='$(DISTFILES)'; \
522	  dist_files=`for file in $$list; do echo $$file; done | \
523	  sed -e "s|^$$srcdirstrip/||;t" \
524	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
525	case $$dist_files in \
526	  */*) $(MKDIR_P) `echo "$$dist_files" | \
527			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
528			   sort -u` ;; \
529	esac; \
530	for file in $$dist_files; do \
531	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
532	  if test -d $$d/$$file; then \
533	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
534	    if test -d "$(distdir)/$$file"; then \
535	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
536	    fi; \
537	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
538	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
539	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
540	    fi; \
541	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
542	  else \
543	    test -f "$(distdir)/$$file" \
544	    || cp -p $$d/$$file "$(distdir)/$$file" \
545	    || exit 1; \
546	  fi; \
547	done
548check-am: all-am
549check: check-am
550all-am: Makefile $(SCRIPTS)
551installdirs:
552	for dir in "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(setup_libpinyindir)"; do \
553	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
554	done
555install: install-am
556install-exec: install-exec-am
557install-data: install-data-am
558uninstall: uninstall-am
559
560install-am: all-am
561	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
562
563installcheck: installcheck-am
564install-strip:
565	if test -z '$(STRIP)'; then \
566	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
567	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
568	      install; \
569	else \
570	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
571	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
572	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
573	fi
574mostlyclean-generic:
575
576clean-generic:
577	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
578
579distclean-generic:
580	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
581	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
582
583maintainer-clean-generic:
584	@echo "This command is intended for maintainers to use"
585	@echo "it deletes files that may require special tools to rebuild."
586clean: clean-am
587
588clean-am: clean-generic clean-libtool mostlyclean-am
589
590distclean: distclean-am
591	-rm -f Makefile
592distclean-am: clean-am distclean-generic
593
594dvi: dvi-am
595
596dvi-am:
597
598html: html-am
599
600html-am:
601
602info: info-am
603
604info-am:
605
606install-data-am: install-setup_libpinyinPYTHON
607
608install-dvi: install-dvi-am
609
610install-dvi-am:
611
612install-exec-am: install-libexecSCRIPTS
613
614install-html: install-html-am
615
616install-html-am:
617
618install-info: install-info-am
619
620install-info-am:
621
622install-man:
623
624install-pdf: install-pdf-am
625
626install-pdf-am:
627
628install-ps: install-ps-am
629
630install-ps-am:
631
632installcheck-am:
633
634maintainer-clean: maintainer-clean-am
635	-rm -f Makefile
636maintainer-clean-am: distclean-am maintainer-clean-generic
637
638mostlyclean: mostlyclean-am
639
640mostlyclean-am: mostlyclean-generic mostlyclean-libtool
641
642pdf: pdf-am
643
644pdf-am:
645
646ps: ps-am
647
648ps-am:
649
650uninstall-am: uninstall-libexecSCRIPTS uninstall-setup_libpinyinPYTHON
651
652.MAKE: install-am install-strip
653
654.PHONY: all all-am check check-am clean clean-generic clean-libtool \
655	cscopelist-am ctags-am distclean distclean-generic \
656	distclean-libtool distdir dvi dvi-am html html-am info info-am \
657	install install-am install-data install-data-am install-dvi \
658	install-dvi-am install-exec install-exec-am install-html \
659	install-html-am install-info install-info-am \
660	install-libexecSCRIPTS install-man install-pdf install-pdf-am \
661	install-ps install-ps-am install-setup_libpinyinPYTHON \
662	install-strip installcheck installcheck-am installdirs \
663	maintainer-clean maintainer-clean-generic mostlyclean \
664	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
665	tags-am uninstall uninstall-am uninstall-libexecSCRIPTS \
666	uninstall-setup_libpinyinPYTHON
667
668.PRECIOUS: Makefile
669
670
671test-libpinyin:
672	$(ENV) DBUS_DEBUG=true \
673		   IBUS_LOCALEDIR=@localedir@ \
674		   IBUS_PKGDATADIR=$(pkgdatadir) \
675		   PYTHONPATH=$(abs_top_srcdir):$(pyexecdir) \
676		   $(PYTHON) $(srcdir)/main2.py libpinyin
677
678test-libbopomofo:
679	$(ENV) DBUS_DEBUG=true \
680		   IBUS_LOCALEDIR=@localedir@ \
681		   IBUS_PKGDATADIR=$(pkgdatadir) \
682		   PYTHONPATH=$(abs_top_srcdir):$(pyexecdir) \
683		   $(PYTHON) $(srcdir)/main2.py libbopomofo
684
685# Tell versions [3.59,3.63) of GNU make to not export all variables.
686# Otherwise a system limit (for SysV at least) may be exceeded.
687.NOEXPORT:
688