0526cd47da
clang-tblgen and clang itself built.
15 lines
174 B
Makefile
15 lines
174 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmasmparser
|
|
|
|
SRCDIR= lib/AsmParser
|
|
SRCS= LLLexer.cpp \
|
|
LLParser.cpp \
|
|
Parser.cpp
|
|
|
|
TGHDRS= Attributes
|
|
|
|
.include "../clang.lib.mk"
|