1*53d1339bSjoerg# $NetBSD: Makefile,v 1.2 2021/05/30 01:56:46 joerg Exp $ 276c7fc5fSjoerg 376c7fc5fSjoergPROG_CXX= clang-rename 476c7fc5fSjoergNOMAN= yes 576c7fc5fSjoerg 676c7fc5fSjoerg.include <bsd.init.mk> 776c7fc5fSjoerg 876c7fc5fSjoerg.PATH: ${CLANG_SRCDIR}/tools/clang-rename 976c7fc5fSjoerg 1076c7fc5fSjoergSRCS= ClangRename.cpp 1176c7fc5fSjoerg 1276c7fc5fSjoergCLANG_LIBS+= \ 1376c7fc5fSjoerg clangToolingRefactoring \ 1476c7fc5fSjoerg clangToolingCore \ 1576c7fc5fSjoerg clangTooling \ 1676c7fc5fSjoerg clangFrontend \ 1776c7fc5fSjoerg clangIndex \ 1876c7fc5fSjoerg clangSerialization \ 1976c7fc5fSjoerg clangDriver \ 2076c7fc5fSjoerg clangParse \ 2176c7fc5fSjoerg clangRewrite \ 2276c7fc5fSjoerg clangSema \ 2376c7fc5fSjoerg clangEdit \ 2476c7fc5fSjoerg clangAnalysis \ 2576c7fc5fSjoerg clangASTMatchers \ 2676c7fc5fSjoerg clangAST \ 2776c7fc5fSjoerg clangLex \ 2876c7fc5fSjoerg clangBasic 2976c7fc5fSjoerg 3076c7fc5fSjoergLLVM_LIBS+= \ 3176c7fc5fSjoerg ProfileData \ 3276c7fc5fSjoerg BitReader \ 3376c7fc5fSjoerg BitstreamReader \ 3476c7fc5fSjoerg IR \ 35*53d1339bSjoerg FrontendOpenMP \ 3676c7fc5fSjoerg MCParser \ 3776c7fc5fSjoerg MC \ 38*53d1339bSjoerg BinaryFormat \ 3976c7fc5fSjoerg Option \ 4076c7fc5fSjoerg Support \ 4176c7fc5fSjoerg Demangle 4276c7fc5fSjoerg 4376c7fc5fSjoerg.include "${.PARSEDIR}/../../link.mk" 4476c7fc5fSjoerg 4576c7fc5fSjoergLDADD+= -lz 4676c7fc5fSjoerg.if !defined(HOSTPROG) 4776c7fc5fSjoergDPADD+= ${LIBZ} 4876c7fc5fSjoerg.endif 4976c7fc5fSjoerg 5076c7fc5fSjoerg.include <bsd.prog.mk> 51