Makefile revision 210299
1# $FreeBSD: head/lib/clang/libllvmasmparser/Makefile 210299 2010-07-20 17:16:57Z ed $
2
3LIB=	llvmasmparser
4
5SRCDIR=	lib/AsmParser
6SRCS=	LLLexer.cpp \
7	LLParser.cpp \
8	Parser.cpp
9
10.include "../clang.lib.mk"
11