c6063d0da8
from the latter.
22 lines
301 B
Makefile
22 lines
301 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
LIB= llvmipa
|
|
|
|
SRCDIR= lib/Analysis/IPA
|
|
SRCS= CallGraph.cpp \
|
|
CallGraphSCCPass.cpp \
|
|
CallPrinter.cpp \
|
|
FindUsedTypes.cpp \
|
|
GlobalsModRef.cpp \
|
|
InlineCost.cpp
|
|
|
|
.if ${MK_CLANG_EXTRAS} != "no"
|
|
SRCS+= IPA.cpp
|
|
.endif
|
|
|
|
TGHDRS= Intrinsics
|
|
|
|
.include "../clang.lib.mk"
|