xref: /minix3/external/bsd/llvm/lib/libLLVMObjCARC/Makefile (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc#	$NetBSD: Makefile,v 1.2 2015/01/29 20:41:35 joerg Exp $
2f4a2713aSLionel Sambuc
3f4a2713aSLionel SambucLIB=	LLVMObjCARC
4f4a2713aSLionel Sambuc
5f4a2713aSLionel Sambuc.include <bsd.init.mk>
6f4a2713aSLionel Sambuc
7f4a2713aSLionel Sambuc.PATH: ${LLVM_SRCDIR}/lib/Transforms/ObjCARC
8f4a2713aSLionel Sambuc
9f4a2713aSLionel SambucSRCS+=	DependencyAnalysis.cpp \
10f4a2713aSLionel Sambuc	ObjCARC.cpp \
11f4a2713aSLionel Sambuc	ObjCARCAPElim.cpp \
12f4a2713aSLionel Sambuc	ObjCARCAliasAnalysis.cpp \
13f4a2713aSLionel Sambuc	ObjCARCContract.cpp \
14f4a2713aSLionel Sambuc	ObjCARCExpand.cpp \
15f4a2713aSLionel Sambuc	ObjCARCOpts.cpp \
16f4a2713aSLionel Sambuc	ObjCARCUtil.cpp \
17*0a6a1f1dSLionel Sambuc	ProvenanceAnalysis.cpp \
18*0a6a1f1dSLionel Sambuc	ProvenanceAnalysisEvaluator.cpp
19f4a2713aSLionel Sambuc
20f4a2713aSLionel Sambuc.if defined(HOSTLIB)
21f4a2713aSLionel Sambuc.include <bsd.hostlib.mk>
22f4a2713aSLionel Sambuc.else
23f4a2713aSLionel Sambuc.include <bsd.lib.mk>
24f4a2713aSLionel Sambuc.endif
25