1 # $NetBSD: Makefile,v 1.2 2013/10/30 20:27:40 joerg Exp $
3 LIB
= lldReaderWriterELFX86_64
7 .PATH
: ${LLD_SRCDIR}/lib
/ReaderWriter
/ELF
/X86_64
9 CPPFLAGS
+= -I
${LLD_SRCDIR}/lib
/ReaderWriter
/ELF
11 SRCS
+= X86_64LinkingContext.
cpp \
12 X86_64RelocationHandler.
cpp \
13 X86_64RelocationPass.
cpp \
14 X86_64TargetHandler.
cpp
17 .
include <bsd.hostlib.mk
>