34cdd77646
clang-tblgen and clang itself built.
18 lines
282 B
Makefile
18 lines
282 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmmipsasmprinter
|
|
|
|
SRCDIR= lib/Target/Mips/InstPrinter
|
|
INCDIR= lib/Target/Mips
|
|
SRCS= MipsInstPrinter.cpp
|
|
|
|
TGHDRS= Attributes \
|
|
MipsGenAsmWriter \
|
|
MipsGenInstrInfo \
|
|
MipsGenRegisterInfo \
|
|
MipsGenSubtargetInfo
|
|
|
|
.include "../clang.lib.mk"
|