1#	$NetBSD: Makefile,v 1.5 2015/01/29 20:41:37 joerg Exp $
2
3LIB=	clangFormat
4
5.include <bsd.init.mk>
6
7.PATH: ${CLANG_SRCDIR}/lib/Format
8
9SRCS+=	BreakableToken.cpp \
10	ContinuationIndenter.cpp \
11	Format.cpp \
12	FormatToken.cpp \
13	TokenAnnotator.cpp \
14	UnwrappedLineFormatter.cpp \
15	UnwrappedLineParser.cpp \
16	WhitespaceManager.cpp
17
18.if defined(HOSTLIB)
19.include <bsd.hostlib.mk>
20.else
21.include <bsd.lib.mk>
22.endif
23