ffa548ae3e
WITH_CLANG_EXTRAS tools built.
15 lines
185 B
Makefile
15 lines
185 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmmirparser
|
|
|
|
SRCDIR= lib/CodeGen/MIRParser
|
|
SRCS= MILexer.cpp \
|
|
MIParser.cpp \
|
|
MIRParser.cpp
|
|
|
|
TGHDRS= Attributes
|
|
|
|
.include "../clang.lib.mk"
|