blob: 6c217858ef9c89e7b10dd98a5547a156cf21f1f9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $FreeBSD$
LIB= llvmmipsasmprinter
SRCDIR= lib/Target/Mips/AsmPrinter
INCDIR= lib/Target/Mips
SRCS= MipsAsmPrinter.cpp
TGHDRS= MipsGenAsmWriter \
MipsGenInstrNames \
MipsGenRegisterInfo.h \
MipsGenRegisterNames
.include "../clang.lib.mk"
|