RewriteExpr, either the new PHI node of induction variable or the
[oota-llvm.git] / examples / Fibonacci / Makefile
index 60392e2b06355216b2aa1b25e0944a5fbc413cb3..b63777eb295eae02d3d67963eec1a154c1198b53 100644 (file)
@@ -1,4 +1,4 @@
-##===- projects/Fibonacci/Makefile -------------------------*- Makefile -*-===##
+##===- examples/Fibonacci/Makefile -------------------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
@@ -6,10 +6,12 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
+
 LEVEL = ../..
 TOOLNAME = Fibonacci
-USEDLIBS = lli-jit lli-interpreter codegen executionengine x86 selectiondag \
-          scalaropts analysis.a transformutils.a bcreader target.a vmcore \
-          support.a LLVMsystem.a
+EXAMPLE_TOOL = 1
+
+# Enable JIT support
+LLVMLIBS := JIT
 
 include $(LEVEL)/Makefile.common