Remove building with NOCRYPTO option
[minix3.git] / external / bsd / llvm / lib / libLLVMTableGen / Makefile
blob762ef7459fb4f07c2da591ec3b82f73dcdf6ed50
1 # $NetBSD: Makefile,v 1.5 2014/08/10 17:34:22 joerg Exp $
3 LIB= LLVMTableGen
5 .include <bsd.init.mk>
7 .PATH: ${LLVM_SRCDIR}/lib/TableGen
9 SRCS+= Error.cpp \
10 Main.cpp \
11 Record.cpp \
12 SetTheory.cpp \
13 StringMatcher.cpp \
14 TableGenBackend.cpp \
15 TGLexer.cpp \
16 TGParser.cpp
18 .if defined(HOSTLIB)
19 .include <bsd.hostlib.mk>
20 .else
21 .include <bsd.lib.mk>
22 .endif