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