Tests: Add and set new log-file-d for the tap driver
[lttng-tools.git] / tests / regression / ust / java-log4j2 / Makefile.am
... / ...
CommitLineData
1# SPDX-License-Identifier: GPL-2.0-only
2
3JAVAROOT = .
4
5noinst_SCRIPTS = \
6 test_agent_log4j2_domain_log4j \
7 test_agent_log4j2_domain_log4j2
8
9EXTRA_DIST = \
10 domain-log4j2.xml \
11 domain-log4j.xml \
12 JTestLTTngLog4j2.java \
13 test_agent_log4j2_domain_log4j \
14 test_agent_log4j2_domain_log4j2
15
16if TEST_JAVA_LOG4J2_AGENT
17dist_noinst_JAVA = JTestLTTngLog4j2.java
18endif # TEST_JAVA_LOG4J2_AGENT
19
20all-local: static_file
21
22static_file:
23 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
24 for script in $(EXTRA_DIST); do \
25 cp -f $(srcdir)/$$script $(builddir); \
26 done; \
27 fi
28
29clean-local:
30 rm -f *.class
31 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
32 for script in $(EXTRA_DIST); do \
33 rm -f $(builddir)/$$script; \
34 done; \
35 fi
This page took 0.024323 seconds and 5 git commands to generate.