Build system: use SPDX identifiers
[userspace-rcu.git] / Makefile.am
1 # SPDX-FileCopyrightText: 2023 EfficiOS Inc.
2 #
3 # SPDX-License-Identifier: MIT
4
5 ACLOCAL_AMFLAGS=-I m4
6
7 SUBDIRS = include src doc tests extras
8
9 dist_doc_DATA = LICENSE \
10 README.md
11
12 EXTRA_DIST = \
13 CodingStyle.md \
14 lgpl-relicensing.md \
15 LICENSES/Autoconf-exception-2.0.txt \
16 LICENSES/BSD-2-Clause.txt \
17 LICENSES/CC0-1.0.txt \
18 LICENSES/CC-BY-4.0.txt \
19 LICENSES/FSFAP.txt \
20 LICENSES/GPL-2.0-only.txt \
21 LICENSES/GPL-2.0-or-later.txt \
22 LICENSES/LGPL-2.1-only.txt \
23 LICENSES/LGPL-2.1-or-later.txt \
24 LICENSES/LicenseRef-Autoconf-exception-macro.txt \
25 LICENSES/LicenseRef-Boehm-GC.txt \
26 LICENSES/MIT.txt
27
28 .PHONY: short_bench long_bench regtest check-loop
29 short_bench:
30 cd tests && $(MAKE) $(AM_MAKEFLAGS) short_bench
31 long_bench:
32 cd tests && $(MAKE) $(AM_MAKEFLAGS) long_bench
33 regtest:
34 cd tests && $(MAKE) $(AM_MAKEFLAGS) regtest
35 check-loop:
36 cd tests && $(MAKE) $(AM_MAKEFLAGS) check-loop
This page took 0.030986 seconds and 5 git commands to generate.