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