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

.include <bsd.own.mk>

LIB=	llvmaarch64desc

SRCDIR=	lib/Target/AArch64/MCTargetDesc
SRCS=	AArch64AsmBackend.cpp \
	AArch64ELFObjectWriter.cpp \
	AArch64ELFStreamer.cpp \
	AArch64MCAsmInfo.cpp \
	AArch64MCCodeEmitter.cpp \
	AArch64MCExpr.cpp \
	AArch64MCTargetDesc.cpp \
	AArch64MachObjectWriter.cpp \
	AArch64TargetStreamer.cpp
CFLAGS+= -I${LLVM_SRCS}/${SRCDIR}/..

TGHDRS=	AArch64GenInstrInfo \
	AArch64GenMCCodeEmitter \
	AArch64GenRegisterInfo \
	AArch64GenSubtargetInfo

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