# $NetBSD: Makefile,v 1.3 2012/05/29 19:31:52 joerg Exp $ LIB= LLVMTableGen .include .PATH: ${LLVM_SRCDIR}/lib/TableGen SRCS+= Error.cpp \ Main.cpp \ Record.cpp \ StringMatcher.cpp \ TableGenAction.cpp \ TableGenBackend.cpp \ TGLexer.cpp \ TGParser.cpp .if defined(HOSTLIB) .include .else .include .endif