summaryrefslogtreecommitdiffstats
path: root/lib/clang/libclanglex/Makefile
blob: fc9f9b2a471e029d41ab2748b88d3bf08856150b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

LIB=	clanglex

SRCDIR=	tools/clang/lib/Lex
SRCS=	HeaderMap.cpp HeaderSearch.cpp Lexer.cpp LiteralSupport.cpp \
	MacroArgs.cpp MacroInfo.cpp PPCaching.cpp PPDirectives.cpp \
	PPExpressions.cpp PPLexerChange.cpp PPMacroExpansion.cpp \
	PTHLexer.cpp Pragma.cpp PreprocessingRecord.cpp \
	Preprocessor.cpp PreprocessorLexer.cpp ScratchBuffer.cpp \
	TokenConcatenation.cpp TokenLexer.cpp

TGHDRS=	DiagnosticCommonKinds DiagnosticLexKinds

.include "../clang.lib.mk"
OpenPOWER on IntegriCloud