etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / lib / libclangFormat / Makefile
blob22e2993ed5a5af827dba8c5e8bf94044cd7b720e
1 # $NetBSD: Makefile,v 1.5 2015/01/29 20:41:37 joerg Exp $
3 LIB= clangFormat
5 .include <bsd.init.mk>
7 .PATH: ${CLANG_SRCDIR}/lib/Format
9 SRCS+= BreakableToken.cpp \
10 ContinuationIndenter.cpp \
11 Format.cpp \
12 FormatToken.cpp \
13 TokenAnnotator.cpp \
14 UnwrappedLineFormatter.cpp \
15 UnwrappedLineParser.cpp \
16 WhitespaceManager.cpp
18 .if defined(HOSTLIB)
19 .include <bsd.hostlib.mk>
20 .else
21 .include <bsd.lib.mk>
22 .endif