1 # $NetBSD: Makefile,v 1.2 2021/05/30 01:56:56 joerg Exp $ 2 3 LIB= clangASTMatchers 4 5 .include <bsd.init.mk> 6 7 .PATH: ${CLANG_SRCDIR}/lib/ASTMatchers 8 9 SRCS+= ASTMatchFinder.cpp \ 10 ASTMatchersInternal.cpp \ 11 GtestMatchers.cpp 12 13 .if defined(HOSTLIB) 14 .include <bsd.hostlib.mk> 15 .else 16 .include <bsd.lib.mk> 17 .endif 18