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