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

LIB=	llvmtarget

SRCDIR=	lib/Target
SRCS=	Mangler.cpp \
	SubtargetFeature.cpp \
	Target.cpp \
	TargetAsmLexer.cpp \
	TargetData.cpp \
	TargetELFWriterInfo.cpp \
	TargetFrameInfo.cpp \
	TargetInstrInfo.cpp \
	TargetIntrinsicInfo.cpp \
	TargetLoweringObjectFile.cpp \
	TargetMachine.cpp \
	TargetRegisterInfo.cpp \
	TargetSubtarget.cpp

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