2010-06-09 19:32:20 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
LIB= llvmmipsasmprinter
|
|
|
|
|
|
|
|
SRCDIR= lib/Target/Mips/AsmPrinter
|
|
|
|
INCDIR= lib/Target/Mips
|
|
|
|
SRCS= MipsAsmPrinter.cpp
|
|
|
|
|
2010-07-20 17:16:57 +00:00
|
|
|
TGHDRS= MipsGenAsmWriter \
|
|
|
|
MipsGenInstrNames \
|
|
|
|
MipsGenRegisterInfo.h \
|
2010-06-09 19:32:20 +00:00
|
|
|
MipsGenRegisterNames
|
|
|
|
|
|
|
|
.include "../clang.lib.mk"
|