bytecode: Add `OBJECT_TYPE_{UN,}SIGNED_ENUM` type
[lttng-ust.git] / Makefile.am
CommitLineData
093c3f9b 1ACLOCAL_AMFLAGS = -I m4
89edbbc3 2
394598c1 3SUBDIRS = . include snprintf libringbuffer liblttng-ust-comm \
49705576 4 libmsgpack \
69400ac4
MD
5 liblttng-ust \
6 liblttng-ust-ctl \
95e6d268 7 liblttng-ust-fd \
69400ac4 8 liblttng-ust-fork \
476037d9 9 liblttng-ust-libc-wrapper \
70d654f2 10 liblttng-ust-cyg-profile \
31ea1f6f 11 tools
15612a0f 12
f9ff7aa4
RN
13if HAVE_DLINFO
14SUBDIRS += liblttng-ust-dl
15endif
16
d2869a26 17if BUILD_JNI_INTERFACE
501f6777
CB
18SUBDIRS += liblttng-ust-java
19endif
20
21if BUILD_JAVA_AGENT
22SUBDIRS += liblttng-ust-java-agent
d2869a26
MD
23endif
24
c3e14096 25if BUILD_PYTHON_AGENT
21ddb8ec
MJ
26SUBDIRS += python-lttngust \
27 liblttng-ust-python-agent
c3e14096
DG
28endif
29
31ea1f6f 30SUBDIRS += tests doc
43e5396b 31
15612a0f 32#temporarily disabled
69400ac4 33# liblttng-ust-malloc
4cf459a7
YB
34
35pkgconfigdir = $(libdir)/pkgconfig
a1acf2a6 36pkgconfig_DATA = lttng-ust.pc lttng-ust-ctl.pc
336cc1ed 37
b9c0e605
MJ
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
f3c7428e
MJ
50
51check-loop:
52 cd tests && $(MAKE) $(AM_MAKEFLAGS) check-loop
53.PHONY: check-loop
This page took 0.032469 seconds and 4 git commands to generate.