Move compat macros in 'lttng/align.h' to a private header
[lttng-ust.git] / Makefile.am
1 # SPDX-License-Identifier: LGPL-2.1-only
2
3 ACLOCAL_AMFLAGS = -I m4
4
5 SUBDIRS = . include snprintf libringbuffer liblttng-ust-comm \
6 libcounter \
7 libmsgpack \
8 liblttng-ust \
9 liblttng-ust-ctl \
10 liblttng-ust-fd \
11 liblttng-ust-fork \
12 liblttng-ust-libc-wrapper \
13 liblttng-ust-cyg-profile \
14 tools
15
16 if HAVE_DLINFO
17 SUBDIRS += liblttng-ust-dl
18 endif
19
20 if BUILD_JNI_INTERFACE
21 SUBDIRS += liblttng-ust-java
22 endif
23
24 if BUILD_JAVA_AGENT
25 SUBDIRS += liblttng-ust-java-agent
26 endif
27
28 if BUILD_PYTHON_AGENT
29 SUBDIRS += python-lttngust \
30 liblttng-ust-python-agent
31 endif
32
33 SUBDIRS += tests doc
34
35 #temporarily disabled
36 # liblttng-ust-malloc
37
38 pkgconfigdir = $(libdir)/pkgconfig
39 pkgconfig_DATA = lttng-ust.pc lttng-ust-ctl.pc
40
41 dist_doc_DATA = \
42 ChangeLog \
43 LICENSE \
44 README.md
45
46 dist_noinst_DATA = \
47 CodingStyle \
48 CONTRIBUTING.md \
49 LICENSES/BSD-2-Clause \
50 LICENSES/BSD-3-Clause \
51 LICENSES/GPL-2.0 \
52 LICENSES/GPL-3.0 \
53 LICENSES/LGPL-2.1 \
54 LICENSES/MIT
55
56 check-loop:
57 cd tests && $(MAKE) $(AM_MAKEFLAGS) check-loop
58 .PHONY: check-loop
This page took 0.029625 seconds and 4 git commands to generate.