minix/external/gpl3/gcc/lib/libstdc++-v3/include/tr1/Makefile

18 lines
386 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.2 2011/06/23 11:47:13 mrg Exp $
.include <bsd.own.mk>
.include "${.CURDIR}/../../arch/${MACHINE_ARCH}/defs.mk"
.cc: # disable .cc->NULL transform
DIST= ${NETBSDSRCDIR}/external/gpl3/gcc/dist
INCS= ${G_tr1_headers}
INCSDIR= /usr/include/g++/tr1
.PATH: ${DIST}/libstdc++-v3/include/tr1
# Get default targets including <bsd.inc.mk>.
.include <bsd.prog.mk>