summaryrefslogtreecommitdiff
path: root/external/bsd/llvm/lib/libclangIndex/Makefile
blob: 1cfa8fea947441146637eb851b80f58073a44c0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$NetBSD: Makefile,v 1.5 2013/11/28 14:19:59 joerg Exp $

LIB=	clangIndex

.include <bsd.init.mk>

.PATH: ${CLANG_SRCDIR}/lib/Index

SRCS+=	CommentToXML.cpp \
	USRGeneration.cpp

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