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)
commit821bf2bd7278da4e71fcdcfc03348a712cd0fc90
treec1478a5a9dea7e473b0c00ec7b53543be963b045
parentd27d6e822ecd90ebddf59121c2051b693b6b0f90
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.
(This used to be commit aa14900f8291a017aa7fab2bbb9a6c79b12889b2)
12 files changed:
source3/Makefile.in
source3/autogen.sh
source3/configure.in
source3/depcomp [new file with mode: 0755]
source3/m4/aclocal.m4 [moved from source3/aclocal.m4 with 100% similarity]
source3/m4/check_gnu_make.m4 [new file with mode: 0644]
source3/m4/cond.m4 [new file with mode: 0644]
source3/m4/depend.m4 [new file with mode: 0644]
source3/m4/depout.m4 [new file with mode: 0644]
source3/m4/lead-dot.m4 [new file with mode: 0644]
source3/m4/make.m4 [new file with mode: 0644]
source3/m4/substnot.m4 [new file with mode: 0644]