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