summaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-11-15 18:09:09 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-11-15 18:09:09 +0000
commita4a3782b7088bebf62efa09a038d8446242bfdae (patch)
treed175a4b8edbf3e27fd7bdf17e013d94ca470cbf7 /gnu/lib
parent58dc15740f1c08fa4743c30405397fe8063ca3e0 (diff)
Notes
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libstdc++/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile
index 6ebf71c77650..326d303fdf30 100644
--- a/gnu/lib/libstdc++/Makefile
+++ b/gnu/lib/libstdc++/Makefile
@@ -1,10 +1,11 @@
#
-# $Id$
+# $Id: Makefile,v 1.1 1996/10/03 22:52:22 peter Exp $
#
GPPDIR= ${.CURDIR}/../../../contrib/libg++
-.PATH: ${GPPDIR}/libstdc++ ${GPPDIR}/libio ${GPPDIR}/libiberty
+.PATH: ${GPPDIR}/libstdc++ ${GPPDIR}/libstdc++/stl ${GPPDIR}/libio \
+ ${GPPDIR}/libiberty
LIB= stdc++
SHLIB_MAJOR= 2
@@ -42,6 +43,9 @@ STLHDRS=algo.h algobase.h bool.h bvector.h defalloc.h deque.h faralloc.h \
SRCS+= newi.cc cstringi.cc stddefi.cc typeinfoi.cc exceptioni.cc \
stdexcepti.cc cstdlibi.cc cmathi.cc
+# stl sources.
+SRCS+= tempbuf.cc tree.cc random.cc
+
# "standard" C parts of libiberty (strerror is a superset of the libc version)
SRCS+= insque.c strerror.c
@@ -66,6 +70,8 @@ SRCS+= cleanup.c filedoalloc.c fileops.c floatconv.c genops.c iofclose.c \
ioseekpos.c iostrerror.c ioungetc.c iovfprintf.c iovfscanf.c \
outfloat.c strops.c
+
+
beforedepend: config.h
strerror.o: config.h
CLEANFILES+= config.h