1*0a6a1f1dSLionel Sambuc# $NetBSD: Makefile,v 1.5 2014/08/10 17:35:06 joerg Exp $ 2*0a6a1f1dSLionel Sambuc 3*0a6a1f1dSLionel SambucLIB= clangRewrite 4*0a6a1f1dSLionel Sambuc 5*0a6a1f1dSLionel Sambuc.include <bsd.init.mk> 6*0a6a1f1dSLionel Sambuc 7*0a6a1f1dSLionel Sambuc.PATH: ${CLANG_SRCDIR}/lib/Rewrite 8*0a6a1f1dSLionel Sambuc 9*0a6a1f1dSLionel SambucSRCS+= DeltaTree.cpp \ 10*0a6a1f1dSLionel Sambuc HTMLRewrite.cpp \ 11*0a6a1f1dSLionel Sambuc RewriteRope.cpp \ 12*0a6a1f1dSLionel Sambuc Rewriter.cpp \ 13*0a6a1f1dSLionel Sambuc TokenRewriter.cpp 14*0a6a1f1dSLionel Sambuc 15*0a6a1f1dSLionel Sambuc.if defined(HOSTLIB) 16*0a6a1f1dSLionel Sambuc.include <bsd.hostlib.mk> 17*0a6a1f1dSLionel Sambuc.else 18*0a6a1f1dSLionel Sambuc.include <bsd.lib.mk> 19*0a6a1f1dSLionel Sambuc.endif 20