1 # $NetBSD: Makefile,v 1.1.4.1 2021/05/31 22:10:11 cjep Exp $ 2 3 LIB= clangASTMatchersDynamic 4 5 .include <bsd.init.mk> 6 7 .PATH: ${CLANG_SRCDIR}/lib/ASTMatchers/Dynamic 8 9 SRCS+= Diagnostics.cpp \ 10 Marshallers.cpp \ 11 Parser.cpp \ 12 Registry.cpp \ 13 VariantValue.cpp 14 15 .if defined(HOSTLIB) 16 .include <bsd.hostlib.mk> 17 .else 18 .include <bsd.lib.mk> 19 .endif 20