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