xref: /netbsd-src/external/apache2/llvm/lib/libclangAPINotes/Makefile (revision 53d1339bf7f9c7367b35a9e1ebe693f9b047a47b)
1#	$NetBSD: Makefile,v 1.1 2021/05/30 01:56:55 joerg Exp $
2
3LIB=	clangAPINotes
4
5.include <bsd.init.mk>
6
7.PATH: ${CLANG_SRCDIR}/lib/APINotes
8
9SRCS+=	APINotesTypes.cpp \
10	APINotesYAMLCompiler.cpp
11
12.if defined(HOSTLIB)
13.include <bsd.hostlib.mk>
14.else
15.include <bsd.lib.mk>
16.endif
17