xref: /netbsd-src/external/apache2/llvm/bin/llvm-diff/Makefile (revision 53d1339bf7f9c7367b35a9e1ebe693f9b047a47b)
1*53d1339bSjoerg#	$NetBSD: Makefile,v 1.2 2021/05/30 01:56:47 joerg Exp $
276c7fc5fSjoerg
376c7fc5fSjoergPROG_CXX=	llvm-diff
476c7fc5fSjoergNOMAN=		yes
576c7fc5fSjoerg
676c7fc5fSjoerg.include <bsd.init.mk>
776c7fc5fSjoerg
876c7fc5fSjoerg.PATH: ${LLVM_SRCDIR}/tools/llvm-diff
976c7fc5fSjoerg
1076c7fc5fSjoergSRCS=	llvm-diff.cpp \
1176c7fc5fSjoerg	DiffConsumer.cpp \
1276c7fc5fSjoerg	DiffLog.cpp \
1376c7fc5fSjoerg	DifferenceEngine.cpp
1476c7fc5fSjoerg
1576c7fc5fSjoergLLVM_LIBS+= \
1676c7fc5fSjoerg	IRReader \
1776c7fc5fSjoerg	AsmParser \
1876c7fc5fSjoerg	BitReader \
1976c7fc5fSjoerg	BitstreamReader \
2076c7fc5fSjoerg	IR \
21*53d1339bSjoerg	Remarks \
2276c7fc5fSjoerg	BinaryFormat \
2376c7fc5fSjoerg	Support \
2476c7fc5fSjoerg	Demangle
2576c7fc5fSjoerg
2676c7fc5fSjoerg.include "${.PARSEDIR}/../../link.mk"
2776c7fc5fSjoerg
2876c7fc5fSjoerg.include <bsd.prog.mk>
29