Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/lib/libstdc++-v3/include install decimal, ...



details:   https://anonhg.NetBSD.org/src/rev/9139e7ce5c92
branches:  trunk
changeset: 766710:9139e7ce5c92
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Jul 01 01:21:38 2011 +0000

description:
install decimal, parallel and tr1_impl headers

diffstat:

 external/gpl3/gcc/lib/libstdc++-v3/include/Makefile          |   4 +-
 external/gpl3/gcc/lib/libstdc++-v3/include/decimal/Makefile  |  17 ++++++++++++
 external/gpl3/gcc/lib/libstdc++-v3/include/parallel/Makefile |  17 ++++++++++++
 external/gpl3/gcc/lib/libstdc++-v3/include/tr1_impl/Makefile |  17 ++++++++++++
 4 files changed, 53 insertions(+), 2 deletions(-)

diffs (75 lines):

diff -r 591009ffe96d -r 9139e7ce5c92 external/gpl3/gcc/lib/libstdc++-v3/include/Makefile
--- a/external/gpl3/gcc/lib/libstdc++-v3/include/Makefile       Fri Jul 01 01:19:33 2011 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/include/Makefile       Fri Jul 01 01:21:38 2011 +0000
@@ -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>
diff -r 591009ffe96d -r 9139e7ce5c92 external/gpl3/gcc/lib/libstdc++-v3/include/decimal/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/include/decimal/Makefile       Fri Jul 01 01:21:38 2011 +0000
@@ -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>
diff -r 591009ffe96d -r 9139e7ce5c92 external/gpl3/gcc/lib/libstdc++-v3/include/parallel/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/include/parallel/Makefile      Fri Jul 01 01:21:38 2011 +0000
@@ -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>
diff -r 591009ffe96d -r 9139e7ce5c92 external/gpl3/gcc/lib/libstdc++-v3/include/tr1_impl/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/include/tr1_impl/Makefile      Fri Jul 01 01:21:38 2011 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index