Initial autotools support: not the project is fully independent
commit197a77989f933750c7196e3710b4bf796740bd67
authorNicola Fontana <ntd@entidi.it>
Sat, 18 Jun 2011 15:32:20 +0000 (18 17:32 +0200)
committerNicola Fontana <ntd@entidi.it>
Sat, 18 Jun 2011 15:32:20 +0000 (18 17:32 +0200)
tree575ddce5b94e085cbdc923b95e5dedaed8f30de5
parent0c875cfc7c212d08775f0c7de7439cfcc7af3385
Initial autotools support: not the project is fully independent

Added autoconf/automake support to the project and modified accordingly.
16 files changed:
.gitignore [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
THANKS [new file with mode: 0644]
adg/Makefile [deleted file]
adg/Makefile.am [new file with mode: 0644]
adg/adg.c [moved from adg/src/adg.c with 100% similarity]
adg/adg.ovr [moved from adg/src/adg.ovr with 100% similarity]
autogen.sh [new file with mode: 0755]
build/.gitignore [new file with mode: 0644]
build/Makefile.am.common [new file with mode: 0644]
configure.ac [new file with mode: 0644]
cpml/Makefile [deleted file]
cpml/Makefile.am [new file with mode: 0644]
cpml/cpml.c [moved from cpml/src/cpml.c with 100% similarity]
cpml/cpml.ovr [moved from cpml/src/cpml.ovr with 100% similarity]
examples/Makefile.am [new file with mode: 0644]