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