]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/clang/libllvmpowerpcdesc/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / clang / libllvmpowerpcdesc / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    llvmpowerpcdesc
6
7 SRCDIR= lib/Target/PowerPC/MCTargetDesc
8 SRCS=   PPCAsmBackend.cpp \
9         PPCMCAsmInfo.cpp \
10         PPCMCCodeEmitter.cpp \
11         PPCMCTargetDesc.cpp \
12         PPCPredicates.cpp \
13         PPCELFObjectWriter.cpp
14 CFLAGS+= -I${LLVM_SRCS}/${SRCDIR}/..
15
16 TGHDRS= PPCGenInstrInfo \
17         PPCGenMCCodeEmitter \
18         PPCGenRegisterInfo \
19         PPCGenSubtargetInfo
20
21 .include "../clang.lib.mk"