]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - lib/clang/libllvmmipsdesc/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.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"