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