1 1.1 joerg # $NetBSD: Makefile,v 1.1 2019/11/11 22:45:09 joerg Exp $ 2 1.1 joerg 3 1.1 joerg LIB= LLVMObjCARC 4 1.1 joerg 5 1.1 joerg .include <bsd.init.mk> 6 1.1 joerg 7 1.1 joerg .PATH: ${LLVM_SRCDIR}/lib/Transforms/ObjCARC 8 1.1 joerg 9 1.1 joerg SRCS+= DependencyAnalysis.cpp \ 10 1.1 joerg ObjCARC.cpp \ 11 1.1 joerg ObjCARCAPElim.cpp \ 12 1.1 joerg ObjCARCContract.cpp \ 13 1.1 joerg ObjCARCExpand.cpp \ 14 1.1 joerg ObjCARCOpts.cpp \ 15 1.1 joerg ProvenanceAnalysis.cpp \ 16 1.1 joerg ProvenanceAnalysisEvaluator.cpp \ 17 1.1 joerg PtrState.cpp 18 1.1 joerg 19 1.1 joerg .if defined(HOSTLIB) 20 1.1 joerg .include <bsd.hostlib.mk> 21 1.1 joerg .else 22 1.1 joerg .include <bsd.lib.mk> 23 1.1 joerg .endif 24