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@ 91@OS_LINUX_TRUE@am__append_1 = \ 92@OS_LINUX_TRUE@ sg_linux_inc.h \ 93@OS_LINUX_TRUE@ sg_io_linux.h \ 94@OS_LINUX_TRUE@ sg_pt_linux.h 95 96@OS_WIN32_MINGW_TRUE@am__append_2 = sg_pt_win32.h 97@OS_WIN32_CYGWIN_TRUE@am__append_3 = sg_pt_win32.h 98subdir = include 99ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 100am__aclocal_m4_deps = $(top_srcdir)/configure.ac 101am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 102 $(ACLOCAL_M4) 103DIST_COMMON = $(srcdir)/Makefile.am $(am__noinst_HEADERS_DIST) \ 104 $(am__scsiinclude_HEADERS_DIST) $(am__DIST_COMMON) 105mkinstalldirs = $(install_sh) -d 106CONFIG_HEADER = $(top_builddir)/config.h 107CONFIG_CLEAN_FILES = 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 = 123am__can_run_installinfo = \ 124 case $$AM_UPDATE_INFO_DIR in \ 125 n|no|NO) false;; \ 126 *) (install-info --version) >/dev/null 2>&1;; \ 127 esac 128am__noinst_HEADERS_DIST = sg_linux_inc.h sg_io_linux.h sg_pt_win32.h 129am__scsiinclude_HEADERS_DIST = sg_lib.h sg_lib_data.h sg_lib_names.h \ 130 sg_cmds.h sg_cmds_basic.h sg_cmds_extra.h sg_cmds_mmc.h \ 131 sg_pr2serr.h sg_unaligned.h sg_pt.h sg_pt_nvme.h \ 132 sg_linux_inc.h sg_io_linux.h sg_pt_linux.h sg_pt_win32.h 133am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 134am__vpath_adj = case $$p in \ 135 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 136 *) f=$$p;; \ 137 esac; 138am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 139am__install_max = 40 140am__nobase_strip_setup = \ 141 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 142am__nobase_strip = \ 143 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 144am__nobase_list = $(am__nobase_strip_setup); \ 145 for p in $$list; do echo "$$p $$p"; done | \ 146 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 147 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 148 if (++n[$$2] == $(am__install_max)) \ 149 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 150 END { for (dir in files) print dir, files[dir] }' 151am__base_list = \ 152 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 153 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 154am__uninstall_files_from_dir = { \ 155 test -z "$$files" \ 156 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 157 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 158 $(am__cd) "$$dir" && rm -f $$files; }; \ 159 } 160am__installdirs = "$(DESTDIR)$(scsiincludedir)" 161HEADERS = $(noinst_HEADERS) $(scsiinclude_HEADERS) 162am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 163# Read a list of newline-separated strings from the standard input, 164# and print each of them once, without duplicates. Input order is 165# *not* preserved. 166am__uniquify_input = $(AWK) '\ 167 BEGIN { nonempty = 0; } \ 168 { items[$$0] = 1; nonempty = 1; } \ 169 END { if (nonempty) { for (i in items) print i; }; } \ 170' 171# Make sure the list of sources is unique. This is necessary because, 172# e.g., the same source file might be shared among _SOURCES variables 173# for different programs/libraries. 174am__define_uniq_tagged_files = \ 175 list='$(am__tagged_files)'; \ 176 unique=`for i in $$list; do \ 177 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 178 done | $(am__uniquify_input)` 179am__DIST_COMMON = $(srcdir)/Makefile.in 180DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 181ACLOCAL = @ACLOCAL@ 182AMTAR = @AMTAR@ 183AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 184AR = @AR@ 185AUTOCONF = @AUTOCONF@ 186AUTOHEADER = @AUTOHEADER@ 187AUTOMAKE = @AUTOMAKE@ 188AWK = @AWK@ 189CC = @CC@ 190CCDEPMODE = @CCDEPMODE@ 191CFLAGS = @CFLAGS@ 192CPP = @CPP@ 193CPPFLAGS = @CPPFLAGS@ 194CSCOPE = @CSCOPE@ 195CTAGS = @CTAGS@ 196CYGPATH_W = @CYGPATH_W@ 197DEFS = @DEFS@ 198DEPDIR = @DEPDIR@ 199DLLTOOL = @DLLTOOL@ 200DSYMUTIL = @DSYMUTIL@ 201DUMPBIN = @DUMPBIN@ 202ECHO_C = @ECHO_C@ 203ECHO_N = @ECHO_N@ 204ECHO_T = @ECHO_T@ 205EGREP = @EGREP@ 206ETAGS = @ETAGS@ 207EXEEXT = @EXEEXT@ 208FGREP = @FGREP@ 209FILECMD = @FILECMD@ 210GETOPT_O_FILES = @GETOPT_O_FILES@ 211GREP = @GREP@ 212INSTALL = @INSTALL@ 213INSTALL_DATA = @INSTALL_DATA@ 214INSTALL_PROGRAM = @INSTALL_PROGRAM@ 215INSTALL_SCRIPT = @INSTALL_SCRIPT@ 216INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 217LD = @LD@ 218LDFLAGS = @LDFLAGS@ 219LIBOBJS = @LIBOBJS@ 220LIBS = @LIBS@ 221LIBTOOL = @LIBTOOL@ 222LIPO = @LIPO@ 223LN_S = @LN_S@ 224LTLIBOBJS = @LTLIBOBJS@ 225LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 226MAINT = @MAINT@ 227MAKEINFO = @MAKEINFO@ 228MANIFEST_TOOL = @MANIFEST_TOOL@ 229MKDIR_P = @MKDIR_P@ 230NM = @NM@ 231NMEDIT = @NMEDIT@ 232OBJDUMP = @OBJDUMP@ 233OBJEXT = @OBJEXT@ 234OTOOL = @OTOOL@ 235OTOOL64 = @OTOOL64@ 236PACKAGE = @PACKAGE@ 237PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 238PACKAGE_NAME = @PACKAGE_NAME@ 239PACKAGE_STRING = @PACKAGE_STRING@ 240PACKAGE_TARNAME = @PACKAGE_TARNAME@ 241PACKAGE_URL = @PACKAGE_URL@ 242PACKAGE_VERSION = @PACKAGE_VERSION@ 243PATH_SEPARATOR = @PATH_SEPARATOR@ 244PTHREAD_LIB = @PTHREAD_LIB@ 245RANLIB = @RANLIB@ 246RT_LIB = @RT_LIB@ 247SED = @SED@ 248SET_MAKE = @SET_MAKE@ 249SHELL = @SHELL@ 250STRIP = @STRIP@ 251VERSION = @VERSION@ 252abs_builddir = @abs_builddir@ 253abs_srcdir = @abs_srcdir@ 254abs_top_builddir = @abs_top_builddir@ 255abs_top_srcdir = @abs_top_srcdir@ 256ac_ct_AR = @ac_ct_AR@ 257ac_ct_CC = @ac_ct_CC@ 258ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 259am__include = @am__include@ 260am__leading_dot = @am__leading_dot@ 261am__quote = @am__quote@ 262am__tar = @am__tar@ 263am__untar = @am__untar@ 264bindir = @bindir@ 265build = @build@ 266build_alias = @build_alias@ 267build_cpu = @build_cpu@ 268build_os = @build_os@ 269build_vendor = @build_vendor@ 270builddir = @builddir@ 271datadir = @datadir@ 272datarootdir = @datarootdir@ 273docdir = @docdir@ 274dvidir = @dvidir@ 275exec_prefix = @exec_prefix@ 276host = @host@ 277host_alias = @host_alias@ 278host_cpu = @host_cpu@ 279host_os = @host_os@ 280host_vendor = @host_vendor@ 281htmldir = @htmldir@ 282includedir = @includedir@ 283infodir = @infodir@ 284install_sh = @install_sh@ 285libdir = @libdir@ 286libexecdir = @libexecdir@ 287localedir = @localedir@ 288localstatedir = @localstatedir@ 289mandir = @mandir@ 290mkdir_p = @mkdir_p@ 291oldincludedir = @oldincludedir@ 292os_cflags = @os_cflags@ 293os_libs = @os_libs@ 294pdfdir = @pdfdir@ 295prefix = @prefix@ 296program_transform_name = @program_transform_name@ 297psdir = @psdir@ 298runstatedir = @runstatedir@ 299sbindir = @sbindir@ 300sharedstatedir = @sharedstatedir@ 301srcdir = @srcdir@ 302sysconfdir = @sysconfdir@ 303target_alias = @target_alias@ 304top_build_prefix = @top_build_prefix@ 305top_builddir = @top_builddir@ 306top_srcdir = @top_srcdir@ 307scsiincludedir = $(includedir)/scsi 308scsiinclude_HEADERS = sg_lib.h sg_lib_data.h sg_lib_names.h sg_cmds.h \ 309 sg_cmds_basic.h sg_cmds_extra.h sg_cmds_mmc.h sg_pr2serr.h \ 310 sg_unaligned.h sg_pt.h sg_pt_nvme.h $(am__append_1) \ 311 $(am__append_2) $(am__append_3) 312@OS_FREEBSD_TRUE@noinst_HEADERS = \ 313@OS_FREEBSD_TRUE@ sg_linux_inc.h \ 314@OS_FREEBSD_TRUE@ sg_io_linux.h \ 315@OS_FREEBSD_TRUE@ sg_pt_win32.h 316 317@OS_LINUX_TRUE@noinst_HEADERS = \ 318@OS_LINUX_TRUE@ sg_pt_win32.h 319 320@OS_OSF_TRUE@noinst_HEADERS = \ 321@OS_OSF_TRUE@ sg_linux_inc.h \ 322@OS_OSF_TRUE@ sg_io_linux.h \ 323@OS_OSF_TRUE@ sg_pt_win32.h 324 325@OS_SOLARIS_TRUE@noinst_HEADERS = \ 326@OS_SOLARIS_TRUE@ sg_linux_inc.h \ 327@OS_SOLARIS_TRUE@ sg_io_linux.h \ 328@OS_SOLARIS_TRUE@ sg_pt_win32.h 329 330@OS_WIN32_CYGWIN_TRUE@noinst_HEADERS = \ 331@OS_WIN32_CYGWIN_TRUE@ sg_linux_inc.h \ 332@OS_WIN32_CYGWIN_TRUE@ sg_io_linux.h 333 334@OS_WIN32_MINGW_TRUE@noinst_HEADERS = \ 335@OS_WIN32_MINGW_TRUE@ sg_linux_inc.h \ 336@OS_WIN32_MINGW_TRUE@ sg_io_linux.h 337 338all: all-am 339 340.SUFFIXES: 341$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 342 @for dep in $?; do \ 343 case '$(am__configure_deps)' in \ 344 *$$dep*) \ 345 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 346 && { if test -f $@; then exit 0; else break; fi; }; \ 347 exit 1;; \ 348 esac; \ 349 done; \ 350 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \ 351 $(am__cd) $(top_srcdir) && \ 352 $(AUTOMAKE) --foreign include/Makefile 353Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 354 @case '$?' in \ 355 *config.status*) \ 356 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 357 *) \ 358 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 359 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 360 esac; 361 362$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 363 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 364 365$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 366 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 367$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 368 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 369$(am__aclocal_m4_deps): 370 371mostlyclean-libtool: 372 -rm -f *.lo 373 374clean-libtool: 375 -rm -rf .libs _libs 376install-scsiincludeHEADERS: $(scsiinclude_HEADERS) 377 @$(NORMAL_INSTALL) 378 @list='$(scsiinclude_HEADERS)'; test -n "$(scsiincludedir)" || list=; \ 379 if test -n "$$list"; then \ 380 echo " $(MKDIR_P) '$(DESTDIR)$(scsiincludedir)'"; \ 381 $(MKDIR_P) "$(DESTDIR)$(scsiincludedir)" || exit 1; \ 382 fi; \ 383 for p in $$list; do \ 384 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 385 echo "$$d$$p"; \ 386 done | $(am__base_list) | \ 387 while read files; do \ 388 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(scsiincludedir)'"; \ 389 $(INSTALL_HEADER) $$files "$(DESTDIR)$(scsiincludedir)" || exit $$?; \ 390 done 391 392uninstall-scsiincludeHEADERS: 393 @$(NORMAL_UNINSTALL) 394 @list='$(scsiinclude_HEADERS)'; test -n "$(scsiincludedir)" || list=; \ 395 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 396 dir='$(DESTDIR)$(scsiincludedir)'; $(am__uninstall_files_from_dir) 397 398ID: $(am__tagged_files) 399 $(am__define_uniq_tagged_files); mkid -fID $$unique 400tags: tags-am 401TAGS: tags 402 403tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 404 set x; \ 405 here=`pwd`; \ 406 $(am__define_uniq_tagged_files); \ 407 shift; \ 408 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 409 test -n "$$unique" || unique=$$empty_fix; \ 410 if test $$# -gt 0; then \ 411 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 412 "$$@" $$unique; \ 413 else \ 414 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 415 $$unique; \ 416 fi; \ 417 fi 418ctags: ctags-am 419 420CTAGS: ctags 421ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 422 $(am__define_uniq_tagged_files); \ 423 test -z "$(CTAGS_ARGS)$$unique" \ 424 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 425 $$unique 426 427GTAGS: 428 here=`$(am__cd) $(top_builddir) && pwd` \ 429 && $(am__cd) $(top_srcdir) \ 430 && gtags -i $(GTAGS_ARGS) "$$here" 431cscopelist: cscopelist-am 432 433cscopelist-am: $(am__tagged_files) 434 list='$(am__tagged_files)'; \ 435 case "$(srcdir)" in \ 436 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 437 *) sdir=$(subdir)/$(srcdir) ;; \ 438 esac; \ 439 for i in $$list; do \ 440 if test -f "$$i"; then \ 441 echo "$(subdir)/$$i"; \ 442 else \ 443 echo "$$sdir/$$i"; \ 444 fi; \ 445 done >> $(top_builddir)/cscope.files 446 447distclean-tags: 448 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 449distdir: $(BUILT_SOURCES) 450 $(MAKE) $(AM_MAKEFLAGS) distdir-am 451 452distdir-am: $(DISTFILES) 453 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 454 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 455 list='$(DISTFILES)'; \ 456 dist_files=`for file in $$list; do echo $$file; done | \ 457 sed -e "s|^$$srcdirstrip/||;t" \ 458 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 459 case $$dist_files in \ 460 */*) $(MKDIR_P) `echo "$$dist_files" | \ 461 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 462 sort -u` ;; \ 463 esac; \ 464 for file in $$dist_files; do \ 465 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 466 if test -d $$d/$$file; then \ 467 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 468 if test -d "$(distdir)/$$file"; then \ 469 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 470 fi; \ 471 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 472 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 473 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 474 fi; \ 475 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 476 else \ 477 test -f "$(distdir)/$$file" \ 478 || cp -p $$d/$$file "$(distdir)/$$file" \ 479 || exit 1; \ 480 fi; \ 481 done 482check-am: all-am 483check: check-am 484all-am: Makefile $(HEADERS) 485installdirs: 486 for dir in "$(DESTDIR)$(scsiincludedir)"; do \ 487 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 488 done 489install: install-am 490install-exec: install-exec-am 491install-data: install-data-am 492uninstall: uninstall-am 493 494install-am: all-am 495 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 496 497installcheck: installcheck-am 498install-strip: 499 if test -z '$(STRIP)'; then \ 500 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 501 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 502 install; \ 503 else \ 504 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 505 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 506 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 507 fi 508mostlyclean-generic: 509 510clean-generic: 511 512distclean-generic: 513 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 514 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 515 516maintainer-clean-generic: 517 @echo "This command is intended for maintainers to use" 518 @echo "it deletes files that may require special tools to rebuild." 519clean: clean-am 520 521clean-am: clean-generic clean-libtool mostlyclean-am 522 523distclean: distclean-am 524 -rm -f Makefile 525distclean-am: clean-am distclean-generic distclean-tags 526 527dvi: dvi-am 528 529dvi-am: 530 531html: html-am 532 533html-am: 534 535info: info-am 536 537info-am: 538 539install-data-am: install-scsiincludeHEADERS 540 541install-dvi: install-dvi-am 542 543install-dvi-am: 544 545install-exec-am: 546 547install-html: install-html-am 548 549install-html-am: 550 551install-info: install-info-am 552 553install-info-am: 554 555install-man: 556 557install-pdf: install-pdf-am 558 559install-pdf-am: 560 561install-ps: install-ps-am 562 563install-ps-am: 564 565installcheck-am: 566 567maintainer-clean: maintainer-clean-am 568 -rm -f Makefile 569maintainer-clean-am: distclean-am maintainer-clean-generic 570 571mostlyclean: mostlyclean-am 572 573mostlyclean-am: mostlyclean-generic mostlyclean-libtool 574 575pdf: pdf-am 576 577pdf-am: 578 579ps: ps-am 580 581ps-am: 582 583uninstall-am: uninstall-scsiincludeHEADERS 584 585.MAKE: install-am install-strip 586 587.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 588 clean-libtool cscopelist-am ctags ctags-am distclean \ 589 distclean-generic distclean-libtool distclean-tags distdir dvi \ 590 dvi-am html html-am info info-am install install-am \ 591 install-data install-data-am install-dvi install-dvi-am \ 592 install-exec install-exec-am install-html install-html-am \ 593 install-info install-info-am install-man install-pdf \ 594 install-pdf-am install-ps install-ps-am \ 595 install-scsiincludeHEADERS install-strip installcheck \ 596 installcheck-am installdirs maintainer-clean \ 597 maintainer-clean-generic mostlyclean mostlyclean-generic \ 598 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 599 uninstall-am uninstall-scsiincludeHEADERS 600 601.PRECIOUS: Makefile 602 603 604# Tell versions [3.59,3.63) of GNU make to not export all variables. 605# Otherwise a system limit (for SysV at least) may be exceeded. 606.NOEXPORT: 607