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