etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / lib / liblldCore / Makefile
blobc262120e027ab715ed6f0bca912aa87c2959e1db
1 # $NetBSD: Makefile,v 1.4 2014/08/10 17:35:07 joerg Exp $
3 LIB= lldCore
5 .include <bsd.init.mk>
7 .PATH: ${LLD_SRCDIR}/lib/Core
9 SRCS+= DefinedAtom.cpp \
10 Error.cpp \
11 File.cpp \
12 InputGraph.cpp \
13 LinkingContext.cpp \
14 Resolver.cpp \
15 SymbolTable.cpp
17 .if defined(HOSTLIB)
18 .include <bsd.hostlib.mk>
19 .else
20 .include <bsd.lib.mk>
21 .endif