diff options
Diffstat (limited to 'contrib/llvm/lib/Bitcode/Reader/Makefile')
-rw-r--r-- | contrib/llvm/lib/Bitcode/Reader/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/llvm/lib/Bitcode/Reader/Makefile b/contrib/llvm/lib/Bitcode/Reader/Makefile new file mode 100644 index 0000000..59af8d53 --- /dev/null +++ b/contrib/llvm/lib/Bitcode/Reader/Makefile @@ -0,0 +1,15 @@ +##===- lib/Bitcode/Reader/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 = LLVMBitReader +BUILD_ARCHIVE = 1 + +include $(LEVEL)/Makefile.common + |