[tsan/msan] adding thread_safety and uninitialized_checks attributes
[oota-llvm.git] / lib / AsmParser / Makefile
index 22e435794e332890804f20616d1af43c97b76eb6..995bb0e130e2bee6fbe94b259eba3b3890d9250f 100644 (file)
@@ -1,13 +1,14 @@
+##===- lib/AsmParser/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 = asmparser
+LIBRARYNAME := LLVMAsmParser
+BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common
-
-#
-# Make the source code file for the lexer depend upon the header file generated
-# by the Bison parser.  This prevents the generation of dependencies from
-# being performed until after the header file has been created.
-#
-Lexer.cpp: llvmAsmParser.h