Update readme
[lttng-ust.git] / libustjava / Makefile.am
CommitLineData
2b6f8df9
MD
1if BUILD_JNI_INTERFACE
2
41ba5806 3AM_CPPFLAGS = -I$(top_srcdir)/include
378fa1c7
PMF
4
5lib_LTLIBRARIES = libustjava.la
2b6f8df9 6libustjava_la_SOURCES = UST.c UST.h ust_java.h
41ba5806 7dist_noinst_DATA = UST.java
378fa1c7
PMF
8libustjava_la_LIBADD = -lc -L$(top_builddir)/libust/.libs -lust
9
5ab4c5cb 10all: UST.class UST.h
378fa1c7
PMF
11
12clean-local:
13 rm -rf UST.h UST.class
14
15UST.class: UST.java
41ba5806 16 javac -d "$(builddir)" "$(srcdir)/UST.java"
378fa1c7 17
2b6f8df9 18UST.h: UST.class
5ab4c5cb 19 javah -jni UST
2b6f8df9
MD
20
21endif
This page took 0.024946 seconds and 4 git commands to generate.