]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/clang/libllvmpowerpcdesc/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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"