fa536287827edd13db88a8bc8d0209309a92ba7e
[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.029114 seconds and 3 git commands to generate.