java: fixes
[ust.git] / java / Makefile.am
CommitLineData
fbca6b62 1AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_builddir)/libust
378fa1c7
PMF
2
3lib_LTLIBRARIES = libustjava.la
4libustjava_la_SOURCES = UST.c UST.h
5noinst_DATA = UST.java
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
14 javac UST.java
15
5ab4c5cb
PMF
16UST.h:
17 javah -jni UST
This page took 0.022662 seconds and 4 git commands to generate.