[X86][Haswell][SchedModel] Add architecture specific scheduling models.
[oota-llvm.git] / lib / ExecutionEngine / Interpreter / Makefile
index 1a7d3bfbab19159bfd355ea9041ea498d582388c..5def1365c61a85526d587bc36ed9461f0dbe77ec 100644 (file)
@@ -1,4 +1,13 @@
+##===- lib/ExecutionEngine/Interpreter/Makefile ------------*- Makefile -*-===##
+#
+#                     The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
 LEVEL = ../../..
-LIBRARYNAME = lli-interpreter
+LIBRARYNAME = LLVMInterpreter
 
 include $(LEVEL)/Makefile.common