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