/ Makefile.in
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  # Copyright © 2016 Dr. Tobias Quathamer <toddy@debian.org>
  18  #
  19  # This program is free software: you can redistribute it and/or modify
  20  # it under the terms of the GNU General Public License as published by
  21  # the Free Software Foundation, either version 3 of the License, or
  22  # (at your option) any later version.
  23  #
  24  # This program is distributed in the hope that it will be useful,
  25  # but WITHOUT ANY WARRANTY; without even the implied warranty of
  26  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  27  # GNU General Public License for more details.
  28  #
  29  # You should have received a copy of the GNU General Public License
  30  # along with this program.  If not, see <http://www.gnu.org/licenses/>.
  31  
  32  VPATH = @srcdir@
  33  am__is_gnu_make = { \
  34    if test -z '$(MAKELEVEL)'; then \
  35      false; \
  36    elif test -n '$(MAKE_HOST)'; then \
  37      true; \
  38    elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  39      true; \
  40    else \
  41      false; \
  42    fi; \
  43  }
  44  am__make_running_with_option = \
  45    case $${target_option-} in \
  46        ?) ;; \
  47        *) echo "am__make_running_with_option: internal error: invalid" \
  48                "target option '$${target_option-}' specified" >&2; \
  49           exit 1;; \
  50    esac; \
  51    has_opt=no; \
  52    sane_makeflags=$$MAKEFLAGS; \
  53    if $(am__is_gnu_make); then \
  54      sane_makeflags=$$MFLAGS; \
  55    else \
  56      case $$MAKEFLAGS in \
  57        *\\[\ \	]*) \
  58          bs=\\; \
  59          sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  60            | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
  61      esac; \
  62    fi; \
  63    skip_next=no; \
  64    strip_trailopt () \
  65    { \
  66      flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  67    }; \
  68    for flg in $$sane_makeflags; do \
  69      test $$skip_next = yes && { skip_next=no; continue; }; \
  70      case $$flg in \
  71        *=*|--*) continue;; \
  72          -*I) strip_trailopt 'I'; skip_next=yes;; \
  73        -*I?*) strip_trailopt 'I';; \
  74          -*O) strip_trailopt 'O'; skip_next=yes;; \
  75        -*O?*) strip_trailopt 'O';; \
  76          -*l) strip_trailopt 'l'; skip_next=yes;; \
  77        -*l?*) strip_trailopt 'l';; \
  78        -[dEDm]) skip_next=yes;; \
  79        -[JT]) skip_next=yes;; \
  80      esac; \
  81      case $$flg in \
  82        *$$target_option*) has_opt=yes; break;; \
  83      esac; \
  84    done; \
  85    test $$has_opt = yes
  86  am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  87  am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  88  pkgdatadir = $(datadir)/@PACKAGE@
  89  pkgincludedir = $(includedir)/@PACKAGE@
  90  pkglibdir = $(libdir)/@PACKAGE@
  91  pkglibexecdir = $(libexecdir)/@PACKAGE@
  92  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  93  install_sh_DATA = $(install_sh) -c -m 644
  94  install_sh_PROGRAM = $(install_sh) -c
  95  install_sh_SCRIPT = $(install_sh) -c
  96  INSTALL_HEADER = $(INSTALL_DATA)
  97  transform = $(program_transform_name)
  98  NORMAL_INSTALL = :
  99  PRE_INSTALL = :
 100  POST_INSTALL = :
 101  NORMAL_UNINSTALL = :
 102  PRE_UNINSTALL = :
 103  POST_UNINSTALL = :
 104  build_triplet = @build@
 105  host_triplet = @host@
 106  subdir = .
 107  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 108  am__aclocal_m4_deps = $(top_srcdir)/build/m4/gettext.m4 \
 109  	$(top_srcdir)/build/m4/glibtests.m4 \
 110  	$(top_srcdir)/build/m4/iconv.m4 \
 111  	$(top_srcdir)/build/m4/intlmacosx.m4 \
 112  	$(top_srcdir)/build/m4/lib-ld.m4 \
 113  	$(top_srcdir)/build/m4/lib-link.m4 \
 114  	$(top_srcdir)/build/m4/lib-prefix.m4 \
 115  	$(top_srcdir)/build/m4/nls.m4 $(top_srcdir)/build/m4/po.m4 \
 116  	$(top_srcdir)/build/m4/progtest.m4 $(top_srcdir)/configure.ac
 117  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 118  	$(ACLOCAL_M4)
 119  DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
 120  	$(am__configure_deps) $(am__DIST_COMMON)
 121  am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 122   configure.lineno config.status.lineno
 123  mkinstalldirs = $(install_sh) -d
 124  CONFIG_CLEAN_FILES =
 125  CONFIG_CLEAN_VPATH_FILES =
 126  AM_V_P = $(am__v_P_@AM_V@)
 127  am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 128  am__v_P_0 = false
 129  am__v_P_1 = :
 130  AM_V_GEN = $(am__v_GEN_@AM_V@)
 131  am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 132  am__v_GEN_0 = @echo "  GEN     " $@;
 133  am__v_GEN_1 = 
 134  AM_V_at = $(am__v_at_@AM_V@)
 135  am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 136  am__v_at_0 = @
 137  am__v_at_1 = 
 138  SOURCES =
 139  DIST_SOURCES =
 140  RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 141  	ctags-recursive dvi-recursive html-recursive info-recursive \
 142  	install-data-recursive install-dvi-recursive \
 143  	install-exec-recursive install-html-recursive \
 144  	install-info-recursive install-pdf-recursive \
 145  	install-ps-recursive install-recursive installcheck-recursive \
 146  	installdirs-recursive pdf-recursive ps-recursive \
 147  	tags-recursive uninstall-recursive
 148  am__can_run_installinfo = \
 149    case $$AM_UPDATE_INFO_DIR in \
 150      n|no|NO) false;; \
 151      *) (install-info --version) >/dev/null 2>&1;; \
 152    esac
 153  am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 154  am__vpath_adj = case $$p in \
 155      $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 156      *) f=$$p;; \
 157    esac;
 158  am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 159  am__install_max = 40
 160  am__nobase_strip_setup = \
 161    srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 162  am__nobase_strip = \
 163    for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 164  am__nobase_list = $(am__nobase_strip_setup); \
 165    for p in $$list; do echo "$$p $$p"; done | \
 166    sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 167    $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 168      if (++n[$$2] == $(am__install_max)) \
 169        { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 170      END { for (dir in files) print dir, files[dir] }'
 171  am__base_list = \
 172    sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 173    sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 174  am__uninstall_files_from_dir = { \
 175    test -z "$$files" \
 176      || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 177      || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 178           $(am__cd) "$$dir" && rm -f $$files; }; \
 179    }
 180  man1dir = $(mandir)/man1
 181  am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man_dedir)" \
 182  	"$(DESTDIR)$(man_esdir)" "$(DESTDIR)$(man_frdir)" \
 183  	"$(DESTDIR)$(man_itdir)" "$(DESTDIR)$(man_nbdir)" \
 184  	"$(DESTDIR)$(man_ptdir)" "$(DESTDIR)$(man_svdir)" \
 185  	"$(DESTDIR)$(man_trdir)"
 186  NROFF = nroff
 187  MANS = $(man1_MANS)
 188  DATA = $(man_de_DATA) $(man_es_DATA) $(man_fr_DATA) $(man_it_DATA) \
 189  	$(man_nb_DATA) $(man_pt_DATA) $(man_sv_DATA) $(man_tr_DATA)
 190  RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
 191    distclean-recursive maintainer-clean-recursive
 192  am__recursive_targets = \
 193    $(RECURSIVE_TARGETS) \
 194    $(RECURSIVE_CLEAN_TARGETS) \
 195    $(am__extra_recursive_targets)
 196  AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
 197  	cscope distdir distdir-am dist dist-all distcheck
 198  am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 199  # Read a list of newline-separated strings from the standard input,
 200  # and print each of them once, without duplicates.  Input order is
 201  # *not* preserved.
 202  am__uniquify_input = $(AWK) '\
 203    BEGIN { nonempty = 0; } \
 204    { items[$$0] = 1; nonempty = 1; } \
 205    END { if (nonempty) { for (i in items) print i; }; } \
 206  '
 207  # Make sure the list of sources is unique.  This is necessary because,
 208  # e.g., the same source file might be shared among _SOURCES variables
 209  # for different programs/libraries.
 210  am__define_uniq_tagged_files = \
 211    list='$(am__tagged_files)'; \
 212    unique=`for i in $$list; do \
 213      if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 214    done | $(am__uniquify_input)`
 215  DIST_SUBDIRS = $(SUBDIRS)
 216  am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/build/compile \
 217  	$(top_srcdir)/build/config.guess \
 218  	$(top_srcdir)/build/config.rpath \
 219  	$(top_srcdir)/build/config.sub $(top_srcdir)/build/install-sh \
 220  	$(top_srcdir)/build/missing $(top_srcdir)/build/tap-driver.sh \
 221  	$(top_srcdir)/build/tap-test ABOUT-NLS AUTHORS COPYING \
 222  	README.md TODO build/compile build/config.guess \
 223  	build/config.rpath build/config.sub build/depcomp \
 224  	build/install-sh build/missing
 225  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 226  distdir = $(PACKAGE)-$(VERSION)
 227  top_distdir = $(distdir)
 228  am__remove_distdir = \
 229    if test -d "$(distdir)"; then \
 230      find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 231        && rm -rf "$(distdir)" \
 232        || { sleep 5 && rm -rf "$(distdir)"; }; \
 233    else :; fi
 234  am__post_remove_distdir = $(am__remove_distdir)
 235  am__relativize = \
 236    dir0=`pwd`; \
 237    sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 238    sed_rest='s,^[^/]*/*,,'; \
 239    sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 240    sed_butlast='s,/*[^/]*$$,,'; \
 241    while test -n "$$dir1"; do \
 242      first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 243      if test "$$first" != "."; then \
 244        if test "$$first" = ".."; then \
 245          dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 246          dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 247        else \
 248          first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 249          if test "$$first2" = "$$first"; then \
 250            dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 251          else \
 252            dir2="../$$dir2"; \
 253          fi; \
 254          dir0="$$dir0"/"$$first"; \
 255        fi; \
 256      fi; \
 257      dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 258    done; \
 259    reldir="$$dir2"
 260  GZIP_ENV = --best
 261  DIST_ARCHIVES = $(distdir).tar.xz
 262  DIST_TARGETS = dist-xz
 263  # Exists only to be overridden by the user if desired.
 264  AM_DISTCHECK_DVI_TARGET = dvi
 265  distuninstallcheck_listfiles = find . -type f -print
 266  am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 267    | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
 268  distcleancheck_listfiles = find . -type f -print
 269  ACLOCAL = @ACLOCAL@
 270  AMTAR = @AMTAR@
 271  AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 272  ASCIIDOCTOR = @ASCIIDOCTOR@
 273  AUTOCONF = @AUTOCONF@
 274  AUTOHEADER = @AUTOHEADER@
 275  AUTOMAKE = @AUTOMAKE@
 276  AWK = @AWK@
 277  CC = @CC@
 278  CCDEPMODE = @CCDEPMODE@
 279  CFLAGS = @CFLAGS@
 280  CPP = @CPP@
 281  CPPFLAGS = @CPPFLAGS@
 282  CSCOPE = @CSCOPE@
 283  CTAGS = @CTAGS@
 284  CYGPATH_W = @CYGPATH_W@
 285  DEFS = @DEFS@
 286  DEPDIR = @DEPDIR@
 287  ECHO_C = @ECHO_C@
 288  ECHO_N = @ECHO_N@
 289  ECHO_T = @ECHO_T@
 290  ETAGS = @ETAGS@
 291  EXEEXT = @EXEEXT@
 292  GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
 293  GLIB_CFLAGS = @GLIB_CFLAGS@
 294  GLIB_LIBS = @GLIB_LIBS@
 295  GMSGFMT = @GMSGFMT@
 296  GMSGFMT_015 = @GMSGFMT_015@
 297  INSTALL = @INSTALL@
 298  INSTALL_DATA = @INSTALL_DATA@
 299  INSTALL_PROGRAM = @INSTALL_PROGRAM@
 300  INSTALL_SCRIPT = @INSTALL_SCRIPT@
 301  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 302  INTLLIBS = @INTLLIBS@
 303  INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 304  JSON_CFLAGS = @JSON_CFLAGS@
 305  JSON_LIBS = @JSON_LIBS@
 306  LDFLAGS = @LDFLAGS@
 307  LIBICONV = @LIBICONV@
 308  LIBINTL = @LIBINTL@
 309  LIBOBJS = @LIBOBJS@
 310  LIBS = @LIBS@
 311  LTLIBICONV = @LTLIBICONV@
 312  LTLIBINTL = @LTLIBINTL@
 313  LTLIBOBJS = @LTLIBOBJS@
 314  MAINT = @MAINT@
 315  MAKEINFO = @MAKEINFO@
 316  MKDIR_P = @MKDIR_P@
 317  MSGFMT = @MSGFMT@
 318  MSGFMT_015 = @MSGFMT_015@
 319  MSGMERGE = @MSGMERGE@
 320  OBJEXT = @OBJEXT@
 321  PACKAGE = @PACKAGE@
 322  PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 323  PACKAGE_NAME = @PACKAGE_NAME@
 324  PACKAGE_STRING = @PACKAGE_STRING@
 325  PACKAGE_TARNAME = @PACKAGE_TARNAME@
 326  PACKAGE_URL = @PACKAGE_URL@
 327  PACKAGE_VERSION = @PACKAGE_VERSION@
 328  PATH_SEPARATOR = @PATH_SEPARATOR@
 329  PKG_CONFIG = @PKG_CONFIG@
 330  PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 331  PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 332  PO4A_GETTEXTIZE = @PO4A_GETTEXTIZE@
 333  PO4A_TRANSLATE = @PO4A_TRANSLATE@
 334  POSUB = @POSUB@
 335  SED = @SED@
 336  SET_MAKE = @SET_MAKE@
 337  SHELL = @SHELL@
 338  STRIP = @STRIP@
 339  USE_NLS = @USE_NLS@
 340  VERSION = @VERSION@
 341  XGETTEXT = @XGETTEXT@
 342  XGETTEXT_015 = @XGETTEXT_015@
 343  XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
 344  abs_builddir = @abs_builddir@
 345  abs_srcdir = @abs_srcdir@
 346  abs_top_builddir = @abs_top_builddir@
 347  abs_top_srcdir = @abs_top_srcdir@
 348  ac_ct_CC = @ac_ct_CC@
 349  am__include = @am__include@
 350  am__leading_dot = @am__leading_dot@
 351  am__quote = @am__quote@
 352  am__tar = @am__tar@
 353  am__untar = @am__untar@
 354  bindir = @bindir@
 355  build = @build@
 356  build_alias = @build_alias@
 357  build_cpu = @build_cpu@
 358  build_os = @build_os@
 359  build_vendor = @build_vendor@
 360  builddir = @builddir@
 361  datadir = @datadir@
 362  datarootdir = @datarootdir@
 363  docdir = @docdir@
 364  dvidir = @dvidir@
 365  exec_prefix = @exec_prefix@
 366  host = @host@
 367  host_alias = @host_alias@
 368  host_cpu = @host_cpu@
 369  host_os = @host_os@
 370  host_vendor = @host_vendor@
 371  htmldir = @htmldir@
 372  includedir = @includedir@
 373  infodir = @infodir@
 374  install_sh = @install_sh@
 375  installed_test_metadir = @installed_test_metadir@
 376  installed_testdir = @installed_testdir@
 377  libdir = @libdir@
 378  libexecdir = @libexecdir@
 379  localedir = @localedir@
 380  localstatedir = @localstatedir@
 381  mandir = @mandir@
 382  mkdir_p = @mkdir_p@
 383  oldincludedir = @oldincludedir@
 384  pdfdir = @pdfdir@
 385  prefix = @prefix@
 386  program_transform_name = @program_transform_name@
 387  psdir = @psdir@
 388  runstatedir = @runstatedir@
 389  sbindir = @sbindir@
 390  sharedstatedir = @sharedstatedir@
 391  srcdir = @srcdir@
 392  sysconfdir = @sysconfdir@
 393  target_alias = @target_alias@
 394  top_build_prefix = @top_build_prefix@
 395  top_builddir = @top_builddir@
 396  top_srcdir = @top_srcdir@
 397  SUBDIRS = po src tests
 398  
 399  # Add CHANGELOG.md
 400  
 401  # Create and install English manpage
 402  
 403  # Create and install German manpage
 404  
 405  # Create and install French manpage
 406  
 407  # Create and install Portuguese manpage
 408  
 409  # Create and install Italian manpage
 410  
 411  # Create and install Norwegian Bokmål manpage
 412  
 413  # Create and install Swedish manpage
 414  
 415  # Create and install Spanish manpage
 416  
 417  # Create and install Turkish manpage
 418  EXTRA_DIST = CHANGELOG.md man/isoquery.adoc man/isoquery-man.pot \
 419  	man/de.po man/de.add man/fr.po man/fr.add man/pt.po man/pt.add \
 420  	man/it.po man/it.add man/nb.po man/nb.add man/sv.po man/sv.add \
 421  	man/es.po man/es.add man/tr.po man/tr.add
 422  man1_MANS = isoquery.1
 423  CLEANFILES = isoquery.1
 424  man_dedir = $(mandir)/de/man1
 425  man_de_DATA = man_de/isoquery.1
 426  man_frdir = $(mandir)/fr/man1
 427  man_fr_DATA = man_fr/isoquery.1
 428  man_ptdir = $(mandir)/pt/man1
 429  man_pt_DATA = man_pt/isoquery.1
 430  man_itdir = $(mandir)/it/man1
 431  man_it_DATA = man_it/isoquery.1
 432  man_nbdir = $(mandir)/nb/man1
 433  man_nb_DATA = man_nb/isoquery.1
 434  man_svdir = $(mandir)/sv/man1
 435  man_sv_DATA = man_sv/isoquery.1
 436  man_esdir = $(mandir)/es/man1
 437  man_es_DATA = man_es/isoquery.1
 438  man_trdir = $(mandir)/tr/man1
 439  man_tr_DATA = man_tr/isoquery.1
 440  all: all-recursive
 441  
 442  .SUFFIXES:
 443  am--refresh: Makefile
 444  	@:
 445  $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 446  	@for dep in $?; do \
 447  	  case '$(am__configure_deps)' in \
 448  	    *$$dep*) \
 449  	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
 450  	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
 451  		&& exit 0; \
 452  	      exit 1;; \
 453  	  esac; \
 454  	done; \
 455  	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
 456  	$(am__cd) $(top_srcdir) && \
 457  	  $(AUTOMAKE) --foreign Makefile
 458  Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 459  	@case '$?' in \
 460  	  *config.status*) \
 461  	    echo ' $(SHELL) ./config.status'; \
 462  	    $(SHELL) ./config.status;; \
 463  	  *) \
 464  	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
 465  	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
 466  	esac;
 467  
 468  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 469  	$(SHELL) ./config.status --recheck
 470  
 471  $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 472  	$(am__cd) $(srcdir) && $(AUTOCONF)
 473  $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 474  	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 475  $(am__aclocal_m4_deps):
 476  install-man1: $(man1_MANS)
 477  	@$(NORMAL_INSTALL)
 478  	@list1='$(man1_MANS)'; \
 479  	list2=''; \
 480  	test -n "$(man1dir)" \
 481  	  && test -n "`echo $$list1$$list2`" \
 482  	  || exit 0; \
 483  	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
 484  	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
 485  	{ for i in $$list1; do echo "$$i"; done;  \
 486  	if test -n "$$list2"; then \
 487  	  for i in $$list2; do echo "$$i"; done \
 488  	    | sed -n '/\.1[a-z]*$$/p'; \
 489  	fi; \
 490  	} | while read p; do \
 491  	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 492  	  echo "$$d$$p"; echo "$$p"; \
 493  	done | \
 494  	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
 495  	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
 496  	sed 'N;N;s,\n, ,g' | { \
 497  	list=; while read file base inst; do \
 498  	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
 499  	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
 500  	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
 501  	  fi; \
 502  	done; \
 503  	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
 504  	while read files; do \
 505  	  test -z "$$files" || { \
 506  	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
 507  	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
 508  	done; }
 509  
 510  uninstall-man1:
 511  	@$(NORMAL_UNINSTALL)
 512  	@list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \
 513  	files=`{ for i in $$list; do echo "$$i"; done; \
 514  	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
 515  	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
 516  	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
 517  install-man_deDATA: $(man_de_DATA)
 518  	@$(NORMAL_INSTALL)
 519  	@list='$(man_de_DATA)'; test -n "$(man_dedir)" || list=; \
 520  	if test -n "$$list"; then \
 521  	  echo " $(MKDIR_P) '$(DESTDIR)$(man_dedir)'"; \
 522  	  $(MKDIR_P) "$(DESTDIR)$(man_dedir)" || exit 1; \
 523  	fi; \
 524  	for p in $$list; do \
 525  	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 526  	  echo "$$d$$p"; \
 527  	done | $(am__base_list) | \
 528  	while read files; do \
 529  	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man_dedir)'"; \
 530  	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man_dedir)" || exit $$?; \
 531  	done
 532  
 533  uninstall-man_deDATA:
 534  	@$(NORMAL_UNINSTALL)
 535  	@list='$(man_de_DATA)'; test -n "$(man_dedir)" || list=; \
 536  	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 537  	dir='$(DESTDIR)$(man_dedir)'; $(am__uninstall_files_from_dir)
 538  install-man_esDATA: $(man_es_DATA)
 539  	@$(NORMAL_INSTALL)
 540  	@list='$(man_es_DATA)'; test -n "$(man_esdir)" || list=; \
 541  	if test -n "$$list"; then \
 542  	  echo " $(MKDIR_P) '$(DESTDIR)$(man_esdir)'"; \
 543  	  $(MKDIR_P) "$(DESTDIR)$(man_esdir)" || exit 1; \
 544  	fi; \
 545  	for p in $$list; do \
 546  	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 547  	  echo "$$d$$p"; \
 548  	done | $(am__base_list) | \
 549  	while read files; do \
 550  	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man_esdir)'"; \
 551  	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man_esdir)" || exit $$?; \
 552  	done
 553  
 554  uninstall-man_esDATA:
 555  	@$(NORMAL_UNINSTALL)
 556  	@list='$(man_es_DATA)'; test -n "$(man_esdir)" || list=; \
 557  	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 558  	dir='$(DESTDIR)$(man_esdir)'; $(am__uninstall_files_from_dir)
 559  install-man_frDATA: $(man_fr_DATA)
 560  	@$(NORMAL_INSTALL)
 561  	@list='$(man_fr_DATA)'; test -n "$(man_frdir)" || list=; \
 562  	if test -n "$$list"; then \
 563  	  echo " $(MKDIR_P) '$(DESTDIR)$(man_frdir)'"; \
 564  	  $(MKDIR_P) "$(DESTDIR)$(man_frdir)" || exit 1; \
 565  	fi; \
 566  	for p in $$list; do \
 567  	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 568  	  echo "$$d$$p"; \
 569  	done | $(am__base_list) | \
 570  	while read files; do \
 571  	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man_frdir)'"; \
 572  	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man_frdir)" || exit $$?; \
 573  	done
 574  
 575  uninstall-man_frDATA:
 576  	@$(NORMAL_UNINSTALL)
 577  	@list='$(man_fr_DATA)'; test -n "$(man_frdir)" || list=; \
 578  	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 579  	dir='$(DESTDIR)$(man_frdir)'; $(am__uninstall_files_from_dir)
 580  install-man_itDATA: $(man_it_DATA)
 581  	@$(NORMAL_INSTALL)
 582  	@list='$(man_it_DATA)'; test -n "$(man_itdir)" || list=; \
 583  	if test -n "$$list"; then \
 584  	  echo " $(MKDIR_P) '$(DESTDIR)$(man_itdir)'"; \
 585  	  $(MKDIR_P) "$(DESTDIR)$(man_itdir)" || exit 1; \
 586  	fi; \
 587  	for p in $$list; do \
 588  	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 589  	  echo "$$d$$p"; \
 590  	done | $(am__base_list) | \
 591  	while read files; do \
 592  	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man_itdir)'"; \
 593  	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man_itdir)" || exit $$?; \
 594  	done
 595  
 596  uninstall-man_itDATA:
 597  	@$(NORMAL_UNINSTALL)
 598  	@list='$(man_it_DATA)'; test -n "$(man_itdir)" || list=; \
 599  	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 600  	dir='$(DESTDIR)$(man_itdir)'; $(am__uninstall_files_from_dir)
 601  install-man_nbDATA: $(man_nb_DATA)
 602  	@$(NORMAL_INSTALL)
 603  	@list='$(man_nb_DATA)'; test -n "$(man_nbdir)" || list=; \
 604  	if test -n "$$list"; then \
 605  	  echo " $(MKDIR_P) '$(DESTDIR)$(man_nbdir)'"; \
 606  	  $(MKDIR_P) "$(DESTDIR)$(man_nbdir)" || exit 1; \
 607  	fi; \
 608  	for p in $$list; do \
 609  	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 610  	  echo "$$d$$p"; \
 611  	done | $(am__base_list) | \
 612  	while read files; do \
 613  	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man_nbdir)'"; \
 614  	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man_nbdir)" || exit $$?; \
 615  	done
 616  
 617  uninstall-man_nbDATA:
 618  	@$(NORMAL_UNINSTALL)
 619  	@list='$(man_nb_DATA)'; test -n "$(man_nbdir)" || list=; \
 620  	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 621  	dir='$(DESTDIR)$(man_nbdir)'; $(am__uninstall_files_from_dir)
 622  install-man_ptDATA: $(man_pt_DATA)
 623  	@$(NORMAL_INSTALL)
 624  	@list='$(man_pt_DATA)'; test -n "$(man_ptdir)" || list=; \
 625  	if test -n "$$list"; then \
 626  	  echo " $(MKDIR_P) '$(DESTDIR)$(man_ptdir)'"; \
 627  	  $(MKDIR_P) "$(DESTDIR)$(man_ptdir)" || exit 1; \
 628  	fi; \
 629  	for p in $$list; do \
 630  	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 631  	  echo "$$d$$p"; \
 632  	done | $(am__base_list) | \
 633  	while read files; do \
 634  	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man_ptdir)'"; \
 635  	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man_ptdir)" || exit $$?; \
 636  	done
 637  
 638  uninstall-man_ptDATA:
 639  	@$(NORMAL_UNINSTALL)
 640  	@list='$(man_pt_DATA)'; test -n "$(man_ptdir)" || list=; \
 641  	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 642  	dir='$(DESTDIR)$(man_ptdir)'; $(am__uninstall_files_from_dir)
 643  install-man_svDATA: $(man_sv_DATA)
 644  	@$(NORMAL_INSTALL)
 645  	@list='$(man_sv_DATA)'; test -n "$(man_svdir)" || list=; \
 646  	if test -n "$$list"; then \
 647  	  echo " $(MKDIR_P) '$(DESTDIR)$(man_svdir)'"; \
 648  	  $(MKDIR_P) "$(DESTDIR)$(man_svdir)" || exit 1; \
 649  	fi; \
 650  	for p in $$list; do \
 651  	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 652  	  echo "$$d$$p"; \
 653  	done | $(am__base_list) | \
 654  	while read files; do \
 655  	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man_svdir)'"; \
 656  	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man_svdir)" || exit $$?; \
 657  	done
 658  
 659  uninstall-man_svDATA:
 660  	@$(NORMAL_UNINSTALL)
 661  	@list='$(man_sv_DATA)'; test -n "$(man_svdir)" || list=; \
 662  	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 663  	dir='$(DESTDIR)$(man_svdir)'; $(am__uninstall_files_from_dir)
 664  install-man_trDATA: $(man_tr_DATA)
 665  	@$(NORMAL_INSTALL)
 666  	@list='$(man_tr_DATA)'; test -n "$(man_trdir)" || list=; \
 667  	if test -n "$$list"; then \
 668  	  echo " $(MKDIR_P) '$(DESTDIR)$(man_trdir)'"; \
 669  	  $(MKDIR_P) "$(DESTDIR)$(man_trdir)" || exit 1; \
 670  	fi; \
 671  	for p in $$list; do \
 672  	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 673  	  echo "$$d$$p"; \
 674  	done | $(am__base_list) | \
 675  	while read files; do \
 676  	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man_trdir)'"; \
 677  	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man_trdir)" || exit $$?; \
 678  	done
 679  
 680  uninstall-man_trDATA:
 681  	@$(NORMAL_UNINSTALL)
 682  	@list='$(man_tr_DATA)'; test -n "$(man_trdir)" || list=; \
 683  	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 684  	dir='$(DESTDIR)$(man_trdir)'; $(am__uninstall_files_from_dir)
 685  
 686  # This directory's subdirectories are mostly independent; you can cd
 687  # into them and run 'make' without going through this Makefile.
 688  # To change the values of 'make' variables: instead of editing Makefiles,
 689  # (1) if the variable is set in 'config.status', edit 'config.status'
 690  #     (which will cause the Makefiles to be regenerated when you run 'make');
 691  # (2) otherwise, pass the desired values on the 'make' command line.
 692  $(am__recursive_targets):
 693  	@fail=; \
 694  	if $(am__make_keepgoing); then \
 695  	  failcom='fail=yes'; \
 696  	else \
 697  	  failcom='exit 1'; \
 698  	fi; \
 699  	dot_seen=no; \
 700  	target=`echo $@ | sed s/-recursive//`; \
 701  	case "$@" in \
 702  	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 703  	  *) list='$(SUBDIRS)' ;; \
 704  	esac; \
 705  	for subdir in $$list; do \
 706  	  echo "Making $$target in $$subdir"; \
 707  	  if test "$$subdir" = "."; then \
 708  	    dot_seen=yes; \
 709  	    local_target="$$target-am"; \
 710  	  else \
 711  	    local_target="$$target"; \
 712  	  fi; \
 713  	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 714  	  || eval $$failcom; \
 715  	done; \
 716  	if test "$$dot_seen" = "no"; then \
 717  	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 718  	fi; test -z "$$fail"
 719  
 720  ID: $(am__tagged_files)
 721  	$(am__define_uniq_tagged_files); mkid -fID $$unique
 722  tags: tags-recursive
 723  TAGS: tags
 724  
 725  tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 726  	set x; \
 727  	here=`pwd`; \
 728  	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 729  	  include_option=--etags-include; \
 730  	  empty_fix=.; \
 731  	else \
 732  	  include_option=--include; \
 733  	  empty_fix=; \
 734  	fi; \
 735  	list='$(SUBDIRS)'; for subdir in $$list; do \
 736  	  if test "$$subdir" = .; then :; else \
 737  	    test ! -f $$subdir/TAGS || \
 738  	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 739  	  fi; \
 740  	done; \
 741  	$(am__define_uniq_tagged_files); \
 742  	shift; \
 743  	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 744  	  test -n "$$unique" || unique=$$empty_fix; \
 745  	  if test $$# -gt 0; then \
 746  	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 747  	      "$$@" $$unique; \
 748  	  else \
 749  	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 750  	      $$unique; \
 751  	  fi; \
 752  	fi
 753  ctags: ctags-recursive
 754  
 755  CTAGS: ctags
 756  ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 757  	$(am__define_uniq_tagged_files); \
 758  	test -z "$(CTAGS_ARGS)$$unique" \
 759  	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 760  	     $$unique
 761  
 762  GTAGS:
 763  	here=`$(am__cd) $(top_builddir) && pwd` \
 764  	  && $(am__cd) $(top_srcdir) \
 765  	  && gtags -i $(GTAGS_ARGS) "$$here"
 766  cscope: cscope.files
 767  	test ! -s cscope.files \
 768  	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
 769  clean-cscope:
 770  	-rm -f cscope.files
 771  cscope.files: clean-cscope cscopelist
 772  cscopelist: cscopelist-recursive
 773  
 774  cscopelist-am: $(am__tagged_files)
 775  	list='$(am__tagged_files)'; \
 776  	case "$(srcdir)" in \
 777  	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 778  	  *) sdir=$(subdir)/$(srcdir) ;; \
 779  	esac; \
 780  	for i in $$list; do \
 781  	  if test -f "$$i"; then \
 782  	    echo "$(subdir)/$$i"; \
 783  	  else \
 784  	    echo "$$sdir/$$i"; \
 785  	  fi; \
 786  	done >> $(top_builddir)/cscope.files
 787  
 788  distclean-tags:
 789  	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 790  	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
 791  distdir: $(BUILT_SOURCES)
 792  	$(MAKE) $(AM_MAKEFLAGS) distdir-am
 793  
 794  distdir-am: $(DISTFILES)
 795  	$(am__remove_distdir)
 796  	test -d "$(distdir)" || mkdir "$(distdir)"
 797  	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 798  	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 799  	list='$(DISTFILES)'; \
 800  	  dist_files=`for file in $$list; do echo $$file; done | \
 801  	  sed -e "s|^$$srcdirstrip/||;t" \
 802  	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 803  	case $$dist_files in \
 804  	  */*) $(MKDIR_P) `echo "$$dist_files" | \
 805  			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 806  			   sort -u` ;; \
 807  	esac; \
 808  	for file in $$dist_files; do \
 809  	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 810  	  if test -d $$d/$$file; then \
 811  	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 812  	    if test -d "$(distdir)/$$file"; then \
 813  	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 814  	    fi; \
 815  	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 816  	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 817  	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 818  	    fi; \
 819  	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 820  	  else \
 821  	    test -f "$(distdir)/$$file" \
 822  	    || cp -p $$d/$$file "$(distdir)/$$file" \
 823  	    || exit 1; \
 824  	  fi; \
 825  	done
 826  	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 827  	  if test "$$subdir" = .; then :; else \
 828  	    $(am__make_dryrun) \
 829  	      || test -d "$(distdir)/$$subdir" \
 830  	      || $(MKDIR_P) "$(distdir)/$$subdir" \
 831  	      || exit 1; \
 832  	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 833  	    $(am__relativize); \
 834  	    new_distdir=$$reldir; \
 835  	    dir1=$$subdir; dir2="$(top_distdir)"; \
 836  	    $(am__relativize); \
 837  	    new_top_distdir=$$reldir; \
 838  	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 839  	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 840  	    ($(am__cd) $$subdir && \
 841  	      $(MAKE) $(AM_MAKEFLAGS) \
 842  	        top_distdir="$$new_top_distdir" \
 843  	        distdir="$$new_distdir" \
 844  		am__remove_distdir=: \
 845  		am__skip_length_check=: \
 846  		am__skip_mode_fix=: \
 847  	        distdir) \
 848  	      || exit 1; \
 849  	  fi; \
 850  	done
 851  	-test -n "$(am__skip_mode_fix)" \
 852  	|| find "$(distdir)" -type d ! -perm -755 \
 853  		-exec chmod u+rwx,go+rx {} \; -o \
 854  	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 855  	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 856  	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 857  	|| chmod -R a+r "$(distdir)"
 858  dist-gzip: distdir
 859  	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
 860  	$(am__post_remove_distdir)
 861  
 862  dist-bzip2: distdir
 863  	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 864  	$(am__post_remove_distdir)
 865  
 866  dist-lzip: distdir
 867  	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
 868  	$(am__post_remove_distdir)
 869  dist-xz: distdir
 870  	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
 871  	$(am__post_remove_distdir)
 872  
 873  dist-zstd: distdir
 874  	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
 875  	$(am__post_remove_distdir)
 876  
 877  dist-tarZ: distdir
 878  	@echo WARNING: "Support for distribution archives compressed with" \
 879  		       "legacy program 'compress' is deprecated." >&2
 880  	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
 881  	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 882  	$(am__post_remove_distdir)
 883  
 884  dist-shar: distdir
 885  	@echo WARNING: "Support for shar distribution archives is" \
 886  	               "deprecated." >&2
 887  	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
 888  	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
 889  	$(am__post_remove_distdir)
 890  
 891  dist-zip: distdir
 892  	-rm -f $(distdir).zip
 893  	zip -rq $(distdir).zip $(distdir)
 894  	$(am__post_remove_distdir)
 895  
 896  dist dist-all:
 897  	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
 898  	$(am__post_remove_distdir)
 899  
 900  # This target untars the dist file and tries a VPATH configuration.  Then
 901  # it guarantees that the distribution is self-contained by making another
 902  # tarfile.
 903  distcheck: dist
 904  	case '$(DIST_ARCHIVES)' in \
 905  	*.tar.gz*) \
 906  	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
 907  	*.tar.bz2*) \
 908  	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
 909  	*.tar.lz*) \
 910  	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
 911  	*.tar.xz*) \
 912  	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
 913  	*.tar.Z*) \
 914  	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 915  	*.shar.gz*) \
 916  	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
 917  	*.zip*) \
 918  	  unzip $(distdir).zip ;;\
 919  	*.tar.zst*) \
 920  	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
 921  	esac
 922  	chmod -R a-w $(distdir)
 923  	chmod u+w $(distdir)
 924  	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
 925  	chmod a-w $(distdir)
 926  	test -d $(distdir)/_build || exit 0; \
 927  	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 928  	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 929  	  && am__cwd=`pwd` \
 930  	  && $(am__cd) $(distdir)/_build/sub \
 931  	  && ../../configure \
 932  	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
 933  	    $(DISTCHECK_CONFIGURE_FLAGS) \
 934  	    --srcdir=../.. --prefix="$$dc_install_base" \
 935  	  && $(MAKE) $(AM_MAKEFLAGS) \
 936  	  && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
 937  	  && $(MAKE) $(AM_MAKEFLAGS) check \
 938  	  && $(MAKE) $(AM_MAKEFLAGS) install \
 939  	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 940  	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 941  	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 942  	        distuninstallcheck \
 943  	  && chmod -R a-w "$$dc_install_base" \
 944  	  && ({ \
 945  	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 946  	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 947  	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 948  	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 949  	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 950  	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
 951  	  && rm -rf "$$dc_destdir" \
 952  	  && $(MAKE) $(AM_MAKEFLAGS) dist \
 953  	  && rm -rf $(DIST_ARCHIVES) \
 954  	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 955  	  && cd "$$am__cwd" \
 956  	  || exit 1
 957  	$(am__post_remove_distdir)
 958  	@(echo "$(distdir) archives ready for distribution: "; \
 959  	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 960  	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 961  distuninstallcheck:
 962  	@test -n '$(distuninstallcheck_dir)' || { \
 963  	  echo 'ERROR: trying to run $@ with an empty' \
 964  	       '$$(distuninstallcheck_dir)' >&2; \
 965  	  exit 1; \
 966  	}; \
 967  	$(am__cd) '$(distuninstallcheck_dir)' || { \
 968  	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 969  	  exit 1; \
 970  	}; \
 971  	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
 972  	   || { echo "ERROR: files left after uninstall:" ; \
 973  	        if test -n "$(DESTDIR)"; then \
 974  	          echo "  (check DESTDIR support)"; \
 975  	        fi ; \
 976  	        $(distuninstallcheck_listfiles) ; \
 977  	        exit 1; } >&2
 978  distcleancheck: distclean
 979  	@if test '$(srcdir)' = . ; then \
 980  	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 981  	  exit 1 ; \
 982  	fi
 983  	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 984  	  || { echo "ERROR: files left in build directory after distclean:" ; \
 985  	       $(distcleancheck_listfiles) ; \
 986  	       exit 1; } >&2
 987  check-am: all-am
 988  check: check-recursive
 989  all-am: Makefile $(MANS) $(DATA)
 990  installdirs: installdirs-recursive
 991  installdirs-am:
 992  	for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man_dedir)" "$(DESTDIR)$(man_esdir)" "$(DESTDIR)$(man_frdir)" "$(DESTDIR)$(man_itdir)" "$(DESTDIR)$(man_nbdir)" "$(DESTDIR)$(man_ptdir)" "$(DESTDIR)$(man_svdir)" "$(DESTDIR)$(man_trdir)"; do \
 993  	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 994  	done
 995  install: install-recursive
 996  install-exec: install-exec-recursive
 997  install-data: install-data-recursive
 998  uninstall: uninstall-recursive
 999  
1000  install-am: all-am
1001  	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1002  
1003  installcheck: installcheck-recursive
1004  install-strip:
1005  	if test -z '$(STRIP)'; then \
1006  	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1007  	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1008  	      install; \
1009  	else \
1010  	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1011  	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1012  	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1013  	fi
1014  mostlyclean-generic:
1015  
1016  clean-generic:
1017  	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1018  
1019  distclean-generic:
1020  	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1021  	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1022  
1023  maintainer-clean-generic:
1024  	@echo "This command is intended for maintainers to use"
1025  	@echo "it deletes files that may require special tools to rebuild."
1026  clean: clean-recursive
1027  
1028  clean-am: clean-generic clean-local mostlyclean-am
1029  
1030  distclean: distclean-recursive
1031  	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1032  	-rm -f Makefile
1033  distclean-am: clean-am distclean-generic distclean-tags
1034  
1035  dvi: dvi-recursive
1036  
1037  dvi-am:
1038  
1039  html: html-recursive
1040  
1041  html-am:
1042  
1043  info: info-recursive
1044  
1045  info-am:
1046  
1047  install-data-am: install-man install-man_deDATA install-man_esDATA \
1048  	install-man_frDATA install-man_itDATA install-man_nbDATA \
1049  	install-man_ptDATA install-man_svDATA install-man_trDATA
1050  
1051  install-dvi: install-dvi-recursive
1052  
1053  install-dvi-am:
1054  
1055  install-exec-am:
1056  
1057  install-html: install-html-recursive
1058  
1059  install-html-am:
1060  
1061  install-info: install-info-recursive
1062  
1063  install-info-am:
1064  
1065  install-man: install-man1
1066  
1067  install-pdf: install-pdf-recursive
1068  
1069  install-pdf-am:
1070  
1071  install-ps: install-ps-recursive
1072  
1073  install-ps-am:
1074  
1075  installcheck-am:
1076  
1077  maintainer-clean: maintainer-clean-recursive
1078  	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1079  	-rm -rf $(top_srcdir)/autom4te.cache
1080  	-rm -f Makefile
1081  maintainer-clean-am: distclean-am maintainer-clean-generic
1082  
1083  mostlyclean: mostlyclean-recursive
1084  
1085  mostlyclean-am: mostlyclean-generic
1086  
1087  pdf: pdf-recursive
1088  
1089  pdf-am:
1090  
1091  ps: ps-recursive
1092  
1093  ps-am:
1094  
1095  uninstall-am: uninstall-man uninstall-man_deDATA uninstall-man_esDATA \
1096  	uninstall-man_frDATA uninstall-man_itDATA uninstall-man_nbDATA \
1097  	uninstall-man_ptDATA uninstall-man_svDATA uninstall-man_trDATA
1098  
1099  uninstall-man: uninstall-man1
1100  
1101  .MAKE: $(am__recursive_targets) install-am install-strip
1102  
1103  .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1104  	am--refresh check check-am clean clean-cscope clean-generic \
1105  	clean-local cscope cscopelist-am ctags ctags-am dist dist-all \
1106  	dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \
1107  	dist-zip dist-zstd distcheck distclean distclean-generic \
1108  	distclean-tags distcleancheck distdir distuninstallcheck dvi \
1109  	dvi-am html html-am info info-am install install-am \
1110  	install-data install-data-am install-dvi install-dvi-am \
1111  	install-exec install-exec-am install-html install-html-am \
1112  	install-info install-info-am install-man install-man1 \
1113  	install-man_deDATA install-man_esDATA install-man_frDATA \
1114  	install-man_itDATA install-man_nbDATA install-man_ptDATA \
1115  	install-man_svDATA install-man_trDATA install-pdf \
1116  	install-pdf-am install-ps install-ps-am install-strip \
1117  	installcheck installcheck-am installdirs installdirs-am \
1118  	maintainer-clean maintainer-clean-generic mostlyclean \
1119  	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
1120  	uninstall-am uninstall-man uninstall-man1 uninstall-man_deDATA \
1121  	uninstall-man_esDATA uninstall-man_frDATA uninstall-man_itDATA \
1122  	uninstall-man_nbDATA uninstall-man_ptDATA uninstall-man_svDATA \
1123  	uninstall-man_trDATA
1124  
1125  .PRECIOUS: Makefile
1126  
1127  isoquery.1:
1128  	$(ASCIIDOCTOR) -b manpage $(top_srcdir)/man/isoquery.adoc -o isoquery.1
1129  man_de/isoquery.1: man/isoquery.adoc man/de.po man/de.add
1130  	$(MKDIR_P) man_de
1131  	po4a-translate --format asciidoc \
1132  	--master $(top_srcdir)/man/isoquery.adoc \
1133  	--master-charset UTF-8 \
1134  	--po $(top_srcdir)/man/de.po \
1135  	--addendum $(top_srcdir)/man/de.add \
1136  	--localized man_de/isoquery.adoc \
1137  	--localized-charset UTF-8
1138  	$(ASCIIDOCTOR) -b manpage man_de/isoquery.adoc -o man_de/isoquery.1
1139  man_fr/isoquery.1: man/isoquery.adoc man/fr.po man/fr.add
1140  	$(MKDIR_P) man_fr
1141  	po4a-translate --format asciidoc \
1142  	--master $(top_srcdir)/man/isoquery.adoc \
1143  	--master-charset UTF-8 \
1144  	--po $(top_srcdir)/man/fr.po \
1145  	--addendum $(top_srcdir)/man/fr.add \
1146  	--localized man_fr/isoquery.adoc \
1147  	--localized-charset UTF-8
1148  	$(ASCIIDOCTOR) -b manpage man_fr/isoquery.adoc -o man_fr/isoquery.1
1149  man_pt/isoquery.1: man/isoquery.adoc man/pt.po man/pt.add
1150  	$(MKDIR_P) man_pt
1151  	po4a-translate --format asciidoc \
1152  	--master $(top_srcdir)/man/isoquery.adoc \
1153  	--master-charset UTF-8 \
1154  	--po $(top_srcdir)/man/pt.po \
1155  	--addendum $(top_srcdir)/man/pt.add \
1156  	--localized man_pt/isoquery.adoc \
1157  	--localized-charset UTF-8
1158  	$(ASCIIDOCTOR) -b manpage man_pt/isoquery.adoc -o man_pt/isoquery.1
1159  man_it/isoquery.1: man/isoquery.adoc man/it.po man/it.add
1160  	$(MKDIR_P) man_it
1161  	po4a-translate --format asciidoc \
1162  	--master $(top_srcdir)/man/isoquery.adoc \
1163  	--master-charset UTF-8 \
1164  	--po $(top_srcdir)/man/it.po \
1165  	--addendum $(top_srcdir)/man/it.add \
1166  	--localized man_it/isoquery.adoc \
1167  	--localized-charset UTF-8
1168  	$(ASCIIDOCTOR) -b manpage man_it/isoquery.adoc -o man_it/isoquery.1
1169  man_nb/isoquery.1: man/isoquery.adoc man/nb.po man/nb.add
1170  	$(MKDIR_P) man_nb
1171  	po4a-translate --format asciidoc \
1172  	--master $(top_srcdir)/man/isoquery.adoc \
1173  	--master-charset UTF-8 \
1174  	--po $(top_srcdir)/man/nb.po \
1175  	--addendum $(top_srcdir)/man/nb.add \
1176  	--localized man_nb/isoquery.adoc \
1177  	--localized-charset UTF-8
1178  	$(ASCIIDOCTOR) -b manpage man_nb/isoquery.adoc -o man_nb/isoquery.1
1179  man_sv/isoquery.1: man/isoquery.adoc man/sv.po man/sv.add
1180  	$(MKDIR_P) man_sv
1181  	po4a-translate --format asciidoc \
1182  	--master $(top_srcdir)/man/isoquery.adoc \
1183  	--master-charset UTF-8 \
1184  	--po $(top_srcdir)/man/sv.po \
1185  	--addendum $(top_srcdir)/man/sv.add \
1186  	--localized man_sv/isoquery.adoc \
1187  	--localized-charset UTF-8
1188  	$(ASCIIDOCTOR) -b manpage man_sv/isoquery.adoc -o man_sv/isoquery.1
1189  man_es/isoquery.1: man/isoquery.adoc man/es.po man/es.add
1190  	$(MKDIR_P) man_es
1191  	po4a-translate --format asciidoc \
1192  	--master $(top_srcdir)/man/isoquery.adoc \
1193  	--master-charset UTF-8 \
1194  	--po $(top_srcdir)/man/es.po \
1195  	--addendum $(top_srcdir)/man/es.add \
1196  	--localized man_es/isoquery.adoc \
1197  	--localized-charset UTF-8
1198  	$(ASCIIDOCTOR) -b manpage man_es/isoquery.adoc -o man_es/isoquery.1
1199  man_tr/isoquery.1: man/isoquery.adoc man/tr.po man/tr.add
1200  	$(MKDIR_P) man_tr
1201  	po4a-translate --format asciidoc \
1202  	--master $(top_srcdir)/man/isoquery.adoc \
1203  	--master-charset UTF-8 \
1204  	--po $(top_srcdir)/man/tr.po \
1205  	--addendum $(top_srcdir)/man/tr.add \
1206  	--localized man_tr/isoquery.adoc \
1207  	--localized-charset UTF-8
1208  	$(ASCIIDOCTOR) -b manpage man_tr/isoquery.adoc -o man_tr/isoquery.1
1209  
1210  # Remove temporary build directories for translated manpages
1211  clean-local:
1212  	-rm -rf man_de man_fr man_pt man_it man_nb man_sv man_es man_tr
1213  
1214  # Some convenience targets for manpage generation
1215  pot-man:
1216  	po4a-updatepo --format asciidoc \
1217  	--master $(top_srcdir)/man/isoquery.adoc --master-charset UTF-8 \
1218  	--po $(top_srcdir)/man/isoquery-man.pot
1219  .PHONY: pot-man
1220  
1221  update-po-man:
1222  	for i in $(top_srcdir)/man/*.po; do \
1223  		msgmerge --previous $$i $(top_srcdir)/man/isoquery-man.pot > tmp.po && mv tmp.po $$i ; \
1224  	done
1225  .PHONY: update-po-man
1226  
1227  .PHONY: indent
1228  indent:
1229  	find -name "*\.[ch]" | xargs indent -kr -nut -l120
1230  
1231  # Tell versions [3.59,3.63) of GNU make to not export all variables.
1232  # Otherwise a system limit (for SysV at least) may be exceeded.
1233  .NOEXPORT: