]> sigrok.org Git - sigrok-firmware.git/commit
Use standard autotools setup.
authorUwe Hermann <redacted>
Wed, 14 Nov 2012 18:23:25 +0000 (19:23 +0100)
committerUwe Hermann <redacted>
Tue, 18 Dec 2012 01:15:37 +0000 (02:15 +0100)
commitb6efd7061d22b599a895a69c5b37e7c8623a2619
treede65498954b694ab1cef91ffb304b26893b9fe82
parentc1c8be392d341d40ac72d6843536b275acd3e3d2
Use standard autotools setup.

Use a standard autotools build system instead of hand-crafted Makefiles.

This makes sigrok-firmware consistent with the other sigrok subprojects,
makes it more portable, and gives us all the usual autotools mechanism
for free (make install, uninstall, dist, --prefix, and so on).
.gitignore [new file with mode: 0644]
Makefile [deleted file]
Makefile.am [new file with mode: 0644]
README
asix-sigma/Makefile.am [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]