Add ctf_enum_auto() for autoincrementing enumeration values
[lttng-ust.git] / Makefile.am
... / ...
CommitLineData
1ACLOCAL_AMFLAGS = -I config
2
3SUBDIRS = . include snprintf libringbuffer liblttng-ust-comm \
4 liblttng-ust \
5 liblttng-ust-ctl \
6 liblttng-ust-fork \
7 liblttng-ust-libc-wrapper \
8 liblttng-ust-cyg-profile \
9 tools
10
11if HAVE_DLINFO
12SUBDIRS += liblttng-ust-dl
13endif
14
15if BUILD_JNI_INTERFACE
16SUBDIRS += liblttng-ust-java
17endif
18
19if BUILD_JAVA_AGENT
20SUBDIRS += liblttng-ust-java-agent
21endif
22
23if BUILD_PYTHON_AGENT
24SUBDIRS += python-lttngust \
25 liblttng-ust-python-agent
26endif
27
28SUBDIRS += tests doc
29
30#temporarily disabled
31# liblttng-ust-malloc
32
33pkgconfigdir = $(libdir)/pkgconfig
34pkgconfig_DATA = lttng-ust.pc
35
36dist_doc_DATA = README.md ChangeLog
37
38dist_noinst_DATA = CodingStyle
39
40check-loop:
41 cd tests && $(MAKE) $(AM_MAKEFLAGS) check-loop
42.PHONY: check-loop
This page took 0.022098 seconds and 4 git commands to generate.