etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / lib / libLLVMObjCARC / Makefile
blob32920b5578831ed65c5580d46f000f2e9615c461
1 # $NetBSD: Makefile,v 1.2 2015/01/29 20:41:35 joerg Exp $
3 LIB= LLVMObjCARC
5 .include <bsd.init.mk>
7 .PATH: ${LLVM_SRCDIR}/lib/Transforms/ObjCARC
9 SRCS+= DependencyAnalysis.cpp \
10 ObjCARC.cpp \
11 ObjCARCAPElim.cpp \
12 ObjCARCAliasAnalysis.cpp \
13 ObjCARCContract.cpp \
14 ObjCARCExpand.cpp \
15 ObjCARCOpts.cpp \
16 ObjCARCUtil.cpp \
17 ProvenanceAnalysis.cpp \
18 ProvenanceAnalysisEvaluator.cpp
20 .if defined(HOSTLIB)
21 .include <bsd.hostlib.mk>
22 .else
23 .include <bsd.lib.mk>
24 .endif