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