xref: /minix3/external/bsd/llvm/lib/libclangIndex/Makefile (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1#	$NetBSD: Makefile,v 1.5 2013/11/28 14:19:59 joerg Exp $
2
3LIB=	clangIndex
4
5.include <bsd.init.mk>
6
7.PATH: ${CLANG_SRCDIR}/lib/Index
8
9SRCS+=	CommentToXML.cpp \
10	USRGeneration.cpp
11
12.if defined(HOSTLIB)
13.include <bsd.hostlib.mk>
14.else
15.include <bsd.lib.mk>
16.endif
17