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/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/clang/libclanglex/Makefile b/lib/clang/libclanglex/Makefile
new file mode 100644
index 0000000..fc9f9b2
--- /dev/null
+++ b/lib/clang/libclanglex/Makefile
@@ -0,0 +1,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