]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/clang/libllvmmipsdesc/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / lib / clang / libllvmmipsdesc / Makefile
1 # $FreeBSD$
2
3 LIB=    llvmmipsdesc
4
5 SRCDIR= lib/Target/Mips/MCTargetDesc
6 SRCS=   MipsMCAsmInfo.cpp \
7         MipsMCTargetDesc.cpp
8
9 TGHDRS= MipsGenInstrInfo \
10         MipsGenRegisterInfo \
11         MipsGenSubtargetInfo
12
13 .include "../clang.lib.mk"