# $NetBSD: Makefile,v 1.2 2021/05/30 01:56:58 joerg Exp $ LIB= clangToolingSyntax .include .PATH: ${CLANG_SRCDIR}/lib/Tooling/Syntax SRCS+= BuildTree.cpp \ ComputeReplacements.cpp \ Mutations.cpp \ Nodes.cpp \ Synthesis.cpp \ Tokens.cpp \ Tree.cpp .if defined(HOSTLIB) .include .else .include .endif