blob: 0572f8d225b7e596d8a46ec28c24282cdd526227 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $FreeBSD$
.include <bsd.own.mk>
LIB= llvmmipsasmparser
SRCDIR= lib/Target/Mips/AsmParser
INCDIR= lib/Target/Mips
SRCS= MipsAsmParser.cpp
TGHDRS= MipsGenAsmMatcher \
MipsGenInstrInfo \
MipsGenRegisterInfo \
MipsGenSubtargetInfo
.include "../clang.lib.mk"
|