f4a2713ac8
Change-Id: Ia40e9ffdf29b5dab2f122f673ff6802a58bc690f
18 lines
317 B
Makefile
18 lines
317 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/05/28 17:37:35 joerg Exp $
|
|
|
|
LIB= clangASTMatchersDynamic
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
.PATH: ${CLANG_SRCDIR}/lib/ASTMatchers/Dynamic
|
|
|
|
SRCS+= Diagnostics.cpp \
|
|
Parser.cpp \
|
|
Registry.cpp \
|
|
VariantValue.cpp
|
|
|
|
.if defined(HOSTLIB)
|
|
.include <bsd.hostlib.mk>
|
|
.else
|
|
.include <bsd.lib.mk>
|
|
.endif
|