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