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