diff options
Diffstat (limited to 'projects/SmallExamples/HowToUseJIT/Makefile')
-rw-r--r-- | projects/SmallExamples/HowToUseJIT/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/projects/SmallExamples/HowToUseJIT/Makefile b/projects/SmallExamples/HowToUseJIT/Makefile deleted file mode 100644 index 519c38ea09..0000000000 --- a/projects/SmallExamples/HowToUseJIT/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -##===- projects/HowToUseJIT/Makefile -----------------------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file was developed by Valery A. Khamenya and is distributed under -# the University of Illinois Open Source License. See LICENSE.TXT for details. -# -##===----------------------------------------------------------------------===## -LEVEL = ../../.. -TOOLNAME = HowToUseJIT -USEDLIBS = lli-jit lli-interpreter codegen executionengine x86 selectiondag \ - scalaropts analysis.a transformutils.a bcreader target.a vmcore \ - support.a - -include $(LEVEL)/Makefile.common |