etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / lib / liblldReaderWriterELFHexagon / Makefile
blob3898f42b1909f60bd359f753fd4775d062f2bd60
1 # $NetBSD: Makefile,v 1.1 2013/09/02 14:34:57 joerg Exp $
3 LIB= lldReaderWriterELFHexagon
5 .include <bsd.init.mk>
7 .PATH: ${LLD_SRCDIR}/lib/ReaderWriter/ELF/Hexagon
9 CPPFLAGS+= -I${LLD_SRCDIR}/lib/ReaderWriter/ELF
11 SRCS+= HexagonLinkingContext.cpp \
12 HexagonRelocationHandler.cpp \
13 HexagonTargetHandler.cpp
15 .if defined(HOSTLIB)
16 .include <bsd.hostlib.mk>
17 .else
18 .include <bsd.lib.mk>
19 .endif