diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-07-02 20:05:48 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-07-02 20:05:48 +0000 |
commit | e1865a8e8c611461da100572b9863c534e15684c (patch) | |
tree | 7bacf43d1a3d75241e50c73236b56920d1e2655f /llvm/lib/MC/MCAnalysis | |
parent | cbc5ac7a7ed5895a1d6b56f21d4a7ea936b50d91 (diff) | |
download | bcm5719-llvm-e1865a8e8c611461da100572b9863c534e15684c.tar.gz bcm5719-llvm-e1865a8e8c611461da100572b9863c534e15684c.zip |
Fix configure+make build.
llvm-svn: 212210
Diffstat (limited to 'llvm/lib/MC/MCAnalysis')
-rw-r--r-- | llvm/lib/MC/MCAnalysis/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/llvm/lib/MC/MCAnalysis/Makefile b/llvm/lib/MC/MCAnalysis/Makefile new file mode 100644 index 00000000000..add2dbd81ea --- /dev/null +++ b/llvm/lib/MC/MCAnalysis/Makefile @@ -0,0 +1,14 @@ +##===- lib/MC/MCAnalysys/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 = LLVMMCAnalysis +BUILD_ARCHIVE := 1 + +include $(LEVEL)/Makefile.common |