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