RewriteExpr, either the new PHI node of induction variable or the
[oota-llvm.git] / examples / Fibonacci / Makefile
index df1e12806be6b4c114e7b142c495dea10ce266af..b63777eb295eae02d3d67963eec1a154c1198b53 100644 (file)
@@ -1,4 +1,4 @@
-##===- projects/HowToUseJIT/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 = ../../..
+
+LEVEL = ../..
 TOOLNAME = Fibonacci
-USEDLIBS = lli-jit lli-interpreter codegen executionengine x86 selectiondag \
-          scalaropts analysis.a transformutils.a bcreader target.a vmcore \
-          support.a
+EXAMPLE_TOOL = 1
+
+# Enable JIT support
+LLVMLIBS := JIT
 
 include $(LEVEL)/Makefile.common