1# $NetBSD: Makefile,v 1.1 2013/09/02 14:34:57 joerg Exp $ 2 3LIB= lldReaderWriterELFHexagon 4 5.include <bsd.init.mk> 6 7.PATH: ${LLD_SRCDIR}/lib/ReaderWriter/ELF/Hexagon 8 9CPPFLAGS+= -I${LLD_SRCDIR}/lib/ReaderWriter/ELF 10 11SRCS+= HexagonLinkingContext.cpp \ 12 HexagonRelocationHandler.cpp \ 13 HexagonTargetHandler.cpp 14 15.if defined(HOSTLIB) 16.include <bsd.hostlib.mk> 17.else 18.include <bsd.lib.mk> 19.endif 20