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