summaryrefslogtreecommitdiff
path: root/lang/jdk-openjit/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2003-07-01 19:02:34 +0000
committerjlam <jlam>2003-07-01 19:02:34 +0000
commit57bedb1b233ae989f100b8b5a0aa546354c8f990 (patch)
tree0d6711e896353699862fee7234a1f1c329dbff13 /lang/jdk-openjit/Makefile
parent9255fc5a69551522419d4c977f4a927d22ae78e1 (diff)
downloadpkgsrc-57bedb1b233ae989f100b8b5a0aa546354c8f990.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"