]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - lib/clang/libllvmpowerpcinfo/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.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"