/
githubmirror
/
sg3_utils
Обзор
Документация
Войти
/
githubmirror
/
sg3_utils
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Makefile.am
191 строка
4 KB
Douglas Gilbert
add cmake build system (alongside autotools) with cpack for deb and rpm packages; fixes so musl-gcc builds clean
25 май 2026, 06:24
25 май 2026, 06:24
ee2b712
Код
Авторство
О чём код?
SUBDIRS = \ include \ lib \ src \ doc \ scripts EXTRA_DIST = \ autogen.sh \ bootstrap \ COVERAGE \ CREDITS \ BSD_LICENSE \ debian_build.sh \ README.details \ README.freebsd \ README.iscsi \ README.sg_start \ README.solaris \ README.tru64 \ README.win32 \ sg3_utils.man8.html \ sg3_utils.spec EXTRA_DIST += \ debian/changelog \ debian/compat \ debian/control \ debian/copyright \ debian/docs \ debian/libsgutils2-2.install \ debian/libsgutils2-dev.install \ debian/rules \ debian/sg3-utils.examples \ debian/sg3-utils.install EXTRA_DIST += \ examples/Makefile.freebsd \ examples/README \ examples/reassign_addr.txt \ examples/scsi_inquiry.c \ examples/sdiag_sas_p0_cjtpat.txt \ examples/sdiag_sas_p0_prbs9.txt \ examples/sdiag_sas_p1_cjtpat.txt \ examples/sdiag_sas_p1_idle.txt \ examples/sdiag_sas_p1_prbs15.txt \ examples/sdiag_sas_p1_stop.txt \ examples/sg_compare_and_write.txt \ examples/sg_excl.c \ examples/sg_persist_tst.sh \ examples/sgq_dd.c \ examples/sg_sat_chk_power.c \ examples/sg__sat_identify.c \ examples/sg__sat_phy_event.c \ examples/sg__sat_set_features.c \ examples/sg_sat_smart_rd_data.c \ examples/sg_simple16.c \ examples/sg_simple1.c \ examples/sg_simple2.c \ examples/sg_simple3.c \ examples/sg_simple4.c \ examples/sg_simple5.c \ examples/sg_unmap_example.txt \ examples/transport_ids.txt \ examples/Makefile EXTRA_DIST += \ include/freebsd_nvme_ioctl.h EXTRA_DIST += \ inhex/descriptor_sense.hex \ inhex/fixed_sense.hex \ inhex/forwarded_sense.hex \ inhex/get_elem_status.hex \ inhex/get_lba_status.hex \ inhex/inq_standard.hex \ inhex/logs_last_n.hex \ inhex/nvme_dev_self_test.hex \ inhex/nvme_identify_ctl.hex \ inhex/nvme_read_ctl.hex \ inhex/nvme_read_oob_ctl.hex \ inhex/nvme_write_ctl.hex \ inhex/opcodes.hex \ inhex/README \ inhex/ref_sense.hex \ inhex/rep_density.hex \ inhex/rep_density_media.hex \ inhex/rep_density_media_typem.hex \ inhex/rep_density_typem.hex \ inhex/rep_realms.hex \ inhex/rep_zdomains.hex \ inhex/rep_zones.hex \ inhex/ses_areca_all.hex \ inhex/vpd_bdce.hex \ inhex/vpd_constituents.hex \ inhex/vpd_cpr.hex \ inhex/vpd_dev_id.hex \ inhex/vpd_di_all.hex \ inhex/vpd_fp.hex \ inhex/vpd_lbpro.hex \ inhex/vpd_lbpv.hex \ inhex/vpd_ref.hex \ inhex/vpd_sbl.hex \ inhex/vpd_sdeb.hex \ inhex/vpd_sfs.hex \ inhex/vpd_tpc.hex \ inhex/vpd_zbdc.hex \ inhex/vpd_zbdc.raw \ inhex/z_act_query.hex EXTRA_DIST += \ scripts/00-scsi-sg3_config.rules \ scripts/40-usb-blacklist.rules \ scripts/54-before-scsi-sg3_id.rules \ scripts/55-scsi-sg3_id.rules \ scripts/58-scsi-sg3_symlink.rules \ scripts/59-fc-wwpn-id.rules \ scripts/59-scsi-cciss_id.rules \ scripts/cciss_id \ scripts/fc_wwpn_id \ scripts/lunmask.service \ scripts/scsi-enable-target-scan.sh EXTRA_DIST += \ suse/sg3_utils.changes \ suse/sg3_utils.spec EXTRA_DIST += \ ttesting/bsg_queue_tst.c \ ttesting/Makefile \ ttesting/Makefile.cyg \ ttesting/Makefile.freebsd \ ttesting/random_write_cp_verify.sh \ ttesting/README \ ttesting/sg_chk_asc.c \ ttesting/sgh_dd.cpp \ ttesting/sg_iovec_tst.cpp \ ttesting/sg_json_builder_test.c \ ttesting/sg_mrq_dd.cpp \ ttesting/sg_queue_tst.c \ ttesting/sg_scat_gath.cpp \ ttesting/sg_scat_gath.h \ ttesting/sgs_dd.c \ ttesting/sg_sense_test.c \ ttesting/sg_take_snap.c \ ttesting/sg_tst_async.cpp \ ttesting/sg_tst_bidi.c \ ttesting/sg_tst_context.cpp \ ttesting/sg_tst_excl2.cpp \ ttesting/sg_tst_excl3.cpp \ ttesting/sg_tst_excl.cpp \ ttesting/sg_tst_ioctl.c \ ttesting/sg_tst_json_builder.c \ ttesting/sg_tst_nvme.c \ ttesting/tst_sg_lib.c \ ttesting/uapi_sg.h EXTRA_DIST += \ utils/hxascdmp.1 \ utils/hxascdmp.c \ utils/Makefile \ utils/Makefile.cygwin \ utils/Makefile.freebsd \ utils/Makefile.mingw \ utils/Makefile.solaris \ utils/README distclean-local: rm -rf \ ar-lib \ autom4te.cache \ aclocal.m4 \ build-stamp \ compile \ configure \ configure~ \ config.guess \ config.guess.cdbs-orig \ config.sub.cdbs-orig \ config.sub \ config.h.in \ config.h.in~ \ config.h \ config.log \ config.status \ Makefile \ Makefile.in \ missing \ install-sh \ depcomp \ ltmain.sh