f833661f3da02ae730d7441ba0a269e8fcced612
[lttng-tools.git] / tests / regression / tools / save-load / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 noinst_SCRIPTS = test_save test_load test_autoload
4 EXTRA_DIST = $(noinst_SCRIPTS) load-42.lttng load-42-complex.lttng \
5 load-42-trackers.lttng
6
7 SUBDIRS = configuration
8
9 all-local:
10 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
11 for script in $(EXTRA_DIST); do \
12 cp -f $(srcdir)/$$script $(builddir); \
13 done; \
14 fi
15
16 clean-local:
17 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
18 for script in $(EXTRA_DIST); do \
19 rm -f $(builddir)/$$script; \
20 done; \
21 fi
This page took 0.029161 seconds and 3 git commands to generate.