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