]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/clang/libllvmasmparser/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / lib / clang / libllvmasmparser / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    llvmasmparser
6
7 SRCDIR= lib/AsmParser
8 SRCS=   LLLexer.cpp \
9         LLParser.cpp \
10         Parser.cpp
11
12 .include "../clang.lib.mk"