6122f3e60d
branch. This brings us very close to the 3.0 release, which is expected in a week or two. MFC after: 1 week
20 lines
360 B
Makefile
20 lines
360 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmarmdesc
|
|
|
|
SRCDIR= lib/Target/ARM/MCTargetDesc
|
|
SRCS= ARMAsmBackend.cpp \
|
|
ARMMachObjectWriter.cpp \
|
|
ARMMCAsmInfo.cpp \
|
|
ARMMCCodeEmitter.cpp \
|
|
ARMMCExpr.cpp \
|
|
ARMMCTargetDesc.cpp
|
|
CFLAGS+= -I${LLVM_SRCS}/${SRCDIR}/..
|
|
|
|
TGHDRS= ARMGenInstrInfo \
|
|
ARMGenMCCodeEmitter \
|
|
ARMGenRegisterInfo \
|
|
ARMGenSubtargetInfo
|
|
|
|
.include "../clang.lib.mk"
|