1 1.1.2.2 cjep # $NetBSD: Makefile,v 1.1.2.2 2021/05/31 22:10:11 cjep Exp $ 2 1.1.2.2 cjep 3 1.1.2.2 cjep LIB= clangAPINotes 4 1.1.2.2 cjep 5 1.1.2.2 cjep .include <bsd.init.mk> 6 1.1.2.2 cjep 7 1.1.2.2 cjep .PATH: ${CLANG_SRCDIR}/lib/APINotes 8 1.1.2.2 cjep 9 1.1.2.2 cjep SRCS+= APINotesTypes.cpp \ 10 1.1.2.2 cjep APINotesYAMLCompiler.cpp 11 1.1.2.2 cjep 12 1.1.2.2 cjep .if defined(HOSTLIB) 13 1.1.2.2 cjep .include <bsd.hostlib.mk> 14 1.1.2.2 cjep .else 15 1.1.2.2 cjep .include <bsd.lib.mk> 16 1.1.2.2 cjep .endif 17