# $NetBSD: Makefile,v 1.1 2018/07/17 18:55:30 joerg Exp $ LIB= clangASTDiff .include .PATH: ${CLANG_SRCDIR}/lib/Tooling/ASTDiff SRCS+= ASTDiff.cpp .if defined(HOSTLIB) .include .else .include .endif