This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Problem: subdir-objects and .deps
- From: Alexandre Duret-Lutz <duret_g at lrde dot epita dot fr>
- To: Alexander Fuchs <alexander dot fuchs at uni-koblenz dot de>
- Cc: automake at gnu dot org
- Date: Tue, 28 May 2002 10:28:44 +0200
- Subject: Re: Problem: subdir-objects and .deps
- References: <3CED29F2.5010602@uni-koblenz.de>
>>> "Alexander" == Alexander Fuchs <alexander.fuchs@uni-koblenz.de> writes:
[...]
Alexander> So, is this a bug?
Obviously :)
I've submitted this as PR/325.
Alexander> Why is $(gflibutilitydir) not evaluated,
Because it's a make variable. configure extracts the list of
dependency files to create out of your Makefile, but it doesn't
know how to evaluate any make variable involved.
Alexander> how can I fix my problem?
Short of a real fix, you could drop `subdir-objects' or stop
using these variables (instead, repeat the relative path for
each source).
--
Alexandre Duret-Lutz