]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/clang/libllvmmipsdesc/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / clang / libllvmmipsdesc / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    llvmmipsdesc
6
7 SRCDIR= lib/Target/Mips/MCTargetDesc
8 SRCS=   MipsAsmBackend.cpp \
9         MipsDirectObjLower.cpp \
10         MipsELFObjectWriter.cpp \
11         MipsELFStreamer.cpp \
12         MipsMCAsmInfo.cpp \
13         MipsMCCodeEmitter.cpp \
14         MipsMCTargetDesc.cpp \
15         MipsReginfo.cpp
16 CFLAGS+= -I${LLVM_SRCS}/${SRCDIR}/..
17
18 TGHDRS= MipsGenInstrInfo \
19         MipsGenMCCodeEmitter \
20         MipsGenRegisterInfo \
21         MipsGenSubtargetInfo
22
23 .include "../clang.lib.mk"