]> www.ginac.de Git - cln.git/commit
build: switch to ordinary auto* tools system.
authorAlexei Sheplyakov <varg@theor.jinr.ru>
Sat, 23 Aug 2008 18:33:09 +0000 (22:33 +0400)
committerAlexei Sheplyakov <varg@theor.jinr.ru>
Wed, 27 Aug 2008 04:41:09 +0000 (08:41 +0400)
commit7da4d3ae46279298acd5d65637499caab7b57071
treeb31ea755a5bec7943eee291e49cb97f1908456c7
parent8dfa19cd65909313b21747bd23881ea1540e24ee
build: switch to ordinary auto* tools system.

Benefits:

1. If a header file gets modified, all dependent stuff gets rebuilt.
   No need for 'make clean' after each header modification, no more
   spurious errors, no more spurious rebuilds.
2. No more errors due to redefined preprocessor, compiler, and linker
   FLAGS.
3. Build scripts don't try to build every *.cc file which happen to
   lurk in the source directory.
17 files changed:
Makefile.am [new file with mode: 0644]
Makefile.in [deleted file]
autoconf/aclocal.m4 [deleted file]
configure.ac
doc/Makefile.am [new file with mode: 0644]
doc/Makefile.in [deleted file]
examples/Makefile.am [new file with mode: 0644]
examples/Makefile.in [deleted file]
include/cln/config.h.in [deleted file]
include/cln/host_cpu.h.in [new file with mode: 0644]
m4/cc.m4
m4/gmp.m4
m4/longdouble.m4
src/Makefile.am [new file with mode: 0644]
src/Makefile.in [deleted file]
tests/Makefile.am [new file with mode: 0644]
tests/Makefile.in [deleted file]