1 # $NetBSD: Makefile,v 1.1 2019/11/11 22:45:17 joerg Exp $ 2 3 LIB= clangToolingSyntax 4 5 .include <bsd.init.mk> 6 7 .PATH: ${CLANG_SRCDIR}/lib/Tooling/Syntax 8 9 SRCS+= BuildTree.cpp \ 10 Nodes.cpp \ 11 Tokens.cpp \ 12 Tree.cpp 13 14 .if defined(HOSTLIB) 15 .include <bsd.hostlib.mk> 16 .else 17 .include <bsd.lib.mk> 18 .endif 19