[vmkit-commits] [vmkit] r134165 - in /vmkit/trunk: Makefile.common.in tools/j3/Makefile

Nicolas Geoffray nicolas.geoffray at lip6.fr
Thu Jun 30 09:25:27 PDT 2011


Author: geoffray
Date: Thu Jun 30 11:25:26 2011
New Revision: 134165

URL: http://llvm.org/viewvc/llvm-project?rev=134165&view=rev
Log:
More cleanup.


Modified:
    vmkit/trunk/Makefile.common.in
    vmkit/trunk/tools/j3/Makefile

Modified: vmkit/trunk/Makefile.common.in
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/Makefile.common.in?rev=134165&r1=134164&r2=134165&view=diff
==============================================================================
--- vmkit/trunk/Makefile.common.in (original)
+++ vmkit/trunk/Makefile.common.in Thu Jun 30 11:25:26 2011
@@ -18,12 +18,22 @@
 # Set the root directory of this project's install prefix
 PROJ_INSTALL_ROOT := @prefix@
 
+MMTK_PLAN = @MMTK_PLAN@
+MMTK_PLAN_HEADER = @MMTK_PLAN_HEADER@
+WITH_64 = @WITH_64@
+ANT = @ANT@
+
 # Define BYTECODE_LIBRARY before including LLVM's Makefile.common to get
 # dependencies right.
 ifeq ($(MODULE_WITH_GC), 1)
   BYTECODE_LIBRARY = 1
 endif
 
+ifeq ($(BUILD_FRAMETABLE), 1)
+  BUILT_SOURCES = FrametablesSymbols.inc FrametablesExterns.inc
+endif
+  
+
 # Include LLVM's Master Makefile.
 include $(LLVM_OBJ_ROOT)/Makefile.common
 

Modified: vmkit/trunk/tools/j3/Makefile
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/tools/j3/Makefile?rev=134165&r1=134164&r2=134165&view=diff
==============================================================================
--- vmkit/trunk/tools/j3/Makefile (original)
+++ vmkit/trunk/tools/j3/Makefile Thu Jun 30 11:25:26 2011
@@ -12,7 +12,6 @@
 
 TOOLNAME = j3
 USEDLIBS = Classpath.a J3.a J3Compiler.a Mvm.a MvmCompiler.a CommonThread.a FinalMMTk.a InlineMMTk.a
-BUILT_SOURCES = FrametablesSymbols.inc FrametablesExterns.inc
 BUILD_FRAMETABLE = 1
 LINK_COMPONENTS = jit nativecodegen scalaropts instrumentation ipa ipo asmparser linker
 





More information about the vmkit-commits mailing list