Performance: mark ring buffer do_copy callers always inline
[lttng-ust.git] / Makefile.am
CommitLineData
693515ee 1ACLOCAL_AMFLAGS = -I config
89edbbc3 2
394598c1 3SUBDIRS = . 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 \
31ea1f6f 9 tools
15612a0f 10
f9ff7aa4
RN
11if HAVE_DLINFO
12SUBDIRS += liblttng-ust-dl
13endif
14
d2869a26 15if BUILD_JNI_INTERFACE
501f6777
CB
16SUBDIRS += liblttng-ust-java
17endif
18
19if BUILD_JAVA_AGENT
20SUBDIRS += liblttng-ust-java-agent
d2869a26
MD
21endif
22
c3e14096 23if BUILD_PYTHON_AGENT
21ddb8ec
MJ
24SUBDIRS += python-lttngust \
25 liblttng-ust-python-agent
c3e14096
DG
26endif
27
31ea1f6f 28SUBDIRS += tests doc
43e5396b 29
15612a0f 30#temporarily disabled
69400ac4 31# liblttng-ust-malloc
4cf459a7
YB
32
33pkgconfigdir = $(libdir)/pkgconfig
74a6d87b 34pkgconfig_DATA = lttng-ust.pc
336cc1ed 35
28ed9628 36dist_doc_DATA = README.md ChangeLog
231227ee
MD
37
38dist_noinst_DATA = CodingStyle
f3c7428e
MJ
39
40check-loop:
41 cd tests && $(MAKE) $(AM_MAKEFLAGS) check-loop
42.PHONY: check-loop
This page took 0.028825 seconds and 4 git commands to generate.