Move kernelcompat.h to include/ust/ and share.h, usterr.h to include/
[ust.git] / java / Makefile.am
1 AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_builddir)/libust
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.028856 seconds and 4 git commands to generate.