# $NetBSD: Makefile,v 1.1 2019/11/11 22:45:17 joerg Exp $ LIB= clangASTDiff .include .PATH: ${CLANG_SRCDIR}/lib/Tooling/ASTDiff SRCS+= ASTDiff.cpp .if defined(HOSTLIB) .include .else .include .endif