diff options
Diffstat (limited to 'lib/clang/libllvmmc')
-rw-r--r-- | lib/clang/libllvmmc/Makefile | 35 |
1 files changed, 28 insertions, 7 deletions
diff --git a/lib/clang/libllvmmc/Makefile b/lib/clang/libllvmmc/Makefile index 84d29c8..92ce186 100644 --- a/lib/clang/libllvmmc/Makefile +++ b/lib/clang/libllvmmc/Makefile @@ -3,12 +3,33 @@ LIB= llvmmc SRCDIR= lib/MC -SRCS= MCAsmInfo.cpp MCAsmInfoCOFF.cpp MCAsmInfoDarwin.cpp \ - MCAsmStreamer.cpp MCAssembler.cpp MCCodeEmitter.cpp \ - MCContext.cpp MCExpr.cpp MCInst.cpp MCInstPrinter.cpp \ - MCLoggingStreamer.cpp MCMachOStreamer.cpp MCNullStreamer.cpp \ - MCObjectWriter.cpp MCSection.cpp MCSectionCOFF.cpp \ - MCSectionELF.cpp MCSectionMachO.cpp MCStreamer.cpp \ - MCSymbol.cpp MachObjectWriter.cpp TargetAsmBackend.cpp +SRCS= MCAsmInfo.cpp \ + MCAsmInfoCOFF.cpp \ + MCAsmInfoDarwin.cpp \ + MCAsmStreamer.cpp \ + MCAssembler.cpp \ + MCCodeEmitter.cpp \ + MCContext.cpp \ + MCDisassembler.cpp \ + MCExpr.cpp \ + MCInst.cpp \ + MCInstPrinter.cpp \ + MCLabel.cpp \ + MCLoggingStreamer.cpp \ + MCMachOStreamer.cpp \ + MCNullStreamer.cpp \ + MCObjectStreamer.cpp \ + MCObjectWriter.cpp \ + MCSection.cpp \ + MCSectionCOFF.cpp \ + MCSectionELF.cpp \ + MCSectionMachO.cpp \ + MCStreamer.cpp \ + MCSymbol.cpp \ + MCValue.cpp \ + MachObjectWriter.cpp \ + TargetAsmBackend.cpp \ + WinCOFFObjectWriter.cpp \ + WinCOFFStreamer.cpp .include "../clang.lib.mk" |