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