chiark / gitweb /
Replace build system with Autotools, and Debianize. 0.99.0
authorMark Wooding <mdw@distorted.org.uk>
Sun, 30 Mar 2025 02:39:15 +0000 (03:39 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 30 Mar 2025 12:05:51 +0000 (13:05 +0100)
commit3c4cffd5c601d49db68857bf1d6488ae03c2fe5e
tree8be95f007fc292852f97dc3df808c39eab414e4e
parent53150f9e5993672b596c9a0a6b2ad19b059bf1c5
Replace build system with Autotools, and Debianize.
44 files changed:
.gitignore
COPYING.LIB [new symlink]
INSTALL [new symlink]
Makefile [deleted file]
Makefile.am [new file with mode: 0644]
config/auto-version [new symlink]
config/autotest.am [new symlink]
config/confsubst [new symlink]
config/testsuite.at [new symlink]
configure.ac [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/libxyla-dev.install [new file with mode: 0644]
debian/libxyla0.install [new file with mode: 0644]
debian/libxyla0.shlibs [new file with mode: 0644]
debian/libxyla0.symbols [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
m4/mdw-auto-version.m4 [new symlink]
m4/mdw-libtool-version-info.m4 [new symlink]
m4/mdw-silent-rules.m4 [new symlink]
t/Makefile.am [new file with mode: 0644]
t/atlocal.in [new file with mode: 0644]
t/autotest.am [new symlink]
t/avl-avlregress.ref [moved from avl-avlregress.ref with 100% similarity]
t/avl-avltest.ref [moved from avl-avltest.ref with 100% similarity]
t/avl-commontest.ref [moved from avl-commontest.ref with 100% similarity]
t/avlregress.in [moved from avlregress.in with 100% similarity]
t/avltest.in [moved from avltest.in with 100% similarity]
t/commontest.in [moved from commontest.in with 100% similarity]
t/dump-to-assgn [moved from dump-to-assgn with 100% similarity]
t/rb-commontest.ref [moved from rb-commontest.ref with 100% similarity]
t/rb-rbregress.ref [moved from rb-rbregress.ref with 100% similarity]
t/rb-rbtest.ref [moved from rb-rbtest.ref with 100% similarity]
t/rbregress.in [moved from rbregress.in with 100% similarity]
t/rbtest.in [moved from rbtest.in with 100% similarity]
t/soak [moved from soak with 100% similarity]
t/tests.at [new file with mode: 0644]
t/testsuite.at [new symlink]
t/treetest.c [moved from treetest.c with 100% similarity]
vars.am [new file with mode: 0644]
xyla.pc.in [new file with mode: 0644]