Add ust java bindings
[ust.git] / java / Makefile.am
1 INCLUDES = -I$(top_builddir)/share -I$(top_builddir)/libust $(KCOMPAT_CFLAGS) $(URCU_CFLAGS)
2
3 lib_LTLIBRARIES = libustjava.la
4 libustjava_la_SOURCES = UST.c UST.h
5 noinst_DATA = UST.java
6 libustjava_la_LIBADD = -lc -L$(top_builddir)/libust/.libs -lust
7
8 all: UST.class
9
10 clean-local:
11 rm -rf UST.h UST.class
12
13 UST.class: UST.java
14 javac UST.java
15
This page took 0.029236 seconds and 4 git commands to generate.