# $NetBSD: Makefile,v 1.6 2017/08/01 20:07:38 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 \ BinaryFormat \ Support \ Demangle .include "${.PARSEDIR}/../../link.mk" .include