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