Use the shared Makefile.JIT for JIT-enablement, which also enables the examples
[oota-llvm.git] / examples / HowToUseJIT / Makefile
index 3b3947e690647e2c7f05da3f38eb42127f4e5ccb..3312eb82093549a7f3e7f7ecb2565ab15495aa99 100644 (file)
@@ -8,8 +8,8 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
 TOOLNAME = HowToUseJIT
-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