]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - lib/clang/libllvmasmparser/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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"