# $NetBSD: Makefile,v 1.6 2017/01/11 12:02:32 joerg Exp $ LIB= clangFormat .include .PATH: ${CLANG_SRCDIR}/lib/Format SRCS+= AffectedRangeManager.cpp \ BreakableToken.cpp \ Comments.cpp \ ContinuationIndenter.cpp \ Format.cpp \ FormatToken.cpp \ FormatTokenLexer.cpp \ SortJavaScriptImports.cpp \ TokenAnalyzer.cpp \ TokenAnnotator.cpp \ UnwrappedLineFormatter.cpp \ UnwrappedLineParser.cpp \ WhitespaceManager.cpp .if defined(HOSTLIB) .include .else .include .endif