]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - lib/clang/libllvmpowerpcinstprinter/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / lib / clang / libllvmpowerpcinstprinter / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    llvmpowerpcinstprinter
6
7 SRCDIR= lib/Target/PowerPC/InstPrinter
8 INCDIR= lib/Target/PowerPC
9 SRCS=   PPCInstPrinter.cpp
10
11 TGHDRS= PPCGenAsmWriter \
12         PPCGenInstrInfo \
13         PPCGenRegisterInfo \
14         PPCGenSubtargetInfo
15
16 .include "../clang.lib.mk"