Home | History | Annotate | Line # | Download | only in c++filt
Makefile revision 1.1
      1  1.1  christos #	$NetBSD: Makefile,v 1.1 2016/01/26 17:27:00 christos Exp $
      2  1.1  christos 
      3  1.1  christos PROG=		c++filt
      4  1.1  christos CPPFLAGS+=	-DMAIN
      5  1.1  christos CLEANFILES+=	c++filt.1
      6  1.1  christos 
      7  1.1  christos .include <bsd.own.mk>
      8  1.1  christos 
      9  1.1  christos .include "${.CURDIR}/../common/Makefile.prog"
     10  1.1  christos 
     11  1.1  christos .PATH: ${DIST}/libiberty
     12  1.1  christos 
     13  1.1  christos c++filt.1: ${DIST}/binutils/doc/cxxfilt.man
     14  1.1  christos 	${_MKTARGET_CREATE}
     15  1.1  christos 	${TOOL_SED} -e "s/@PROGRAM@/${PROG}/" < $> > $@
     16