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