Move to kernel style SPDX license identifiers
[lttng-ust.git] / tools / Makefile.am
CommitLineData
c0c0989a
MJ
1# SPDX-License-Identifier: LGPL-2.1-only
2
b25c5b37 3dist_bin_SCRIPTS = lttng-gen-tp
ae5f44db
DG
4
5all-local:
6 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
e6e508c9 7 for script in $(dist_bin_SCRIPTS); do \
ae5f44db
DG
8 cp -f $(srcdir)/$$script $(builddir); \
9 done; \
10 fi
11
12clean-local:
13 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
e6e508c9 14 for script in $(dist_bin_SCRIPTS); do \
ae5f44db
DG
15 rm -f $(builddir)/$$script; \
16 done; \
17 fi
This page took 0.027315 seconds and 4 git commands to generate.