diff options
Diffstat (limited to 'examples/Fibonacci/Makefile')
-rw-r--r-- | examples/Fibonacci/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/Fibonacci/Makefile b/examples/Fibonacci/Makefile index ac6de5d..2c9a531 100644 --- a/examples/Fibonacci/Makefile +++ b/examples/Fibonacci/Makefile @@ -6,10 +6,11 @@ # 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 + +# Enable JIT support +include $(LEVEL)/tools/Makefile.JIT include $(LEVEL)/Makefile.common |