summaryrefslogtreecommitdiff
path: root/lang/jdk-openjit/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-07-01 19:02:34 +0000
committerjlam <jlam@pkgsrc.org>2003-07-01 19:02:34 +0000
commitfa2004e1f7ff654a0b4c66d78b8987145e2731a1 (patch)
tree0d6711e896353699862fee7234a1f1c329dbff13 /lang/jdk-openjit/Makefile
parent96b70d137c24df5c9ec8db26ebc8a803d3ebd5e3 (diff)
downloadpkgsrc-fa2004e1f7ff654a0b4c66d78b8987145e2731a1.tar.gz
Initial import of lang/jdk-openjit.
The OpenJIT project is an ongoing Java[tm] the programming language JIT compiler project as a collaborative effort between Tokyo Institute of Technology and Fujitsu Laboratory, partly sponsored by the Information Promotion Agency of Japan. OpenJIT is a "reflective" JIT compiler in that not only it is almost entirely written in Java, but also that it bootstraps and compiles itself during execution of the user program, and compiler components coexist as first-class objects in user heap space. This was imported from wip/jdk-openjit, provided by Todd Vierling <tv at pobox dot com> with some minor changes by me.
Diffstat (limited to 'lang/jdk-openjit/Makefile')
-rw-r--r--lang/jdk-openjit/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/lang/jdk-openjit/Makefile b/lang/jdk-openjit/Makefile
new file mode 100644
index 00000000000..56695433f55
--- /dev/null
+++ b/lang/jdk-openjit/Makefile
@@ -0,0 +1,9 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/07/01 19:02:34 jlam Exp $
+
+PKGNAME= jdk-openjit-${OPENJIT_VERSION}
+
+PKG_JVMS_ACCEPTED= jdk
+CLASSDIR= classes
+JRELIB= lib/${MACHINE_ARCH}/green_threads
+
+.include "../jdk-openjit/Makefile.common"