]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/clang/libllvmpowerpcinfo/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / lib / clang / libllvmpowerpcinfo / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    llvmpowerpcinfo
6
7 SRCDIR= lib/Target/PowerPC/TargetInfo
8 INCDIR= lib/Target/PowerPC
9 SRCS=   PowerPCTargetInfo.cpp
10
11 TGHDRS= PPCGenInstrInfo \
12         PPCGenRegisterInfo \
13         PPCGenSubtargetInfo
14
15 .include "../clang.lib.mk"