# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMTableGen NOPIC= NOPROFILE= CPPFLAGS+= -I${LLVM_SRCS}/include/llvm/TableGen .include SRCS= Error.cpp \ Main.cpp \ Record.cpp \ SetTheory.cpp \ StringMatcher.cpp \ TableGenBackend.cpp \ TGLexer.cpp \ TGParser.cpp .PATH: ${.CURDIR}/../../../llvm/lib/TableGen install: @# Nothing here so far ... .include