summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-03-24 08:15:22 +0000
committerobrien <obrien@FreeBSD.org>2001-03-24 08:15:22 +0000
commit9b0df6da5b56e588918aa9f60005a781e611fcd4 (patch)
treeeeee5c11afddbf64a928f37552f281e2a4a5a9cd /gnu
parente00c487740b15c5489e288aa69d0e6c1ef282eb6 (diff)
downloadFreeBSD-src-9b0df6da5b56e588918aa9f60005a781e611fcd4.zip
FreeBSD-src-9b0df6da5b56e588918aa9f60005a781e611fcd4.tar.gz
Garbage collect these ancient bits.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libg++/Makefile56
-rw-r--r--gnu/lib/libg++/doc/Makefile16
2 files changed, 0 insertions, 72 deletions
diff --git a/gnu/lib/libg++/Makefile b/gnu/lib/libg++/Makefile
deleted file mode 100644
index 6d9fc50..0000000
--- a/gnu/lib/libg++/Makefile
+++ /dev/null
@@ -1,56 +0,0 @@
-#
-# $FreeBSD$
-#
-
-GPPDIR= ${.CURDIR}/../../../contrib/libg++
-
-.PATH: ${GPPDIR}/libiberty ${GPPDIR}/libio ${GPPDIR}/libg++/src ${GPPDIR}/librx
-
-SUBDIR+= doc
-
-LIB= g++
-SHLIB_MAJOR= 4
-SHLIB_MINOR= 0
-
-CFLAGS+= -I${GPPDIR}/include -I${DESTDIR}/usr/include/g++
-CXXFLAGS+= -I${GPPDIR}/include -I${GPPDIR}/libio -I${GPPDIR}/libstdc++
-
-# Strictly speaking, libg++ should depend on libstdc++, but 1) It doesn't
-# work (ld freaks out), and 2) the c++ driver adds it explicitly (which works).
-LDADD+= -lm
-DPADD+= ${LIBM}
-
-# C source
-SRCS= bitand.c bitany.c bitblt.c bitclear.c bitcopy.c bitcount.c \
- bitinvert.c bitlcomp.c bitset1.c bitxor.c timer.c
-
-# C source for librx
-SRCS+= rx.c
-
-# C++ source
-SRCS+= ACG.cc AllocRing.cc Binomial.cc BitSet.cc BitString.cc DLList.cc \
- DiscUnif.cc Erlang.cc Fix.cc Fix16.cc Fix24.cc Geom.cc GetOpt.cc \
- HypGeom.cc Intdouble.cc Integer.cc LogNorm.cc MLCG.cc NegExp.cc \
- Normal.cc Obstack.cc Poisson.cc RNG.cc Random.cc Rational.cc \
- Regex.cc RndInt.cc SLList.cc SmplHist.cc SmplStat.cc String.cc \
- Uniform.cc Weibull.cc \
- builtin.cc compare.cc error.cc fmtq.cc gcd.cc hash.cc ioob.cc \
- lg.cc pow.cc sqrt.cc
-
-# "normal" headers (no CursesW.h[its useless], no bool.h[in stdc++])
-HDRS= ACG.h AllocRing.h Binomial.h BitSet.h BitString.h Complex.h \
- DLList.h DiscUnif.h Erlang.h Fix.h Fix16.h Fix24.h Geom.h GetOpt.h \
- HypGeom.h Incremental.h Integer.h LogNorm.h MLCG.h NegExp.h Normal.h \
- Obstack.h Pix.h Poisson.h RNG.h Random.h Rational.h Regex.h RndInt.h \
- SLList.h SmplHist.h SmplStat.h String.h Uniform.h Weibull.h \
- bitdo1.h bitdo2.h bitprims.h builtin.h compare.h generic.h \
- getpagesize.h libc.h minmax.h osfcn.h std.h strclass.h swap.h \
- sysent.h typemacros.h
-
-beforeinstall:
- ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
- ${HDRS:S;^;${GPPDIR}/libg++/src/;} \
- ${GPPDIR}/librx/rx.h \
- ${DESTDIR}/usr/include/g++
-
-.include <bsd.lib.mk>
diff --git a/gnu/lib/libg++/doc/Makefile b/gnu/lib/libg++/doc/Makefile
deleted file mode 100644
index 1d275ea..0000000
--- a/gnu/lib/libg++/doc/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $FreeBSD$
-
-INFO = g++FAQ libg++ iostream
-INFOSECTION= "Gcc Documentation"
-INFOENTRY_g++FAQ= "* G++FAQ: (g++FAQ). The GNU G++ FAQ."
-
-.PATH: ${.CURDIR}/../../../../contrib/libg++/libg++
-.PATH: ${.CURDIR}/../../../../contrib/libg++/libio
-
-# HACK ALERT!
-CLEANFILES+= lgpl.texinfo
-libg++.info: lgpl.texinfo
-lgpl.texinfo:
- echo "See the file: /usr/src/gnu/COPYING.LIB" > lgpl.texinfo
-
-.include <bsd.info.mk>
OpenPOWER on IntegriCloud