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