]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/clang/libllvmpowerpcinfo/Makefile
Update clang to trunk r256945.
[FreeBSD/FreeBSD.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= Attributes \
12         PPCGenInstrInfo \
13         PPCGenRegisterInfo \
14         PPCGenSubtargetInfo
15
16 .include "../clang.lib.mk"