284c197886
Release notes are still in the works, these will follow soon. MFC after: 1 month
25 lines
453 B
Makefile
25 lines
453 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmarmdesc
|
|
|
|
SRCDIR= lib/Target/ARM/MCTargetDesc
|
|
SRCS= ARMAsmBackend.cpp \
|
|
ARMELFObjectWriter.cpp \
|
|
ARMELFStreamer.cpp \
|
|
ARMMachObjectWriter.cpp \
|
|
ARMMCAsmInfo.cpp \
|
|
ARMMCCodeEmitter.cpp \
|
|
ARMMCExpr.cpp \
|
|
ARMMCTargetDesc.cpp \
|
|
ARMUnwindOpAsm.cpp
|
|
CFLAGS+= -I${LLVM_SRCS}/${SRCDIR}/..
|
|
|
|
TGHDRS= ARMGenInstrInfo \
|
|
ARMGenMCCodeEmitter \
|
|
ARMGenRegisterInfo \
|
|
ARMGenSubtargetInfo
|
|
|
|
.include "../clang.lib.mk"
|