xref: /minix3/external/bsd/llvm/bin/llvm-size/Makefile (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc#	$NetBSD: Makefile,v 1.2 2014/08/10 17:34:20 joerg Exp $
2f4a2713aSLionel Sambuc
3f4a2713aSLionel SambucPROG_CXX=	llvm-size
4f4a2713aSLionel SambucNOMAN=		yes
5f4a2713aSLionel Sambuc
6f4a2713aSLionel Sambuc.include <bsd.init.mk>
7f4a2713aSLionel Sambuc
8f4a2713aSLionel Sambuc.PATH: ${LLVM_SRCDIR}/tools/llvm-size
9f4a2713aSLionel Sambuc
10f4a2713aSLionel SambucSRCS=	llvm-size.cpp
11f4a2713aSLionel Sambuc
12f4a2713aSLionel SambucLLVM_LIBS+= \
13f4a2713aSLionel Sambuc	Object \
14*0a6a1f1dSLionel Sambuc	MCParser \
15*0a6a1f1dSLionel Sambuc	MC \
16*0a6a1f1dSLionel Sambuc	BitReader \
17*0a6a1f1dSLionel Sambuc	IR \
18f4a2713aSLionel Sambuc	Support
19f4a2713aSLionel Sambuc
20f4a2713aSLionel Sambuc.include "${.PARSEDIR}/../../link.mk"
21f4a2713aSLionel Sambuc
22f4a2713aSLionel Sambuc.include <bsd.prog.mk>
23