Commit | Line | Data |
---|---|---|
693515ee | 1 | ACLOCAL_AMFLAGS = -I config |
89edbbc3 | 2 | |
394598c1 | 3 | SUBDIRS = . include snprintf libringbuffer liblttng-ust-comm \ |
69400ac4 MD |
4 | liblttng-ust \ |
5 | liblttng-ust-ctl \ | |
6 | liblttng-ust-fork \ | |
476037d9 | 7 | liblttng-ust-libc-wrapper \ |
70d654f2 | 8 | liblttng-ust-cyg-profile \ |
5b6ff569 | 9 | liblttng-ust-python-agent \ |
31ea1f6f | 10 | tools |
15612a0f | 11 | |
f9ff7aa4 RN |
12 | if HAVE_DLINFO |
13 | SUBDIRS += liblttng-ust-dl | |
14 | endif | |
15 | ||
d2869a26 | 16 | if BUILD_JNI_INTERFACE |
501f6777 CB |
17 | SUBDIRS += liblttng-ust-java |
18 | endif | |
19 | ||
20 | if BUILD_JAVA_AGENT | |
21 | SUBDIRS += liblttng-ust-java-agent | |
d2869a26 MD |
22 | endif |
23 | ||
c3e14096 | 24 | if BUILD_PYTHON_AGENT |
5b6ff569 | 25 | SUBDIRS += python-lttngust |
c3e14096 DG |
26 | endif |
27 | ||
31ea1f6f | 28 | SUBDIRS += tests doc |
43e5396b | 29 | |
15612a0f | 30 | #temporarily disabled |
69400ac4 | 31 | # liblttng-ust-malloc |
4cf459a7 YB |
32 | |
33 | pkgconfigdir = $(libdir)/pkgconfig | |
74a6d87b | 34 | pkgconfig_DATA = lttng-ust.pc |
336cc1ed | 35 | |
28ed9628 | 36 | dist_doc_DATA = README.md ChangeLog |
231227ee MD |
37 | |
38 | dist_noinst_DATA = CodingStyle | |
f3c7428e MJ |
39 | |
40 | check-loop: | |
41 | cd tests && $(MAKE) $(AM_MAKEFLAGS) check-loop | |
42 | .PHONY: check-loop |