]> git.alsa-project.org Git - tinycompress.git/commit
Convert the build system to autotools
authorQais Yousef <qais.yousef@imgtec.com>
Tue, 5 May 2015 10:21:05 +0000 (11:21 +0100)
committerVinod Koul <vinod.koul@intel.com>
Wed, 6 May 2015 06:18:03 +0000 (11:48 +0530)
commit1b274ef74db90baa52a95a0470481507f5c2ad3b
tree226b60442640f6bd30036239b7163ede9dded34e
parentddfeadaac52dfe0e3304264eb5e15fac538d251f
Convert the build system to autotools

Hopefully this should make tinycompress a more robust package.
This change splits the source into utils and lib.
No functional changes was introduced.

use autogen.sh to generate configure then run ./configure as with other
packages.

Signed-off-by: Qais Yousef <qais.yousef@imgtec.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
17 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]
include/Makefile.am [new file with mode: 0644]
m4/.place_holder [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/lib/Makefile.am [new file with mode: 0644]
src/lib/compress.c [moved from compress.c with 100% similarity]
src/lib/utils.c [moved from utils.c with 100% similarity]
src/utils/Makefile.am [new file with mode: 0644]
src/utils/cplay.c [moved from cplay.c with 100% similarity]
src/utils/crec.c [moved from crec.c with 100% similarity]