X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=Makefile.am;h=613e1cd58c0e13b44e003075984059c00dd65642;hp=dacbb3bb668fb241a0346eafa11883c3ba1eb4f6;hb=HEAD;hpb=6893800a4d1cc14dff0395ddcd660a5138db183d diff --git a/Makefile.am b/Makefile.am index dacbb3b..539a2ca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,20 +1,37 @@ -ACLOCAL_AMFLAGS=-I m4 +# SPDX-FileCopyrightText: 2023 EfficiOS Inc. +# +# SPDX-License-Identifier: MIT -SUBDIRS = include src doc tests +ACLOCAL_AMFLAGS=-I m4 -dist_doc_DATA = LICENSE \ - README.md +SUBDIRS = include src doc tests extras -dist_noinst_DATA = CodingStyle +dist_doc_DATA = \ + LICENSE.md \ + README.md -EXTRA_DIST = gpl-2.0.txt \ - lgpl-2.1.txt \ - lgpl-relicensing.txt +EXTRA_DIST = \ + CodingStyle.md \ + lgpl-relicensing.md \ + LICENSES/Autoconf-exception-2.0.txt \ + LICENSES/BSD-2-Clause.txt \ + LICENSES/CC0-1.0.txt \ + LICENSES/CC-BY-4.0.txt \ + LICENSES/FSFAP.txt \ + LICENSES/GPL-2.0-only.txt \ + LICENSES/GPL-2.0-or-later.txt \ + LICENSES/LGPL-2.1-only.txt \ + LICENSES/LGPL-2.1-or-later.txt \ + LICENSES/LicenseRef-Autoconf-exception-macro.txt \ + LICENSES/LicenseRef-Boehm-GC.txt \ + LICENSES/MIT.txt -.PHONY: short_bench long_bench regtest +.PHONY: short_bench long_bench regtest check-loop short_bench: cd tests && $(MAKE) $(AM_MAKEFLAGS) short_bench long_bench: cd tests && $(MAKE) $(AM_MAKEFLAGS) long_bench regtest: cd tests && $(MAKE) $(AM_MAKEFLAGS) regtest +check-loop: + cd tests && $(MAKE) $(AM_MAKEFLAGS) check-loop