summaryrefslogtreecommitdiff
path: root/external/apache2/llvm/lib/libclangFrontendRewrite/Makefile
blob: 70fa04f239f0d8eb2221862db284cda87ba038b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#	$NetBSD: Makefile,v 1.1 2019/11/11 22:45:15 joerg Exp $

LIB=	clangFrontendRewrite

.include <bsd.init.mk>

.PATH: ${CLANG_SRCDIR}/lib/Frontend/Rewrite

SRCS+=	FixItRewriter.cpp \
	FrontendActions.cpp \
	HTMLPrint.cpp \
	InclusionRewriter.cpp \
	RewriteMacros.cpp \
	RewriteModernObjC.cpp \
	RewriteObjC.cpp \
	RewriteTest.cpp


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