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 = scripts 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 $(dist_bin_SCRIPTS) \ 97 $(am__DIST_COMMON) 98mkinstalldirs = $(install_sh) -d 99CONFIG_HEADER = $(top_builddir)/config.h 100CONFIG_CLEAN_FILES = 101CONFIG_CLEAN_VPATH_FILES = 102am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 103am__vpath_adj = case $$p in \ 104 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 105 *) f=$$p;; \ 106 esac; 107am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 108am__install_max = 40 109am__nobase_strip_setup = \ 110 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 111am__nobase_strip = \ 112 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 113am__nobase_list = $(am__nobase_strip_setup); \ 114 for p in $$list; do echo "$$p $$p"; done | \ 115 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 116 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 117 if (++n[$$2] == $(am__install_max)) \ 118 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 119 END { for (dir in files) print dir, files[dir] }' 120am__base_list = \ 121 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 122 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 123am__uninstall_files_from_dir = { \ 124 test -z "$$files" \ 125 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 126 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 127 $(am__cd) "$$dir" && rm -f $$files; }; \ 128 } 129am__installdirs = "$(DESTDIR)$(bindir)" 130SCRIPTS = $(dist_bin_SCRIPTS) 131AM_V_P = $(am__v_P_@AM_V@) 132am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 133am__v_P_0 = false 134am__v_P_1 = : 135AM_V_GEN = $(am__v_GEN_@AM_V@) 136am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 137am__v_GEN_0 = @echo " GEN " $@; 138am__v_GEN_1 = 139AM_V_at = $(am__v_at_@AM_V@) 140am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 141am__v_at_0 = @ 142am__v_at_1 = 143SOURCES = 144DIST_SOURCES = 145am__can_run_installinfo = \ 146 case $$AM_UPDATE_INFO_DIR in \ 147 n|no|NO) false;; \ 148 *) (install-info --version) >/dev/null 2>&1;; \ 149 esac 150am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 151am__DIST_COMMON = $(srcdir)/Makefile.in README 152DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 153ACLOCAL = @ACLOCAL@ 154AMTAR = @AMTAR@ 155AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 156AR = @AR@ 157AUTOCONF = @AUTOCONF@ 158AUTOHEADER = @AUTOHEADER@ 159AUTOMAKE = @AUTOMAKE@ 160AWK = @AWK@ 161CC = @CC@ 162CCDEPMODE = @CCDEPMODE@ 163CFLAGS = @CFLAGS@ 164CPP = @CPP@ 165CPPFLAGS = @CPPFLAGS@ 166CSCOPE = @CSCOPE@ 167CTAGS = @CTAGS@ 168CYGPATH_W = @CYGPATH_W@ 169DEFS = @DEFS@ 170DEPDIR = @DEPDIR@ 171DLLTOOL = @DLLTOOL@ 172DSYMUTIL = @DSYMUTIL@ 173DUMPBIN = @DUMPBIN@ 174ECHO_C = @ECHO_C@ 175ECHO_N = @ECHO_N@ 176ECHO_T = @ECHO_T@ 177EGREP = @EGREP@ 178ETAGS = @ETAGS@ 179EXEEXT = @EXEEXT@ 180FGREP = @FGREP@ 181FILECMD = @FILECMD@ 182GETOPT_O_FILES = @GETOPT_O_FILES@ 183GREP = @GREP@ 184INSTALL = @INSTALL@ 185INSTALL_DATA = @INSTALL_DATA@ 186INSTALL_PROGRAM = @INSTALL_PROGRAM@ 187INSTALL_SCRIPT = @INSTALL_SCRIPT@ 188INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 189LD = @LD@ 190LDFLAGS = @LDFLAGS@ 191LIBOBJS = @LIBOBJS@ 192LIBS = @LIBS@ 193LIBTOOL = @LIBTOOL@ 194LIPO = @LIPO@ 195LN_S = @LN_S@ 196LTLIBOBJS = @LTLIBOBJS@ 197LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 198MAINT = @MAINT@ 199MAKEINFO = @MAKEINFO@ 200MANIFEST_TOOL = @MANIFEST_TOOL@ 201MKDIR_P = @MKDIR_P@ 202NM = @NM@ 203NMEDIT = @NMEDIT@ 204OBJDUMP = @OBJDUMP@ 205OBJEXT = @OBJEXT@ 206OTOOL = @OTOOL@ 207OTOOL64 = @OTOOL64@ 208PACKAGE = @PACKAGE@ 209PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 210PACKAGE_NAME = @PACKAGE_NAME@ 211PACKAGE_STRING = @PACKAGE_STRING@ 212PACKAGE_TARNAME = @PACKAGE_TARNAME@ 213PACKAGE_URL = @PACKAGE_URL@ 214PACKAGE_VERSION = @PACKAGE_VERSION@ 215PATH_SEPARATOR = @PATH_SEPARATOR@ 216PTHREAD_LIB = @PTHREAD_LIB@ 217RANLIB = @RANLIB@ 218RT_LIB = @RT_LIB@ 219SED = @SED@ 220SET_MAKE = @SET_MAKE@ 221SHELL = @SHELL@ 222STRIP = @STRIP@ 223VERSION = @VERSION@ 224abs_builddir = @abs_builddir@ 225abs_srcdir = @abs_srcdir@ 226abs_top_builddir = @abs_top_builddir@ 227abs_top_srcdir = @abs_top_srcdir@ 228ac_ct_AR = @ac_ct_AR@ 229ac_ct_CC = @ac_ct_CC@ 230ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 231am__include = @am__include@ 232am__leading_dot = @am__leading_dot@ 233am__quote = @am__quote@ 234am__tar = @am__tar@ 235am__untar = @am__untar@ 236bindir = @bindir@ 237build = @build@ 238build_alias = @build_alias@ 239build_cpu = @build_cpu@ 240build_os = @build_os@ 241build_vendor = @build_vendor@ 242builddir = @builddir@ 243datadir = @datadir@ 244datarootdir = @datarootdir@ 245docdir = @docdir@ 246dvidir = @dvidir@ 247exec_prefix = @exec_prefix@ 248host = @host@ 249host_alias = @host_alias@ 250host_cpu = @host_cpu@ 251host_os = @host_os@ 252host_vendor = @host_vendor@ 253htmldir = @htmldir@ 254includedir = @includedir@ 255infodir = @infodir@ 256install_sh = @install_sh@ 257libdir = @libdir@ 258libexecdir = @libexecdir@ 259localedir = @localedir@ 260localstatedir = @localstatedir@ 261mandir = @mandir@ 262mkdir_p = @mkdir_p@ 263oldincludedir = @oldincludedir@ 264os_cflags = @os_cflags@ 265os_libs = @os_libs@ 266pdfdir = @pdfdir@ 267prefix = @prefix@ 268program_transform_name = @program_transform_name@ 269psdir = @psdir@ 270runstatedir = @runstatedir@ 271sbindir = @sbindir@ 272sharedstatedir = @sharedstatedir@ 273srcdir = @srcdir@ 274sysconfdir = @sysconfdir@ 275target_alias = @target_alias@ 276top_build_prefix = @top_build_prefix@ 277top_builddir = @top_builddir@ 278top_srcdir = @top_srcdir@ 279dist_bin_SCRIPTS = scsi_logging_level scsi_mandat scsi_readcap scsi_ready \ 280 scsi_satl scsi_start scsi_stop scsi_temperature \ 281 rescan-scsi-bus.sh 282 283all: all-am 284 285.SUFFIXES: 286$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 287 @for dep in $?; do \ 288 case '$(am__configure_deps)' in \ 289 *$$dep*) \ 290 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 291 && { if test -f $@; then exit 0; else break; fi; }; \ 292 exit 1;; \ 293 esac; \ 294 done; \ 295 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign scripts/Makefile'; \ 296 $(am__cd) $(top_srcdir) && \ 297 $(AUTOMAKE) --foreign scripts/Makefile 298Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 299 @case '$?' in \ 300 *config.status*) \ 301 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 302 *) \ 303 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 304 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 305 esac; 306 307$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 308 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 309 310$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 311 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 312$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 313 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 314$(am__aclocal_m4_deps): 315install-dist_binSCRIPTS: $(dist_bin_SCRIPTS) 316 @$(NORMAL_INSTALL) 317 @list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ 318 if test -n "$$list"; then \ 319 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 320 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 321 fi; \ 322 for p in $$list; do \ 323 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 324 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ 325 done | \ 326 sed -e 'p;s,.*/,,;n' \ 327 -e 'h;s|.*|.|' \ 328 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ 329 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ 330 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 331 if ($$2 == $$4) { files[d] = files[d] " " $$1; \ 332 if (++n[d] == $(am__install_max)) { \ 333 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ 334 else { print "f", d "/" $$4, $$1 } } \ 335 END { for (d in files) print "f", d, files[d] }' | \ 336 while read type dir files; do \ 337 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 338 test -z "$$files" || { \ 339 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 340 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 341 } \ 342 ; done 343 344uninstall-dist_binSCRIPTS: 345 @$(NORMAL_UNINSTALL) 346 @list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \ 347 files=`for p in $$list; do echo "$$p"; done | \ 348 sed -e 's,.*/,,;$(transform)'`; \ 349 dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir) 350 351mostlyclean-libtool: 352 -rm -f *.lo 353 354clean-libtool: 355 -rm -rf .libs _libs 356tags TAGS: 357 358ctags CTAGS: 359 360cscope cscopelist: 361 362distdir: $(BUILT_SOURCES) 363 $(MAKE) $(AM_MAKEFLAGS) distdir-am 364 365distdir-am: $(DISTFILES) 366 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 367 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 368 list='$(DISTFILES)'; \ 369 dist_files=`for file in $$list; do echo $$file; done | \ 370 sed -e "s|^$$srcdirstrip/||;t" \ 371 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 372 case $$dist_files in \ 373 */*) $(MKDIR_P) `echo "$$dist_files" | \ 374 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 375 sort -u` ;; \ 376 esac; \ 377 for file in $$dist_files; do \ 378 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 379 if test -d $$d/$$file; then \ 380 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 381 if test -d "$(distdir)/$$file"; then \ 382 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 383 fi; \ 384 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 385 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 386 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 387 fi; \ 388 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 389 else \ 390 test -f "$(distdir)/$$file" \ 391 || cp -p $$d/$$file "$(distdir)/$$file" \ 392 || exit 1; \ 393 fi; \ 394 done 395check-am: all-am 396check: check-am 397all-am: Makefile $(SCRIPTS) 398installdirs: 399 for dir in "$(DESTDIR)$(bindir)"; do \ 400 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 401 done 402install: install-am 403install-exec: install-exec-am 404install-data: install-data-am 405uninstall: uninstall-am 406 407install-am: all-am 408 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 409 410installcheck: installcheck-am 411install-strip: 412 if test -z '$(STRIP)'; then \ 413 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 414 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 415 install; \ 416 else \ 417 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 418 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 419 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 420 fi 421mostlyclean-generic: 422 423clean-generic: 424 425distclean-generic: 426 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 427 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 428 429maintainer-clean-generic: 430 @echo "This command is intended for maintainers to use" 431 @echo "it deletes files that may require special tools to rebuild." 432clean: clean-am 433 434clean-am: clean-generic clean-libtool mostlyclean-am 435 436distclean: distclean-am 437 -rm -f Makefile 438distclean-am: clean-am distclean-generic 439 440dvi: dvi-am 441 442dvi-am: 443 444html: html-am 445 446html-am: 447 448info: info-am 449 450info-am: 451 452install-data-am: 453 454install-dvi: install-dvi-am 455 456install-dvi-am: 457 458install-exec-am: install-dist_binSCRIPTS 459 460install-html: install-html-am 461 462install-html-am: 463 464install-info: install-info-am 465 466install-info-am: 467 468install-man: 469 470install-pdf: install-pdf-am 471 472install-pdf-am: 473 474install-ps: install-ps-am 475 476install-ps-am: 477 478installcheck-am: 479 480maintainer-clean: maintainer-clean-am 481 -rm -f Makefile 482maintainer-clean-am: distclean-am maintainer-clean-generic 483 484mostlyclean: mostlyclean-am 485 486mostlyclean-am: mostlyclean-generic mostlyclean-libtool 487 488pdf: pdf-am 489 490pdf-am: 491 492ps: ps-am 493 494ps-am: 495 496uninstall-am: uninstall-dist_binSCRIPTS 497 498.MAKE: install-am install-strip 499 500.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 501 cscopelist-am ctags-am distclean distclean-generic \ 502 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 503 install install-am install-data install-data-am \ 504 install-dist_binSCRIPTS install-dvi install-dvi-am \ 505 install-exec install-exec-am install-html install-html-am \ 506 install-info install-info-am install-man install-pdf \ 507 install-pdf-am install-ps install-ps-am install-strip \ 508 installcheck installcheck-am installdirs maintainer-clean \ 509 maintainer-clean-generic mostlyclean mostlyclean-generic \ 510 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ 511 uninstall-am uninstall-dist_binSCRIPTS 512 513.PRECIOUS: Makefile 514 515 516# Tell versions [3.59,3.63) of GNU make to not export all variables. 517# Otherwise a system limit (for SysV at least) may be exceeded. 518.NOEXPORT: 519