e580952d8a
Approved-by: rpaulo (mentor)
35 lines
632 B
Makefile
35 lines
632 B
Makefile
# $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"
|