tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / ust / exit-fast / Makefile.am
CommitLineData
9d16b343
MJ
1# SPDX-License-Identifier: GPL-2.0-only
2
343af227 3AM_CPPFLAGS += -I$(srcdir)
ee28adfb
JG
4
5noinst_PROGRAMS = exit-fast
6exit_fast_SOURCES = exit-fast.c ust_tests_exitfast.h
20dd2de1 7exit_fast_LDADD = $(UST_LIBS) $(DL_LIBS)
ee28adfb
JG
8
9noinst_SCRIPTS = test_exit-fast test_exit-fast.py
10EXTRA_DIST = test_exit-fast test_exit-fast.py
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.035687 seconds and 4 git commands to generate.