# $NetBSD: Makefile,v 1.5 2017/01/11 12:02:26 joerg Exp $ PROG_CXX= llvm-diff NOMAN= yes .include .PATH: ${LLVM_SRCDIR}/tools/llvm-diff SRCS= llvm-diff.cpp \ DiffConsumer.cpp \ DiffLog.cpp \ DifferenceEngine.cpp LLVM_LIBS+= \ IRReader \ AsmParser \ BitReader \ IR \ Support \ Demangle .include "${.PARSEDIR}/../../link.mk" .include