| 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 |
| 5 | |
| 6 | EXTRA_DIST = test_event_basic test_event_wildcard |
| 7 | |
| 8 | all-local: |
| 9 | @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ |
| 10 | for script in $(EXTRA_DIST); do \ |
| 11 | cp -f $(srcdir)/$$script $(builddir); \ |
| 12 | done; \ |
| 13 | fi |
| 14 | |
| 15 | clean-local: |
| 16 | @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ |
| 17 | for script in $(EXTRA_DIST); do \ |
| 18 | rm -f $(builddir)/$$script; \ |
| 19 | done; \ |
| 20 | fi |
| 21 | |
| 22 | endif |