xref: /minix3/external/bsd/llvm/lib/libLLVMARMMCTargetDesc/Makefile (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc#	$NetBSD: Makefile,v 1.10 2014/05/30 18:28:14 joerg Exp $
2f4a2713aSLionel Sambuc
3f4a2713aSLionel SambucLIB=	LLVMARMMCTargetDesc
4f4a2713aSLionel Sambuc
5f4a2713aSLionel Sambuc.include <bsd.init.mk>
6f4a2713aSLionel Sambuc
7f4a2713aSLionel Sambuc.PATH: ${LLVM_SRCDIR}/lib/Target/ARM/MCTargetDesc
8f4a2713aSLionel Sambuc
9f4a2713aSLionel SambucARM_OBJDIR!=	cd ${.CURDIR}/../libLLVMARMCodeGen && ${PRINTOBJDIR}
10f4a2713aSLionel SambucCPPFLAGS+=	-I${ARM_OBJDIR} -I${LLVM_SRCDIR}/lib/Target/ARM
11f4a2713aSLionel Sambuc
12f4a2713aSLionel SambucSRCS+=	ARMAsmBackend.cpp \
13f4a2713aSLionel Sambuc	ARMELFObjectWriter.cpp \
14f4a2713aSLionel Sambuc	ARMELFStreamer.cpp \
15f4a2713aSLionel Sambuc	ARMMCAsmInfo.cpp \
16f4a2713aSLionel Sambuc	ARMMCCodeEmitter.cpp \
17f4a2713aSLionel Sambuc	ARMMCExpr.cpp \
18f4a2713aSLionel Sambuc	ARMMCTargetDesc.cpp \
19*0a6a1f1dSLionel Sambuc	ARMTargetStreamer.cpp \
20f4a2713aSLionel Sambuc	ARMMachORelocationInfo.cpp \
21f4a2713aSLionel Sambuc	ARMMachObjectWriter.cpp \
22*0a6a1f1dSLionel Sambuc	ARMUnwindOpAsm.cpp \
23*0a6a1f1dSLionel Sambuc	ARMWinCOFFObjectWriter.cpp \
24*0a6a1f1dSLionel Sambuc	ARMWinCOFFStreamer.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