Makefile revision 303975
1# $FreeBSD: releng/11.0/lib/clang/libllvmasmparser/Makefile 296417 2016-03-05 20:24:31Z dim $
2
3.include <bsd.own.mk>
4
5LIB=	llvmasmparser
6
7SRCDIR=	lib/AsmParser
8SRCS=	LLLexer.cpp \
9	LLParser.cpp \
10	Parser.cpp
11
12TGHDRS=	Attributes
13
14.include "../clang.lib.mk"
15