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