install decimal, parallel and tr1_impl headers
This commit is contained in:
parent
b341a73a57
commit
db5ab5fad8
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.4 2011/06/29 02:01:37 mrg Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2011/07/01 01:21:38 mrg Exp $
|
||||
|
||||
SUBDIR= backward ext bits debug tr1
|
||||
SUBDIR= backward ext bits debug decimal parallel tr1 tr1_impl
|
||||
#SUBDIR+= pb_assoc
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
|
|
@ -0,0 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1 2011/07/01 01:21:38 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_decimal_headers}
|
||||
INCSDIR= /usr/include/g++/decimal
|
||||
|
||||
.PATH: ${DIST}/libstdc++-v3/include/decimal
|
||||
|
||||
# Get default targets including <bsd.inc.mk>.
|
||||
.include <bsd.prog.mk>
|
|
@ -0,0 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1 2011/07/01 01:21:38 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_parallel_headers}
|
||||
INCSDIR= /usr/include/g++/parallel
|
||||
|
||||
.PATH: ${DIST}/libstdc++-v3/include/parallel
|
||||
|
||||
# Get default targets including <bsd.inc.mk>.
|
||||
.include <bsd.prog.mk>
|
|
@ -0,0 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1 2011/07/01 01:21:39 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_impl_headers}
|
||||
INCSDIR= /usr/include/g++/tr1_impl
|
||||
|
||||
.PATH: ${DIST}/libstdc++-v3/include/tr1_impl
|
||||
|
||||
# Get default targets including <bsd.inc.mk>.
|
||||
.include <bsd.prog.mk>
|
Loading…
Reference in New Issue