]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/clang/libllvmmipsdesc/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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         MipsELFObjectWriter.cpp \
10         MipsMCAsmInfo.cpp \
11         MipsMCCodeEmitter.cpp \
12         MipsMCTargetDesc.cpp \
13         MipsReginfo.cpp \
14         MipsTargetStreamer.cpp
15 CFLAGS+= -I${LLVM_SRCS}/${SRCDIR}/..
16
17 TGHDRS= MipsGenInstrInfo \
18         MipsGenMCCodeEmitter \
19         MipsGenRegisterInfo \
20         MipsGenSubtargetInfo
21
22 .include "../clang.lib.mk"