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