summaryrefslogtreecommitdiff
path: root/external/bsd/llvm/lib/libclangToolingCore/Makefile
blob: 00eab2412e31652f295e5dcf386884764e63f57a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$NetBSD: Makefile,v 1.1 2015/01/29 20:41:37 joerg Exp $

LIB=	clangToolingCore

.include <bsd.init.mk>

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

SRCS+=	Replacement.cpp

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