mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 22:29:21 -04:00
22 lines
457 B
Makefile
22 lines
457 B
Makefile
# $NetBSD: Makefile,v 1.4 2015/01/29 20:41:37 joerg Exp $
|
|
|
|
LIB= lldReaderWriterELFMips
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
.PATH: ${LLD_SRCDIR}/lib/ReaderWriter/ELF/Mips
|
|
|
|
CPPFLAGS+= -I${LLD_SRCDIR}/lib/ReaderWriter/ELF
|
|
|
|
SRCS+= MipsCtorsOrderPass.cpp \
|
|
MipsELFFlagsMerger.cpp \
|
|
MipsLinkingContext.cpp \
|
|
MipsRelocationHandler.cpp \
|
|
MipsRelocationPass.cpp \
|
|
MipsTargetHandler.cpp
|
|
.if defined(HOSTLIB)
|
|
.include <bsd.hostlib.mk>
|
|
.else
|
|
.include <bsd.lib.mk>
|
|
.endif
|