]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/clang/libllvmmipsdesc/Makefile
MFC r226633:
[FreeBSD/stable/9.git] / lib / clang / libllvmmipsdesc / Makefile
1 # $FreeBSD$
2
3 LIB=    llvmmipsdesc
4
5 SRCDIR= lib/Target/Mips/MCTargetDesc
6 SRCS=   MipsAsmBackend.cpp \
7         MipsMCAsmInfo.cpp \
8         MipsMCCodeEmitter.cpp \
9         MipsMCTargetDesc.cpp
10 CFLAGS+= -I${LLVM_SRCS}/${SRCDIR}/..
11
12 TGHDRS= MipsGenInstrInfo \
13         MipsGenRegisterInfo \
14         MipsGenSubtargetInfo
15
16 .include "../clang.lib.mk"