Home | History | Annotate | Line # | Download | only in llvm-strings
      1  1.1  joerg #	$NetBSD: Makefile,v 1.1 2019/11/11 22:45:01 joerg Exp $
      2  1.1  joerg 
      3  1.1  joerg PROG_CXX=	llvm-strings
      4  1.1  joerg NOMAN=		yes
      5  1.1  joerg 
      6  1.1  joerg .include <bsd.init.mk>
      7  1.1  joerg 
      8  1.1  joerg .PATH: ${LLVM_SRCDIR}/tools/llvm-strings
      9  1.1  joerg 
     10  1.1  joerg SRCS=	llvm-strings.cpp
     11  1.1  joerg 
     12  1.1  joerg LLVM_LIBS+= \
     13  1.1  joerg 	Support \
     14  1.1  joerg 	Demangle
     15  1.1  joerg 
     16  1.1  joerg .include "${.PARSEDIR}/../../link.mk"
     17  1.1  joerg 
     18  1.1  joerg .include <bsd.prog.mk>
     19