99b00e570c
branch. This brings us very close to the 3.0 release, which is expected in a week or two. MFC after: 1 week
17 lines
274 B
Makefile
17 lines
274 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmmcparser
|
|
|
|
SRCDIR= lib/MC/MCParser
|
|
SRCS= AsmLexer.cpp \
|
|
AsmParser.cpp \
|
|
COFFAsmParser.cpp \
|
|
DarwinAsmParser.cpp \
|
|
ELFAsmParser.cpp \
|
|
MCAsmLexer.cpp \
|
|
MCAsmParser.cpp \
|
|
MCAsmParserExtension.cpp \
|
|
MCTargetAsmParser.cpp
|
|
|
|
.include "../clang.lib.mk"
|