diff options
Diffstat (limited to 'lib/clang/libllvmmc/Makefile')
-rw-r--r-- | lib/clang/libllvmmc/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/lib/clang/libllvmmc/Makefile b/lib/clang/libllvmmc/Makefile new file mode 100644 index 0000000..ed281cb --- /dev/null +++ b/lib/clang/libllvmmc/Makefile @@ -0,0 +1,34 @@ +# $FreeBSD$ + +LIB= llvmmc + +SRCDIR= lib/MC +SRCS= ELFObjectWriter.cpp \ + MCAsmInfo.cpp \ + MCAsmInfoCOFF.cpp \ + MCAsmInfoDarwin.cpp \ + MCAsmStreamer.cpp \ + MCAssembler.cpp \ + MCCodeEmitter.cpp \ + MCContext.cpp \ + MCELFStreamer.cpp \ + MCExpr.cpp \ + MCInst.cpp \ + MCInstPrinter.cpp \ + MCLoggingStreamer.cpp \ + MCMachOStreamer.cpp \ + MCNullStreamer.cpp \ + MCObjectStreamer.cpp \ + MCObjectWriter.cpp \ + MCSection.cpp \ + MCSectionCOFF.cpp \ + MCSectionELF.cpp \ + MCSectionMachO.cpp \ + MCStreamer.cpp \ + MCSymbol.cpp \ + MachObjectWriter.cpp \ + TargetAsmBackend.cpp \ + WinCOFFObjectWriter.cpp \ + WinCOFFStreamer.cpp + +.include "../clang.lib.mk" |