]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/clang/libllvmpowerpcdesc/Makefile
MFC r234353:
[FreeBSD/stable/9.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         PPCELFObjectWriter.cpp
12 CFLAGS+= -I${LLVM_SRCS}/${SRCDIR}/..
13
14 TGHDRS= PPCGenInstrInfo \
15         PPCGenMCCodeEmitter \
16         PPCGenRegisterInfo \
17         PPCGenSubtargetInfo
18
19 .include "../clang.lib.mk"