1#	$NetBSD: Makefile,v 1.5 2014/08/10 17:34:22 joerg Exp $
2
3LIB=	LLVMTableGen
4
5.include <bsd.init.mk>
6
7.PATH: ${LLVM_SRCDIR}/lib/TableGen
8
9SRCS+=	Error.cpp \
10	Main.cpp \
11	Record.cpp \
12	SetTheory.cpp \
13	StringMatcher.cpp \
14	TableGenBackend.cpp \
15	TGLexer.cpp \
16	TGParser.cpp
17
18.if defined(HOSTLIB)
19.include <bsd.hostlib.mk>
20.else
21.include <bsd.lib.mk>
22.endif
23