Introduce LTTNG_UST_MAP_POPULATE_POLICY environment variable
[lttng-ust.git] / Makefile.am
1 # SPDX-FileCopyrightText: 2023 EfficiOS, Inc
2 #
3 # SPDX-License-Identifier: LGPL-2.1-only
4
5 ACLOCAL_AMFLAGS = -I m4
6
7 SUBDIRS = \
8 include \
9 src \
10 tools \
11 doc \
12 tests \
13 extras
14
15 dist_doc_DATA = \
16 ChangeLog \
17 LICENSE \
18 README.md
19
20 dist_noinst_DATA = \
21 .reuse/dep5 \
22 CodingStyle.md \
23 CONTRIBUTING.md \
24 LICENSES/Autoconf-exception-2.0.txt \
25 LICENSES/BSD-2-Clause.txt \
26 LICENSES/BSD-3-Clause.txt \
27 LICENSES/CC-BY-4.0.txt \
28 LICENSES/FSFAP.txt \
29 LICENSES/GPL-2.0-only.txt \
30 LICENSES/GPL-2.0-or-later.txt \
31 LICENSES/GPL-3.0-or-later.txt \
32 LICENSES/LGPL-2.1-only.txt \
33 LICENSES/LGPL-2.1-or-later.txt \
34 LICENSES/LicenseRef-Autoconf-exception-macro.txt \
35 LICENSES/MIT.txt
36
37 check-loop:
38 cd tests && $(MAKE) $(AM_MAKEFLAGS) check-loop
39 .PHONY: check-loop
This page took 0.029921 seconds and 4 git commands to generate.