Home | History | Annotate | Line # | Download | only in ext
Makefile revision 1.1.1.3
      1 #	$NetBSD: Makefile,v 1.1.1.3 2015/09/23 03:03:39 mrg Exp $
      2 
      3 .include <bsd.own.mk>
      4 .include <bsd.init.mk>
      5 
      6 .include "${.CURDIR}/../../arch/${GCC_MACHINE_ARCH}/defs.mk"
      7 
      8 .cc: # disable .cc->NULL transform
      9 
     10 INCS=		${G_ext_headers}
     11 
     12 INCSDIR=	/usr/include/g++/ext
     13 
     14 .include "${.CURDIR}/../Makefile.includes"
     15 
     16 .include <bsd.prog.mk>
     17 # Get default targets including <bsd.inc.mk>.
     18 
     19 .PATH: ${DIST}/libstdc++-v3/include/ext
     20 .PATH: ${DIST}/libstdc++-v3/include
     21 .PATH: ${DIST}/libstdc++-v3/config
     22 .PATH: ${DIST}/libstdc++-v3/libsupc++
     23 # for ext/hash_set
     24 #.PATH: ${DIST}/libstdc++-v3/include/backward
     25