extras/abi: license data files under CC-1.0
[urcu.git] / Makefile.am
... / ...
CommitLineData
1# SPDX-FileCopyrightText: 2023 EfficiOS Inc.
2#
3# SPDX-License-Identifier: MIT
4
5ACLOCAL_AMFLAGS=-I m4
6
7SUBDIRS = include src doc tests extras
8
9dist_doc_DATA = LICENSE \
10 README.md
11
12EXTRA_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
29short_bench:
30 cd tests && $(MAKE) $(AM_MAKEFLAGS) short_bench
31long_bench:
32 cd tests && $(MAKE) $(AM_MAKEFLAGS) long_bench
33regtest:
34 cd tests && $(MAKE) $(AM_MAKEFLAGS) regtest
35check-loop:
36 cd tests && $(MAKE) $(AM_MAKEFLAGS) check-loop
This page took 0.021746 seconds and 4 git commands to generate.