20 lines
324 B
Makefile
20 lines
324 B
Makefile
# $NetBSD: Makefile,v 1.3 2014/01/05 16:38:07 joerg Exp $
|
|
|
|
LIB= lldReaderWriter
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
.PATH: ${LLD_SRCDIR}/lib/ReaderWriter
|
|
|
|
SRCS+= CoreLinkingContext.cpp \
|
|
FileArchive.cpp \
|
|
LinkerScript.cpp \
|
|
Reader.cpp \
|
|
Writer.cpp
|
|
|
|
.if defined(HOSTLIB)
|
|
.include <bsd.hostlib.mk>
|
|
.else
|
|
.include <bsd.lib.mk>
|
|
.endif
|