Remove building with NOCRYPTO option
[minix3.git] / external / bsd / llvm / lib / libclangLex / Makefile
blobfb081fbb88f649ea100b7306cd49ec9cdff08475
1 # $NetBSD: Makefile,v 1.4 2013/01/23 15:03:01 joerg Exp $
3 LIB= clangLex
5 .include <bsd.init.mk>
7 .PATH: ${CLANG_SRCDIR}/lib/Lex
9 SRCS+= HeaderMap.cpp \
10 HeaderSearch.cpp \
11 Lexer.cpp \
12 LiteralSupport.cpp \
13 MacroArgs.cpp \
14 MacroInfo.cpp \
15 ModuleMap.cpp \
16 PPCaching.cpp \
17 PPCallbacks.cpp \
18 PPConditionalDirectiveRecord.cpp \
19 PPDirectives.cpp \
20 PPExpressions.cpp \
21 PPLexerChange.cpp \
22 PPMacroExpansion.cpp \
23 PTHLexer.cpp \
24 Pragma.cpp \
25 PreprocessingRecord.cpp \
26 Preprocessor.cpp \
27 PreprocessorLexer.cpp \
28 ScratchBuffer.cpp \
29 TokenConcatenation.cpp \
30 TokenLexer.cpp
32 .if defined(HOSTLIB)
33 .include <bsd.hostlib.mk>
34 .else
35 .include <bsd.lib.mk>
36 .endif