diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1995-07-05 15:04:47 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1995-07-05 15:04:47 +0000 |
| commit | 2b7f9b5ea11f18bece8705459b10c67c2db36a4b (patch) | |
| tree | 5499867cfb0b3eaee8ef8ba25f194450396ed46a /gnu/lib/libg++ | |
| parent | 42854d0eacb1c9acd3bf6076afa2a1652caa148f (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libg++')
| -rw-r--r-- | gnu/lib/libg++/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/lib/libg++/Makefile b/gnu/lib/libg++/Makefile index a8c078d5d718..d27ac4fb7667 100644 --- a/gnu/lib/libg++/Makefile +++ b/gnu/lib/libg++/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.8 1995/03/20 09:38:21 rgrimes Exp $ +# $Id: Makefile,v 1.9 1995/05/08 16:10:34 ache 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 \ @@ -24,11 +24,12 @@ SRCS+= ACG.cc AllocRing.cc Binomial.cc BitSet.cc BitString.cc Complex.cc \ LIB= g++ SHLIB_MAJOR= 3 SHLIB_MINOR= 0 +CPLUSPLUSLIB= 1 # include c++rt0.o for constructors NOMAN= noman CFLAGS+= -nostdinc -I${.CURDIR}/include -I/usr/include CXXFLAGS+= -I${.CURDIR}/include -I/usr/include/g++ -I/usr/include \ -nostdinc++ -LDADD+= -lcurses -lcompat +LDADD+= -lcurses -lcompat -lgcc_pic DPADD+= ${LIBCURSES} ${LIBCOMPAT} .PATH: ${.CURDIR}/libiberty ${.CURDIR}/libio ${.CURDIR}/libg++ ${.CURDIR}/librx |
