]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/python/libstdcxx/v6/__init__.py
Makefile.in, [...]: New files.
authorTom Tromey <tromey@redhat.com>
Thu, 28 May 2009 17:14:18 +0000 (17:14 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Thu, 28 May 2009 17:14:18 +0000 (17:14 +0000)
commit41850419739b8336c2b698e82be06e8b8c1a3c82
tree86776b8da26243b4808078fa0d2ee2c69a176ef8
parent8a66e987b576d1eceb199834e526af56accf55cf
Makefile.in, [...]: New files.

2009-05-28  Tom Tromey  <tromey@redhat.com>
    Phil Muldoon  <pmuldoon@redhat.com>
    Jonathan Wakely  <jwakely.gcc@gmail.com>

* python/Makefile.in, , python/libstdcxx/__init__.py,
python/libstdcxx/v6/__init__.py, python/libstdcxx/v6/printers.py,
python/hook.in, python/Makefile.am: New files.
* configure, Makefile.in: Rebuild.
* acinclude.m4 (glibcxx_SUBDIRS): Add python.
* Makefile.am (SUBDIRS): Add python.

Co-Authored-By: Jonathan Wakely <jwakely.gcc@gmail.com>
Co-Authored-By: Phil Muldoon <pmuldoon@redhat.com>
From-SVN: r147958
libstdc++-v3/ChangeLog
libstdc++-v3/Makefile.am
libstdc++-v3/Makefile.in
libstdc++-v3/acinclude.m4
libstdc++-v3/configure
libstdc++-v3/python/Makefile.am [new file with mode: 0644]
libstdc++-v3/python/Makefile.in [new file with mode: 0644]
libstdc++-v3/python/hook.in [new file with mode: 0644]
libstdc++-v3/python/libstdcxx/__init__.py [new file with mode: 0644]
libstdc++-v3/python/libstdcxx/v6/__init__.py [new file with mode: 0644]
libstdc++-v3/python/libstdcxx/v6/printers.py [new file with mode: 0644]