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