2010-06-09 19:32:20 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2014-05-06 04:22:01 +00:00
|
|
|
.include <src.opts.mk>
|
2012-02-05 23:56:22 +00:00
|
|
|
|
2010-06-09 19:32:20 +00:00
|
|
|
LIB= llvmipa
|
|
|
|
|
|
|
|
SRCDIR= lib/Analysis/IPA
|
2010-07-20 17:16:57 +00:00
|
|
|
SRCS= CallGraph.cpp \
|
|
|
|
CallGraphSCCPass.cpp \
|
2013-04-12 17:57:40 +00:00
|
|
|
CallPrinter.cpp \
|
|
|
|
GlobalsModRef.cpp \
|
|
|
|
InlineCost.cpp
|
2010-06-09 19:32:20 +00:00
|
|
|
|
2012-02-05 23:56:22 +00:00
|
|
|
.if ${MK_CLANG_EXTRAS} != "no"
|
|
|
|
SRCS+= IPA.cpp
|
|
|
|
.endif
|
|
|
|
|
2010-06-09 19:32:20 +00:00
|
|
|
TGHDRS= Intrinsics
|
|
|
|
|
|
|
|
.include "../clang.lib.mk"
|