Home | History | Annotate | Line # | Download | only in impl
      1 #	$NetBSD: Makefile,v 1.1 2020/09/09 07:23:46 mrg Exp $
      2 
      3 .include <bsd.init.mk>
      4 .include "../../Makefile.inc"
      5 
      6 .include "${.CURDIR}/../../../arch/${GCC_MACHINE_ARCH}/defs.mk"
      7 
      8 .cc: # disable .cc->NULL transform
      9 
     10 DIST=		${GCCDIST}
     11 GNUHOSTDIST=	${DIST}
     12 
     13 INCS=		${G_profile_impl_headers}
     14 INCSDIR=	/usr/include/g++/profile/impl
     15 
     16 .PATH: ${DIST}/libstdc++-v3/include/profile/impl
     17 
     18 .include "../../Makefile.includes"
     19