Makefile revision 239462
1173872Sjkoshy# $FreeBSD: head/lib/clang/libllvmmc/Makefile 239462 2012-08-20 18:33:03Z dim $
2173872Sjkoshy
3173872Sjkoshy.include <bsd.own.mk>
4173872Sjkoshy
5173872SjkoshyLIB=	llvmmc
6173872Sjkoshy
7173872SjkoshySRCDIR=	lib/MC
8173872SjkoshySRCS=	ELFObjectWriter.cpp \
9173872Sjkoshy	MCAsmBackend.cpp \
10173872Sjkoshy	MCAsmInfo.cpp \
11173872Sjkoshy	MCAsmInfoCOFF.cpp \
12231871Sbrueffer	MCAsmInfoDarwin.cpp \
13231871Sbrueffer	MCAsmStreamer.cpp \
14231871Sbrueffer	MCAssembler.cpp \
15231871Sbrueffer	MCAtom.cpp \
16231871Sbrueffer	MCCodeEmitter.cpp \
17231871Sbrueffer	MCCodeGenInfo.cpp \
18231871Sbrueffer	MCContext.cpp \
19231871Sbrueffer	MCDwarf.cpp \
20231871Sbrueffer	MCELF.cpp \
21231871Sbrueffer	MCELFObjectTargetWriter.cpp \
22231871Sbrueffer	MCELFStreamer.cpp \
23173872Sjkoshy	MCExpr.cpp \
24173872Sjkoshy	MCInst.cpp \
25173872Sjkoshy	MCInstPrinter.cpp \
26173872Sjkoshy	MCInstrAnalysis.cpp \
27206622Suqs	MCLabel.cpp \
28173872Sjkoshy	MCMachOStreamer.cpp \
29173872Sjkoshy	MCMachObjectTargetWriter.cpp \
30173872Sjkoshy	MCModule.cpp \
31173872Sjkoshy	MCNullStreamer.cpp \
32173872Sjkoshy	MCObjectFileInfo.cpp \
33173872Sjkoshy	MCObjectStreamer.cpp \
34173872Sjkoshy	MCObjectWriter.cpp \
35173872Sjkoshy	MCPureStreamer.cpp \
36173872Sjkoshy	MCRegisterInfo.cpp \
37173872Sjkoshy	MCSection.cpp \
38173872Sjkoshy	MCSectionCOFF.cpp \
39173872Sjkoshy	MCSectionELF.cpp \
40173872Sjkoshy	MCSectionMachO.cpp \
41173872Sjkoshy	MCStreamer.cpp \
42173872Sjkoshy	MCSubtargetInfo.cpp \
43173872Sjkoshy	MCSymbol.cpp \
44173872Sjkoshy	MCTargetAsmLexer.cpp \
45173872Sjkoshy	MCValue.cpp \
46173872Sjkoshy	MCWin64EH.cpp \
47173872Sjkoshy	MachObjectWriter.cpp \
48173872Sjkoshy	SubtargetFeature.cpp \
49173872Sjkoshy	WinCOFFObjectWriter.cpp \
50173872Sjkoshy	WinCOFFStreamer.cpp
51173872Sjkoshy
52173872Sjkoshy.if ${MK_CLANG_EXTRAS} != "no"
53173872SjkoshySRCS+=	MCDisassembler.cpp
54173872Sjkoshy.endif
55173872Sjkoshy
56173872Sjkoshy.include "../clang.lib.mk"
57173872Sjkoshy