uatomic/x86: Remove redundant memory barriers
[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 = \
10 LICENSE.md \
11 README.md
12
13EXTRA_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
30short_bench:
31 cd tests && $(MAKE) $(AM_MAKEFLAGS) short_bench
32long_bench:
33 cd tests && $(MAKE) $(AM_MAKEFLAGS) long_bench
34regtest:
35 cd tests && $(MAKE) $(AM_MAKEFLAGS) regtest
36check-loop:
37 cd tests && $(MAKE) $(AM_MAKEFLAGS) check-loop
This page took 0.022597 seconds and 5 git commands to generate.