# $OpenBSD: Makefile,v 1.4 2017/07/09 15:28:34 espie Exp $ PROG= clang-tblgen NOMAN= .include SRCS= ClangASTNodesEmitter.cpp \ ClangAttrEmitter.cpp \ ClangCommentCommandInfoEmitter.cpp \ ClangCommentHTMLNamedCharacterReferenceEmitter.cpp \ ClangCommentHTMLTagsEmitter.cpp \ ClangDiagnosticsEmitter.cpp \ ClangSACheckersEmitter.cpp \ NeonEmitter.cpp \ TableGen.cpp .PATH: ${.CURDIR}/../../../llvm/tools/clang/utils/TableGen LLVM_LIBDEPS= LLVMTableGen LLVMSupport install: @# Nothing here so far ... .include