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