14 lines
222 B
Makefile
14 lines
222 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
LIB= llvmmipsinstprinter
|
||
|
|
||
|
SRCDIR= lib/Target/Mips/InstPrinter
|
||
|
INCDIR= lib/Target/Mips
|
||
|
SRCS= MipsInstPrinter.cpp
|
||
|
|
||
|
TGHDRS= MipsGenAsmWriter \
|
||
|
MipsGenInstrInfo \
|
||
|
MipsGenRegisterInfo
|
||
|
|
||
|
.include "../clang.lib.mk"
|