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