[vmkit-commits] [vmkit] r68606 - in /vmkit/trunk/tools/llcj/libjnjvmjit: ./ Makefile

Nicolas Geoffray nicolas.geoffray at lip6.fr
Wed Apr 8 04:58:43 PDT 2009


Author: geoffray
Date: Wed Apr  8 06:58:43 2009
New Revision: 68606

URL: http://llvm.org/viewvc/llvm-project?rev=68606&view=rev
Log:
Forgot these files while implementing llcj.


Added:
    vmkit/trunk/tools/llcj/libjnjvmjit/
    vmkit/trunk/tools/llcj/libjnjvmjit/Makefile   (with props)

Added: vmkit/trunk/tools/llcj/libjnjvmjit/Makefile
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/tools/llcj/libjnjvmjit/Makefile?rev=68606&view=auto

==============================================================================
--- vmkit/trunk/tools/llcj/libjnjvmjit/Makefile (added)
+++ vmkit/trunk/tools/llcj/libjnjvmjit/Makefile Wed Apr  8 06:58:43 2009
@@ -0,0 +1,18 @@
+##===- tools/llcj/libjnjvm/Makefile-------------------------*- Makefile -*-===##
+# 
+#                     The vmkit project
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+# 
+##===----------------------------------------------------------------------===##
+LEVEL = ../../..
+
+include $(LEVEL)/Makefile.config
+
+VMKIT_LIBRARYNAME = jnjvmjit
+VMKIT_BUILD_ARCHIVE = 1
+USEDLIBS = Allocator CommonThread Mvm JnJVM Classpath $(GCLIB) MvmCompiler \
+	   JnjvmCompiler
+
+include $(LEVEL)/Makefile.common

Propchange: vmkit/trunk/tools/llcj/libjnjvmjit/Makefile

------------------------------------------------------------------------------
    svn:executable = *





More information about the vmkit-commits mailing list