]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/clang/libclanglex/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / clang / libclanglex / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    clanglex
6
7 SRCDIR= tools/clang/lib/Lex
8 SRCS=   HeaderMap.cpp \
9         HeaderSearch.cpp \
10         Lexer.cpp \
11         LiteralSupport.cpp \
12         MacroArgs.cpp \
13         MacroInfo.cpp \
14         ModuleMap.cpp \
15         PPCaching.cpp \
16         PPCallbacks.cpp \
17         PPConditionalDirectiveRecord.cpp \
18         PPDirectives.cpp \
19         PPExpressions.cpp \
20         PPLexerChange.cpp \
21         PPMacroExpansion.cpp \
22         PTHLexer.cpp \
23         Pragma.cpp \
24         PreprocessingRecord.cpp \
25         Preprocessor.cpp \
26         PreprocessorLexer.cpp \
27         ScratchBuffer.cpp \
28         TokenConcatenation.cpp \
29         TokenLexer.cpp
30
31 TGHDRS= AttrSpellings \
32         DiagnosticCommonKinds \
33         DiagnosticLexKinds
34
35 .include "../clang.lib.mk"