Add a class for supporting platform independent thread-local storage.
[oota-llvm.git] / lib / ExecutionEngine / Interpreter / Makefile
index 1a7d3bfbab19159bfd355ea9041ea498d582388c..5f937c3ad6f29be8459382ba825fdb20bddce16b 100644 (file)
@@ -1,4 +1,12 @@
+##===- 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