1 # $NetBSD: Makefile,v 1.1.4.1 2021/05/31 22:10:11 cjep 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