summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmsparcdesc/Makefile
blob: 20605fbc501ab6a8eb19fb3c98d213eb89871435 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

.include <bsd.own.mk>

LIB=	llvmsparcdesc

SRCDIR=	lib/Target/Sparc/MCTargetDesc
SRCS=	SparcAsmBackend.cpp \
	SparcELFObjectWriter.cpp \
	SparcMCAsmInfo.cpp \
	SparcMCCodeEmitter.cpp \
	SparcMCExpr.cpp \
	SparcMCTargetDesc.cpp \
	SparcTargetStreamer.cpp
CFLAGS+= -I${LLVM_SRCS}/${SRCDIR}/..

TGHDRS=	SparcGenInstrInfo \
	SparcGenMCCodeEmitter \
	SparcGenRegisterInfo \
	SparcGenSubtargetInfo

.include "../clang.lib.mk"
OpenPOWER on IntegriCloud