libctf: build system
authorNick Alcock <nick.alcock@oracle.com>
Wed, 24 Apr 2019 10:49:48 +0000 (11:49 +0100)
committerNick Alcock <nick.alcock@oracle.com>
Tue, 28 May 2019 16:09:41 +0000 (17:09 +0100)
commit0e65dfbaf3a0299e4837216a103c28625d4b4f1d
tree6ffb36930e49bc51b44fa83d95c053adec44cd5a
parenta30b3e182aad25f94de6412efd5d78f7805fb4d3
libctf: build system

This ties libctf into the build system, and makes binutils depend on it
(used by the next commits).

* Makefile.def (host_modules): Add libctf.
* Makefile.def (dependencies): Likewise.
libctf depends on zlib, libiberty, and bfd.
* Makefile.in: Regenerated.
* configure.ac (host_libs): Add libctf.
* configure: Regenerated.

libctf/
* Makefile.am: New.
* Makefile.in: Regenerated.
* config.h.in: Likewise.
* aclocal.m4: Likewise.
* configure: Likewise.
12 files changed:
ChangeLog
Makefile.def
Makefile.in
configure
configure.ac
libctf/ChangeLog
libctf/Makefile.am [new file with mode: 0644]
libctf/Makefile.in [new file with mode: 0644]
libctf/aclocal.m4 [new file with mode: 0644]
libctf/config.h.in [new file with mode: 0644]
libctf/configure [new file with mode: 0755]
libctf/configure.ac [new file with mode: 0644]
This page took 0.024588 seconds and 4 git commands to generate.