OSDN Git Service

2000-10-10 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Oct 2000 08:55:06 +0000 (08:55 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Oct 2000 08:55:06 +0000 (08:55 +0000)
commit812093f24b871092454b9c420dc467ee78fdfeb2
treee4bb97dafe0d7ffcf8453f17aa28cd9458c7c4df
parent4772ae87296649788e1446ad9a0ba8e79166afdb
2000-10-10  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>

* docs/configopts.html: Edit.

* libio/Makefile.am (INCLUDES): Remove duplicates, simplify.
* libio/Makefile.in: Regenerate.
* libmath/Makefile.am (INCLUDES): Remove duplicates, simplify.
* libmath/Makefile.in: Regenerate.
* libsupc++/Makefile.am (INCLUDES): Remove duplicate.
* libsupc++/Makefile.in: Regenerate.

* Makefile.am (AM_MAKEFLAGS): Add GLIBCPP_INCLUDES,
TOPLEVEL_INCLUDES, LIBMATH_INCLUDES, LIBIO_INCLUDES,
CSHADOW_INCLUDES up here.
* Makefile.in: Regenerate.
* src/Makefile.am (CSHADOW_INCLUDES): Add include/c_std, include/c
for shadow headers.
(myinstallheaders): Change glibcpp_includedir to GLIBCPP_INCLUDES.
Move GLIBCPP_INCLUDES, TOPLEVEL_INCLUDES, LIBMATH_INCLUDES,
LIBIO_INCLUDES, CSHADOW_INCLUDES up Makefile hierarchy.
* src/Makefile.in: Regenerate.

* include/c: New directory.
* include/c/bits/(std_cassert.h, std_cctype.h, std_cerrno.h,
std_cfloat.h, std_climits.h, std_clocale.h, std_cmath.h,
std_csetjmp.h, std_csignal.h, std_cstdarg.h, std_cstddef.h,
std_cstdio.h, std_cstdlib.h, std_cstring.h, std_ctime.h,
std_cwchar.h, std_cwctype.h): Add, moving from...
* include/bits: ...here.
* include/c_std: New directory.
* include/c_std/bits/*: Populate from...
* shadow: ...here. Remove directory.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36805 138bc75d-0d04-0410-961f-82ee72b054a4
37 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/Makefile.am
libstdc++-v3/Makefile.in
libstdc++-v3/docs/configopts.html
libstdc++-v3/libio/ChangeLog
libstdc++-v3/libio/Makefile.am
libstdc++-v3/libio/Makefile.in
libstdc++-v3/libio/_G_config.h
libstdc++-v3/libmath/Makefile.am
libstdc++-v3/libmath/Makefile.in
libstdc++-v3/libsupc++/Makefile.am
libstdc++-v3/libsupc++/Makefile.in
libstdc++-v3/shadow/assert.h [deleted file]
libstdc++-v3/shadow/ctype.h [deleted file]
libstdc++-v3/shadow/errno.h [deleted file]
libstdc++-v3/shadow/fcntl.h [deleted file]
libstdc++-v3/shadow/float.h [deleted file]
libstdc++-v3/shadow/iconv.h [deleted file]
libstdc++-v3/shadow/iolibio.h [deleted file]
libstdc++-v3/shadow/libio.h [deleted file]
libstdc++-v3/shadow/libioP.h [deleted file]
libstdc++-v3/shadow/limits.h [deleted file]
libstdc++-v3/shadow/locale.h [deleted file]
libstdc++-v3/shadow/math.h [deleted file]
libstdc++-v3/shadow/pthread.h [deleted file]
libstdc++-v3/shadow/setjmp.h [deleted file]
libstdc++-v3/shadow/signal.h [deleted file]
libstdc++-v3/shadow/stdarg.h [deleted file]
libstdc++-v3/shadow/stddef.h [deleted file]
libstdc++-v3/shadow/stdio.h [deleted file]
libstdc++-v3/shadow/stdlib.h [deleted file]
libstdc++-v3/shadow/string.h [deleted file]
libstdc++-v3/shadow/time.h [deleted file]
libstdc++-v3/shadow/wchar.h [deleted file]
libstdc++-v3/shadow/wctype.h [deleted file]
libstdc++-v3/src/Makefile.am
libstdc++-v3/src/Makefile.in