Lines Matching +full:debian +full:- +full:build +full:- +full:testing
4 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
18 if test -z '$(MAKELEVEL)'; then \
20 elif test -n '$(MAKE_HOST)'; then \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
29 case $${target_option-} in \
32 "target option '$${target_option-}' specified" >&2; \
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;; \
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
88 build_triplet = @build@
99 mkinstalldirs = $(install_sh) -d
117 RECURSIVE_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
128 *) (install-info --version) >/dev/null 2>&1;; \
130 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
131 distclean-recursive maintainer-clean-recursive
136 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
137 cscope distdir distdir-am dist dist-all distcheck
140 # Read a list of newline-separated strings from the standard input,
154 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
158 COPYING ChangeLog INSTALL NEWS README ar-lib compile \
159 config.guess config.sub install-sh ltmain.sh missing
161 distdir = $(PACKAGE)-$(VERSION)
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)"; }; \
176 while test -n "$$dir1"; do \
177 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
180 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
181 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
183 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
185 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
192 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
196 GZIP_ENV = --best
197 DIST_TARGETS = dist-gzip
200 distuninstallcheck_listfiles = find . -type f -print
202 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
203 distcleancheck_listfiles = find . -type f -print
288 build = @build@
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 \
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 \
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 \
405 $(MAKE) $(AM_MAKEFLAGS) all-recursive
408 am--refresh: Makefile
414 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
415 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
420 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
422 $(AUTOMAKE) --foreign Makefile
434 $(SHELL) ./config.status --recheck
442 config.h: stamp-h1
443 @test -f $@ || rm -f stamp-h1
444 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
446 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
447 @rm -f stamp-h1
451 rm -f stamp-h1
454 distclean-hdr:
455 -rm -f config.h stamp-h1
457 mostlyclean-libtool:
458 -rm -f *.lo
460 clean-libtool:
461 -rm -rf .libs _libs
463 distclean-libtool:
464 -rm -f libtool config.lt
480 target=`echo $@ | sed s/-recursive//`; \
482 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
489 local_target="$$target-am"; \
497 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
498 fi; test -z "$$fail"
501 $(am__define_uniq_tagged_files); mkid -fID $$unique
502 tags: tags-recursive
505 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
508 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
509 include_option=--etags-include; \
512 include_option=--include; \
517 test ! -f $$subdir/TAGS || \
523 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
524 test -n "$$unique" || unique=$$empty_fix; \
525 if test $$# -gt 0; then \
533 ctags: ctags-recursive
536 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
538 test -z "$(CTAGS_ARGS)$$unique" \
545 && gtags -i $(GTAGS_ARGS) "$$here"
547 test ! -s cscope.files \
548 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
549 clean-cscope:
550 -rm -f cscope.files
551 cscope.files: clean-cscope cscopelist
552 cscopelist: cscopelist-recursive
554 cscopelist-am: $(am__tagged_files)
561 if test -f "$$i"; then \
568 distclean-tags:
569 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
570 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
572 $(MAKE) $(AM_MAKEFLAGS) distdir-am
574 distdir-am: $(DISTFILES)
576 test -d "$(distdir)" || mkdir "$(distdir)"
581 sed -e "s|^$$srcdirstrip/||;t" \
582 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
586 sort -u` ;; \
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 {} \;; \
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 {} \;; \
599 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
601 test -f "$(distdir)/$$file" \
602 || cp -p $$d/$$file "$(distdir)/$$file" \
609 || test -d "$(distdir)/$$subdir" \
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)"
638 dist-gzip: distdir
639 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
642 dist-bzip2: distdir
643 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
646 dist-lzip: distdir
647 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
650 dist-xz: distdir
651 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
654 dist-zstd: distdir
655 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
658 dist-tarZ: distdir
662 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
665 dist-shar: distdir
669 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
672 dist-zip: distdir
673 -rm -f $(distdir).zip
674 zip -rq $(distdir).zip $(distdir)
677 dist dist-all:
682 # it guarantees that the distribution is self-contained by making another
687 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
689 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
691 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
693 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
695 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
697 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
701 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
703 chmod -R a-w $(distdir)
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-$$$$/" \
715 --srcdir=../.. --prefix="$$dc_install_base" \
724 && chmod -R a-w "$$dc_install_base" \
731 } || { rm -rf "$$dc_destdir"; exit 1; }) \
732 && rm -rf "$$dc_destdir" \
734 && rm -rf $(DIST_ARCHIVES) \
741 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
743 @test -n '$(distuninstallcheck_dir)' || { \
752 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
754 if test -n "$(DESTDIR)"; then \
761 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
764 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
765 || { echo "ERROR: files left in build directory after distclean:" ; \
768 check-am: all-am
769 check: check-recursive
770 all-am: Makefile config.h
771 installdirs: installdirs-recursive
772 installdirs-am:
773 install: install-recursive
774 install-exec: install-exec-recursive
775 install-data: install-data-recursive
776 uninstall: uninstall-recursive
778 install-am: all-am
779 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
781 installcheck: installcheck-recursive
782 install-strip:
783 if test -z '$(STRIP)'; then \
785 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
789 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
792 mostlyclean-generic:
794 clean-generic:
796 distclean-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)
800 maintainer-clean-generic:
803 clean: clean-recursive
805 clean-am: clean-generic clean-libtool mostlyclean-am
807 distclean: distclean-recursive
808 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
809 -rm -f Makefile
810 distclean-am: clean-am distclean-generic distclean-hdr \
811 distclean-libtool distclean-local distclean-tags
813 dvi: dvi-recursive
815 dvi-am:
817 html: html-recursive
819 html-am:
821 info: info-recursive
823 info-am:
825 install-data-am:
827 install-dvi: install-dvi-recursive
829 install-dvi-am:
831 install-exec-am:
833 install-html: install-html-recursive
835 install-html-am:
837 install-info: install-info-recursive
839 install-info-am:
841 install-man:
843 install-pdf: install-pdf-recursive
845 install-pdf-am:
847 install-ps: install-ps-recursive
849 install-ps-am:
851 installcheck-am:
853 maintainer-clean: maintainer-clean-recursive
854 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
855 -rm -rf $(top_srcdir)/autom4te.cache
856 -rm -f Makefile
857 maintainer-clean-am: distclean-am maintainer-clean-generic
859 mostlyclean: mostlyclean-recursive
861 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
863 pdf: pdf-recursive
865 pdf-am:
867 ps: ps-recursive
869 ps-am:
871 uninstall-am:
873 .MAKE: $(am__recursive_targets) all install-am install-strip
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
895 distclean-local:
896 rm -rf autom4te.cache
897 rm -f build-stamp configure-stamp
898 rm -rf lib/.deps
899 rm -rf src/.deps