summaryrefslogtreecommitdiff
path: root/gnu/lib/libstdc++-v3/include/Makefile
diff options
context:
space:
mode:
authorskrll <skrll@NetBSD.org>2006-11-20 17:08:35 +0000
committerskrll <skrll@NetBSD.org>2006-11-20 17:08:35 +0000
commit768e889c8be080dedeac247a22916dfbf114abf1 (patch)
tree08b0c10fc0556bcdb0ee16f3f27201e313663177 /gnu/lib/libstdc++-v3/include/Makefile
parent500bebac905ae00be6b1c0dc069123f706cc20a1 (diff)
Delete more gcc3 stuff.
Diffstat (limited to 'gnu/lib/libstdc++-v3/include/Makefile')
-rw-r--r--gnu/lib/libstdc++-v3/include/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/gnu/lib/libstdc++-v3/include/Makefile b/gnu/lib/libstdc++-v3/include/Makefile
deleted file mode 100644
index aebb11b5348..00000000000
--- a/gnu/lib/libstdc++-v3/include/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2003/07/25 16:32:50 mrg Exp $
-
-SUBDIR= backward ext bits
-
-.include <bsd.own.mk>
-
-.include "${.CURDIR}/../arch/${MACHINE_ARCH}/defs.mk"
-
-.cc: # disable .cc->NULL transform
-
-DIST= ${NETBSDSRCDIR}/gnu/dist/gcc
-
-INCS= exception new typeinfo cxxabi.h exception_defines.h
-INCS+= ${G_std_headers_rename} ${G_c_base_headers_rename}
-INCSDIR= /usr/include/g++
-
-${G_std_headers_rename}: ${.CURDIR}/Makefile
- cp ${DIST}/libstdc++-v3/include/std/std_${.TARGET}.h ${.TARGET}
-
-CLEANFILES+= ${G_std_headers_rename} ${G_c_base_headers_rename}
-
-.PATH: ${DIST}/libstdc++-v3 ${DIST}/libstdc++-v3/libsupc++
-
-# Get default targets including <bsd.inc.mk>.
-.include <bsd.prog.mk>
-.include <bsd.subdir.mk>
-
-${G_c_base_headers_rename}: ${.CURDIR}/Makefile
- cp ${DIST}/libstdc++-v3/include/c_std/std_${.TARGET}.h ${.TARGET}
-
-