1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 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)/m4/codeset.m4 \
93	$(top_srcdir)/m4/extern-inline.m4 $(top_srcdir)/m4/fcntl-o.m4 \
94	$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc2.m4 \
95	$(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \
96	$(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/intl.m4 \
97	$(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/intmax.m4 \
98	$(top_srcdir)/m4/inttypes-pri.m4 \
99	$(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \
100	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
101	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/lock.m4 \
102	$(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/nls.m4 \
103	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/printf-posix.m4 \
104	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/size_max.m4 \
105	$(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/threadlib.m4 \
106	$(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/visibility.m4 \
107	$(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \
108	$(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac
109am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
110	$(ACLOCAL_M4)
111DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
112	$(am__configure_deps) $(am__DIST_COMMON)
113am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
114 configure.lineno config.status.lineno
115mkinstalldirs = $(install_sh) -d
116CONFIG_HEADER = config.h
117CONFIG_CLEAN_FILES =
118CONFIG_CLEAN_VPATH_FILES =
119AM_V_P = $(am__v_P_@AM_V@)
120am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
121am__v_P_0 = false
122am__v_P_1 = :
123AM_V_GEN = $(am__v_GEN_@AM_V@)
124am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
125am__v_GEN_0 = @echo "  GEN     " $@;
126am__v_GEN_1 =
127AM_V_at = $(am__v_at_@AM_V@)
128am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
129am__v_at_0 = @
130am__v_at_1 =
131SOURCES =
132DIST_SOURCES =
133RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
134	ctags-recursive dvi-recursive html-recursive info-recursive \
135	install-data-recursive install-dvi-recursive \
136	install-exec-recursive install-html-recursive \
137	install-info-recursive install-pdf-recursive \
138	install-ps-recursive install-recursive installcheck-recursive \
139	installdirs-recursive pdf-recursive ps-recursive \
140	tags-recursive uninstall-recursive
141am__can_run_installinfo = \
142  case $$AM_UPDATE_INFO_DIR in \
143    n|no|NO) false;; \
144    *) (install-info --version) >/dev/null 2>&1;; \
145  esac
146RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
147  distclean-recursive maintainer-clean-recursive
148am__recursive_targets = \
149  $(RECURSIVE_TARGETS) \
150  $(RECURSIVE_CLEAN_TARGETS) \
151  $(am__extra_recursive_targets)
152AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
153	cscope distdir distdir-am dist dist-all distcheck
154am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
155	config.h.in
156# Read a list of newline-separated strings from the standard input,
157# and print each of them once, without duplicates.  Input order is
158# *not* preserved.
159am__uniquify_input = $(AWK) '\
160  BEGIN { nonempty = 0; } \
161  { items[$$0] = 1; nonempty = 1; } \
162  END { if (nonempty) { for (i in items) print i; }; } \
163'
164# Make sure the list of sources is unique.  This is necessary because,
165# e.g., the same source file might be shared among _SOURCES variables
166# for different programs/libraries.
167am__define_uniq_tagged_files = \
168  list='$(am__tagged_files)'; \
169  unique=`for i in $$list; do \
170    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
171  done | $(am__uniquify_input)`
172ETAGS = etags
173CTAGS = ctags
174CSCOPE = cscope
175DIST_SUBDIRS = $(SUBDIRS)
176am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
177	ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README \
178	compile config.guess config.rpath config.sub install-sh \
179	missing
180DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
181distdir = $(PACKAGE)-$(VERSION)
182top_distdir = $(distdir)
183am__remove_distdir = \
184  if test -d "$(distdir)"; then \
185    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
186      && rm -rf "$(distdir)" \
187      || { sleep 5 && rm -rf "$(distdir)"; }; \
188  else :; fi
189am__post_remove_distdir = $(am__remove_distdir)
190am__relativize = \
191  dir0=`pwd`; \
192  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
193  sed_rest='s,^[^/]*/*,,'; \
194  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
195  sed_butlast='s,/*[^/]*$$,,'; \
196  while test -n "$$dir1"; do \
197    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
198    if test "$$first" != "."; then \
199      if test "$$first" = ".."; then \
200        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
201        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
202      else \
203        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
204        if test "$$first2" = "$$first"; then \
205          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
206        else \
207          dir2="../$$dir2"; \
208        fi; \
209        dir0="$$dir0"/"$$first"; \
210      fi; \
211    fi; \
212    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
213  done; \
214  reldir="$$dir2"
215DIST_ARCHIVES = $(distdir).tar.gz
216GZIP_ENV = --best
217DIST_TARGETS = dist-gzip
218distuninstallcheck_listfiles = find . -type f -print
219am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
220  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
221distcleancheck_listfiles = find . -type f -print
222ACLOCAL = @ACLOCAL@
223ALLOCA = @ALLOCA@
224AMTAR = @AMTAR@
225AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
226AUTOCONF = @AUTOCONF@
227AUTOHEADER = @AUTOHEADER@
228AUTOMAKE = @AUTOMAKE@
229AWK = @AWK@
230BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
231CATOBJEXT = @CATOBJEXT@
232CC = @CC@
233CCDEPMODE = @CCDEPMODE@
234CFLAGS = @CFLAGS@
235CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
236CPP = @CPP@
237CPPFLAGS = @CPPFLAGS@
238CXX = @CXX@
239CXXDEPMODE = @CXXDEPMODE@
240CXXFLAGS = @CXXFLAGS@
241CYGPATH_W = @CYGPATH_W@
242DATADIRNAME = @DATADIRNAME@
243DEFS = @DEFS@
244DEPDIR = @DEPDIR@
245ECHO_C = @ECHO_C@
246ECHO_N = @ECHO_N@
247ECHO_T = @ECHO_T@
248EGREP = @EGREP@
249EXEEXT = @EXEEXT@
250GENCAT = @GENCAT@
251GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
252GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
253GLIBC2 = @GLIBC2@
254GLIBC21 = @GLIBC21@
255GMSGFMT = @GMSGFMT@
256GMSGFMT_015 = @GMSGFMT_015@
257GREP = @GREP@
258HAVE_ASPRINTF = @HAVE_ASPRINTF@
259HAVE_NEWLOCALE = @HAVE_NEWLOCALE@
260HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
261HAVE_SNPRINTF = @HAVE_SNPRINTF@
262HAVE_VISIBILITY = @HAVE_VISIBILITY@
263HAVE_WPRINTF = @HAVE_WPRINTF@
264INSTALL = @INSTALL@
265INSTALL_DATA = @INSTALL_DATA@
266INSTALL_PROGRAM = @INSTALL_PROGRAM@
267INSTALL_SCRIPT = @INSTALL_SCRIPT@
268INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
269INSTOBJEXT = @INSTOBJEXT@
270INTLBISON = @INTLBISON@
271INTLLIBS = @INTLLIBS@
272INTLOBJS = @INTLOBJS@
273INTL_DEFAULT_VERBOSITY = @INTL_DEFAULT_VERBOSITY@
274INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
275INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
276LDFLAGS = @LDFLAGS@
277LIBICONV = @LIBICONV@
278LIBINTL = @LIBINTL@
279LIBMULTITHREAD = @LIBMULTITHREAD@
280LIBOBJS = @LIBOBJS@
281LIBPTH = @LIBPTH@
282LIBPTH_PREFIX = @LIBPTH_PREFIX@
283LIBS = @LIBS@
284LIBTHREAD = @LIBTHREAD@
285LTLIBC = @LTLIBC@
286LTLIBICONV = @LTLIBICONV@
287LTLIBINTL = @LTLIBINTL@
288LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
289LTLIBOBJS = @LTLIBOBJS@
290LTLIBPTH = @LTLIBPTH@
291LTLIBTHREAD = @LTLIBTHREAD@
292MAINT = @MAINT@
293MAKEINFO = @MAKEINFO@
294MKDIR_P = @MKDIR_P@
295MSGFMT = @MSGFMT@
296MSGFMT_015 = @MSGFMT_015@
297MSGMERGE = @MSGMERGE@
298OBJEXT = @OBJEXT@
299PACKAGE = @PACKAGE@
300PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
301PACKAGE_CFLAGS = @PACKAGE_CFLAGS@
302PACKAGE_LIBS = @PACKAGE_LIBS@
303PACKAGE_NAME = @PACKAGE_NAME@
304PACKAGE_STRING = @PACKAGE_STRING@
305PACKAGE_TARNAME = @PACKAGE_TARNAME@
306PACKAGE_URL = @PACKAGE_URL@
307PACKAGE_VERSION = @PACKAGE_VERSION@
308PATH_SEPARATOR = @PATH_SEPARATOR@
309PKG_CONFIG = @PKG_CONFIG@
310PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
311PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
312POSUB = @POSUB@
313PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
314PROGRAMNAME_LOCALEDIR = @PROGRAMNAME_LOCALEDIR@
315RANLIB = @RANLIB@
316SED = @SED@
317SET_MAKE = @SET_MAKE@
318SHELL = @SHELL@
319STRIP = @STRIP@
320USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
321USE_NLS = @USE_NLS@
322VERSION = @VERSION@
323WINDRES = @WINDRES@
324WOE32 = @WOE32@
325WOE32DLL = @WOE32DLL@
326XGETTEXT = @XGETTEXT@
327XGETTEXT_015 = @XGETTEXT_015@
328XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
329abs_builddir = @abs_builddir@
330abs_srcdir = @abs_srcdir@
331abs_top_builddir = @abs_top_builddir@
332abs_top_srcdir = @abs_top_srcdir@
333ac_ct_CC = @ac_ct_CC@
334ac_ct_CXX = @ac_ct_CXX@
335am__include = @am__include@
336am__leading_dot = @am__leading_dot@
337am__quote = @am__quote@
338am__tar = @am__tar@
339am__untar = @am__untar@
340bindir = @bindir@
341build = @build@
342build_alias = @build_alias@
343build_cpu = @build_cpu@
344build_os = @build_os@
345build_vendor = @build_vendor@
346builddir = @builddir@
347datadir = @datadir@
348datarootdir = @datarootdir@
349docdir = @docdir@
350dvidir = @dvidir@
351exec_prefix = @exec_prefix@
352host = @host@
353host_alias = @host_alias@
354host_cpu = @host_cpu@
355host_os = @host_os@
356host_vendor = @host_vendor@
357htmldir = @htmldir@
358includedir = @includedir@
359infodir = @infodir@
360install_sh = @install_sh@
361libdir = @libdir@
362libexecdir = @libexecdir@
363localedir = @localedir@
364localstatedir = @localstatedir@
365mandir = @mandir@
366mkdir_p = @mkdir_p@
367oldincludedir = @oldincludedir@
368pdfdir = @pdfdir@
369prefix = @prefix@
370program_transform_name = @program_transform_name@
371psdir = @psdir@
372sbindir = @sbindir@
373sharedstatedir = @sharedstatedir@
374srcdir = @srcdir@
375sysconfdir = @sysconfdir@
376target_alias = @target_alias@
377top_build_prefix = @top_build_prefix@
378top_builddir = @top_builddir@
379top_srcdir = @top_srcdir@
380SUBDIRS = src po
381ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
382EXTRA_DIST = \
383			 autogen.sh \
384			 .xdemorse \
385			 files \
386			 doc
387
388DISTCLEANFILES = \
389				 autom4te.cache/* \
390				 intl/* \
391				 m4/* \
392				 aclocal.m4 \
393				 compile \
394				 config.guess \
395				 config.rpath \
396				 config.status \
397				 config.sub \
398				 configure \
399				 depcomp \
400				 install-sh \
401				 missing \
402				 ABOUT-NLS \
403				 Makefile.in \
404				 config.h \
405				 config.h.in \
406				 config.log \
407				 configure \
408				 stamp-h1 \
409				 stamp-h.in \
410				 src/Makefile.in \
411				 po/Rules-quot \
412				 po/en@quot.header \
413				 po/remove-potcdate.sin \
414				 po/Makevars.template \
415				 po/boldquot.sed \
416				 po/insert-header.sin \
417				 po/stamp-po \
418				 po/en@boldquot.header \
419				 po/quot.sed \
420				 po/Makefile.in.in \
421				 po/xdemorse.pot \
422				 Makefile
423
424all: config.h
425	$(MAKE) $(AM_MAKEFLAGS) all-recursive
426
427.SUFFIXES:
428am--refresh: Makefile
429	@:
430$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
431	@for dep in $?; do \
432	  case '$(am__configure_deps)' in \
433	    *$$dep*) \
434	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
435	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
436		&& exit 0; \
437	      exit 1;; \
438	  esac; \
439	done; \
440	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
441	$(am__cd) $(top_srcdir) && \
442	  $(AUTOMAKE) --gnu Makefile
443Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
444	@case '$?' in \
445	  *config.status*) \
446	    echo ' $(SHELL) ./config.status'; \
447	    $(SHELL) ./config.status;; \
448	  *) \
449	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
450	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
451	esac;
452
453$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
454	$(SHELL) ./config.status --recheck
455
456$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
457	$(am__cd) $(srcdir) && $(AUTOCONF)
458$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
459	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
460$(am__aclocal_m4_deps):
461
462config.h: stamp-h1
463	@test -f $@ || rm -f stamp-h1
464	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
465
466stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
467	@rm -f stamp-h1
468	cd $(top_builddir) && $(SHELL) ./config.status config.h
469$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
470	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
471	rm -f stamp-h1
472	touch $@
473
474distclean-hdr:
475	-rm -f config.h stamp-h1
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: $(BUILT_SOURCES)
584	$(MAKE) $(AM_MAKEFLAGS) distdir-am
585
586distdir-am: $(DISTFILES)
587	$(am__remove_distdir)
588	test -d "$(distdir)" || mkdir "$(distdir)"
589	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
590	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
591	list='$(DISTFILES)'; \
592	  dist_files=`for file in $$list; do echo $$file; done | \
593	  sed -e "s|^$$srcdirstrip/||;t" \
594	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
595	case $$dist_files in \
596	  */*) $(MKDIR_P) `echo "$$dist_files" | \
597			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
598			   sort -u` ;; \
599	esac; \
600	for file in $$dist_files; do \
601	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
602	  if test -d $$d/$$file; then \
603	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
604	    if test -d "$(distdir)/$$file"; then \
605	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
606	    fi; \
607	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
608	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
609	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
610	    fi; \
611	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
612	  else \
613	    test -f "$(distdir)/$$file" \
614	    || cp -p $$d/$$file "$(distdir)/$$file" \
615	    || exit 1; \
616	  fi; \
617	done
618	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
619	  if test "$$subdir" = .; then :; else \
620	    $(am__make_dryrun) \
621	      || test -d "$(distdir)/$$subdir" \
622	      || $(MKDIR_P) "$(distdir)/$$subdir" \
623	      || exit 1; \
624	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
625	    $(am__relativize); \
626	    new_distdir=$$reldir; \
627	    dir1=$$subdir; dir2="$(top_distdir)"; \
628	    $(am__relativize); \
629	    new_top_distdir=$$reldir; \
630	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
631	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
632	    ($(am__cd) $$subdir && \
633	      $(MAKE) $(AM_MAKEFLAGS) \
634	        top_distdir="$$new_top_distdir" \
635	        distdir="$$new_distdir" \
636		am__remove_distdir=: \
637		am__skip_length_check=: \
638		am__skip_mode_fix=: \
639	        distdir) \
640	      || exit 1; \
641	  fi; \
642	done
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-zstd: distdir
667	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
668	$(am__post_remove_distdir)
669
670dist-tarZ: distdir
671	@echo WARNING: "Support for distribution archives compressed with" \
672		       "legacy program 'compress' is deprecated." >&2
673	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
674	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
675	$(am__post_remove_distdir)
676
677dist-shar: distdir
678	@echo WARNING: "Support for shar distribution archives is" \
679	               "deprecated." >&2
680	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
681	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
682	$(am__post_remove_distdir)
683
684dist-zip: distdir
685	-rm -f $(distdir).zip
686	zip -rq $(distdir).zip $(distdir)
687	$(am__post_remove_distdir)
688
689dist dist-all:
690	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
691	$(am__post_remove_distdir)
692
693# This target untars the dist file and tries a VPATH configuration.  Then
694# it guarantees that the distribution is self-contained by making another
695# tarfile.
696distcheck: dist
697	case '$(DIST_ARCHIVES)' in \
698	*.tar.gz*) \
699	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
700	*.tar.bz2*) \
701	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
702	*.tar.lz*) \
703	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
704	*.tar.xz*) \
705	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
706	*.tar.Z*) \
707	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
708	*.shar.gz*) \
709	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
710	*.zip*) \
711	  unzip $(distdir).zip ;;\
712	*.tar.zst*) \
713	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
714	esac
715	chmod -R a-w $(distdir)
716	chmod u+w $(distdir)
717	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
718	chmod a-w $(distdir)
719	test -d $(distdir)/_build || exit 0; \
720	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
721	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
722	  && am__cwd=`pwd` \
723	  && $(am__cd) $(distdir)/_build/sub \
724	  && ../../configure \
725	    --with-included-gettext \
726	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
727	    $(DISTCHECK_CONFIGURE_FLAGS) \
728	    --srcdir=../.. --prefix="$$dc_install_base" \
729	  && $(MAKE) $(AM_MAKEFLAGS) \
730	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
731	  && $(MAKE) $(AM_MAKEFLAGS) check \
732	  && $(MAKE) $(AM_MAKEFLAGS) install \
733	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
734	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
735	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
736	        distuninstallcheck \
737	  && chmod -R a-w "$$dc_install_base" \
738	  && ({ \
739	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
740	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
741	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
742	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
743	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
744	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
745	  && rm -rf "$$dc_destdir" \
746	  && $(MAKE) $(AM_MAKEFLAGS) dist \
747	  && rm -rf $(DIST_ARCHIVES) \
748	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
749	  && cd "$$am__cwd" \
750	  || exit 1
751	$(am__post_remove_distdir)
752	@(echo "$(distdir) archives ready for distribution: "; \
753	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
754	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
755distuninstallcheck:
756	@test -n '$(distuninstallcheck_dir)' || { \
757	  echo 'ERROR: trying to run $@ with an empty' \
758	       '$$(distuninstallcheck_dir)' >&2; \
759	  exit 1; \
760	}; \
761	$(am__cd) '$(distuninstallcheck_dir)' || { \
762	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
763	  exit 1; \
764	}; \
765	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
766	   || { echo "ERROR: files left after uninstall:" ; \
767	        if test -n "$(DESTDIR)"; then \
768	          echo "  (check DESTDIR support)"; \
769	        fi ; \
770	        $(distuninstallcheck_listfiles) ; \
771	        exit 1; } >&2
772distcleancheck: distclean
773	@if test '$(srcdir)' = . ; then \
774	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
775	  exit 1 ; \
776	fi
777	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
778	  || { echo "ERROR: files left in build directory after distclean:" ; \
779	       $(distcleancheck_listfiles) ; \
780	       exit 1; } >&2
781check-am: all-am
782check: check-recursive
783all-am: Makefile config.h
784installdirs: installdirs-recursive
785installdirs-am:
786install: install-recursive
787install-exec: install-exec-recursive
788install-data: install-data-recursive
789uninstall: uninstall-recursive
790
791install-am: all-am
792	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
793
794installcheck: installcheck-recursive
795install-strip:
796	if test -z '$(STRIP)'; then \
797	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
798	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
799	      install; \
800	else \
801	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
802	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
803	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
804	fi
805mostlyclean-generic:
806
807clean-generic:
808
809distclean-generic:
810	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
811	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
812	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
813
814maintainer-clean-generic:
815	@echo "This command is intended for maintainers to use"
816	@echo "it deletes files that may require special tools to rebuild."
817clean: clean-recursive
818
819clean-am: clean-generic mostlyclean-am
820
821distclean: distclean-recursive
822	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
823	-rm -f Makefile
824distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
825
826dvi: dvi-recursive
827
828dvi-am:
829
830html: html-recursive
831
832html-am:
833
834info: info-recursive
835
836info-am:
837
838install-data-am: install-data-local
839
840install-dvi: install-dvi-recursive
841
842install-dvi-am:
843
844install-exec-am:
845
846install-html: install-html-recursive
847
848install-html-am:
849
850install-info: install-info-recursive
851
852install-info-am:
853
854install-man:
855
856install-pdf: install-pdf-recursive
857
858install-pdf-am:
859
860install-ps: install-ps-recursive
861
862install-ps-am:
863
864installcheck-am:
865
866maintainer-clean: maintainer-clean-recursive
867	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
868	-rm -rf $(top_srcdir)/autom4te.cache
869	-rm -f Makefile
870maintainer-clean-am: distclean-am maintainer-clean-generic
871
872mostlyclean: mostlyclean-recursive
873
874mostlyclean-am: mostlyclean-generic
875
876pdf: pdf-recursive
877
878pdf-am:
879
880ps: ps-recursive
881
882ps-am:
883
884uninstall-am:
885
886.MAKE: $(am__recursive_targets) all install-am install-strip
887
888.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
889	am--refresh check check-am clean clean-cscope clean-generic \
890	cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
891	dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
892	dist-zstd distcheck distclean distclean-generic distclean-hdr \
893	distclean-tags distcleancheck distdir distuninstallcheck dvi \
894	dvi-am html html-am info info-am install install-am \
895	install-data install-data-am install-data-local install-dvi \
896	install-dvi-am install-exec install-exec-am install-html \
897	install-html-am install-info install-info-am install-man \
898	install-pdf install-pdf-am install-ps install-ps-am \
899	install-strip installcheck installcheck-am installdirs \
900	installdirs-am maintainer-clean maintainer-clean-generic \
901	mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
902	tags-am uninstall uninstall-am
903
904.PRECIOUS: Makefile
905
906
907install-data-local:
908	@$(NORMAL_INSTALL)
909	if test -d files/; then \
910	  $(MKDIR_P) $(DESTDIR)$(datarootdir)/applications;\
911	  $(MKDIR_P) $(DESTDIR)$(datarootdir)/pixmaps;\
912	  $(install_sh_DATA) files/$(PACKAGE).desktop $(DESTDIR)$(datarootdir)/applications/; \
913	  $(install_sh_DATA) files/$(PACKAGE).svg $(DESTDIR)$(datarootdir)/pixmaps/; \
914	fi; \
915	if test -d doc/; then \
916	  $(MKDIR_P) $(DESTDIR)$(docdir);\
917	  $(MKDIR_P) $(DESTDIR)$(mandir)/man1;\
918	  $(install_sh_DATA) doc/* $(DESTDIR)$(docdir)/; \
919	  $(install_sh_DATA) doc/$(PACKAGE).1.gz $(DESTDIR)$(mandir)/man1/; \
920	fi;
921	if test -d .$(PACKAGE)/; then \
922	  $(MKDIR_P) $(DESTDIR)$(datarootdir)/examples/$(PACKAGE)/;\
923	  cp -r .$(PACKAGE)/* $(DESTDIR)$(datarootdir)/examples/$(PACKAGE)/; \
924	fi;
925
926# Tell versions [3.59,3.63) of GNU make to not export all variables.
927# Otherwise a system limit (for SysV at least) may be exceeded.
928.NOEXPORT:
929