This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: broken automatic deps for prefixed object files?
- From: Markus Werle <numerical dot simulation at web dot de>
- To: automake at gnu dot org
- Date: Tue, 11 Mar 2003 13:27:04 +0100
- Subject: Re: broken automatic deps for prefixed object files?
- References: <3E6DD3DE.AC8187B3@web.de>
Markus Werle wrote:
> Using AM_INIT_AUTOMAKE([subdir-objects]) fails for source files
> from external directories: then the dependencies are searched in the external source
> tree, not in the build tree. Any idea what went wrong?
Btw, I strongly disagree with
http://sources.redhat.com/ml/automake/2001-08/msg00145.html
where it is proposed to put the dependencies into the source tree.
Anyway, neither this nor the other way works.
Markus