tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / ust / java-log4j / Makefile.am
index 7d6c0481a0997629587a9183299560b5b32972e7..be50eaf98f224e6070956ae9eb82ce6ef58f3ebe 100644 (file)
@@ -1,24 +1,15 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
+JAVAROOT = .
 
 noinst_SCRIPTS = test_java_log4j JTestLTTng.java
 EXTRA_DIST = test_java_log4j JTestLTTng.java
 
-if HAVE_JAVA_JDK
-JCC=$(JAVA_JDK)/bin/javac
-else
-JCC=javac
-endif
-
-# We still need to copy static files for out of tree and dist build
-if BUILD_JAVA_LOG4J_AGENT
-all-local: static_file JTestLTTng.class
+if TEST_JAVA_LOG4J_AGENT
+dist_noinst_JAVA = JTestLTTng.java
+endif # TEST_JAVA_LOG4J_AGENT
 
-%.class: %.java
-       $(JCC) -d "$(builddir)" $(JAVACFLAGS) $<
-else
 all-local: static_file
-endif # BUILD_JAVA_LOG4J_AGENT
-
-JTestLTTng.class: JTestLTTng.java
 
 static_file:
        @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
This page took 0.036101 seconds and 5 git commands to generate.