diff options
Diffstat (limited to 'contrib/llvm/lib/AsmParser/Makefile')
-rw-r--r-- | contrib/llvm/lib/AsmParser/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/llvm/lib/AsmParser/Makefile b/contrib/llvm/lib/AsmParser/Makefile new file mode 100644 index 0000000..995bb0e --- /dev/null +++ b/contrib/llvm/lib/AsmParser/Makefile @@ -0,0 +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 := LLVMAsmParser +BUILD_ARCHIVE = 1 + +include $(LEVEL)/Makefile.common |