]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/clang/libllvmmc/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / lib / clang / libllvmmc / Makefile
1 # $FreeBSD$
2
3 LIB=    llvmmc
4
5 SRCDIR= lib/MC
6 SRCS=   ELFObjectWriter.cpp \
7         MCAsmInfo.cpp \
8         MCAsmInfoCOFF.cpp \
9         MCAsmInfoDarwin.cpp \
10         MCAsmStreamer.cpp \
11         MCAssembler.cpp \
12         MCCodeEmitter.cpp \
13         MCContext.cpp \
14         MCDwarf.cpp \
15         MCELF.cpp \
16         MCELFObjectTargetWriter.cpp \
17         MCELFStreamer.cpp \
18         MCExpr.cpp \
19         MCInst.cpp \
20         MCInstPrinter.cpp \
21         MCLoggingStreamer.cpp \
22         MCMachOStreamer.cpp \
23         MCMachObjectTargetWriter.cpp \
24         MCNullStreamer.cpp \
25         MCObjectStreamer.cpp \
26         MCObjectWriter.cpp \
27         MCPureStreamer.cpp \
28         MCSection.cpp \
29         MCSectionCOFF.cpp \
30         MCSectionELF.cpp \
31         MCSectionMachO.cpp \
32         MCStreamer.cpp \
33         MCSubtargetInfo.cpp \
34         MCSymbol.cpp \
35         MCWin64EH.cpp \
36         MachObjectWriter.cpp \
37         SubtargetFeature.cpp \
38         TargetAsmBackend.cpp \
39         WinCOFFObjectWriter.cpp \
40         WinCOFFStreamer.cpp
41
42 .include "../clang.lib.mk"