xref: /minix3/external/bsd/llvm/lib/liblldPasses/Makefile (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc#	$NetBSD: Makefile,v 1.3 2014/08/10 17:35:07 joerg Exp $
2f4a2713aSLionel Sambuc
3f4a2713aSLionel SambucLIB=	lldPasses
4f4a2713aSLionel Sambuc
5f4a2713aSLionel Sambuc.include <bsd.init.mk>
6f4a2713aSLionel Sambuc
7f4a2713aSLionel Sambuc.PATH: ${LLD_SRCDIR}/lib/Passes
8f4a2713aSLionel Sambuc
9*0a6a1f1dSLionel SambucSRCS+=	LayoutPass.cpp \
10f4a2713aSLionel Sambuc	RoundTripNativePass.cpp \
11*0a6a1f1dSLionel Sambuc	RoundTripYAMLPass.cpp
12f4a2713aSLionel Sambuc
13f4a2713aSLionel Sambuc.if defined(HOSTLIB)
14f4a2713aSLionel Sambuc.include <bsd.hostlib.mk>
15f4a2713aSLionel Sambuc.else
16f4a2713aSLionel Sambuc.include <bsd.lib.mk>
17f4a2713aSLionel Sambuc.endif
18