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