summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Bitcode/Writer/Makefile')
-rw-r--r--llvm/lib/Bitcode/Writer/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/llvm/lib/Bitcode/Writer/Makefile b/llvm/lib/Bitcode/Writer/Makefile
new file mode 100644
index 00000000000..c87387a3095
--- /dev/null
+++ b/llvm/lib/Bitcode/Writer/Makefile
@@ -0,0 +1,15 @@
+##===- lib/Bitcode/Reader/Makefile -------------------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file was developed by Chris Lattner and is distributed under
+# the University of Illinois Open Source License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
+LEVEL = ../../..
+LIBRARYNAME = LLVMBitWriter
+BUILD_ARCHIVE = 1
+
+include $(LEVEL)/Makefile.common
+
OpenPOWER on IntegriCloud