diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-05-08 16:10:34 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-05-08 16:10:34 +0000 |
| commit | a5d744927bd6b5daba83f8ae234b5abe15ed9268 (patch) | |
| tree | e61e14c2a9418285d609bfa27304168cecbd8b62 | |
| parent | 11d07acbab2cefb963bb56a902178d3df5cf0b96 (diff) | |
Notes
| -rw-r--r-- | gnu/lib/libg++/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/lib/libg++/Makefile b/gnu/lib/libg++/Makefile index 4c7b1460820d..a8c078d5d718 100644 --- a/gnu/lib/libg++/Makefile +++ b/gnu/lib/libg++/Makefile @@ -1,5 +1,5 @@ # -# $Id$ +# $Id: Makefile,v 1.8 1995/03/20 09:38:21 rgrimes Exp $ # SRCS= bitand.c bitany.c bitblt.c bitclear.c bitcopy.c bitcount.c \ bitinvert.c bitlcomp.c bitset1.c bitxor.c cleanup.c except.c \ @@ -22,6 +22,8 @@ SRCS+= ACG.cc AllocRing.cc Binomial.cc BitSet.cc BitString.cc Complex.cc \ stdiostream.cc stdstrbufs.cc stdstreams.cc str.cc stream.cc \ streambuf.cc strstream.cc LIB= g++ +SHLIB_MAJOR= 3 +SHLIB_MINOR= 0 NOMAN= noman CFLAGS+= -nostdinc -I${.CURDIR}/include -I/usr/include CXXFLAGS+= -I${.CURDIR}/include -I/usr/include/g++ -I/usr/include \ |
