]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/clang/libllvmmc/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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         MCAtom.cpp \
16         MCCodeEmitter.cpp \
17         MCCodeGenInfo.cpp \
18         MCContext.cpp \
19         MCDwarf.cpp \
20         MCELF.cpp \
21         MCELFObjectTargetWriter.cpp \
22         MCELFStreamer.cpp \
23         MCExpr.cpp \
24         MCInst.cpp \
25         MCInstPrinter.cpp \
26         MCInstrAnalysis.cpp \
27         MCLabel.cpp \
28         MCMachOStreamer.cpp \
29         MCMachObjectTargetWriter.cpp \
30         MCModule.cpp \
31         MCNullStreamer.cpp \
32         MCObjectFileInfo.cpp \
33         MCObjectStreamer.cpp \
34         MCObjectWriter.cpp \
35         MCPureStreamer.cpp \
36         MCRegisterInfo.cpp \
37         MCSection.cpp \
38         MCSectionCOFF.cpp \
39         MCSectionELF.cpp \
40         MCSectionMachO.cpp \
41         MCStreamer.cpp \
42         MCSubtargetInfo.cpp \
43         MCSymbol.cpp \
44         MCValue.cpp \
45         MCWin64EH.cpp \
46         MachObjectWriter.cpp \
47         SubtargetFeature.cpp \
48         WinCOFFObjectWriter.cpp \
49         WinCOFFStreamer.cpp
50
51 .if ${MK_CLANG_EXTRAS} != "no" || ${MK_LLDB} != "no"
52 SRCS+=  MCDisassembler.cpp
53 .endif
54
55 .include "../clang.lib.mk"