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