xref: /minix3/external/bsd/llvm/lib/libMCLinkerMC/Makefile (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1*f4a2713aSLionel Sambuc#	$NetBSD: Makefile,v 1.1 2013/02/27 21:25:10 joerg Exp $
2*f4a2713aSLionel Sambuc
3*f4a2713aSLionel SambucLIB=	MCLinkerMC
4*f4a2713aSLionel Sambuc
5*f4a2713aSLionel Sambuc.include <bsd.init.mk>
6*f4a2713aSLionel Sambuc
7*f4a2713aSLionel Sambuc.PATH: ${MCLINKER_SRCDIR}/lib/MC
8*f4a2713aSLionel Sambuc
9*f4a2713aSLionel SambucSRCS=	Attribute.cpp \
10*f4a2713aSLionel Sambuc	AttributeSet.cpp \
11*f4a2713aSLionel Sambuc	CommandAction.cpp \
12*f4a2713aSLionel Sambuc	ContextFactory.cpp \
13*f4a2713aSLionel Sambuc	FileAction.cpp \
14*f4a2713aSLionel Sambuc	InputAction.cpp \
15*f4a2713aSLionel Sambuc	InputBuilder.cpp \
16*f4a2713aSLionel Sambuc	InputFactory.cpp \
17*f4a2713aSLionel Sambuc	MCLDDirectory.cpp \
18*f4a2713aSLionel Sambuc	MCLDInput.cpp \
19*f4a2713aSLionel Sambuc	SearchDirs.cpp \
20*f4a2713aSLionel Sambuc	SymbolCategory.cpp \
21*f4a2713aSLionel Sambuc	ZOption.cpp
22*f4a2713aSLionel Sambuc
23*f4a2713aSLionel Sambuc.if defined(HOSTLIB)
24*f4a2713aSLionel Sambuc.include <bsd.hostlib.mk>
25*f4a2713aSLionel Sambuc.else
26*f4a2713aSLionel Sambuc.include <bsd.lib.mk>
27*f4a2713aSLionel Sambuc.endif
28