16 lines
275 B
Makefile
16 lines
275 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
LIB= llvmmipsdisassembler
|
||
|
|
||
|
SRCDIR= lib/Target/Mips/Disassembler
|
||
|
INCDIR= lib/Target/Mips
|
||
|
SRCS= MipsDisassembler.cpp
|
||
|
|
||
|
TGHDRS= MipsGenDisassemblerTables \
|
||
|
MipsGenEDInfo \
|
||
|
MipsGenInstrInfo \
|
||
|
MipsGenRegisterInfo \
|
||
|
MipsGenSubtargetInfo
|
||
|
|
||
|
.include "../clang.lib.mk"
|