1#	$NetBSD: Makefile,v 1.1 2015/01/29 20:41:37 joerg Exp $
2
3LIB=	lldReaderWriterELFAArch64
4
5.include <bsd.init.mk>
6
7.PATH: ${LLD_SRCDIR}/lib/ReaderWriter/ELF/AArch64
8
9CPPFLAGS+=	-I${LLD_SRCDIR}/lib/ReaderWriter/ELF
10
11SRCS+=	AArch64LinkingContext.cpp \
12	AArch64RelocationHandler.cpp \
13	AArch64RelocationPass.cpp \
14	AArch64TargetHandler.cpp
15
16.if defined(HOSTLIB)
17.include <bsd.hostlib.mk>
18.else
19.include <bsd.lib.mk>
20.endif
21