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/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/clang/libllvmmc/Makefile b/lib/clang/libllvmmc/Makefile
new file mode 100644
index 0000000..afe9731
--- /dev/null
+++ b/lib/clang/libllvmmc/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+LIB= llvmmc
+
+SRCDIR= lib/MC
+SRCS= MCAsmInfo.cpp MCAsmInfoCOFF.cpp MCAsmInfoDarwin.cpp \
+ MCAsmStreamer.cpp MCAssembler.cpp MCCodeEmitter.cpp \
+ MCContext.cpp MCDisassembler.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 MCValue.cpp MachObjectWriter.cpp \
+ TargetAsmBackend.cpp
+
+.include "../clang.lib.mk"
OpenPOWER on IntegriCloud