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