]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/src/Makefile.in
Makefile.am: New file encapsulating header generation rules.
authorStephen M. Webb <stephen@bregmasoft.com>
Fri, 13 Jul 2001 16:47:56 +0000 (16:47 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Fri, 13 Jul 2001 16:47:56 +0000 (16:47 +0000)
commit4a9d51090acc89a3bed7d1bae7f9d4e1da267243
tree6efdb62e23ea1b74c2fa5ca8d8984cbaddc5a18a
parent1568d79b849057c16e3e4796b4c2b4335bb3a4ca
Makefile.am: New file encapsulating header generation rules.

2001-07-13  Stephen M. Webb  <stephen@bregmasoft.com>
            Loren J. Rittle  <ljrittle@acm.org>
            Phil Edwards  <pme@sources.redhat.com>

* include/Makefile.am:  New file encapsulating header generation rules.
* Makefile.am (SUBDIRS):  Prepend 'include' directory.
* acinclude.m4:  Moved/removed rules for building various headers.
* configure.in (AC_OUTPUT):  Add include/Makefile.
* mkc++config:  Removed.

* testsuite_flags.in:  Changed build-includes to match new scheme.
* mknumeric_limits:  Likewise.
* libio/Makefile.am:  Changed INCLUDES to maatch new header scheme.
* libmath/Makefile.am:  Likewise.
* libsupc++/Makefile.am:  Likewise.
* src/Makefile.am:  Likewise; removed rules to build headers.
* libmath/mathconf.h:  Changed #include'd header names to match.
* libmath/stubs.c:  Likewise.
* src/gen-num-limits.cc:  Likewise.

* configure:  Regenerated.
* config.h.in:  Regenerated.
* aclocal.m4:  Regenerated.
* Makefile.in:  Regenerated.
* include/Makefile.in:  Regenerated.
* libio/Makefile.in:  Regenerated.
* libmath/Makefile.in:  Regenerated.
* libsupc++/Makefile.in:  Regenerated.
* src/Makefile.in:  Regenerated.
* testsuite/Makefile.in:  Regenerated.

Co-Authored-By: Loren J. Rittle <ljrittle@acm.org>
Co-Authored-By: Phil Edwards <pme@gcc.gnu.org>
From-SVN: r43985
25 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/Makefile.am
libstdc++-v3/Makefile.in
libstdc++-v3/acinclude.m4
libstdc++-v3/aclocal.m4
libstdc++-v3/config.h.in
libstdc++-v3/configure
libstdc++-v3/configure.in
libstdc++-v3/include/Makefile.am [new file with mode: 0644]
libstdc++-v3/include/Makefile.in [new file with mode: 0644]
libstdc++-v3/libio/Makefile.am
libstdc++-v3/libio/Makefile.in
libstdc++-v3/libmath/Makefile.am
libstdc++-v3/libmath/Makefile.in
libstdc++-v3/libmath/mathconf.h
libstdc++-v3/libmath/stubs.c
libstdc++-v3/libsupc++/Makefile.am
libstdc++-v3/libsupc++/Makefile.in
libstdc++-v3/mkc++config [deleted file]
libstdc++-v3/mknumeric_limits
libstdc++-v3/src/Makefile.am
libstdc++-v3/src/Makefile.in
libstdc++-v3/src/gen-num-limits.cc
libstdc++-v3/testsuite/Makefile.in
libstdc++-v3/testsuite_flags.in