xref: /minix3/external/bsd/llvm/lib/libLLVMObject/Makefile (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc#	$NetBSD: Makefile,v 1.11 2014/08/10 17:34:22 joerg Exp $
2f4a2713aSLionel Sambuc
3f4a2713aSLionel SambucLIB=	LLVMObject
4f4a2713aSLionel SambucNOGCCERROR=	yes
5f4a2713aSLionel Sambuc
6f4a2713aSLionel Sambuc.include <bsd.init.mk>
7f4a2713aSLionel Sambuc
8f4a2713aSLionel Sambuc.PATH: ${LLVM_SRCDIR}/lib/Object
9f4a2713aSLionel Sambuc
10f4a2713aSLionel SambucSRCS+=	Archive.cpp \
11f4a2713aSLionel Sambuc	Binary.cpp \
12f4a2713aSLionel Sambuc	COFFObjectFile.cpp \
13f4a2713aSLionel Sambuc	COFFYAML.cpp \
14f4a2713aSLionel Sambuc	ELF.cpp \
15f4a2713aSLionel Sambuc	ELFObjectFile.cpp \
16f4a2713aSLionel Sambuc	ELFYAML.cpp \
17f4a2713aSLionel Sambuc	Error.cpp \
18*0a6a1f1dSLionel Sambuc	IRObjectFile.cpp \
19f4a2713aSLionel Sambuc	MachOObjectFile.cpp \
20f4a2713aSLionel Sambuc	MachOUniversal.cpp \
21f4a2713aSLionel Sambuc	Object.cpp \
22f4a2713aSLionel Sambuc	ObjectFile.cpp \
23*0a6a1f1dSLionel Sambuc	RecordStreamer.cpp \
24*0a6a1f1dSLionel Sambuc	SymbolicFile.cpp
25f4a2713aSLionel Sambuc
26f4a2713aSLionel Sambuc.if defined(HOSTLIB)
27f4a2713aSLionel Sambuc.include <bsd.hostlib.mk>
28f4a2713aSLionel Sambuc.else
29f4a2713aSLionel Sambuc.include <bsd.lib.mk>
30f4a2713aSLionel Sambuc.endif
31