Commit | Line | Data |
---|---|---|
8acbe07d | 1 | if HAVE_LIBLTTNG_UST_CTL |
26b53d3b | 2 | SUBDIRS = nprocesses high-throughput low-throughput before-after multi-session \ |
f5481aa9 | 3 | overlap buffers-pid linking daemon exit-fast fork libc-wrapper \ |
568d7e2d | 4 | periodical-metadata-flush java-jul java-log4j python-logging \ |
ced06804 | 5 | getcpu-override clock-override type-declarations \ |
de7e372e | 6 | rotation-destroy-flush blocking |
65385a82 MJ |
7 | |
8 | if HAVE_OBJCOPY | |
9 | SUBDIRS += baddr-statedump ust-dl | |
10 | endif | |
355f483d | 11 | |
075ffe1f | 12 | EXTRA_DIST = test_event_basic test_event_tracef test_event_perf |
53a80697 | 13 | |
c83e7ca0 DG |
14 | all-local: |
15 | @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ | |
16 | for script in $(EXTRA_DIST); do \ | |
17 | cp -f $(srcdir)/$$script $(builddir); \ | |
18 | done; \ | |
19 | fi | |
20 | ||
21 | clean-local: | |
22 | @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ | |
23 | for script in $(EXTRA_DIST); do \ | |
24 | rm -f $(builddir)/$$script; \ | |
25 | done; \ | |
26 | fi | |
27 | ||
8acbe07d | 28 | endif |