34cdd77646
clang-tblgen and clang itself built.
29 lines
554 B
Makefile
29 lines
554 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmmipsdesc
|
|
|
|
SRCDIR= lib/Target/Mips/MCTargetDesc
|
|
SRCS= MipsABIFlagsSection.cpp \
|
|
MipsABIInfo.cpp \
|
|
MipsAsmBackend.cpp \
|
|
MipsELFObjectWriter.cpp \
|
|
MipsELFStreamer.cpp \
|
|
MipsMCAsmInfo.cpp \
|
|
MipsMCCodeEmitter.cpp \
|
|
MipsMCExpr.cpp \
|
|
MipsMCTargetDesc.cpp \
|
|
MipsNaClELFStreamer.cpp \
|
|
MipsOptionRecord.cpp \
|
|
MipsTargetStreamer.cpp
|
|
CFLAGS+= -I${LLVM_SRCS}/${SRCDIR}/..
|
|
|
|
TGHDRS= Attributes \
|
|
MipsGenInstrInfo \
|
|
MipsGenMCCodeEmitter \
|
|
MipsGenRegisterInfo \
|
|
MipsGenSubtargetInfo
|
|
|
|
.include "../clang.lib.mk"
|