1 # $NetBSD: Makefile,v 1.4 2015/01/29 20:41:37 joerg Exp $
3 LIB
= lldReaderWriterELFMips
7 .PATH
: ${LLD_SRCDIR}/lib
/ReaderWriter
/ELF
/Mips
9 CPPFLAGS
+= -I
${LLD_SRCDIR}/lib
/ReaderWriter
/ELF
11 SRCS
+= MipsCtorsOrderPass.
cpp \
12 MipsELFFlagsMerger.
cpp \
13 MipsLinkingContext.
cpp \
14 MipsRelocationHandler.
cpp \
15 MipsRelocationPass.
cpp \
18 .
include <bsd.hostlib.mk
>