This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem: subdir-objects and .deps


>>> "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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]