diff options
Diffstat (limited to 'lib/clang/libclanglex/Makefile')
-rw-r--r-- | lib/clang/libclanglex/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/lib/clang/libclanglex/Makefile b/lib/clang/libclanglex/Makefile new file mode 100644 index 0000000..989be0d --- /dev/null +++ b/lib/clang/libclanglex/Makefile @@ -0,0 +1,29 @@ +# $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" |