diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-08-08 05:52:55 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-08-08 05:52:55 +0000 |
| commit | 61d5ffaf10e8b89118dab351dc6117a08bee6887 (patch) | |
| tree | d83d0a76705cc3b36f51f779e7e2879fc5183aaf /gnu/lib/libg++/Makefile | |
| parent | 250fc6c83949c3cc35e1958ee5821ee8d08b7748 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libg++/Makefile')
| -rw-r--r-- | gnu/lib/libg++/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gnu/lib/libg++/Makefile b/gnu/lib/libg++/Makefile new file mode 100644 index 000000000000..519c31795c2c --- /dev/null +++ b/gnu/lib/libg++/Makefile @@ -0,0 +1,18 @@ +# +# $FreeBSD$ +# + +SRCS= vasprintf.c strerror.c strsignal.c +SRCS+= filedoalloc.c floatconv.c genops.c fileops.c iovfprintf.c iovfscanf.c ioignore.c iopadn.c iofgetpos.c iofread.c iofscanf.c iofsetpos.c iogetline.c ioprintf.c ioseekoff.c ioseekpos.c outfloat.c strops.c iofclose.c iopopen.c ioungetc.c builtinbuf.cc filebuf.cc fstream.cc indstream.cc isgetline.cc isgetsb.cc isscan.cc ioextend.cc iomanip.cc iostream.cc osform.cc procbuf.cc sbform.cc sbgetline.cc sbscan.cc stdiostream.cc stdstrbufs.cc stdstreams.cc stream.cc streambuf.cc strstream.cc PlotFile.cc SFile.cc parsestream.cc pfstream.cc editbuf.cc ioprims.c iostrerror.c cleanup.c +SRCS+= AllocRing.cc Obstack.cc builtin.cc regex.cc Regex.cc String.cc Intdouble.cc Integer.cc Rational.cc Complex.cc Random.cc BitSet.cc BitString.cc LogNorm.cc SmplHist.cc SmplStat.cc Normal.cc NegExp.cc Weibull.cc Erlang.cc DiscUnif.cc Uniform.cc Poisson.cc HypGeom.cc Geom.cc Binomial.cc RNG.cc ACG.cc MLCG.cc RndInt.cc Fix.cc Fix16.cc Fix24.cc CursesW.cc GetOpt.cc new.cc chr.cc error.cc gcd.cc hash.cc lg.cc fmtq.cc ioob.cc pow.cc sqrt.cc str.cc timer.c math.cc compare.cc bitand.c bitany.c bitblt.c bitclear.c bitcopy.c bitcount.c bitinvert.c bitlcomp.c bitset1.c bitxor.c SLList.cc DLList.cc +LIB= libg++ +NOMAN= noman +CFLAGS+= -nostdinc -I${.CURDIR}/include -I/usr/include +CXXFLAGS+= -fexternal-templates +.PATH: ${.CURDIR}/libiberty ${.CURDIR}/libio ${.CURDIR}/libg++ + +beforeinstall: + @-if [ ! -d ${DESTDIR}/usr/include/g++ ]; then mkdir ${DESTDIR}/usr/include/g++; chown ${BINOWN}.${BINGRP} ${DESTDIR}/usr/include/g++; chmod 755 ${DESTDIR}/usr/include/g++; fi + @(cd include ; for j in *.h; do cmp -s $$j ${DESTDIR}/usr/include/g++/$$j || install -c -o ${BINOWN} -g ${BINGRP} -m 444 $$j ${DESTDIR}/usr/include/$$j; done) + +.include <bsd.lib.mk> |
