1 1.1 joerg # $NetBSD: Makefile,v 1.1 2021/05/30 01:56:58 joerg Exp $ 2 1.1 joerg 3 1.1 joerg LIB= clangToolingDumpTool 4 1.1 joerg 5 1.1 joerg .include <bsd.init.mk> 6 1.1 joerg 7 1.1 joerg .PATH: ${CLANG_SRCDIR}/lib/Tooling/DumpTool 8 1.1 joerg 9 1.1 joerg SRCS+= ASTSrcLocProcessor.cpp \ 10 1.1 joerg ClangSrcLocDump.cpp 11 1.1 joerg 12 1.1 joerg .if defined(HOSTLIB) 13 1.1 joerg .include <bsd.hostlib.mk> 14 1.1 joerg .else 15 1.1 joerg .include <bsd.lib.mk> 16 1.1 joerg .endif 17