Remove building with NOCRYPTO option
[minix.git] / external / bsd / llvm / lib / libLLVMipo / Makefile
blob44f99f80c735e31f45bb2d974354bbc3c7e22550
1 # $NetBSD: Makefile,v 1.5 2012/10/28 17:07:46 joerg Exp $
3 LIB= LLVMipo
5 .include <bsd.init.mk>
7 .PATH: ${LLVM_SRCDIR}/lib/Transforms/IPO
9 SRCS+= ArgumentPromotion.cpp \
10 BarrierNoopPass.cpp \
11 ConstantMerge.cpp \
12 DeadArgumentElimination.cpp \
13 ExtractGV.cpp \
14 FunctionAttrs.cpp \
15 GlobalDCE.cpp \
16 GlobalOpt.cpp \
17 IPConstantPropagation.cpp \
18 IPO.cpp \
19 InlineAlways.cpp \
20 InlineSimple.cpp \
21 Inliner.cpp \
22 Internalize.cpp \
23 LoopExtractor.cpp \
24 MergeFunctions.cpp \
25 PartialInlining.cpp \
26 PassManagerBuilder.cpp \
27 PruneEH.cpp \
28 StripDeadPrototypes.cpp \
29 StripSymbols.cpp
31 .if defined(HOSTLIB)
32 .include <bsd.hostlib.mk>
33 .else
34 .include <bsd.lib.mk>
35 .endif