blob: f0765d7cd0fb3abe8e823385ee6cff0f8abcf32d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
JAMVM_VERSION = 1.5.4
JAMVM_SITE = http://downloads.sourceforge.net/project/jamvm/jamvm/JamVM%20$(JAMVM_VERSION)
JAMVM_DEPENDENCIES = zlib classpath
# int inlining seems to crash jamvm, don't build shared version of internal lib
JAMVM_CONF_OPT = \
--with-classpath-install-dir=/usr \
--disable-int-inlining \
--disable-shared \
--without-pic
$(eval $(autotools-package))
|