]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - lib/clang/libllvmmipsinstprinter/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / lib / clang / libllvmmipsinstprinter / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    llvmmipsinstprinter
6
7 SRCDIR= lib/Target/Mips/InstPrinter
8 INCDIR= lib/Target/Mips
9 SRCS=   MipsInstPrinter.cpp
10
11 TGHDRS= MipsGenAsmWriter \
12         MipsGenInstrInfo \
13         MipsGenRegisterInfo \
14         MipsGenSubtargetInfo
15
16 .include "../clang.lib.mk"