6170cec430
upcoming 3.1 release (expected in a few weeks). Preliminary release notes can be found at: <http://llvm.org/docs/ReleaseNotes.html> MFC after: 2 weeks
20 lines
371 B
Makefile
20 lines
371 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmpowerpcdesc
|
|
|
|
SRCDIR= lib/Target/PowerPC/MCTargetDesc
|
|
SRCS= PPCAsmBackend.cpp \
|
|
PPCMCAsmInfo.cpp \
|
|
PPCMCCodeEmitter.cpp \
|
|
PPCMCTargetDesc.cpp \
|
|
PPCPredicates.cpp \
|
|
PPCELFObjectWriter.cpp
|
|
CFLAGS+= -I${LLVM_SRCS}/${SRCDIR}/..
|
|
|
|
TGHDRS= PPCGenInstrInfo \
|
|
PPCGenMCCodeEmitter \
|
|
PPCGenRegisterInfo \
|
|
PPCGenSubtargetInfo
|
|
|
|
.include "../clang.lib.mk"
|