tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / ust / java-log4j / Makefile.am
CommitLineData
9d16b343
MJ
1# SPDX-License-Identifier: GPL-2.0-only
2
0b7af945 3JAVAROOT = .
504d4ace
DG
4
5noinst_SCRIPTS = test_java_log4j JTestLTTng.java
6EXTRA_DIST = test_java_log4j JTestLTTng.java
7
839a9569 8if TEST_JAVA_LOG4J_AGENT
0b7af945 9dist_noinst_JAVA = JTestLTTng.java
839a9569 10endif # TEST_JAVA_LOG4J_AGENT
504d4ace 11
0b7af945 12all-local: static_file
504d4ace 13
db3487fd 14static_file:
504d4ace
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.03358 seconds and 4 git commands to generate.