r22441: Add automatic dependency tracking. The dependency generation is
authorJames Peach <jpeach@samba.org>
Sun, 22 Apr 2007 03:17:31 +0000 (03:17 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:19:34 +0000 (12:19 -0500)
commitaa14900f8291a017aa7fab2bbb9a6c79b12889b2
tree381894795338625407c531ee5f0f0de38ed29060
parent0890cb941ed5d87a919edb5a896f331e900af007
r22441: Add automatic dependency tracking. The dependency generation is
toolchain independent, but since there's no portable method for
doing makefile includes, we can actually use the dependencies with
GNU make. It's easy to add this for other makes, but I don't have
any to test.

This also moves as much m4 as possible into the m4 directory where
no-one has to look at it. AFAICT, there's no way to hide depcomp
in there too, which is unfortunate.
12 files changed:
source/Makefile.in
source/autogen.sh
source/configure.in
source/depcomp [new file with mode: 0755]
source/m4/aclocal.m4 [moved from source/aclocal.m4 with 100% similarity]
source/m4/check_gnu_make.m4 [new file with mode: 0644]
source/m4/cond.m4 [new file with mode: 0644]
source/m4/depend.m4 [new file with mode: 0644]
source/m4/depout.m4 [new file with mode: 0644]
source/m4/lead-dot.m4 [new file with mode: 0644]
source/m4/make.m4 [new file with mode: 0644]
source/m4/substnot.m4 [new file with mode: 0644]