Allow targets to define custom expanders for FP_TO_*INT
[oota-llvm.git] / examples / HowToUseJIT / Makefile
index 834ad02e3c327673e7c7f2bf2e5cd523c7c45926..67fdd8611144a8d47ff6770cdc3cc1472c0025cf 100644 (file)
@@ -1,4 +1,4 @@
-##===- projects/HowToUseJIT/Makefile -----------------------*- Makefile -*-===##
+##===- examples/HowToUseJIT/Makefile -----------------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
@@ -8,8 +8,9 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
 TOOLNAME = HowToUseJIT
-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