1 # $NetBSD: Makefile,v 1.1 2019/11/11 22:45:14 joerg 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 Parser.cpp \ 11 Registry.cpp \ 12 VariantValue.cpp 13 14 .if defined(HOSTLIB) 15 .include <bsd.hostlib.mk> 16 .else 17 .include <bsd.lib.mk> 18 .endif 19