]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/clang/libllvmmipsinfo/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / lib / clang / libllvmmipsinfo / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    llvmmipsinfo
6
7 SRCDIR= lib/Target/Mips/TargetInfo
8 INCDIR= lib/Target/Mips
9 SRCS=   MipsTargetInfo.cpp
10
11 TGHDRS= MipsGenInstrInfo \
12         MipsGenRegisterInfo \
13         MipsGenSubtargetInfo
14
15 .include "../clang.lib.mk"