xref: /minix3/external/bsd/llvm/lib/libLLVMMC/Makefile (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc#	$NetBSD: Makefile,v 1.17 2014/08/10 17:34:21 joerg Exp $
2f4a2713aSLionel Sambuc
3f4a2713aSLionel SambucLIB=	LLVMMC
4f4a2713aSLionel Sambuc
5f4a2713aSLionel Sambuc.include <bsd.init.mk>
6f4a2713aSLionel Sambuc
7f4a2713aSLionel Sambuc.PATH: ${LLVM_SRCDIR}/lib/MC
8f4a2713aSLionel Sambuc
9*0a6a1f1dSLionel SambucSRCS+=	ConstantPools.cpp \
10*0a6a1f1dSLionel Sambuc	ELFObjectWriter.cpp \
11f4a2713aSLionel Sambuc	MCAsmBackend.cpp \
12f4a2713aSLionel Sambuc	MCAsmInfo.cpp \
13f4a2713aSLionel Sambuc	MCAsmInfoCOFF.cpp \
14f4a2713aSLionel Sambuc	MCAsmInfoDarwin.cpp \
15f4a2713aSLionel Sambuc	MCAsmInfoELF.cpp \
16f4a2713aSLionel Sambuc	MCAsmStreamer.cpp \
17f4a2713aSLionel Sambuc	MCAssembler.cpp \
18f4a2713aSLionel Sambuc	MCCodeGenInfo.cpp \
19f4a2713aSLionel Sambuc	MCCodeEmitter.cpp \
20f4a2713aSLionel Sambuc	MCContext.cpp \
21f4a2713aSLionel Sambuc	MCDwarf.cpp \
22f4a2713aSLionel Sambuc	MCELF.cpp \
23f4a2713aSLionel Sambuc	MCELFObjectTargetWriter.cpp \
24f4a2713aSLionel Sambuc	MCELFStreamer.cpp \
25f4a2713aSLionel Sambuc	MCExpr.cpp \
26f4a2713aSLionel Sambuc	MCInst.cpp \
27f4a2713aSLionel Sambuc	MCInstrAnalysis.cpp \
28f4a2713aSLionel Sambuc	MCInstPrinter.cpp \
29f4a2713aSLionel Sambuc	MCLabel.cpp \
30*0a6a1f1dSLionel Sambuc	MCLinkerOptimizationHint.cpp \
31f4a2713aSLionel Sambuc	MCMachOStreamer.cpp \
32f4a2713aSLionel Sambuc	MCMachObjectTargetWriter.cpp \
33f4a2713aSLionel Sambuc	MCNullStreamer.cpp \
34f4a2713aSLionel Sambuc	MCObjectFileInfo.cpp \
35f4a2713aSLionel Sambuc	MCObjectStreamer.cpp \
36f4a2713aSLionel Sambuc	MCObjectWriter.cpp \
37f4a2713aSLionel Sambuc	MCRegisterInfo.cpp \
38f4a2713aSLionel Sambuc	MCSection.cpp \
39f4a2713aSLionel Sambuc	MCSectionCOFF.cpp \
40f4a2713aSLionel Sambuc	MCSectionELF.cpp \
41f4a2713aSLionel Sambuc	MCSectionMachO.cpp \
42f4a2713aSLionel Sambuc	MCStreamer.cpp \
43f4a2713aSLionel Sambuc	MCSubtargetInfo.cpp \
44f4a2713aSLionel Sambuc	MCSymbolizer.cpp \
45f4a2713aSLionel Sambuc	MCSymbol.cpp \
46*0a6a1f1dSLionel Sambuc	MCTargetOptions.cpp \
47f4a2713aSLionel Sambuc	MCValue.cpp \
48f4a2713aSLionel Sambuc	MCWin64EH.cpp \
49*0a6a1f1dSLionel Sambuc	MCWinEH.cpp \
50f4a2713aSLionel Sambuc	MachObjectWriter.cpp \
51f4a2713aSLionel Sambuc	WinCOFFStreamer.cpp \
52f4a2713aSLionel Sambuc	WinCOFFObjectWriter.cpp \
53*0a6a1f1dSLionel Sambuc	StringTableBuilder.cpp \
54*0a6a1f1dSLionel Sambuc	SubtargetFeature.cpp \
55*0a6a1f1dSLionel Sambuc	YAML.cpp
56f4a2713aSLionel Sambuc
57f4a2713aSLionel Sambuc.if defined(HOSTLIB)
58f4a2713aSLionel Sambuc.include <bsd.hostlib.mk>
59f4a2713aSLionel Sambuc.else
60f4a2713aSLionel Sambuc.include <bsd.lib.mk>
61f4a2713aSLionel Sambuc.endif
62