# $OpenBSD: Makefile.shared,v 1.2 2020/08/03 14:45:27 patrick Exp $ LIB= LLVMTableGen NOPROFILE= CPPFLAGS+= -I${LLVM_SRCS}/include/llvm/TableGen SRCS+= TableGenError.cpp \ Main.cpp \ JSONBackend.cpp \ Record.cpp \ SetTheory.cpp \ StringMatcher.cpp \ TableGenBackend.cpp \ TGLexer.cpp \ TGParser.cpp TableGenError.cpp: ln -s ${LLVM_SRCS}/lib/TableGen/Error.cpp $@ .PATH: ${.CURDIR}/../../../llvm/llvm/lib/TableGen CLEANFILES+= TableGenError.cpp