2010-06-09 15:32:20 -04:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2015-09-06 18:02:13 -04:00
|
|
|
.include <src.opts.mk>
|
2013-02-02 17:28:29 -05:00
|
|
|
|
2010-06-09 15:32:20 -04:00
|
|
|
LIB= llvmtarget
|
|
|
|
|
|
|
|
|
|
SRCDIR= lib/Target
|
2014-11-24 14:46:35 -05:00
|
|
|
SRCS= Target.cpp \
|
2010-07-20 13:16:57 -04:00
|
|
|
TargetLoweringObjectFile.cpp \
|
|
|
|
|
TargetMachine.cpp \
|
2012-12-03 14:24:08 -05:00
|
|
|
TargetMachineC.cpp \
|
2015-06-10 15:12:52 -04:00
|
|
|
TargetRecip.cpp \
|
2013-04-12 13:57:40 -04:00
|
|
|
TargetSubtargetInfo.cpp
|
2010-06-09 15:32:20 -04:00
|
|
|
|
2015-09-06 18:02:13 -04:00
|
|
|
.if ${MK_CLANG_EXTRAS} != "no"
|
|
|
|
|
SRCS+= TargetIntrinsicInfo.cpp
|
|
|
|
|
.endif
|
|
|
|
|
|
2015-05-30 11:39:49 -04:00
|
|
|
TGHDRS= Intrinsics
|
|
|
|
|
|
2010-06-09 15:32:20 -04:00
|
|
|
.include "../clang.lib.mk"
|