tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / ust / java-jul / Makefile.am
CommitLineData
9d16b343
MJ
1# SPDX-License-Identifier: GPL-2.0-only
2
0b7af945 3JAVAROOT = .
37175ce4 4
698243ef
DG
5noinst_SCRIPTS = test_java_jul JTestLTTng.java
6EXTRA_DIST = test_java_jul JTestLTTng.java
37175ce4 7
839a9569 8if TEST_JAVA_JUL_AGENT
0b7af945 9dist_noinst_JAVA = JTestLTTng.java
839a9569 10endif # TEST_JAVA_JUL_AGENT
37175ce4 11
249a620d 12all-local: static_file
37175ce4 13
249a620d 14static_file:
37175ce4
DG
15 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
16 for script in $(EXTRA_DIST); do \
17 cp -f $(srcdir)/$$script $(builddir); \
18 done; \
19 fi
20
21clean-local:
22 rm -f *.class
23 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
24 for script in $(EXTRA_DIST); do \
25 rm -f $(builddir)/$$script; \
26 done; \
27 fi
28
This page took 0.049661 seconds and 5 git commands to generate.