# $OpenBSD: Makefile,v 1.3 2019/01/27 16:59:42 patrick Exp $ LIB= LLVMTableGen NOPIC= NOPROFILE= CPPFLAGS+= -I${LLVM_SRCS}/include/llvm/TableGen .include SRCS= Error.cpp \ Main.cpp \ JSONBackend.cpp \ Record.cpp \ SetTheory.cpp \ StringMatcher.cpp \ TableGenBackend.cpp \ TGLexer.cpp \ TGParser.cpp .PATH: ${.CURDIR}/../../../llvm/lib/TableGen install: @# Nothing here so far ... .include