xref: /netbsd-src/external/apache2/llvm/lib/libclangEdit/Makefile (revision 76c7fc5f6b13ed0b1508e6b313e88e59977ed78e)
1*76c7fc5fSjoerg#	$NetBSD: Makefile,v 1.1 2019/11/11 22:45:15 joerg Exp $
2*76c7fc5fSjoerg
3*76c7fc5fSjoergLIB=	clangEdit
4*76c7fc5fSjoerg
5*76c7fc5fSjoerg.include <bsd.init.mk>
6*76c7fc5fSjoerg
7*76c7fc5fSjoerg.PATH: ${CLANG_SRCDIR}/lib/Edit
8*76c7fc5fSjoerg
9*76c7fc5fSjoergSRCS+=	Commit.cpp \
10*76c7fc5fSjoerg	EditedSource.cpp \
11*76c7fc5fSjoerg	RewriteObjCFoundationAPI.cpp
12*76c7fc5fSjoerg
13*76c7fc5fSjoerg.if defined(HOSTLIB)
14*76c7fc5fSjoerg.include <bsd.hostlib.mk>
15*76c7fc5fSjoerg.else
16*76c7fc5fSjoerg.include <bsd.lib.mk>
17*76c7fc5fSjoerg.endif
18