Fix CodeView library name and non-CMake builds
[oota-llvm.git] / lib / DebugInfo / CodeView / Makefile
diff --git a/lib/DebugInfo/CodeView/Makefile b/lib/DebugInfo/CodeView/Makefile
new file mode 100644 (file)
index 0000000..535bc10
--- /dev/null
@@ -0,0 +1,14 @@
+##===- lib/DebugInfo/CodeView/Makefile ---------------------*- Makefile -*-===##\r
+#\r
+#                     The LLVM Compiler Infrastructure\r
+#\r
+# This file is distributed under the University of Illinois Open Source\r
+# License. See LICENSE.TXT for details.\r
+#\r
+##===----------------------------------------------------------------------===##\r
+\r
+LEVEL = ../../..\r
+LIBRARYNAME = LLVMDebugInfoCodeView\r
+BUILD_ARCHIVE := 1\r
+\r
+include $(LEVEL)/Makefile.common\r