Simplify some getNode calls.
[oota-llvm.git] / tools / lli / Makefile
index 4a5641106d0f4d58b92fbc7070cd6c1516502738..b070cee27146c4deefc8405bd583047c7ba696bd 100644 (file)
@@ -1,6 +1,15 @@
-LEVEL = ../..
-TOOLNAME = lli
-USEDLIBS = bcreader vmcore analysis support target transforms
-TOOLLINKOPTS = -ldl
+##===- tools/lli/Makefile ------------------------------*- Makefile -*-===##
+# 
+#                     The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+# 
+##===----------------------------------------------------------------------===##
 
+LEVEL    := ../..
+TOOLNAME := lli
+LINK_COMPONENTS := jit interpreter native bitreader selectiondag
+
+# Enable JIT support
 include $(LEVEL)/Makefile.common