docs: Add supported versions and fix-backport policy
[lttng-tools.git] / tests / regression / ust / java-log4j / Makefile.am
... / ...
CommitLineData
1# SPDX-License-Identifier: GPL-2.0-only
2
3JAVAROOT = .
4
5noinst_SCRIPTS = test_java_log4j JTestLTTngLog4j.java
6EXTRA_DIST = test_java_log4j JTestLTTngLog4j.java
7
8if TEST_JAVA_LOG4J_AGENT
9dist_noinst_JAVA = JTestLTTngLog4j.java
10endif # TEST_JAVA_LOG4J_AGENT
11
12all-local: static_file
13
14static_file:
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.022978 seconds and 5 git commands to generate.