/
githubmirror
/
swtpm
Обзор
Документация
Войти
/
githubmirror
/
swtpm
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
samples/Makefile.am
42 строки
948 B
Stefan Berger
samples: Have 2 more files shellcheck'ed
02 май 2025, 16:50
02 май 2025, 16:50
fdb2b54
Код
Авторство
О чём код?
# # samples/Makefile.am # # For the license, see the LICENSE file in the root directory. # samplesconfdir = $(datadir)/@PACKAGE@ samplessysconfdir = $(sysconfdir) samplesconf_SCRIPTS = \ swtpm-create-tpmca \ swtpm-create-user-config-files \ swtpm-localca samplessysconf_DATA = \ swtpm-localca.conf \ swtpm-localca.options \ swtpm_setup.conf $(top_builddir)/src/utils/libswtpm_utils.la: $(MAKE) -C$(dir $@) install-data-local: $(MKDIR_P) $(DESTDIR)$(localstatedir)/lib/swtpm-localca if test -z $(DESTDIR); then \ chown -R @TSS_USER@:root $(DESTDIR)$(localstatedir)/lib/swtpm-localca || true; \ chmod 0750 $(DESTDIR)$(localstatedir)/lib/swtpm-localca || true; \ fi EXTRA_DIST= \ swtpm-create-tpmca \ swtpm-create-user-config-files \ swtpm-localca.conf \ swtpm-localca.options \ swtpm_setup.conf .PHONY: syntax-check syntax-check: shellcheck \ swtpm-create-tpmca \ swtpm-create-user-config-files.in \ swtpm-localca.in