SoW-2020-0003: Trace Hit Counters
[lttng-tools.git] / tests / regression / tools / map / Makefile.am
CommitLineData
ebdb334b
JR
1# SPDX-License-Identifier: GPL-2.0-only
2
3AM_CPPFLAGS += -I$(top_srcdir)/tests -I$(srcdir)
4
5noinst_SCRIPTS = \
6 map_base_test.sh \
7 test_map_kernel
8
9EXTRA_DIST = \
10 map_base_test.sh \
11 test_map_kernel
12
13if HAVE_LIBLTTNG_UST_CTL
14EXTRA_DIST += test_map_ust
15noinst_SCRIPTS += test_map_ust
16endif
17
18all-local:
19 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
20 for script in $(EXTRA_DIST); do \
21 cp -f $(srcdir)/$$script $(builddir); \
22 done; \
23 fi
24
25clean-local:
26 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
27 for script in $(EXTRA_DIST); do \
28 rm -f $(builddir)/$$script; \
29 done; \
30 fi
This page took 0.024675 seconds and 5 git commands to generate.