tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / ust / low-throughput / Makefile.am
CommitLineData
9d16b343
MJ
1# SPDX-License-Identifier: GPL-2.0-only
2
343af227 3AM_CPPFLAGS += -I$(srcdir)
4d5b973e 4
4d5b973e
DG
5noinst_PROGRAMS = gen-events
6gen_events_SOURCES = main.c tp.c tp.h
20dd2de1 7gen_events_LDADD = $(UST_LIBS) $(DL_LIBS)
4d5b973e 8
e5be53a0
CB
9noinst_SCRIPTS = test_low_throughput
10EXTRA_DIST = test_low_throughput
c83e7ca0
DG
11
12all-local:
13 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
14 for script in $(EXTRA_DIST); do \
15 cp -f $(srcdir)/$$script $(builddir); \
16 done; \
17 fi
18
19clean-local:
20 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
21 for script in $(EXTRA_DIST); do \
22 rm -f $(builddir)/$$script; \
23 done; \
24 fi
This page took 0.039535 seconds and 4 git commands to generate.