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