freebsd-dev/lib/clang/libllvmpowerpcdesc/Makefile
Dimitry Andric dff0c46c97 Upgrade our copy of llvm/clang to trunk r154661, in preparation of the
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
2012-04-16 21:23:25 +00:00

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"