539a2ca3ad34c2aa7ddc84b075ce7666d4a6d550
[urcu.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 = \
10 LICENSE.md \
11 README.md
12
13 EXTRA_DIST = \
14 CodingStyle.md \
15 lgpl-relicensing.md \
16 LICENSES/Autoconf-exception-2.0.txt \
17 LICENSES/BSD-2-Clause.txt \
18 LICENSES/CC0-1.0.txt \
19 LICENSES/CC-BY-4.0.txt \
20 LICENSES/FSFAP.txt \
21 LICENSES/GPL-2.0-only.txt \
22 LICENSES/GPL-2.0-or-later.txt \
23 LICENSES/LGPL-2.1-only.txt \
24 LICENSES/LGPL-2.1-or-later.txt \
25 LICENSES/LicenseRef-Autoconf-exception-macro.txt \
26 LICENSES/LicenseRef-Boehm-GC.txt \
27 LICENSES/MIT.txt
28
29 .PHONY: short_bench long_bench regtest check-loop
30 short_bench:
31 cd tests && $(MAKE) $(AM_MAKEFLAGS) short_bench
32 long_bench:
33 cd tests && $(MAKE) $(AM_MAKEFLAGS) long_bench
34 regtest:
35 cd tests && $(MAKE) $(AM_MAKEFLAGS) regtest
36 check-loop:
37 cd tests && $(MAKE) $(AM_MAKEFLAGS) check-loop
This page took 0.031394 seconds and 5 git commands to generate.