xref: /minix3/external/bsd/llvm/lib/liblldCore/Makefile (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1#	$NetBSD: Makefile,v 1.4 2014/08/10 17:35:07 joerg Exp $
2
3LIB=	lldCore
4
5.include <bsd.init.mk>
6
7.PATH: ${LLD_SRCDIR}/lib/Core
8
9SRCS+=	DefinedAtom.cpp \
10	Error.cpp \
11	File.cpp \
12	InputGraph.cpp \
13	LinkingContext.cpp \
14	Resolver.cpp \
15	SymbolTable.cpp
16
17.if defined(HOSTLIB)
18.include <bsd.hostlib.mk>
19.else
20.include <bsd.lib.mk>
21.endif
22