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