Files
netbsd/external/bsd/llvm/lib/libclangLex/Makefile
2013-04-06 16:48:33 +02:00

36 lines
629 B
Makefile

# $NetBSD: Makefile,v 1.3 2012/01/11 23:24:49 joerg Exp $
LIB= clangLex
.include <bsd.init.mk>
.PATH: ${CLANG_SRCDIR}/lib/Lex
SRCS+= HeaderMap.cpp \
HeaderSearch.cpp \
Lexer.cpp \
LiteralSupport.cpp \
MacroArgs.cpp \
MacroInfo.cpp \
ModuleMap.cpp \
PPCaching.cpp \
PPCallbacks.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
.if defined(HOSTLIB)
.include <bsd.hostlib.mk>
.else
.include <bsd.lib.mk>
.endif