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.
36VPATH = @srcdir@
37am__is_gnu_make = { \
38  if test -z '$(MAKELEVEL)'; then \
39    false; \
40  elif test -n '$(MAKE_HOST)'; then \
41    true; \
42  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
43    true; \
44  else \
45    false; \
46  fi; \
47}
48am__make_running_with_option = \
49  case $${target_option-} in \
50      ?) ;; \
51      *) echo "am__make_running_with_option: internal error: invalid" \
52              "target option '$${target_option-}' specified" >&2; \
53         exit 1;; \
54  esac; \
55  has_opt=no; \
56  sane_makeflags=$$MAKEFLAGS; \
57  if $(am__is_gnu_make); then \
58    sane_makeflags=$$MFLAGS; \
59  else \
60    case $$MAKEFLAGS in \
61      *\\[\ \	]*) \
62        bs=\\; \
63        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
64          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
65    esac; \
66  fi; \
67  skip_next=no; \
68  strip_trailopt () \
69  { \
70    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
71  }; \
72  for flg in $$sane_makeflags; do \
73    test $$skip_next = yes && { skip_next=no; continue; }; \
74    case $$flg in \
75      *=*|--*) continue;; \
76        -*I) strip_trailopt 'I'; skip_next=yes;; \
77      -*I?*) strip_trailopt 'I';; \
78        -*O) strip_trailopt 'O'; skip_next=yes;; \
79      -*O?*) strip_trailopt 'O';; \
80        -*l) strip_trailopt 'l'; skip_next=yes;; \
81      -*l?*) strip_trailopt 'l';; \
82      -[dEDm]) skip_next=yes;; \
83      -[JT]) skip_next=yes;; \
84    esac; \
85    case $$flg in \
86      *$$target_option*) has_opt=yes; break;; \
87    esac; \
88  done; \
89  test $$has_opt = yes
90am__make_dryrun = (target_option=n; $(am__make_running_with_option))
91am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
92pkgdatadir = $(datadir)/@PACKAGE@
93pkgincludedir = $(includedir)/@PACKAGE@
94pkglibdir = $(libdir)/@PACKAGE@
95pkglibexecdir = $(libexecdir)/@PACKAGE@
96am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
97install_sh_DATA = $(install_sh) -c -m 644
98install_sh_PROGRAM = $(install_sh) -c
99install_sh_SCRIPT = $(install_sh) -c
100INSTALL_HEADER = $(INSTALL_DATA)
101transform = $(program_transform_name)
102NORMAL_INSTALL = :
103PRE_INSTALL = :
104POST_INSTALL = :
105NORMAL_UNINSTALL = :
106PRE_UNINSTALL = :
107POST_UNINSTALL = :
108build_triplet = @build@
109host_triplet = @host@
110subdir = .
111ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
112am__aclocal_m4_deps = $(top_srcdir)/m4/as-version.m4 \
113	$(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/gettext.m4 \
114	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
115	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
116	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
117	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
118	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
119	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
120	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
121am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
122	$(ACLOCAL_M4)
123DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
124	$(am__configure_deps) $(am__DIST_COMMON)
125am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
126 configure.lineno config.status.lineno
127mkinstalldirs = $(install_sh) -d
128CONFIG_HEADER = config.h
129CONFIG_CLEAN_FILES = ibus-libpinyin.spec
130CONFIG_CLEAN_VPATH_FILES =
131AM_V_P = $(am__v_P_@AM_V@)
132am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
133am__v_P_0 = false
134am__v_P_1 = :
135AM_V_GEN = $(am__v_GEN_@AM_V@)
136am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
137am__v_GEN_0 = @echo "  GEN     " $@;
138am__v_GEN_1 =
139AM_V_at = $(am__v_at_@AM_V@)
140am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
141am__v_at_0 = @
142am__v_at_1 =
143SOURCES =
144DIST_SOURCES =
145RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
146	ctags-recursive dvi-recursive html-recursive info-recursive \
147	install-data-recursive install-dvi-recursive \
148	install-exec-recursive install-html-recursive \
149	install-info-recursive install-pdf-recursive \
150	install-ps-recursive install-recursive installcheck-recursive \
151	installdirs-recursive pdf-recursive ps-recursive \
152	tags-recursive uninstall-recursive
153am__can_run_installinfo = \
154  case $$AM_UPDATE_INFO_DIR in \
155    n|no|NO) false;; \
156    *) (install-info --version) >/dev/null 2>&1;; \
157  esac
158RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
159  distclean-recursive maintainer-clean-recursive
160am__recursive_targets = \
161  $(RECURSIVE_TARGETS) \
162  $(RECURSIVE_CLEAN_TARGETS) \
163  $(am__extra_recursive_targets)
164AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
165	cscope distdir distdir-am dist dist-all distcheck
166am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
167	$(LISP)config.h.in
168# Read a list of newline-separated strings from the standard input,
169# and print each of them once, without duplicates.  Input order is
170# *not* preserved.
171am__uniquify_input = $(AWK) '\
172  BEGIN { nonempty = 0; } \
173  { items[$$0] = 1; nonempty = 1; } \
174  END { if (nonempty) { for (i in items) print i; }; } \
175'
176# Make sure the list of sources is unique.  This is necessary because,
177# e.g., the same source file might be shared among _SOURCES variables
178# for different programs/libraries.
179am__define_uniq_tagged_files = \
180  list='$(am__tagged_files)'; \
181  unique=`for i in $$list; do \
182    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
183  done | $(am__uniquify_input)`
184ETAGS = etags
185CTAGS = ctags
186CSCOPE = cscope
187DIST_SUBDIRS = data lua src setup m4 po
188am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
189	$(srcdir)/ibus-libpinyin.spec.in ABOUT-NLS AUTHORS COPYING \
190	ChangeLog INSTALL NEWS README compile config.guess \
191	config.rpath config.sub depcomp install-sh ltmain.sh missing \
192	py-compile
193DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
194distdir = $(PACKAGE)-$(VERSION)
195top_distdir = $(distdir)
196am__remove_distdir = \
197  if test -d "$(distdir)"; then \
198    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
199      && rm -rf "$(distdir)" \
200      || { sleep 5 && rm -rf "$(distdir)"; }; \
201  else :; fi
202am__post_remove_distdir = $(am__remove_distdir)
203am__relativize = \
204  dir0=`pwd`; \
205  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
206  sed_rest='s,^[^/]*/*,,'; \
207  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
208  sed_butlast='s,/*[^/]*$$,,'; \
209  while test -n "$$dir1"; do \
210    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
211    if test "$$first" != "."; then \
212      if test "$$first" = ".."; then \
213        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
214        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
215      else \
216        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
217        if test "$$first2" = "$$first"; then \
218          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
219        else \
220          dir2="../$$dir2"; \
221        fi; \
222        dir0="$$dir0"/"$$first"; \
223      fi; \
224    fi; \
225    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
226  done; \
227  reldir="$$dir2"
228DIST_ARCHIVES = $(distdir).tar.gz
229GZIP_ENV = --best
230DIST_TARGETS = dist-gzip
231distuninstallcheck_listfiles = find . -type f -print
232am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
233  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
234distcleancheck_listfiles = find . -type f -print
235ACLOCAL = @ACLOCAL@
236AMTAR = @AMTAR@
237AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
238AR = @AR@
239AUTOCONF = @AUTOCONF@
240AUTOHEADER = @AUTOHEADER@
241AUTOMAKE = @AUTOMAKE@
242AWK = @AWK@
243BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
244BOOST_ROOT = @BOOST_ROOT@
245CC = @CC@
246CCDEPMODE = @CCDEPMODE@
247CFLAGS = @CFLAGS@
248CPP = @CPP@
249CPPFLAGS = @CPPFLAGS@
250CXX = @CXX@
251CXXCPP = @CXXCPP@
252CXXDEPMODE = @CXXDEPMODE@
253CXXFLAGS = @CXXFLAGS@
254CYGPATH_W = @CYGPATH_W@
255DEFS = @DEFS@
256DEPDIR = @DEPDIR@
257DISTCHECK_CONFIGURE_FLAGS = \
258	CFLAGS='-g3 -O3 -Wall' \
259	CXXFLAGS='-g3 -O3 -Wall' \
260	$(NULL)
261
262DLLTOOL = @DLLTOOL@
263DSYMUTIL = @DSYMUTIL@
264DUMPBIN = @DUMPBIN@
265ECHO_C = @ECHO_C@
266ECHO_N = @ECHO_N@
267ECHO_T = @ECHO_T@
268EGREP = @EGREP@
269ENV = @ENV@
270EXEEXT = @EXEEXT@
271FGREP = @FGREP@
272GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
273GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
274GIO2_CFLAGS = @GIO2_CFLAGS@
275GIO2_LIBS = @GIO2_LIBS@
276GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
277GMSGFMT = @GMSGFMT@
278GMSGFMT_015 = @GMSGFMT_015@
279GREP = @GREP@
280GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
281IBUS_CFLAGS = @IBUS_CFLAGS@
282IBUS_LIBS = @IBUS_LIBS@
283ICON_PROP_KEY_XML = @ICON_PROP_KEY_XML@
284INSTALL = @INSTALL@
285INSTALL_DATA = @INSTALL_DATA@
286INSTALL_PROGRAM = @INSTALL_PROGRAM@
287INSTALL_SCRIPT = @INSTALL_SCRIPT@
288INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
289INTLLIBS = @INTLLIBS@
290INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
291LD = @LD@
292LDFLAGS = @LDFLAGS@
293LIBICONV = @LIBICONV@
294LIBINTL = @LIBINTL@
295LIBOBJS = @LIBOBJS@
296LIBPINYIN_CFLAGS = @LIBPINYIN_CFLAGS@
297LIBPINYIN_DATADIR = @LIBPINYIN_DATADIR@
298LIBPINYIN_LIBS = @LIBPINYIN_LIBS@
299LIBS = @LIBS@
300LIBTOOL = @LIBTOOL@
301LIPO = @LIPO@
302LN_S = @LN_S@
303LTLIBICONV = @LTLIBICONV@
304LTLIBINTL = @LTLIBINTL@
305LTLIBOBJS = @LTLIBOBJS@
306LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
307LUA_CFLAGS = @LUA_CFLAGS@
308LUA_LIBS = @LUA_LIBS@
309MAINT = @MAINT@
310MAKEINFO = @MAKEINFO@
311MANIFEST_TOOL = @MANIFEST_TOOL@
312MKDIR_P = @MKDIR_P@
313MSGFMT = @MSGFMT@
314MSGFMT_015 = @MSGFMT_015@
315MSGMERGE = @MSGMERGE@
316NM = @NM@
317NMEDIT = @NMEDIT@
318OBJDUMP = @OBJDUMP@
319OBJEXT = @OBJEXT@
320OPENCC_CFLAGS = @OPENCC_CFLAGS@
321OPENCC_LIBS = @OPENCC_LIBS@
322OTOOL = @OTOOL@
323OTOOL64 = @OTOOL64@
324PACKAGE = @PACKAGE@
325PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
326PACKAGE_NAME = @PACKAGE_NAME@
327PACKAGE_STRING = @PACKAGE_STRING@
328PACKAGE_TARNAME = @PACKAGE_TARNAME@
329PACKAGE_URL = @PACKAGE_URL@
330PACKAGE_VERSION = @PACKAGE_VERSION@
331PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
332PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
333PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
334PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@
335PACKAGE_VERSION_RELEASE = @PACKAGE_VERSION_RELEASE@
336PATH_SEPARATOR = @PATH_SEPARATOR@
337PKG_CONFIG = @PKG_CONFIG@
338PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
339PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
340POSUB = @POSUB@
341PYTHON = @PYTHON@
342PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
343PYTHON_PLATFORM = @PYTHON_PLATFORM@
344PYTHON_PREFIX = @PYTHON_PREFIX@
345PYTHON_VERSION = @PYTHON_VERSION@
346RANLIB = @RANLIB@
347SED = @SED@
348SET_MAKE = @SET_MAKE@
349SHELL = @SHELL@
350SQLITE3 = @SQLITE3@
351SQLITE_CFLAGS = @SQLITE_CFLAGS@
352SQLITE_LIBS = @SQLITE_LIBS@
353STRIP = @STRIP@
354USE_NLS = @USE_NLS@
355VERSION = @VERSION@
356XGETTEXT = @XGETTEXT@
357XGETTEXT_015 = @XGETTEXT_015@
358XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
359abs_builddir = @abs_builddir@
360abs_srcdir = @abs_srcdir@
361abs_top_builddir = @abs_top_builddir@
362abs_top_srcdir = @abs_top_srcdir@
363ac_ct_AR = @ac_ct_AR@
364ac_ct_CC = @ac_ct_CC@
365ac_ct_CXX = @ac_ct_CXX@
366ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
367am__include = @am__include@
368am__leading_dot = @am__leading_dot@
369am__quote = @am__quote@
370am__tar = @am__tar@
371am__untar = @am__untar@
372bindir = @bindir@
373build = @build@
374build_alias = @build_alias@
375build_cpu = @build_cpu@
376build_os = @build_os@
377build_vendor = @build_vendor@
378builddir = @builddir@
379datadir = @datadir@
380datarootdir = @datarootdir@
381docdir = @docdir@
382dvidir = @dvidir@
383exec_prefix = @exec_prefix@
384gsettingsschemadir = @gsettingsschemadir@
385host = @host@
386host_alias = @host_alias@
387host_cpu = @host_cpu@
388host_os = @host_os@
389host_vendor = @host_vendor@
390htmldir = @htmldir@
391includedir = @includedir@
392infodir = @infodir@
393install_sh = @install_sh@
394libdir = @libdir@
395libexecdir = @libexecdir@
396localedir = @localedir@
397localstatedir = @localstatedir@
398mandir = @mandir@
399mkdir_p = @mkdir_p@
400oldincludedir = @oldincludedir@
401pdfdir = @pdfdir@
402pkgpyexecdir = @pkgpyexecdir@
403pkgpythondir = @pkgpythondir@
404prefix = @prefix@
405program_transform_name = @program_transform_name@
406psdir = @psdir@
407pyexecdir = @pyexecdir@
408pythondir = @pythondir@
409sbindir = @sbindir@
410sharedstatedir = @sharedstatedir@
411srcdir = @srcdir@
412sysconfdir = @sysconfdir@
413target_alias = @target_alias@
414top_build_prefix = @top_build_prefix@
415top_builddir = @top_builddir@
416top_srcdir = @top_srcdir@
417@IBUS_BUILD_LUA_EXTENSION_TRUE@LUADIR = lua
418SUBDIRS = \
419	data \
420	$(LUADIR) \
421	src \
422	setup \
423	m4 \
424	po \
425	$(NULL)
426
427ACLOCAL_AMFLAGS = -I m4
428EXTRA_DIST = config.rpath  \
429	autogen.sh \
430	ibus-libpinyin.spec.in \
431	$(NULL)
432
433noinst_DIST = \
434	$(NULL)
435
436DISTCLEANFILES = \
437	po/stamp-it \
438	$(NULL)
439
440all: config.h
441	$(MAKE) $(AM_MAKEFLAGS) all-recursive
442
443.SUFFIXES:
444am--refresh: Makefile
445	@:
446$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
447	@for dep in $?; do \
448	  case '$(am__configure_deps)' in \
449	    *$$dep*) \
450	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
451	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
452		&& exit 0; \
453	      exit 1;; \
454	  esac; \
455	done; \
456	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
457	$(am__cd) $(top_srcdir) && \
458	  $(AUTOMAKE) --gnu Makefile
459Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
460	@case '$?' in \
461	  *config.status*) \
462	    echo ' $(SHELL) ./config.status'; \
463	    $(SHELL) ./config.status;; \
464	  *) \
465	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
466	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
467	esac;
468
469$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
470	$(SHELL) ./config.status --recheck
471
472$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
473	$(am__cd) $(srcdir) && $(AUTOCONF)
474$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
475	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
476$(am__aclocal_m4_deps):
477
478config.h: stamp-h1
479	@test -f $@ || rm -f stamp-h1
480	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
481
482stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
483	@rm -f stamp-h1
484	cd $(top_builddir) && $(SHELL) ./config.status config.h
485$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
486	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
487	rm -f stamp-h1
488	touch $@
489
490distclean-hdr:
491	-rm -f config.h stamp-h1
492ibus-libpinyin.spec: $(top_builddir)/config.status $(srcdir)/ibus-libpinyin.spec.in
493	cd $(top_builddir) && $(SHELL) ./config.status $@
494
495mostlyclean-libtool:
496	-rm -f *.lo
497
498clean-libtool:
499	-rm -rf .libs _libs
500
501distclean-libtool:
502	-rm -f libtool config.lt
503
504# This directory's subdirectories are mostly independent; you can cd
505# into them and run 'make' without going through this Makefile.
506# To change the values of 'make' variables: instead of editing Makefiles,
507# (1) if the variable is set in 'config.status', edit 'config.status'
508#     (which will cause the Makefiles to be regenerated when you run 'make');
509# (2) otherwise, pass the desired values on the 'make' command line.
510$(am__recursive_targets):
511	@fail=; \
512	if $(am__make_keepgoing); then \
513	  failcom='fail=yes'; \
514	else \
515	  failcom='exit 1'; \
516	fi; \
517	dot_seen=no; \
518	target=`echo $@ | sed s/-recursive//`; \
519	case "$@" in \
520	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
521	  *) list='$(SUBDIRS)' ;; \
522	esac; \
523	for subdir in $$list; do \
524	  echo "Making $$target in $$subdir"; \
525	  if test "$$subdir" = "."; then \
526	    dot_seen=yes; \
527	    local_target="$$target-am"; \
528	  else \
529	    local_target="$$target"; \
530	  fi; \
531	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
532	  || eval $$failcom; \
533	done; \
534	if test "$$dot_seen" = "no"; then \
535	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
536	fi; test -z "$$fail"
537
538ID: $(am__tagged_files)
539	$(am__define_uniq_tagged_files); mkid -fID $$unique
540tags: tags-recursive
541TAGS: tags
542
543tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
544	set x; \
545	here=`pwd`; \
546	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
547	  include_option=--etags-include; \
548	  empty_fix=.; \
549	else \
550	  include_option=--include; \
551	  empty_fix=; \
552	fi; \
553	list='$(SUBDIRS)'; for subdir in $$list; do \
554	  if test "$$subdir" = .; then :; else \
555	    test ! -f $$subdir/TAGS || \
556	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
557	  fi; \
558	done; \
559	$(am__define_uniq_tagged_files); \
560	shift; \
561	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
562	  test -n "$$unique" || unique=$$empty_fix; \
563	  if test $$# -gt 0; then \
564	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
565	      "$$@" $$unique; \
566	  else \
567	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
568	      $$unique; \
569	  fi; \
570	fi
571ctags: ctags-recursive
572
573CTAGS: ctags
574ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
575	$(am__define_uniq_tagged_files); \
576	test -z "$(CTAGS_ARGS)$$unique" \
577	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
578	     $$unique
579
580GTAGS:
581	here=`$(am__cd) $(top_builddir) && pwd` \
582	  && $(am__cd) $(top_srcdir) \
583	  && gtags -i $(GTAGS_ARGS) "$$here"
584cscope: cscope.files
585	test ! -s cscope.files \
586	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
587clean-cscope:
588	-rm -f cscope.files
589cscope.files: clean-cscope cscopelist
590cscopelist: cscopelist-recursive
591
592cscopelist-am: $(am__tagged_files)
593	list='$(am__tagged_files)'; \
594	case "$(srcdir)" in \
595	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
596	  *) sdir=$(subdir)/$(srcdir) ;; \
597	esac; \
598	for i in $$list; do \
599	  if test -f "$$i"; then \
600	    echo "$(subdir)/$$i"; \
601	  else \
602	    echo "$$sdir/$$i"; \
603	  fi; \
604	done >> $(top_builddir)/cscope.files
605
606distclean-tags:
607	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
608	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
609
610distdir: $(BUILT_SOURCES)
611	$(MAKE) $(AM_MAKEFLAGS) distdir-am
612
613distdir-am: $(DISTFILES)
614	$(am__remove_distdir)
615	test -d "$(distdir)" || mkdir "$(distdir)"
616	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
617	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
618	list='$(DISTFILES)'; \
619	  dist_files=`for file in $$list; do echo $$file; done | \
620	  sed -e "s|^$$srcdirstrip/||;t" \
621	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
622	case $$dist_files in \
623	  */*) $(MKDIR_P) `echo "$$dist_files" | \
624			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
625			   sort -u` ;; \
626	esac; \
627	for file in $$dist_files; do \
628	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
629	  if test -d $$d/$$file; then \
630	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
631	    if test -d "$(distdir)/$$file"; then \
632	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
633	    fi; \
634	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
635	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
636	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
637	    fi; \
638	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
639	  else \
640	    test -f "$(distdir)/$$file" \
641	    || cp -p $$d/$$file "$(distdir)/$$file" \
642	    || exit 1; \
643	  fi; \
644	done
645	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
646	  if test "$$subdir" = .; then :; else \
647	    $(am__make_dryrun) \
648	      || test -d "$(distdir)/$$subdir" \
649	      || $(MKDIR_P) "$(distdir)/$$subdir" \
650	      || exit 1; \
651	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
652	    $(am__relativize); \
653	    new_distdir=$$reldir; \
654	    dir1=$$subdir; dir2="$(top_distdir)"; \
655	    $(am__relativize); \
656	    new_top_distdir=$$reldir; \
657	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
658	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
659	    ($(am__cd) $$subdir && \
660	      $(MAKE) $(AM_MAKEFLAGS) \
661	        top_distdir="$$new_top_distdir" \
662	        distdir="$$new_distdir" \
663		am__remove_distdir=: \
664		am__skip_length_check=: \
665		am__skip_mode_fix=: \
666	        distdir) \
667	      || exit 1; \
668	  fi; \
669	done
670	$(MAKE) $(AM_MAKEFLAGS) \
671	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
672	  dist-hook
673	-test -n "$(am__skip_mode_fix)" \
674	|| find "$(distdir)" -type d ! -perm -755 \
675		-exec chmod u+rwx,go+rx {} \; -o \
676	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
677	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
678	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
679	|| chmod -R a+r "$(distdir)"
680dist-gzip: distdir
681	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
682	$(am__post_remove_distdir)
683
684dist-bzip2: distdir
685	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
686	$(am__post_remove_distdir)
687
688dist-lzip: distdir
689	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
690	$(am__post_remove_distdir)
691
692dist-xz: distdir
693	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
694	$(am__post_remove_distdir)
695
696dist-tarZ: distdir
697	@echo WARNING: "Support for distribution archives compressed with" \
698		       "legacy program 'compress' is deprecated." >&2
699	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
700	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
701	$(am__post_remove_distdir)
702
703dist-shar: distdir
704	@echo WARNING: "Support for shar distribution archives is" \
705	               "deprecated." >&2
706	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
707	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
708	$(am__post_remove_distdir)
709
710dist-zip: distdir
711	-rm -f $(distdir).zip
712	zip -rq $(distdir).zip $(distdir)
713	$(am__post_remove_distdir)
714
715dist dist-all:
716	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
717	$(am__post_remove_distdir)
718
719# This target untars the dist file and tries a VPATH configuration.  Then
720# it guarantees that the distribution is self-contained by making another
721# tarfile.
722distcheck: dist
723	case '$(DIST_ARCHIVES)' in \
724	*.tar.gz*) \
725	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
726	*.tar.bz2*) \
727	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
728	*.tar.lz*) \
729	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
730	*.tar.xz*) \
731	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
732	*.tar.Z*) \
733	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
734	*.shar.gz*) \
735	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
736	*.zip*) \
737	  unzip $(distdir).zip ;;\
738	esac
739	chmod -R a-w $(distdir)
740	chmod u+w $(distdir)
741	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
742	chmod a-w $(distdir)
743	test -d $(distdir)/_build || exit 0; \
744	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
745	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
746	  && am__cwd=`pwd` \
747	  && $(am__cd) $(distdir)/_build/sub \
748	  && ../../configure \
749	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
750	    $(DISTCHECK_CONFIGURE_FLAGS) \
751	    --srcdir=../.. --prefix="$$dc_install_base" \
752	  && $(MAKE) $(AM_MAKEFLAGS) \
753	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
754	  && $(MAKE) $(AM_MAKEFLAGS) check \
755	  && $(MAKE) $(AM_MAKEFLAGS) install \
756	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
757	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
758	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
759	        distuninstallcheck \
760	  && chmod -R a-w "$$dc_install_base" \
761	  && ({ \
762	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
763	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
764	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
765	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
766	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
767	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
768	  && rm -rf "$$dc_destdir" \
769	  && $(MAKE) $(AM_MAKEFLAGS) dist \
770	  && rm -rf $(DIST_ARCHIVES) \
771	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
772	  && cd "$$am__cwd" \
773	  || exit 1
774	$(am__post_remove_distdir)
775	@(echo "$(distdir) archives ready for distribution: "; \
776	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
777	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
778distuninstallcheck:
779	@test -n '$(distuninstallcheck_dir)' || { \
780	  echo 'ERROR: trying to run $@ with an empty' \
781	       '$$(distuninstallcheck_dir)' >&2; \
782	  exit 1; \
783	}; \
784	$(am__cd) '$(distuninstallcheck_dir)' || { \
785	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
786	  exit 1; \
787	}; \
788	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
789	   || { echo "ERROR: files left after uninstall:" ; \
790	        if test -n "$(DESTDIR)"; then \
791	          echo "  (check DESTDIR support)"; \
792	        fi ; \
793	        $(distuninstallcheck_listfiles) ; \
794	        exit 1; } >&2
795distcleancheck: distclean
796	@if test '$(srcdir)' = . ; then \
797	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
798	  exit 1 ; \
799	fi
800	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
801	  || { echo "ERROR: files left in build directory after distclean:" ; \
802	       $(distcleancheck_listfiles) ; \
803	       exit 1; } >&2
804check-am: all-am
805check: check-recursive
806all-am: Makefile config.h
807installdirs: installdirs-recursive
808installdirs-am:
809install: install-recursive
810install-exec: install-exec-recursive
811install-data: install-data-recursive
812uninstall: uninstall-recursive
813
814install-am: all-am
815	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
816
817installcheck: installcheck-recursive
818install-strip:
819	if test -z '$(STRIP)'; then \
820	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
821	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
822	      install; \
823	else \
824	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
825	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
826	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
827	fi
828mostlyclean-generic:
829
830clean-generic:
831
832distclean-generic:
833	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
834	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
835	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
836
837maintainer-clean-generic:
838	@echo "This command is intended for maintainers to use"
839	@echo "it deletes files that may require special tools to rebuild."
840clean: clean-recursive
841
842clean-am: clean-generic clean-libtool clean-local mostlyclean-am
843
844distclean: distclean-recursive
845	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
846	-rm -f Makefile
847distclean-am: clean-am distclean-generic distclean-hdr \
848	distclean-libtool distclean-tags
849
850dvi: dvi-recursive
851
852dvi-am:
853
854html: html-recursive
855
856html-am:
857
858info: info-recursive
859
860info-am:
861
862install-data-am:
863
864install-dvi: install-dvi-recursive
865
866install-dvi-am:
867
868install-exec-am:
869
870install-html: install-html-recursive
871
872install-html-am:
873
874install-info: install-info-recursive
875
876install-info-am:
877
878install-man:
879
880install-pdf: install-pdf-recursive
881
882install-pdf-am:
883
884install-ps: install-ps-recursive
885
886install-ps-am:
887
888installcheck-am:
889
890maintainer-clean: maintainer-clean-recursive
891	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
892	-rm -rf $(top_srcdir)/autom4te.cache
893	-rm -f Makefile
894maintainer-clean-am: distclean-am maintainer-clean-generic
895
896mostlyclean: mostlyclean-recursive
897
898mostlyclean-am: mostlyclean-generic mostlyclean-libtool
899
900pdf: pdf-recursive
901
902pdf-am:
903
904ps: ps-recursive
905
906ps-am:
907
908uninstall-am:
909
910.MAKE: $(am__recursive_targets) all install-am install-strip
911
912.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
913	am--refresh check check-am clean clean-cscope clean-generic \
914	clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
915	dist dist-all dist-bzip2 dist-gzip dist-hook dist-lzip \
916	dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
917	distclean-generic distclean-hdr distclean-libtool \
918	distclean-tags distcleancheck distdir distuninstallcheck dvi \
919	dvi-am html html-am info info-am install install-am \
920	install-data install-data-am install-dvi install-dvi-am \
921	install-exec install-exec-am install-html install-html-am \
922	install-info install-info-am install-man install-pdf \
923	install-pdf-am install-ps install-ps-am install-strip \
924	installcheck installcheck-am installdirs installdirs-am \
925	maintainer-clean maintainer-clean-generic mostlyclean \
926	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
927	tags tags-am uninstall uninstall-am
928
929.PRECIOUS: Makefile
930
931
932dist-hook:
933	if test -d .git ; then \
934		git log --name-status --date=iso > $(distdir)/ChangeLog ; \
935	fi
936
937rpm: dist @PACKAGE_NAME@.spec
938	rpmbuild -bb \
939			--define "_sourcedir `pwd`" \
940			--define "_builddir `pwd`/rpm" \
941			--define "_srcrpmdir `pwd`/rpm" \
942			--define "_rpmdir `pwd`/rpm" \
943			--define "_specdir `pwd`" \
944			@PACKAGE_NAME@.spec
945
946srpm: dist @PACKAGE_NAME@.spec
947	rpmbuild -bs \
948			--define "_sourcedir `pwd`" \
949			--define "_builddir `pwd`/rpm" \
950			--define "_srcrpmdir `pwd`/rpm" \
951			--define "_rpmdir `pwd`/rpm" \
952			--define "_specdir `pwd`" \
953			@PACKAGE_NAME@.spec
954
955.PHONY: debian/changelog
956debian/changelog:
957	$(AM_V_GEN) \
958	( \
959		. /etc/lsb-release; \
960		date=`date -R`; \
961		version=@VERSION@; \
962		serie=$(serie); \
963		if test -z "$$serie"; then \
964		  serie=$$DISTRIB_CODENAME; \
965		fi; \
966		if test -z "$$release"; then \
967		  release=1; \
968		fi; \
969		s=`cat debian/changelog.in`; \
970		eval "echo \"$${s}\""; \
971	) > $@
972
973ppa: dist debian/changelog
974	$(AM_V_GEN) \
975	( \
976		mkdir ppa; \
977		cp $(distdir).tar.gz ppa/@PACKAGE_NAME@_@PACKAGE_VERSION@.orig.tar.gz ; \
978		cd ppa; \
979		tar zxvf ../$(distdir).tar.gz ; \
980		cd $(distdir); \
981		cp -a ../../debian . ; \
982		cd debian; \
983		debuild -S -sa ; \
984	)
985
986dpkg: dist debian/changelog
987	$(AM_V_GEN) \
988	( \
989		mkdir ppa; \
990		cd ppa; \
991		tar zxvf ../$(distdir).tar.gz ; \
992		cd $(distdir); \
993		cp -a ../../debian . ; \
994		cd debian; \
995		debuild -b -uc -us; \
996	)
997
998clean-rpm:
999	$(RM) -r "`uname -i`"
1000
1001clean-local: clean-rpm
1002
1003# Tell versions [3.59,3.63) of GNU make to not export all variables.
1004# Otherwise a system limit (for SysV at least) may be exceeded.
1005.NOEXPORT:
1006