]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/clang/libllvmmipsdesc/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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"