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