etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / lib / libLLVMipa / Makefile
blob5a65ae1829b760abf68cfca82de3b1c601bbe9f7
1 # $NetBSD: Makefile,v 1.4 2015/01/29 20:41:36 joerg Exp $
3 LIB= LLVMipa
5 .include <bsd.init.mk>
7 .PATH: ${LLVM_SRCDIR}/lib/Analysis/IPA
9 SRCS+= CallPrinter.cpp \
10 CallGraph.cpp \
11 CallGraphSCCPass.cpp \
12 GlobalsModRef.cpp \
13 IPA.cpp \
14 InlineCost.cpp
16 .if defined(HOSTLIB)
17 .include <bsd.hostlib.mk>
18 .else
19 .include <bsd.lib.mk>
20 .endif