summaryrefslogtreecommitdiff
path: root/external/apache2/llvm/lib/libclangToolingDependencyScanning/Makefile
blob: 4773f172790a5bea6aab4af70f7324dc3069197a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#	$NetBSD: Makefile,v 1.2 2021/05/30 01:56:58 joerg Exp $

LIB=	clangToolingDependencyScanning

.include <bsd.init.mk>

.PATH: ${CLANG_SRCDIR}/lib/Tooling/DependencyScanning/

SRCS+=	DependencyScanningFilesystem.cpp \
	DependencyScanningService.cpp \
	DependencyScanningTool.cpp \
	DependencyScanningWorker.cpp \
	ModuleDepCollector.cpp

.if defined(HOSTLIB)
.include <bsd.hostlib.mk>
.else
.include <bsd.lib.mk>
.endif