X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=Makefile.am;h=1db748019f117b631661cf3be381ac107b4f8249;hb=6e1fdc3a9e5e6231c8edc87b35eb9babdc4b69bb;hp=f8620dfbaee8dd89c56e18f3e96fe3553739dd16;hpb=e0baa9906b1c443228605a2b29c37b4bc004c61c;p=deliverable%2Flttng-ust.git diff --git a/Makefile.am b/Makefile.am index f8620dfb..1db74801 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,42 @@ -SUBDIRS = libmarkers libtracectl libtracing hello libmallocwrap +ACLOCAL_AMFLAGS = -I config + +SUBDIRS = . include snprintf libringbuffer liblttng-ust-comm \ + liblttng-ust \ + liblttng-ust-ctl \ + liblttng-ust-fork \ + liblttng-ust-libc-wrapper \ + liblttng-ust-cyg-profile \ + liblttng-ust-python-agent \ + tools + +if HAVE_DLINFO +SUBDIRS += liblttng-ust-dl +endif + +if BUILD_JNI_INTERFACE +SUBDIRS += liblttng-ust-java +endif + +if BUILD_JAVA_AGENT +SUBDIRS += liblttng-ust-java-agent +endif + +if BUILD_PYTHON_AGENT +SUBDIRS += python-lttngust +endif + +SUBDIRS += tests doc + +#temporarily disabled +# liblttng-ust-malloc + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = lttng-ust.pc + +dist_doc_DATA = README.md ChangeLog + +dist_noinst_DATA = CodingStyle + +check-loop: + cd tests && $(MAKE) $(AM_MAKEFLAGS) check-loop +.PHONY: check-loop