]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - lib/clang/libclanglex/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.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         PPCaching.cpp \
13         PPDirectives.cpp \
14         PPExpressions.cpp \
15         PPLexerChange.cpp \
16         PPMacroExpansion.cpp \
17         PTHLexer.cpp \
18         Pragma.cpp \
19         PreprocessingRecord.cpp \
20         Preprocessor.cpp \
21         PreprocessorLexer.cpp \
22         ScratchBuffer.cpp \
23         TokenConcatenation.cpp \
24         TokenLexer.cpp
25
26 TGHDRS= AttrSpellings \
27         DiagnosticCommonKinds \
28         DiagnosticLexKinds
29
30 .include "../clang.lib.mk"