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