rdivacky b45271f609 Import the build makefiles for clang/LLVM.
Approved by:	ed (mentor)
2010-06-09 19:32:20 +00:00

16 lines
474 B
Makefile

# $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"