tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / tools / exclusion / Makefile.am
CommitLineData
9d16b343
MJ
1# SPDX-License-Identifier: GPL-2.0-only
2
345121ec
DG
3noinst_SCRIPTS = test_exclusion
4EXTRA_DIST = test_exclusion
5
6all-local:
7 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
8 for script in $(EXTRA_DIST); do \
9 cp -f $(srcdir)/$$script $(builddir); \
10 done; \
11 fi
12
13clean-local:
14 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
15 for script in $(EXTRA_DIST); do \
16 rm -f $(builddir)/$$script; \
17 done; \
18 fi
This page took 0.033887 seconds and 4 git commands to generate.