summaryrefslogtreecommitdiff
path: root/java/Makefile
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2004-02-22 21:34:31 +0000
committerArchie Cobbs <archie@FreeBSD.org>2004-02-22 21:34:31 +0000
commitc5eb551448f328a204e704b7e4200e5d3de48f56 (patch)
tree289d5c7728aca624ee8423169bebf0d6baa3a13b /java/Makefile
parent- Return PORTEPOCH, which was deleted mistakenly by me (diff)
New port.
JC is a Java virtual machine implementation that converts class files into C source files using the Soot Java bytecode analysis framework, compiles them with GCC, and loads them using a built-in ELF object file loader. JC utilizes the GNU Classpath class library and provides support for most features you would expect such as reflection, user class loaders, etc. WWW: http://jcvm.sourceforge.net/
Notes
Notes: svn path=/head/; revision=101751
Diffstat (limited to 'java/Makefile')
-rw-r--r--java/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile
index b8235e4d9121..0c6ee2957ae2 100644
--- a/java/Makefile
+++ b/java/Makefile
@@ -57,6 +57,7 @@
SUBDIR += jaxen
SUBDIR += jboss2
SUBDIR += jboss3
+ SUBDIR += jc
SUBDIR += jce-aba
SUBDIR += jcommon
SUBDIR += jdbcpool