bytecode: Add `OBJECT_TYPE_{UN,}SIGNED_ENUM` type
[lttng-ust.git] / Makefile.am
... / ...
CommitLineData
1ACLOCAL_AMFLAGS = -I m4
2
3SUBDIRS = . include snprintf libringbuffer liblttng-ust-comm \
4 libmsgpack \
5 liblttng-ust \
6 liblttng-ust-ctl \
7 liblttng-ust-fd \
8 liblttng-ust-fork \
9 liblttng-ust-libc-wrapper \
10 liblttng-ust-cyg-profile \
11 tools
12
13if HAVE_DLINFO
14SUBDIRS += liblttng-ust-dl
15endif
16
17if BUILD_JNI_INTERFACE
18SUBDIRS += liblttng-ust-java
19endif
20
21if BUILD_JAVA_AGENT
22SUBDIRS += liblttng-ust-java-agent
23endif
24
25if BUILD_PYTHON_AGENT
26SUBDIRS += python-lttngust \
27 liblttng-ust-python-agent
28endif
29
30SUBDIRS += tests doc
31
32#temporarily disabled
33# liblttng-ust-malloc
34
35pkgconfigdir = $(libdir)/pkgconfig
36pkgconfig_DATA = lttng-ust.pc lttng-ust-ctl.pc
37
38dist_doc_DATA = \
39 ChangeLog \
40 COPYING \
41 LICENSE \
42 README.md
43
44dist_noinst_DATA = \
45 CodingStyle \
46 CONTRIBUTING.md \
47 gpl-2.0.txt \
48 lgpl-2.1.txt \
49 mit-license.txt
50
51check-loop:
52 cd tests && $(MAKE) $(AM_MAKEFLAGS) check-loop
53.PHONY: check-loop
This page took 0.022624 seconds and 4 git commands to generate.