1- # Makefile.in generated by automake 1.16.1 from Makefile.am.
1+ # Makefile.in generated by automake 1.16.5 from Makefile.am.
22# @configure_input@
33
4- # Copyright (C) 1994-2018 Free Software Foundation, Inc.
4+ # Copyright (C) 1994-2021 Free Software Foundation, Inc.
55
66# This Makefile.in is free software; the Free Software Foundation
77# gives unlimited permission to copy and/or distribute it,
@@ -256,8 +256,8 @@ am__recursive_targets = \
256256 $(am__extra_recursive_targets )
257257AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive= ) TAGS CTAGS \
258258 cscope distdir distdir-am dist dist-all distcheck
259- am__tagged_files = $(HEADERS ) $(SOURCES ) $(TAGS_FILES ) \
260- $( LISP ) config.h.in
259+ am__tagged_files = $(HEADERS ) $(SOURCES ) $(TAGS_FILES ) $( LISP ) \
260+ config.h.in
261261# Read a list of newline-separated strings from the standard input,
262262# and print each of them once, without duplicates. Input order is
263263# *not* preserved.
@@ -274,9 +274,6 @@ am__define_uniq_tagged_files = \
274274 unique=` for i in $$ list; do \
275275 if test -f " $$ i" ; then echo $$ i; else echo $( srcdir) /$$ i; fi ; \
276276 done | $( am__uniquify_input) `
277- ETAGS = etags
278- CTAGS = ctags
279- CSCOPE = cscope
280277DIST_SUBDIRS = $(SUBDIRS )
281278am__DIST_COMMON = $(srcdir ) /Makefile.in $(srcdir ) /config.h.in AUTHORS \
282279 COPYING ChangeLog INSTALL NEWS README compile config.guess \
@@ -319,6 +316,8 @@ am__relativize = \
319316DIST_ARCHIVES = $(distdir ) .tar.gz
320317GZIP_ENV = --best
321318DIST_TARGETS = dist-gzip
319+ # Exists only to be overridden by the user if desired.
320+ AM_DISTCHECK_DVI_TARGET = dvi
322321distuninstallcheck_listfiles = find . -type f -print
323322am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles ) \
324323 | sed 's|^\./|$(prefix ) /|' | grep -v '$(infodir ) /dir$$'
@@ -339,9 +338,10 @@ CCASDEPMODE = @CCASDEPMODE@
339338CCASFLAGS = @CCASFLAGS@
340339CCDEPMODE = @CCDEPMODE@
341340CFLAGS = @CFLAGS@
342- CPP = @CPP@
343341CPPFLAGS = @CPPFLAGS@
344342CPU_ARCH = @CPU_ARCH@
343+ CSCOPE = @CSCOPE@
344+ CTAGS = @CTAGS@
345345CYGPATH_W = @CYGPATH_W@
346346DEBUGFLAGS = @DEBUGFLAGS@
347347DEFS = @DEFS@
@@ -354,8 +354,10 @@ ECHO_C = @ECHO_C@
354354ECHO_N = @ECHO_N@
355355ECHO_T = @ECHO_T@
356356EGREP = @EGREP@
357+ ETAGS = @ETAGS@
357358EXEEXT = @EXEEXT@
358359FGREP = @FGREP@
360+ FILECMD = @FILECMD@
359361GREP = @GREP@
360362INCLUDES = @INCLUDES@
361363INSTALL = @INSTALL@
@@ -374,6 +376,7 @@ LOCAL_CFLAGS = @LOCAL_CFLAGS@
374376LOCAL_DEFS = @LOCAL_DEFS@
375377LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
376378LTLIBOBJS = @LTLIBOBJS@
379+ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
377380MAKEINFO = @MAKEINFO@
378381MANIFEST_TOOL = @MANIFEST_TOOL@
379382MKDIR_P = @MKDIR_P@
@@ -445,6 +448,7 @@ pdfdir = @pdfdir@
445448prefix = @prefix@
446449program_transform_name = @program_transform_name@
447450psdir = @psdir@
451+ runstatedir = @runstatedir@
448452sbindir = @sbindir@
449453sharedstatedir = @sharedstatedir@
450454srcdir = @srcdir@
@@ -894,7 +898,6 @@ cscopelist-am: $(am__tagged_files)
894898distclean-tags :
895899 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
896900 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
897-
898901distdir : $(BUILT_SOURCES )
899902 $(MAKE ) $(AM_MAKEFLAGS ) distdir-am
900903
@@ -978,6 +981,10 @@ dist-xz: distdir
978981 tardir=$(distdir ) && $(am__tar ) | XZ_OPT=$$ {XZ_OPT--e} xz -c > $(distdir ) .tar.xz
979982 $(am__post_remove_distdir )
980983
984+ dist-zstd : distdir
985+ tardir=$(distdir ) && $(am__tar ) | zstd -c $$ {ZSTD_CLEVEL-$$ {ZSTD_OPT--19}} > $(distdir ) .tar.zst
986+ $(am__post_remove_distdir )
987+
981988dist-tarZ : distdir
982989 @echo WARNING: " Support for distribution archives compressed with" \
983990 " legacy program 'compress' is deprecated." >&2
@@ -1020,6 +1027,8 @@ distcheck: dist
10201027 eval GZIP= gzip $(GZIP_ENV ) -dc $(distdir ) .shar.gz | unshar ;; \
10211028 * .zip* ) \
10221029 unzip $(distdir ) .zip ;; \
1030+ * .tar.zst* ) \
1031+ zstd -dc $(distdir ) .tar.zst | $(am__untar ) ;; \
10231032 esac
10241033 chmod -R a-w $(distdir )
10251034 chmod u+w $(distdir )
@@ -1035,7 +1044,7 @@ distcheck: dist
10351044 $(DISTCHECK_CONFIGURE_FLAGS ) \
10361045 --srcdir=../.. --prefix=" $$ dc_install_base" \
10371046 && $(MAKE ) $(AM_MAKEFLAGS ) \
1038- && $(MAKE ) $(AM_MAKEFLAGS ) dvi \
1047+ && $(MAKE ) $(AM_MAKEFLAGS ) $( AM_DISTCHECK_DVI_TARGET ) \
10391048 && $(MAKE ) $(AM_MAKEFLAGS ) check \
10401049 && $(MAKE ) $(AM_MAKEFLAGS ) install \
10411050 && $(MAKE ) $(AM_MAKEFLAGS ) installcheck \
@@ -1227,20 +1236,21 @@ uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
12271236 clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
12281237 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
12291238 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
1230- distcheck distclean distclean-compile distclean-generic \
1231- distclean-hdr distclean-libtool distclean-tags distcleancheck \
1232- distdir distuninstallcheck dvi dvi-am html html-am info \
1233- info-am install install-am install-binPROGRAMS install-data \
1234- install-data-am install-dvi install-dvi-am install-exec \
1235- install-exec-am install-html install-html-am \
1236- install-includeHEADERS install-info install-info-am \
1237- install-libLTLIBRARIES install-man install-pdf install-pdf-am \
1238- install-ps install-ps-am install-strip installcheck \
1239- installcheck-am installdirs installdirs-am maintainer-clean \
1240- maintainer-clean-generic mostlyclean mostlyclean-compile \
1241- mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1242- tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
1243- uninstall-includeHEADERS uninstall-libLTLIBRARIES
1239+ dist-zstd distcheck distclean distclean-compile \
1240+ distclean-generic distclean-hdr distclean-libtool \
1241+ distclean-tags distcleancheck distdir distuninstallcheck dvi \
1242+ dvi-am html html-am info info-am install install-am \
1243+ install-binPROGRAMS install-data install-data-am install-dvi \
1244+ install-dvi-am install-exec install-exec-am install-html \
1245+ install-html-am install-includeHEADERS install-info \
1246+ install-info-am install-libLTLIBRARIES install-man install-pdf \
1247+ install-pdf-am install-ps install-ps-am install-strip \
1248+ installcheck installcheck-am installdirs installdirs-am \
1249+ maintainer-clean maintainer-clean-generic mostlyclean \
1250+ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1251+ pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
1252+ uninstall-binPROGRAMS uninstall-includeHEADERS \
1253+ uninstall-libLTLIBRARIES
12441254
12451255.PRECIOUS : Makefile
12461256
0 commit comments