summaryrefslogtreecommitdiffstats
path: root/lib/clang/libclanglex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libclanglex/Makefile')
-rw-r--r--lib/clang/libclanglex/Makefile30
1 files changed, 22 insertions, 8 deletions
diff --git a/lib/clang/libclanglex/Makefile b/lib/clang/libclanglex/Makefile
index fc9f9b2..989be0d 100644
--- a/lib/clang/libclanglex/Makefile
+++ b/lib/clang/libclanglex/Makefile
@@ -3,13 +3,27 @@
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
+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