1 # $NetBSD: Makefile,v 1.1 2019/11/11 22:45:17 joerg Exp $ 2 3 LIB= clangToolingDependencyScanning 4 5 .include <bsd.init.mk> 6 7 .PATH: ${CLANG_SRCDIR}/lib/Tooling/DependencyScanning/ 8 9 SRCS+= DependencyScanningFilesystem.cpp \ 10 DependencyScanningService.cpp \ 11 DependencyScanningTool.cpp \ 12 DependencyScanningWorker.cpp 13 14 .if defined(HOSTLIB) 15 .include <bsd.hostlib.mk> 16 .else 17 .include <bsd.lib.mk> 18 .endif 19