]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/clang/libllvmmc/Makefile
MFC r231057:
[FreeBSD/stable/9.git] / lib / clang / libllvmmc / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    llvmmc
6
7 SRCDIR= lib/MC
8 SRCS=   ELFObjectWriter.cpp \
9         MCAsmBackend.cpp \
10         MCAsmInfo.cpp \
11         MCAsmInfoCOFF.cpp \
12         MCAsmInfoDarwin.cpp \
13         MCAsmStreamer.cpp \
14         MCAssembler.cpp \
15         MCCodeGenInfo.cpp \
16         MCCodeEmitter.cpp \
17         MCContext.cpp \
18         MCDwarf.cpp \
19         MCELF.cpp \
20         MCELFObjectTargetWriter.cpp \
21         MCELFStreamer.cpp \
22         MCExpr.cpp \
23         MCInst.cpp \
24         MCInstPrinter.cpp \
25         MCInstrAnalysis.cpp \
26         MCLoggingStreamer.cpp \
27         MCMachOStreamer.cpp \
28         MCMachObjectTargetWriter.cpp \
29         MCNullStreamer.cpp \
30         MCObjectFileInfo.cpp \
31         MCObjectStreamer.cpp \
32         MCObjectWriter.cpp \
33         MCPureStreamer.cpp \
34         MCSection.cpp \
35         MCSectionCOFF.cpp \
36         MCSectionELF.cpp \
37         MCSectionMachO.cpp \
38         MCStreamer.cpp \
39         MCSubtargetInfo.cpp \
40         MCSymbol.cpp \
41         MCTargetAsmLexer.cpp \
42         MCWin64EH.cpp \
43         MachObjectWriter.cpp \
44         SubtargetFeature.cpp \
45         WinCOFFObjectWriter.cpp \
46         WinCOFFStreamer.cpp
47
48 .if ${MK_CLANG_EXTRAS} != "no"
49 SRCS+=  MCDisassembler.cpp
50 .endif
51
52 .include "../clang.lib.mk"