SoW-2020-0002: Trace Hit Counters
[lttng-tools.git] / tests / regression / tools / map / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 AM_CPPFLAGS += -I$(top_srcdir)/tests -I$(srcdir)
4
5 noinst_SCRIPTS = \
6 map_base_test.sh \
7 test_map_kernel
8
9 EXTRA_DIST = \
10 map_base_test.sh \
11 test_map_kernel
12
13 if HAVE_LIBLTTNG_UST_CTL
14 EXTRA_DIST += test_map_ust
15 noinst_SCRIPTS += test_map_ust
16 endif
17
18 all-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
25 clean-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.031212 seconds and 5 git commands to generate.