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