diff options
Diffstat (limited to 'lib/MC/MCParser/Makefile')
-rw-r--r-- | lib/MC/MCParser/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/MC/MCParser/Makefile b/lib/MC/MCParser/Makefile new file mode 100644 index 0000000..e4eb483 --- /dev/null +++ b/lib/MC/MCParser/Makefile @@ -0,0 +1,16 @@ +##===- lib/MC/MCParser/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 = LLVMMCParser +BUILD_ARCHIVE := 1 +CXXFLAGS = -fno-rtti + +include $(LEVEL)/Makefile.common + |