/
niceSOFT
/
shadow
Обзор
Документация
Войти
/
niceSOFT
/
shadow
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Makefile.am
28 строк
675 B
Alejandro Colomar
configure.ac, Makefile.am: Propagate ./configure flags to 'distcheck'
05 дек 2025, 05:07
05 дек 2025, 05:07
73cad5c
Код
Авторство
О чём код?
## Process this file with automake to produce Makefile.in ACLOCAL_AMFLAGS = -I m4 SUBDIRS = lib if ENABLE_SUBIDS SUBDIRS += libsubid endif SUBDIRS += src po doc etc tests/unit if ENABLE_REGENERATE_MAN SUBDIRS += man endif CLEANFILES = man/8.out man/po/remove-potcdate.* man/*/login.defs.d man/*/*.mo EXTRA_DIST = NEWS README tests/ dist-hook: chmod -R u+w $(distdir)/tests chmod u+w $(distdir) mv $(distdir)/tests/unit $(distdir)/realunittest mv $(distdir)/tests/tests $(distdir)/realtests rm -rf $(distdir)/tests mv $(distdir)/realtests $(distdir)/tests rm -rf $(distdir)/tests/unit $(distdir)/tests/Makefile* mv $(distdir)/realunittest $(distdir)/tests/unit