summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmmc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libllvmmc/Makefile')
-rw-r--r--lib/clang/libllvmmc/Makefile65
1 files changed, 0 insertions, 65 deletions
diff --git a/lib/clang/libllvmmc/Makefile b/lib/clang/libllvmmc/Makefile
deleted file mode 100644
index 7b70a06..0000000
--- a/lib/clang/libllvmmc/Makefile
+++ /dev/null
@@ -1,65 +0,0 @@
-# $FreeBSD$
-
-.include <src.opts.mk>
-
-LIB= llvmmc
-
-SRCDIR= lib/MC
-SRCS= ConstantPools.cpp \
- ELFObjectWriter.cpp \
- MCAsmBackend.cpp \
- MCAsmInfo.cpp \
- MCAsmInfoCOFF.cpp \
- MCAsmInfoDarwin.cpp \
- MCAsmInfoELF.cpp \
- MCAsmStreamer.cpp \
- MCAssembler.cpp \
- MCCodeEmitter.cpp \
- MCCodeGenInfo.cpp \
- MCContext.cpp \
- MCDwarf.cpp \
- MCELFObjectTargetWriter.cpp \
- MCELFStreamer.cpp \
- MCExpr.cpp \
- MCFragment.cpp \
- MCInst.cpp \
- MCInstPrinter.cpp \
- MCInstrAnalysis.cpp \
- MCInstrDesc.cpp \
- MCLinkerOptimizationHint.cpp \
- MCMachOStreamer.cpp \
- MCMachObjectTargetWriter.cpp \
- MCNullStreamer.cpp \
- MCObjectFileInfo.cpp \
- MCObjectStreamer.cpp \
- MCObjectWriter.cpp \
- MCRegisterInfo.cpp \
- MCSchedule.cpp \
- MCSection.cpp \
- MCSectionCOFF.cpp \
- MCSectionELF.cpp \
- MCSectionMachO.cpp \
- MCStreamer.cpp \
- MCSubtargetInfo.cpp \
- MCSymbol.cpp \
- MCSymbolELF.cpp \
- MCTargetOptions.cpp \
- MCValue.cpp \
- MCWin64EH.cpp \
- MCWinEH.cpp \
- MachObjectWriter.cpp \
- StringTableBuilder.cpp \
- SubtargetFeature.cpp \
- WinCOFFObjectWriter.cpp \
- WinCOFFStreamer.cpp
-
-.if ${MK_CLANG_EXTRAS} != "no"
-SRCS+= MCLabel.cpp \
- YAML.cpp
-.endif
-
-.if ${MK_CLANG_EXTRAS} != "no" || ${MK_LLDB} != "no"
-SRCS+= MCSymbolizer.cpp
-.endif
-
-.include "../clang.lib.mk"
OpenPOWER on IntegriCloud